Trace number 4405526

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP hybrid+ManyGlucose (2019-09-22)SAT 11.671 5.01037

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-20-3-3.xml
MD5SUM065412ea00e4edb14381318bc4e9318f
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.007616
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":60}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":40},{"degree":1,"count":35},{"degree":2,"count":17},{"degree":3,"count":8}]
Minimum constraint arity3
Maximum constraint arity6
Distribution of constraint arities[{"arity":3,"count":3},{"arity":4,"count":7},{"arity":5,"count":4},{"arity":6,"count":6}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":20}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-31096-serial-file.bin HOME/instance-4405526-1569340633.xml
0.65/0.54	
0.65/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.56	c BEGIN-Prog: Tue Sep 24 16:55:33 CEST 2019
0.65/0.56	c PID: 31099
0.65/0.56	c IP: 172.20.3.105
0.65/0.56	c HOST: node105.alineos.net
0.65/0.57	c (0,0) Parsing Begin
1.13/0.85	c (0,0) Parsing End
1.13/0.85	c (0,0) CSP: 60 int (0 aux), 0 bool (0 aux), 20 ctr, max domain size 70
1.13/0.86	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.13/0.86	c (0,0) Constraint Name Generate Begin
1.13/0.86	c (0,0) Ctr:HOME/instance-4405526-1569340633.xml,Num:Var:WeightedSum
1.13/0.86	c (0,0) Constraint Name Generate End
1.13/0.86	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.13/0.86	c (0,0) CSP to CSPinCNF Begin
1.34/0.95	c (0,0) translated 2 (10%) constraints
1.34/0.95	c (0,0) translated 4 (20%) constraints
1.34/0.96	c (0,0) translated 6 (30%) constraints
1.34/0.97	c (0,0) translated 8 (40%) constraints
1.34/0.97	c (0,0) translated 10 (50%) constraints
1.34/0.98	c (0,0) translated 12 (60%) constraints
1.34/0.98	c (0,0) translated 14 (70%) constraints
1.34/0.98	c (0,0) translated 16 (80%) constraints
1.34/0.99	c (0,0) translated 18 (90%) constraints
1.34/0.99	c (0,0) translated 20 (100%) constraints
1.34/0.99	c (0,0) ===========================================
1.34/1.00	c (0,0) Hybrid: #OE=0, #LE=60
1.34/1.00	c (0,0) Hybrid
1.34/1.00	c (0,0) ===========================================
1.34/1.01	c (0,0) translated 2 (10%) constraints
1.56/1.01	c (0,0) translated 4 (20%) constraints
1.56/1.02	c (0,0) translated 6 (30%) constraints
1.56/1.02	c (0,0) translated 8 (40%) constraints
1.56/1.02	c (0,0) translated 10 (50%) constraints
1.56/1.03	c (0,0) translated 12 (60%) constraints
1.56/1.03	c (0,0) translated 14 (70%) constraints
1.56/1.03	c (0,0) translated 16 (80%) constraints
1.56/1.03	c (0,0) translated 18 (90%) constraints
1.56/1.04	c (0,0) translated 20 (100%) constraints
1.56/1.04	c (0,0) CSP to CSPinCNF End
1.56/1.04	c (0,0) CSP: 60 int (0 aux), 0 bool (0 aux), 40 ctr, max domain size 70
1.56/1.04	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.56/1.04	c (0,0) CSPinCNF Propagation Begin
1.56/1.05	c (0,0) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.56/1.05	c (0,0) CSPinCNF Propagation End
1.56/1.05	c (0,0) CSP: 60 int (0 aux), 0 bool (0 aux), 40 ctr, max domain size 70
1.56/1.05	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.56/1.06	c (0,0) Hybrid: #OE=0, #LE=60
1.56/1.06	c (0,0) Simplify CSPinCNF Begin
1.56/1.06	c (0,0) Simplify CSPinCNF End
1.56/1.06	c (0,0) CSP: 60 int (0 aux), 0 bool (0 aux), 40 ctr, max domain size 70
1.56/1.06	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.56/1.06	c (0,0) Calculate Precise Domain Begin
1.56/1.07	c (0,0) 0 values are removed by re-calculation
1.56/1.07	c (0,0) Calculate Precise Domain End
1.56/1.07	c (0,0) CSP: 60 int (0 aux), 0 bool (0 aux), 40 ctr, max domain size 70
1.56/1.07	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 20 MiB used (max 0 MiB)
1.56/1.07	c (0,0) CSPinCNF to SatSolver Begin
2.46/1.33	c (0,0) 4 (10 %) CSP clauses are encoded (0 SAT variables, 36803 SAT clauses)
2.77/1.43	c (0,0) 8 (20 %) CSP clauses are encoded (0 SAT variables, 77893 SAT clauses)
2.87/1.53	c (0,0) 12 (30 %) CSP clauses are encoded (0 SAT variables, 124787 SAT clauses)
3.01/1.62	c (1,1) 16 (40 %) CSP clauses are encoded (0 SAT variables, 166736 SAT clauses)
3.14/1.76	c (1,1) 20 (50 %) CSP clauses are encoded (0 SAT variables, 231756 SAT clauses)
3.24/1.80	c (1,1) 24 (60 %) CSP clauses are encoded (0 SAT variables, 251755 SAT clauses)
3.24/1.84	c (1,1) 28 (70 %) CSP clauses are encoded (0 SAT variables, 266646 SAT clauses)
3.35/1.91	c (1,1) 32 (80 %) CSP clauses are encoded (0 SAT variables, 300524 SAT clauses)
3.46/2.02	c (1,1) 36 (90 %) CSP clauses are encoded (0 SAT variables, 355101 SAT clauses)
3.46/2.10	c (1,1) 40 (100 %) CSP clauses are encoded (0 SAT variables, 389871 SAT clauses)
3.57/2.11	c (1,1) CSPinCNF to SatSolver End
3.57/2.11	c (1,1) Heap : 1013 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.57/2.11	c (1,1) 149666 bool, 395792 clause
3.57/2.11	c (1,1) Export Begin
3.73/2.22	c (1,1) Export to HOME/scop-31096-serial-file.bin
3.73/2.22	c (1,1) Export End
3.73/2.23	c (1,1) Export File Size: 0.07 MB
3.73/2.23	c (1,1) 0,0,0,0,0,0,1,STOP-AFTER(DIMACS)
3.73/2.23	c END-Prog: Tue Sep 24 16:55:34 CEST 2019
3.73/2.25	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-31096-serial-file.bin
3.82/2.71	c (0,0) Read Serial File Begin
3.82/2.71	c (0,0) HOME/scop-31096-serial-file.bin
3.82/2.95	c (0,0) Read Serial File End
3.82/2.97	
3.82/2.97	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
3.82/2.97	(Solving Process)
3.82/2.97	
3.82/2.99	c BEGIN-Prog: Tue Sep 24 16:55:35 CEST 2019
3.82/2.99	c PID: 31119
3.82/2.99	c IP: 172.20.3.105
3.82/2.99	c HOST: node105.alineos.net
3.82/2.99	c (0,0) SatSolver.solve Begin
3.82/2.99	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4405526-1569340633.xml-scop-31099.cnf
5.03/3.02	c (0,0) c
5.03/3.02	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)
5.03/3.02	c (0,0) c
5.03/3.02	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
5.03/3.02	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
5.03/3.02	c (0,0) c ========================================[ Problem Statistics ]===========================================
5.03/3.02	c (0,0) c |                                                                                                       |
5.15/3.20	c (0,0) c |  Number of variables:        149666                                                                   |
5.15/3.20	c (0,0) c |  Number of clauses:          395693                                                                   |
5.15/3.20	c (0,0) c |  Parse time:                   0.16 s                                                                 |
5.15/3.20	c (0,0) c |                                                                                                       |
5.15/3.77	c (1,0) c |  Simplification time:          0.56 s                                                                 |
5.15/3.77	c (1,0) c |                                                                                                       |
5.15/3.77	c (1,0) c |  Generating clones                                                                                    |
6.13/4.06	c (1,0) c |  all clones generated. Memory =   426.88Mb.                                                           |
6.13/4.06	c (1,0) c ========================================================================================================|
6.13/4.06	c (1,0) c
6.13/4.06	c (1,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
6.13/4.06	c (1,0) c
6.13/4.06	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
6.13/4.06	c (1,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
6.13/4.06	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
6.13/4.06	c (1,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
6.13/4.06	c (1,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
6.13/4.06	c (1,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
6.13/4.06	c (1,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
6.13/4.06	c (1,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
6.13/4.06	c (1,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
6.13/4.06	c (1,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
6.13/4.06	c (1,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
6.13/4.06	c (1,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
6.13/4.06	c (1,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
6.13/4.06	c (1,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
6.13/4.06	c (1,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
6.13/4.06	c (1,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
6.13/4.06	c (1,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
6.13/4.06	c (1,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
6.13/4.06	c (1,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.75	c (2,0) c
11.00/4.75	c (2,0) c real time : 1.7363 s
11.00/4.75	c (2,0) c cpu time  : 5.78456 s
11.00/4.75	c (2,0) c
11.00/4.75	c (2,0) c
11.00/4.75	c (2,0) c
11.00/4.75	c (2,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
11.00/4.75	c (2,0) c
11.00/4.75	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.75	c (2,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
11.00/4.75	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.75	c (2,0) c | Conflicts     |           21656 |       1476 |       3600 |       2161 |       2883 |       3375 |       1965 |       3506 |       2690 |
11.00/4.75	c (2,0) c | Decisions     |          758902 |     209281 |      63556 |     151790 |      51009 |      75975 |      37181 |      96301 |      73809 |
11.00/4.75	c (2,0) c | Propagations  |        19934436 |    1669254 |    2587390 |    2544881 |    2822913 |    2880660 |    2264698 |    2825020 |    2339620 |
11.00/4.75	c (2,0) c | ReduceDBs     |               6 |          0 |          1 |          1 |          1 |          1 |          0 |          1 |          1 |
11.00/4.75	c (2,0) c | SimpDBs       |              16 |          2 |          2 |          2 |          3 |          2 |          1 |          2 |          2 |
11.00/4.75	c (2,0) c | Restarts      |             112 |          7 |         12 |         18 |         19 |         24 |         10 |         11 |         11 |
11.00/4.75	c (2,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.00/4.75	c (2,0) c | PropBinClauses|        11539169 |     651600 |    1744784 |    1131847 |    1613433 |    1918593 |    1285343 |    1651767 |    1541802 |
11.00/4.75	c (2,0) c | PropPreBlocker|        48457511 |    4638566 |    5879919 |    6429815 |    6726246 |    7292815 |    5206503 |    6739317 |    5544330 |
11.00/4.75	c (2,0) c | PropNotBlocker|        25478133 |    2181245 |    3153453 |    3291712 |    3617003 |    3919468 |    2710362 |    3611073 |    2993817 |
11.00/4.75	c (2,0) c | LitFullScans  |       119746998 |   10752790 |   15141737 |   15384721 |   17724315 |   17953443 |   11937757 |   16771566 |   14080669 |
11.00/4.75	c (2,0) c | LitScanFracts |            5091 |        334 |         39 |       4001 |         12 |         11 |         17 |        225 |        452 |
11.00/4.75	c (2,0) c | DecisionLevel0|             125 |          8 |         13 |         20 |         21 |         26 |         10 |         12 |         15 |
11.00/4.75	c (2,0) c | Periods       |              14 |          1 |          2 |          2 |          2 |          2 |          1 |          2 |          2 |
11.00/4.75	c (2,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
11.00/4.75	c (2,0) c | Avg_Trail     |                 |      38392 |       6614 |      27782 |      18809 |      10842 |      17867 |      21860 |       9913 |
11.00/4.75	c (2,0) c | Avg_DL        |                 |       2786 |        216 |       1381 |        792 |        459 |        871 |       1689 |        282 |
11.00/4.75	c (2,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.00/4.75	c (2,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.00/4.75	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.75	c (2,0) c | Exported      |             780 |         35 |         93 |         96 |        131 |        146 |         68 |        107 |        104 |
11.00/4.75	c (2,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.00/4.75	c (2,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.00/4.75	c (2,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.00/4.75	c (2,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.00/4.75	c (2,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.00/4.75	c (2,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.00/4.75	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.75	c (2,0) c | Unaries       |                 |          1 |          1 |          2 |          2 |          2 |          0 |          1 |          4 |
11.00/4.75	c (2,0) c | Binaries      |                 |          7 |         21 |         22 |         22 |         26 |         20 |         26 |         22 |
11.00/4.75	c (2,0) c | Glues         |                 |         35 |         93 |         96 |        131 |        146 |         68 |        107 |        104 |
11.00/4.75	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.75	c (2,0) c | Orig_Seen     |             5 % |      14599 |      14932 |      25105 |      20747 |      18702 |      15717 |      19855 |      17653 |
11.00/4.75	c (2,0) c | Diff Orig seen|                 |      X     |        333 |      10506 |       6148 |       4103 |       1118 |       5256 |       3054 |
11.00/4.75	c (2,0) c | Hamming       |             4 % |      X     |       5677 |       8248 |       6730 |       7010 |       6313 |       6936 |       6545 |
11.00/4.75	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.75	c (2,0) c | RunningTime   |                 |    0.6 100%|    0.6 100%|    0.7 100%|    0.6 100%|    0.7 100%|    0.6 100%|    0.7 100%|    0.6 100%|
11.00/4.75	c (2,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%|
11.00/4.76	c (2,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%|
11.00/4.76	c (2,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%|
11.00/4.76	c (2,0) c | SolvingTime   |                 |    0.6     |    0.6     |    0.7     |    0.6     |    0.7     |    0.6     |    0.7     |    0.6     |
11.00/4.76	c (2,0) c | PropagationTim|                 |    0.5  80%|    0.5  84%|    0.5  79%|    0.5  82%|    0.5  82%|    0.5  84%|    0.5  82%|    0.5  82%|
11.00/4.76	c (2,0) c | AnalysisTime  |                 |    0.0   4%|    0.0   6%|    0.0   6%|    0.0   5%|    0.0   5%|    0.0   5%|    0.0   6%|    0.0   5%|
11.00/4.76	c (2,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%|
11.00/4.76	c (2,0) c | SimplifyTime  |                 |    0.0   2%|    0.0   2%|    0.0   2%|    0.0   3%|    0.0   2%|    0.0   0%|    0.0   2%|    0.0   2%|
11.00/4.76	c (2,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%|
11.00/4.76	c (2,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%|
11.00/4.76	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.76	c (2,0) c
11.00/4.76	c (2,0) c
11.00/4.76	c (2,0) c Threads : 8
11.00/4.76	c (2,0) c Winner : 0
11.00/4.76	c (2,0) c Conflicts_0 : 1476
11.00/4.76	c (2,0) c Conflicts_1 : 3600
11.00/4.76	c (2,0) c Conflicts_2 : 2161
11.00/4.76	c (2,0) c Conflicts_3 : 2883
11.00/4.76	c (2,0) c Conflicts_4 : 3375
11.00/4.76	c (2,0) c Conflicts_5 : 1965
11.00/4.76	c (2,0) c Conflicts_6 : 3506
11.00/4.76	c (2,0) c Conflicts_7 : 2690
11.00/4.76	c (2,0) c Conflicts_total : 21656
11.00/4.76	c (2,0) c Conflicts_winner : 1476
11.00/4.76	c (2,0) c Decisions_0 : 209281
11.00/4.76	c (2,0) c Decisions_1 : 63556
11.00/4.76	c (2,0) c Decisions_2 : 151790
11.00/4.76	c (2,0) c Decisions_3 : 51009
11.00/4.76	c (2,0) c Decisions_4 : 75975
11.00/4.76	c (2,0) c Decisions_5 : 37181
11.00/4.76	c (2,0) c Decisions_6 : 96301
11.00/4.76	c (2,0) c Decisions_7 : 73809
11.00/4.76	c (2,0) c Decisions_total : 758902
11.00/4.76	c (2,0) c Decisions_winner : 209281
11.00/4.76	c (2,0) c Propagations_0 : 1669254
11.00/4.76	c (2,0) c Propagations_1 : 2587390
11.00/4.76	c (2,0) c Propagations_2 : 2544881
11.00/4.76	c (2,0) c Propagations_3 : 2822913
11.00/4.76	c (2,0) c Propagations_4 : 2880660
11.00/4.76	c (2,0) c Propagations_5 : 2264698
11.00/4.76	c (2,0) c Propagations_6 : 2825020
11.00/4.76	c (2,0) c Propagations_7 : 2339620
11.00/4.76	c (2,0) c Propagations_total : 19934436
11.00/4.76	c (2,0) c Propagations_winner : 1669254
11.00/4.76	c (2,0) c ReduceDBs_0 : 0
11.00/4.76	c (2,0) c ReduceDBs_1 : 1
11.00/4.76	c (2,0) c ReduceDBs_2 : 1
11.00/4.76	c (2,0) c ReduceDBs_3 : 1
11.00/4.76	c (2,0) c ReduceDBs_4 : 1
11.00/4.76	c (2,0) c ReduceDBs_5 : 0
11.00/4.76	c (2,0) c ReduceDBs_6 : 1
11.00/4.76	c (2,0) c ReduceDBs_7 : 1
11.00/4.76	c (2,0) c ReduceDBs_total : 6
11.00/4.76	c (2,0) c ReduceDBs_winner : 0
11.00/4.76	c (2,0) c SimpDBs_0 : 2
11.00/4.76	c (2,0) c SimpDBs_1 : 2
11.00/4.76	c (2,0) c SimpDBs_2 : 2
11.00/4.76	c (2,0) c SimpDBs_3 : 3
11.00/4.76	c (2,0) c SimpDBs_4 : 2
11.00/4.76	c (2,0) c SimpDBs_5 : 1
11.00/4.76	c (2,0) c SimpDBs_6 : 2
11.00/4.76	c (2,0) c SimpDBs_7 : 2
11.00/4.76	c (2,0) c SimpDBs_total : 16
11.00/4.76	c (2,0) c SimpDBs_winner : 2
11.00/4.76	c (2,0) c Restarts_0 : 7
11.00/4.76	c (2,0) c Restarts_1 : 12
11.00/4.76	c (2,0) c Restarts_2 : 18
11.00/4.76	c (2,0) c Restarts_3 : 19
11.00/4.76	c (2,0) c Restarts_4 : 24
11.00/4.76	c (2,0) c Restarts_5 : 10
11.00/4.76	c (2,0) c Restarts_6 : 11
11.00/4.76	c (2,0) c Restarts_7 : 11
11.00/4.76	c (2,0) c Restarts_total : 112
11.00/4.76	c (2,0) c Restarts_winner : 7
11.00/4.76	c (2,0) c ForcedImports_0 : 0
11.00/4.76	c (2,0) c ForcedImports_1 : 0
11.00/4.76	c (2,0) c ForcedImports_2 : 0
11.00/4.76	c (2,0) c ForcedImports_3 : 0
11.00/4.76	c (2,0) c ForcedImports_4 : 0
11.00/4.76	c (2,0) c ForcedImports_5 : 0
11.00/4.76	c (2,0) c ForcedImports_6 : 0
11.00/4.76	c (2,0) c ForcedImports_7 : 0
11.00/4.76	c (2,0) c ForcedImports_total : 0
11.00/4.76	c (2,0) c ForcedImports_winner : 0
11.00/4.76	c (2,0) c PropsBinClauses_0 : 651600
11.00/4.76	c (2,0) c PropsBinClauses_1 : 1744784
11.00/4.76	c (2,0) c PropsBinClauses_2 : 1131847
11.00/4.76	c (2,0) c PropsBinClauses_3 : 1613433
11.00/4.76	c (2,0) c PropsBinClauses_4 : 1918593
11.00/4.76	c (2,0) c PropsBinClauses_5 : 1285343
11.00/4.76	c (2,0) c PropsBinClauses_6 : 1651767
11.00/4.76	c (2,0) c PropsBinClauses_7 : 1541802
11.00/4.76	c (2,0) c PropsBinClauses_total : 11539169
11.00/4.76	c (2,0) c PropsBinClauses_winner : 651600
11.00/4.76	c (2,0) c PropsPreBlocker_0 : 4638566
11.00/4.76	c (2,0) c PropsPreBlocker_1 : 5879919
11.00/4.76	c (2,0) c PropsPreBlocker_2 : 6429815
11.00/4.76	c (2,0) c PropsPreBlocker_3 : 6726246
11.00/4.76	c (2,0) c PropsPreBlocker_4 : 7292815
11.00/4.76	c (2,0) c PropsPreBlocker_5 : 5206503
11.00/4.76	c (2,0) c PropsPreBlocker_6 : 6739317
11.00/4.76	c (2,0) c PropsPreBlocker_7 : 5544330
11.00/4.76	c (2,0) c PropsPreBlocker_total : 48457511
11.00/4.76	c (2,0) c PropsPreBlocker_winner : 4638566
11.00/4.76	c (2,0) c PropsNotBlocker_0 : 2181245
11.00/4.76	c (2,0) c PropsNotBlocker_1 : 3153453
11.00/4.76	c (2,0) c PropsNotBlocker_2 : 3291712
11.00/4.76	c (2,0) c PropsNotBlocker_3 : 3617003
11.00/4.76	c (2,0) c PropsNotBlocker_4 : 3919468
11.00/4.76	c (2,0) c PropsNotBlocker_5 : 2710362
11.00/4.76	c (2,0) c PropsNotBlocker_6 : 3611073
11.00/4.76	c (2,0) c PropsNotBlocker_7 : 2993817
11.00/4.76	c (2,0) c PropsNotBlocker_total : 25478133
11.00/4.76	c (2,0) c PropsNotBlocker_winner : 2181245
11.00/4.76	c (2,0) c PropsLitFullScans_0 : 10752790
11.00/4.76	c (2,0) c PropsLitFullScans_1 : 15141737
11.00/4.76	c (2,0) c PropsLitFullScans_2 : 15384721
11.00/4.76	c (2,0) c PropsLitFullScans_3 : 17724315
11.00/4.76	c (2,0) c PropsLitFullScans_4 : 17953443
11.00/4.76	c (2,0) c PropsLitFullScans_5 : 11937757
11.00/4.76	c (2,0) c PropsLitFullScans_6 : 16771566
11.00/4.76	c (2,0) c PropsLitFullScans_7 : 14080669
11.00/4.76	c (2,0) c PropsLitFullScans_total : 119746998
11.00/4.76	c (2,0) c PropsLitFullScans_winner : 10752790
11.00/4.76	c (2,0) c LitScanFractions_0 : 334
11.00/4.76	c (2,0) c LitScanFractions_1 : 39
11.00/4.76	c (2,0) c LitScanFractions_2 : 4001
11.00/4.76	c (2,0) c LitScanFractions_3 : 12
11.00/4.76	c (2,0) c LitScanFractions_4 : 11
11.00/4.76	c (2,0) c LitScanFractions_5 : 17
11.00/4.76	c (2,0) c LitScanFractions_6 : 225
11.00/4.76	c (2,0) c LitScanFractions_7 : 452
11.00/4.76	c (2,0) c LitScanFractions_total : 5091
11.00/4.76	c (2,0) c LitScanFractions_winner : 334
11.00/4.76	c (2,0) c DecisionLevel0_0 : 8
11.00/4.76	c (2,0) c DecisionLevel0_1 : 13
11.00/4.76	c (2,0) c DecisionLevel0_2 : 20
11.00/4.76	c (2,0) c DecisionLevel0_3 : 21
11.00/4.76	c (2,0) c DecisionLevel0_4 : 26
11.00/4.76	c (2,0) c DecisionLevel0_5 : 10
11.00/4.76	c (2,0) c DecisionLevel0_6 : 12
11.00/4.76	c (2,0) c DecisionLevel0_7 : 15
11.00/4.76	c (2,0) c DecisionLevel0_total : 125
11.00/4.76	c (2,0) c DecisionLevel0_winner : 8
11.00/4.76	c (2,0) c Periods_0 : 1
11.00/4.76	c (2,0) c Periods_1 : 2
11.00/4.76	c (2,0) c Periods_2 : 2
11.00/4.76	c (2,0) c Periods_3 : 2
11.00/4.76	c (2,0) c Periods_4 : 2
11.00/4.76	c (2,0) c Periods_5 : 1
11.00/4.76	c (2,0) c Periods_6 : 2
11.00/4.76	c (2,0) c Periods_7 : 2
11.00/4.76	c (2,0) c Periods_total : 14
11.00/4.76	c (2,0) c Periods_winner : 1
11.00/4.76	c (2,0) c Margin_0 : 20
11.00/4.76	c (2,0) c Margin_1 : 20
11.00/4.76	c (2,0) c Margin_2 : 20
11.00/4.76	c (2,0) c Margin_3 : 20
11.00/4.76	c (2,0) c Margin_4 : 20
11.00/4.76	c (2,0) c Margin_5 : 20
11.00/4.76	c (2,0) c Margin_6 : 20
11.00/4.76	c (2,0) c Margin_7 : 20
11.00/4.76	c (2,0) c Margin_total : 160
11.00/4.76	c (2,0) c Margin_winner : 20
11.00/4.76	c (2,0) c Exported_0 : 35
11.00/4.76	c (2,0) c Exported_1 : 93
11.00/4.76	c (2,0) c Exported_2 : 96
11.00/4.76	c (2,0) c Exported_3 : 131
11.00/4.76	c (2,0) c Exported_4 : 146
11.00/4.76	c (2,0) c Exported_5 : 68
11.00/4.76	c (2,0) c Exported_6 : 107
11.00/4.76	c (2,0) c Exported_7 : 104
11.00/4.76	c (2,0) c Exported_total : 780
11.00/4.76	c (2,0) c Exported_winner : 35
11.00/4.76	c (2,0) c Imported_0 : 0
11.00/4.76	c (2,0) c Imported_1 : 0
11.00/4.76	c (2,0) c Imported_2 : 0
11.00/4.76	c (2,0) c Imported_3 : 0
11.00/4.76	c (2,0) c Imported_4 : 0
11.00/4.76	c (2,0) c Imported_5 : 0
11.00/4.76	c (2,0) c Imported_6 : 0
11.00/4.76	c (2,0) c Imported_7 : 0
11.00/4.76	c (2,0) c Imported_total : 0
11.00/4.76	c (2,0) c Imported_winner : 0
11.00/4.76	c (2,0) c Good_0 : 0
11.00/4.76	c (2,0) c Good_1 : 0
11.00/4.76	c (2,0) c Good_2 : 0
11.00/4.76	c (2,0) c Good_3 : 0
11.00/4.76	c (2,0) c Good_4 : 0
11.00/4.76	c (2,0) c Good_5 : 0
11.00/4.76	c (2,0) c Good_6 : 0
11.00/4.76	c (2,0) c Good_7 : 0
11.00/4.76	c (2,0) c Good_total : 0
11.00/4.76	c (2,0) c Good_winner : 0
11.00/4.76	c (2,0) c Purge_0 : 0
11.00/4.76	c (2,0) c Purge_1 : 0
11.00/4.76	c (2,0) c Purge_2 : 0
11.00/4.76	c (2,0) c Purge_3 : 0
11.00/4.76	c (2,0) c Purge_4 : 0
11.00/4.76	c (2,0) c Purge_5 : 0
11.00/4.76	c (2,0) c Purge_6 : 0
11.00/4.76	c (2,0) c Purge_7 : 0
11.00/4.76	c (2,0) c Purge_total : 0
11.00/4.76	c (2,0) c Purge_winner : 0
11.00/4.76	c (2,0) c Promoted_0 : 0
11.00/4.76	c (2,0) c Promoted_1 : 0
11.00/4.76	c (2,0) c Promoted_2 : 0
11.00/4.76	c (2,0) c Promoted_3 : 0
11.00/4.76	c (2,0) c Promoted_4 : 0
11.00/4.76	c (2,0) c Promoted_5 : 0
11.00/4.76	c (2,0) c Promoted_6 : 0
11.00/4.76	c (2,0) c Promoted_7 : 0
11.00/4.76	c (2,0) c Promoted_total : 0
11.00/4.76	c (2,0) c Promoted_winner : 0
11.00/4.76	c (2,0) c Remove_Imp_0 : 0
11.00/4.76	c (2,0) c Remove_Imp_1 : 0
11.00/4.76	c (2,0) c Remove_Imp_2 : 0
11.00/4.76	c (2,0) c Remove_Imp_3 : 0
11.00/4.76	c (2,0) c Remove_Imp_4 : 0
11.00/4.76	c (2,0) c Remove_Imp_5 : 0
11.00/4.76	c (2,0) c Remove_Imp_6 : 0
11.00/4.76	c (2,0) c Remove_Imp_7 : 0
11.00/4.76	c (2,0) c Remove_Imp_total : 0
11.00/4.76	c (2,0) c Remove_Imp_winner : 0
11.00/4.76	c (2,0) c Blocked_Reuse_0 : 0
11.00/4.76	c (2,0) c Blocked_Reuse_1 : 0
11.00/4.76	c (2,0) c Blocked_Reuse_2 : 0
11.00/4.76	c (2,0) c Blocked_Reuse_3 : 0
11.00/4.76	c (2,0) c Blocked_Reuse_4 : 0
11.00/4.76	c (2,0) c Blocked_Reuse_5 : 0
11.00/4.76	c (2,0) c Blocked_Reuse_6 : 0
11.00/4.76	c (2,0) c Blocked_Reuse_7 : 0
11.00/4.76	c (2,0) c Blocked_Reuse_total : 0
11.00/4.76	c (2,0) c Blocked_Reuse_winner : 0
11.00/4.76	c (2,0) c Unaries_0 : 1
11.00/4.76	c (2,0) c Unaries_1 : 1
11.00/4.76	c (2,0) c Unaries_2 : 2
11.00/4.76	c (2,0) c Unaries_3 : 2
11.00/4.76	c (2,0) c Unaries_4 : 2
11.00/4.76	c (2,0) c Unaries_5 : 0
11.00/4.76	c (2,0) c Unaries_6 : 1
11.00/4.76	c (2,0) c Unaries_7 : 4
11.00/4.76	c (2,0) c Unaries_total : 13
11.00/4.76	c (2,0) c Unaries_winner : 1
11.00/4.76	c (2,0) c Binaries_0 : 7
11.00/4.76	c (2,0) c Binaries_1 : 21
11.00/4.76	c (2,0) c Binaries_2 : 22
11.00/4.76	c (2,0) c Binaries_3 : 22
11.00/4.76	c (2,0) c Binaries_4 : 26
11.00/4.76	c (2,0) c Binaries_5 : 20
11.00/4.76	c (2,0) c Binaries_6 : 26
11.00/4.76	c (2,0) c Binaries_7 : 22
11.00/4.76	c (2,0) c Binaries_total : 166
11.00/4.76	c (2,0) c Binaries_winner : 7
11.00/4.76	c (2,0) c Glues_0 : 35
11.00/4.76	c (2,0) c Glues_1 : 93
11.00/4.76	c (2,0) c Glues_2 : 96
11.00/4.76	c (2,0) c Glues_3 : 131
11.00/4.76	c (2,0) c Glues_4 : 146
11.00/4.76	c (2,0) c Glues_5 : 68
11.00/4.76	c (2,0) c Glues_6 : 107
11.00/4.76	c (2,0) c Glues_7 : 104
11.00/4.76	c (2,0) c Glues_total : 780
11.00/4.77	c (2,0) c Glues_winner : 35
11.00/4.77	c (2,0) c RunningTime_0 : 0.620624
11.00/4.77	c (2,0) c RunningTime_1 : 0.637527
11.00/4.77	c (2,0) c RunningTime_2 : 0.687727
11.00/4.77	c (2,0) c RunningTime_3 : 0.642482
11.00/4.77	c (2,0) c RunningTime_4 : 0.658066
11.00/4.77	c (2,0) c RunningTime_5 : 0.621285
11.00/4.77	c (2,0) c RunningTime_6 : 0.654219
11.00/4.77	c (2,0) c RunningTime_7 : 0.634791
11.00/4.77	c (2,0) c RunningTime_total : 5.156721
11.00/4.77	c (2,0) c RunningTime_winner : 0.620624
11.00/4.77	c (2,0) c WaitingTime_0 : 0.000000
11.00/4.77	c (2,0) c WaitingTime_1 : 0.000000
11.00/4.77	c (2,0) c WaitingTime_2 : 0.000000
11.00/4.77	c (2,0) c WaitingTime_3 : 0.000000
11.00/4.77	c (2,0) c WaitingTime_4 : 0.000000
11.00/4.77	c (2,0) c WaitingTime_5 : 0.000000
11.00/4.77	c (2,0) c WaitingTime_6 : 0.000000
11.00/4.77	c (2,0) c WaitingTime_7 : 0.000000
11.00/4.77	c (2,0) c WaitingTime_total : 0.000000
11.00/4.77	c (2,0) c WaitingTime_winner : 0.000000
11.00/4.77	c (2,0) c ExchangingTime_0 : 0.000168
11.00/4.77	c (2,0) c ExchangingTime_1 : 0.000347
11.00/4.77	c (2,0) c ExchangingTime_2 : 0.000213
11.00/4.77	c (2,0) c ExchangingTime_3 : 0.000468
11.00/4.77	c (2,0) c ExchangingTime_4 : 0.000386
11.00/4.77	c (2,0) c ExchangingTime_5 : 0.000212
11.00/4.77	c (2,0) c ExchangingTime_6 : 0.000343
11.00/4.77	c (2,0) c ExchangingTime_7 : 0.000341
11.00/4.77	c (2,0) c ExchangingTime_total : 0.002479
11.00/4.77	c (2,0) c ExchangingTime_winner : 0.000168
11.00/4.77	c (2,0) c PeriodProcTime_0 : 0.000013
11.00/4.77	c (2,0) c PeriodProcTime_1 : 0.000038
11.00/4.77	c (2,0) c PeriodProcTime_2 : 0.000021
11.00/4.77	c (2,0) c PeriodProcTime_3 : 0.000024
11.00/4.77	c (2,0) c PeriodProcTime_4 : 0.000045
11.00/4.77	c (2,0) c PeriodProcTime_5 : 0.000013
11.00/4.77	c (2,0) c PeriodProcTime_6 : 0.000019
11.00/4.77	c (2,0) c PeriodProcTime_7 : 0.000046
11.00/4.77	c (2,0) c PeriodProcTime_total : 0.000219
11.00/4.77	c (2,0) c PeriodProcTime_winner : 0.000013
11.00/4.77	c (2,0) c SolvingTime_0 : 0.620805
11.00/4.77	c (2,0) c SolvingTime_1 : 0.637912
11.00/4.77	c (2,0) c SolvingTime_2 : 0.687961
11.00/4.77	c (2,0) c SolvingTime_3 : 0.642974
11.00/4.77	c (2,0) c SolvingTime_4 : 0.658497
11.00/4.77	c (2,0) c SolvingTime_5 : 0.621511
11.00/4.77	c (2,0) c SolvingTime_6 : 0.654582
11.00/4.77	c (2,0) c SolvingTime_7 : 0.635177
11.00/4.77	c (2,0) c SolvingTime_total : 5.159418
11.00/4.77	c (2,0) c SolvingTime_winner : 0.620805
11.00/4.77	c (2,0) c PropagationTime_0 : 0.497031
11.00/4.77	c (2,0) c PropagationTime_1 : 0.535435
11.00/4.77	c (2,0) c PropagationTime_2 : 0.545156
11.00/4.77	c (2,0) c PropagationTime_3 : 0.527773
11.00/4.77	c (2,0) c PropagationTime_4 : 0.539926
11.00/4.77	c (2,0) c PropagationTime_5 : 0.524327
11.00/4.77	c (2,0) c PropagationTime_6 : 0.534104
11.00/4.77	c (2,0) c PropagationTime_7 : 0.519800
11.00/4.77	c (2,0) c PropagationTime_total : 4.223553
11.00/4.77	c (2,0) c PropagationTime_winner : 0.497031
11.00/4.77	c (2,0) c AnalysisTime_0 : 0.025754
11.00/4.77	c (2,0) c AnalysisTime_1 : 0.035248
11.00/4.77	c (2,0) c AnalysisTime_2 : 0.038075
11.00/4.77	c (2,0) c AnalysisTime_3 : 0.033844
11.00/4.77	c (2,0) c AnalysisTime_4 : 0.035856
11.00/4.77	c (2,0) c AnalysisTime_5 : 0.033509
11.00/4.77	c (2,0) c AnalysisTime_6 : 0.036041
11.00/4.77	c (2,0) c AnalysisTime_7 : 0.031155
11.00/4.77	c (2,0) c AnalysisTime_total : 0.269483
11.00/4.77	c (2,0) c AnalysisTime_winner : 0.025754
11.00/4.77	c (2,0) c ReductionTime_0 : 0.000000
11.00/4.77	c (2,0) c ReductionTime_1 : 0.000355
11.00/4.77	c (2,0) c ReductionTime_2 : 0.000361
11.00/4.77	c (2,0) c ReductionTime_3 : 0.000384
11.00/4.77	c (2,0) c ReductionTime_4 : 0.000340
11.00/4.77	c (2,0) c ReductionTime_5 : 0.000000
11.00/4.77	c (2,0) c ReductionTime_6 : 0.000347
11.00/4.77	c (2,0) c ReductionTime_7 : 0.000401
11.00/4.77	c (2,0) c ReductionTime_total : 0.002188
11.00/4.77	c (2,0) c ReductionTime_winner : 0.000000
11.00/4.77	c (2,0) c SimplifyTime_0 : 0.012879
11.00/4.77	c (2,0) c SimplifyTime_1 : 0.013110
11.00/4.77	c (2,0) c SimplifyTime_2 : 0.010374
11.00/4.77	c (2,0) c SimplifyTime_3 : 0.020546
11.00/4.77	c (2,0) c SimplifyTime_4 : 0.010368
11.00/4.77	c (2,0) c SimplifyTime_5 : 0.000001
11.00/4.77	c (2,0) c SimplifyTime_6 : 0.010477
11.00/4.77	c (2,0) c SimplifyTime_7 : 0.012240
11.00/4.77	c (2,0) c SimplifyTime_total : 0.089995
11.00/4.77	c (2,0) c SimplifyTime_winner : 0.012879
11.00/4.77	c (2,0) c UsedRateTime_0 : 0.000000
11.00/4.77	c (2,0) c UsedRateTime_1 : 0.000000
11.00/4.77	c (2,0) c UsedRateTime_2 : 0.000000
11.00/4.77	c (2,0) c UsedRateTime_3 : 0.000000
11.00/4.77	c (2,0) c UsedRateTime_4 : 0.000000
11.00/4.77	c (2,0) c UsedRateTime_5 : 0.000000
11.00/4.77	c (2,0) c UsedRateTime_6 : 0.000000
11.00/4.77	c (2,0) c UsedRateTime_7 : 0.000000
11.00/4.77	c (2,0) c UsedRateTime_total : 0.000000
11.00/4.77	c (2,0) c UsedRateTime_winner : 0.000000
11.00/4.77	c (2,0) c OverlapRateTime_0 : 0.000000
11.00/4.77	c (2,0) c OverlapRateTime_1 : 0.000000
11.00/4.77	c (2,0) c OverlapRateTime_2 : 0.000000
11.00/4.77	c (2,0) c OverlapRateTime_3 : 0.000000
11.00/4.77	c (2,0) c OverlapRateTime_4 : 0.000000
11.00/4.77	c (2,0) c OverlapRateTime_5 : 0.000000
11.00/4.77	c (2,0) c OverlapRateTime_6 : 0.000000
11.00/4.77	c (2,0) c OverlapRateTime_7 : 0.000000
11.00/4.77	c (2,0) c OverlapRateTime_total : 0.000000
11.00/4.77	c (2,0) c OverlapRateTime_winner : 0.000000
11.00/4.77	c (2,0) c
11.00/4.77	c (2,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
11.00/4.77	c (2,0) c
11.00/4.77	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.77	c (2,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
11.00/4.77	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.77	c (2,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
11.00/4.77	c (2,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
11.00/4.77	c (2,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
11.00/4.77	c (2,0) c | Initial random_seed   | 1236697646 | 1776958890 |  634241858 | 1593654165 | 1886047539 |  182641716 |  920951765 |  722109543 |
11.00/4.77	c (2,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
11.00/4.77	c (2,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
11.00/4.77	c (2,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
11.00/4.77	c (2,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
11.00/4.77	c (2,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
11.00/4.77	c (2,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
11.00/4.77	c (2,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
11.00/4.77	c (2,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
11.00/4.77	c (2,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
11.00/4.77	c (2,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
11.00/4.77	c (2,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
11.00/4.77	c (2,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.00/4.77	c (2,0) 
11.00/4.77	c (2,0) s SATISFIABLE
11.25/4.89	c (2,0) SatSolver.solve End
11.25/4.89	c (2,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
11.25/4.89	c (2,0) Show results Begin
11.51/4.95	c (2,0) x[2] = 64
11.51/4.95	c (2,0) x[3] = 70
11.51/4.95	c (2,0) x[4] = 19
11.51/4.95	c (2,0) x[5] = 67
11.51/4.95	c (2,0) x[7] = 22
11.51/4.95	c (2,0) x[9] = 5
11.51/4.95	c (2,0) x[12] = 53
11.51/4.95	c (2,0) x[13] = 30
11.51/4.95	c (2,0) x[14] = 9
11.51/4.95	c (2,0) x[15] = 57
11.51/4.95	c (2,0) x[17] = 51
11.51/4.95	c (2,0) x[19] = 66
11.51/4.95	c (2,0) x[20] = 21
11.51/4.95	c (2,0) x[25] = 9
11.51/4.95	c (2,0) x[26] = 4
11.51/4.95	c (2,0) x[27] = 7
11.51/4.95	c (2,0) x[28] = 51
11.51/4.95	c (2,0) x[29] = 70
11.51/4.95	c (2,0) x[30] = 6
11.51/4.95	c (2,0) x[31] = 34
11.51/4.95	c (2,0) x[33] = 62
11.51/4.95	c (2,0) x[36] = 54
11.51/4.95	c (2,0) x[37] = 70
11.51/4.95	c (2,0) x[39] = 5
11.51/4.95	c (2,0) x[40] = 71
11.51/4.95	c (2,0) x[44] = 3
11.51/4.95	c (2,0) x[46] = 67
11.51/4.95	c (2,0) x[48] = 70
11.51/4.95	c (2,0) x[49] = 22
11.51/4.95	c (2,0) x[50] = 19
11.51/4.95	c (2,0) x[51] = 69
11.51/4.95	c (2,0) x[53] = 31
11.51/4.95	c (2,0) x[55] = 48
11.51/4.95	c (2,0) x[56] = 32
11.51/4.95	c (2,0) x[59] = 20
11.51/4.95	c (2,0) x[60] = 25
11.51/4.95	c (2,0) x[61] = 33
11.51/4.95	c (2,0) x[64] = 62
11.51/4.95	c (2,0) x[65] = 67
11.51/4.95	c (2,0) x[67] = 41
11.51/4.95	c (2,0) x[68] = 39
11.51/4.95	c (2,0) x[69] = 48
11.51/4.95	c (2,0) x[70] = 64
11.51/4.95	c (2,0) x[71] = 53
11.51/4.95	c (2,0) x[72] = 7
11.51/4.95	c (2,0) x[74] = 60
11.51/4.95	c (2,0) x[75] = 33
11.51/4.95	c (2,0) x[76] = 59
11.51/4.95	c (2,0) x[77] = 21
11.51/4.95	c (2,0) x[79] = 42
11.51/4.95	c (2,0) x[80] = 4
11.51/4.95	c (2,0) x[82] = 32
11.51/4.95	c (2,0) x[83] = 52
11.51/4.95	c (2,0) x[84] = 11
11.51/4.95	c (2,0) x[88] = 6
11.51/4.95	c (2,0) x[90] = 61
11.51/4.95	c (2,0) x[92] = 33
11.51/4.95	c (2,0) x[93] = 9
11.51/4.95	c (2,0) x[95] = 67
11.51/4.95	c (2,0) x[99] = 4
11.51/4.95	s SATISFIABLE
11.51/4.96	v <instantiation>
11.51/4.96	v     <list>x[2] x[3] x[4] x[5] x[7] x[9] x[12] x[13] x[14] x[15] x[17] x[19] x[20] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[33] x[36] x[37] x[39] x[40] x[44] x[46] x[48] x[49] x[50] x[51] x[53] x[55] x[56] x[59] x[60] x[61] x[64] x[65] x[67] x[68] x[69] x[70] x[71] x[72] x[74] x[75] x[76] x[77] x[79] x[80] x[82] x[83] x[84] x[88] x[90] x[92] x[93] x[95] x[99]</list>
11.51/4.96	v     <values>64 70 19 67 22 5 53 30 9 57 51 66 21 9 4 7 51 70 6 34 62 54 70 5 71 3 67 70 22 19 69 31 48 32 20 25 33 62 67 41 39 48 64 53 7 60 33 59 21 42 4 32 52 11 6 61 33 9 67 4</values>
11.51/4.96	v </instantiation>
11.51/4.96	c (2,0) Show results End
11.51/4.96	c (2,0) Heap : 184 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
11.51/4.96	c (2,0) 2,2,STOP-AFTER(ALL)
11.51/4.96	c END-Prog: Tue Sep 24 16:55:37 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 (13553 MiB free)
  memory of node 1: 16384 MiB (12069 MiB free)
  node distances:
     10  21
     21  10

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

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

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


[startup+0.10015 s]*
/proc/loadavg: 3.78 6.84 7.54 2/210 31118
/proc/meminfo: memFree=26144164/32770624 swapFree=66956836/67108860
[pid=31096] ppid=31093 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/31096/stat : 31096 (scop.sh) S 31093 31096 29338 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 510321063 115843072 349 33554432000 4194304 5098028 140725119414192 140725119411448 140259658498684 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30900224 140725119423228 140725119423576 140725119423576 140725119426505 0
/proc/31096/statm: 28282 349 296 221 0 87 0
[pid=31099] ppid=31096 vsize=27314120 memory=106868 CPUtime=0.11 cores=0-7
/proc/31099/stat : 31099 (java) S 31096 31096 29338 0 -1 1077944320 6837 0 0 0 8 3 0 0 20 0 20 0 510321063 27969658880 26717 33554432000 4194304 4196468 140736914380256 140736914362800 140270945857271 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
/proc/31099/statm: 6828530 26717 2772 1 0 6790935 0
[pid=31099/tid=31100] ppid=31096 vsize=27314120 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/31099/task/31100/stat : 31100 (java) R 31096 31096 29338 0 -1 4202560 4945 0 0 0 6 2 0 0 20 0 20 0 510321064 27969658880 26782 33554432000 4194304 4196468 140736914380256 140270917671632 140270931539797 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31101] ppid=31096 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/31099/task/31101/stat : 31101 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 26782 33554432000 4194304 4196468 140736914380256 140270950099728 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31102] ppid=31096 vsize=27314120 memory=140629145900672 CPUtime=0 cores=0-7
/proc/31099/task/31102/stat : 31102 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 26782 33554432000 4194304 4196468 140736914380256 140270764256144 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31103] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31103/stat : 31103 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 26782 33554432000 4194304 4196468 140736914380256 140270763203600 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31104] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31104/stat : 31104 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 26782 33554432000 4194304 4196468 140736914380256 140270762151056 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31105] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31105/stat : 31105 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 26782 33554432000 4194304 4196468 140736914380256 140270761097488 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31106] ppid=31096 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/31099/task/31106/stat : 31106 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 26782 33554432000 4194304 4196468 140736914380256 140270760044944 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31107] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31107/stat : 31107 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 26782 33554432000 4194304 4196468 140736914380256 140270758992400 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31108] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31108/stat : 31108 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 26782 33554432000 4194304 4196468 140736914380256 140270757939856 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31109] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31109/stat : 31109 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510321068 27969658880 26782 33554432000 4194304 4196468 140736914380256 140269332703728 140270945868418 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31110] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31110/stat : 31110 (java) S 31096 31096 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 510321068 27969658880 26782 33554432000 4194304 4196468 140736914380256 140268665824672 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31111] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31111/stat : 31111 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321068 27969658880 26782 33554432000 4194304 4196468 140736914380256 140268397389296 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31112] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31112/stat : 31112 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 26782 33554432000 4194304 4196468 140736914380256 140268022880976 140270945875867 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31113] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31113/stat : 31113 (java) S 31096 31096 29338 0 -1 1077944384 320 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 26782 33554432000 4194304 4196468 140736914380256 140269331650544 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31114] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31114/stat : 31114 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 26782 33554432000 4194304 4196468 140736914380256 140269330598000 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31115] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31115/stat : 31115 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 26782 33554432000 4194304 4196468 140736914380256 140269329545456 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31116] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31116/stat : 31116 (java) R 31096 31096 29338 0 -1 4202560 240 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 26782 33554432000 4194304 4196468 140736914380256 140269328492912 140270924753408 0 4 2 16800973 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31117] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31117/stat : 31117 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 26782 33554432000 4194304 4196468 140736914380256 140267524975328 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31118] ppid=31096 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/31099/task/31118/stat : 31118 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321072 27969658880 26782 33554432000 4194304 4196468 140736914380256 140269327440816 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 108264 KiB

[startup+0.210278 s]*
/proc/loadavg: 3.78 6.84 7.54 3/210 31118
/proc/meminfo: memFree=26121164/32770624 swapFree=66956836/67108860
[pid=31096] ppid=31093 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/31096/stat : 31096 (scop.sh) S 31093 31096 29338 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 510321063 115843072 349 33554432000 4194304 5098028 140725119414192 140725119411448 140259658498684 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30900224 140725119423228 140725119423576 140725119423576 140725119426505 0
/proc/31096/statm: 28282 349 296 221 0 87 0
[pid=31099] ppid=31096 vsize=27314120 memory=126240 CPUtime=0.24 cores=0-7
/proc/31099/stat : 31099 (java) S 31096 31096 29338 0 -1 1077944320 12475 0 0 0 20 4 0 0 20 0 20 0 510321063 27969658880 31560 33554432000 4194304 4196468 140736914380256 140736914362800 140270945857271 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
/proc/31099/statm: 6828530 31560 2907 1 0 6790935 0
[pid=31099/tid=31100] ppid=31096 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/31099/task/31100/stat : 31100 (java) R 31096 31096 29338 0 -1 4202560 10191 0 0 0 16 3 0 0 20 0 20 0 510321064 27969658880 31560 33554432000 4194304 4196468 140736914380256 140270917656656 140270927422233 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31101] ppid=31096 vsize=27314120 memory=331 CPUtime=0 cores=0-7
/proc/31099/task/31101/stat : 31101 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 31560 33554432000 4194304 4196468 140736914380256 140270950099728 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31102] ppid=31096 vsize=27314120 memory=140629145930241 CPUtime=0 cores=0-7
/proc/31099/task/31102/stat : 31102 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 31560 33554432000 4194304 4196468 140736914380256 140270764256144 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31103] ppid=31096 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/31099/task/31103/stat : 31103 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 31560 33554432000 4194304 4196468 140736914380256 140270763203600 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31104] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31104/stat : 31104 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 31560 33554432000 4194304 4196468 140736914380256 140270762151056 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31105] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31105/stat : 31105 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 31560 33554432000 4194304 4196468 140736914380256 140270761097488 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31106] ppid=31096 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/31099/task/31106/stat : 31106 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 31560 33554432000 4194304 4196468 140736914380256 140270760044944 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31107] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31107/stat : 31107 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 31560 33554432000 4194304 4196468 140736914380256 140270758992400 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31108] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31108/stat : 31108 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 31560 33554432000 4194304 4196468 140736914380256 140270757939856 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31109] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31109/stat : 31109 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510321068 27969658880 31560 33554432000 4194304 4196468 140736914380256 140269332703728 140270945868418 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31110] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31110/stat : 31110 (java) S 31096 31096 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 510321068 27969658880 31560 33554432000 4194304 4196468 140736914380256 140268665824672 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31111] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31111/stat : 31111 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321068 27969658880 31560 33554432000 4194304 4196468 140736914380256 140268397389296 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31112] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31112/stat : 31112 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 31560 33554432000 4194304 4196468 140736914380256 140268022880976 140270945875867 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31113] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31113/stat : 31113 (java) S 31096 31096 29338 0 -1 1077944384 450 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 31560 33554432000 4194304 4196468 140736914380256 140269331650544 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31114] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31114/stat : 31114 (java) S 31096 31096 29338 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 31560 33554432000 4194304 4196468 140736914380256 140269330598000 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31115] ppid=31096 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/31099/task/31115/stat : 31115 (java) S 31096 31096 29338 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 31560 33554432000 4194304 4196468 140736914380256 140269329545456 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31116] ppid=31096 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/31099/task/31116/stat : 31116 (java) S 31096 31096 29338 0 -1 1077944384 439 0 0 0 2 0 0 0 20 0 20 0 510321071 27969658880 31560 33554432000 4194304 4196468 140736914380256 140269328492912 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31117] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31117/stat : 31117 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 31560 33554432000 4194304 4196468 140736914380256 140267524975328 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31118] ppid=31096 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/31099/task/31118/stat : 31118 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321072 27969658880 31560 33554432000 4194304 4196468 140736914380256 140269327440816 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 127636 KiB

[startup+0.310142 s]*
/proc/loadavg: 3.78 6.84 7.54 2/210 31118
/proc/meminfo: memFree=26118248/32770624 swapFree=66956836/67108860
[pid=31096] ppid=31093 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/31096/stat : 31096 (scop.sh) S 31093 31096 29338 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 510321063 115843072 349 33554432000 4194304 5098028 140725119414192 140725119411448 140259658498684 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30900224 140725119423228 140725119423576 140725119423576 140725119426505 0
/proc/31096/statm: 28282 349 296 221 0 87 0
[pid=31099] ppid=31096 vsize=27314120 memory=129588 CPUtime=0.42 cores=0-7
/proc/31099/stat : 31099 (java) S 31096 31096 29338 0 -1 1077944320 13316 0 0 0 37 5 0 0 20 0 20 0 510321063 27969658880 32397 33554432000 4194304 4196468 140736914380256 140736914362800 140270945857271 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
/proc/31099/statm: 6828530 32397 2998 1 0 6790935 0
[pid=31099/tid=31100] ppid=31096 vsize=27314120 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/31099/task/31100/stat : 31100 (java) R 31096 31096 29338 0 -1 4202560 10868 0 0 0 26 4 0 0 20 0 20 0 510321064 27969658880 32397 33554432000 4194304 4196468 140736914380256 140270917640288 140270929900901 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31101] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31101/stat : 31101 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 32397 33554432000 4194304 4196468 140736914380256 140270950099728 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31102] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31102/stat : 31102 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 32397 33554432000 4194304 4196468 140736914380256 140270764256144 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31103] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31103/stat : 31103 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 32397 33554432000 4194304 4196468 140736914380256 140270763203600 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31104] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31104/stat : 31104 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 32397 33554432000 4194304 4196468 140736914380256 140270762151056 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31105] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31105/stat : 31105 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 32397 33554432000 4194304 4196468 140736914380256 140270761097488 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31106] ppid=31096 vsize=27314120 memory=140629040523951 CPUtime=0 cores=0-7
/proc/31099/task/31106/stat : 31106 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 32397 33554432000 4194304 4196468 140736914380256 140270760044944 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31107] ppid=31096 vsize=27314120 memory=140629040526256 CPUtime=0 cores=0-7
/proc/31099/task/31107/stat : 31107 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 32397 33554432000 4194304 4196468 140736914380256 140270758992400 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31108] ppid=31096 vsize=27314120 memory=140629040528560 CPUtime=0 cores=0-7
/proc/31099/task/31108/stat : 31108 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510321066 27969658880 32397 33554432000 4194304 4196468 140736914380256 140270757939856 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31109] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31109/stat : 31109 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510321068 27969658880 32397 33554432000 4194304 4196468 140736914380256 140269332703728 140270945868418 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31110] ppid=31096 vsize=27314120 memory=281258081070992 CPUtime=0 cores=0-7
/proc/31099/task/31110/stat : 31110 (java) S 31096 31096 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 510321068 27969658880 32397 33554432000 4194304 4196468 140736914380256 140268665824672 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31111] ppid=31096 vsize=27314120 memory=281258081068688 CPUtime=0 cores=0-7
/proc/31099/task/31111/stat : 31111 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321068 27969658880 32397 33554432000 4194304 4196468 140736914380256 140268397389296 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31112] ppid=31096 vsize=27314120 memory=281258081075600 CPUtime=0 cores=0-7
/proc/31099/task/31112/stat : 31112 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 32397 33554432000 4194304 4196468 140736914380256 140268022880976 140270945875867 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31113] ppid=31096 vsize=27314120 memory=281258081016880 CPUtime=0.01 cores=0-7
/proc/31099/task/31113/stat : 31113 (java) R 31096 31096 29338 0 -1 4202560 533 0 0 0 1 0 0 0 20 0 20 0 510321071 27969658880 32397 33554432000 4194304 4196468 140736914380256 140269331650544 140270945869206 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31114] ppid=31096 vsize=27314120 memory=281258081089424 CPUtime=0.01 cores=0-7
/proc/31099/task/31114/stat : 31114 (java) S 31096 31096 29338 0 -1 1077944384 60 0 0 0 1 0 0 0 20 0 20 0 510321071 27969658880 32397 33554432000 4194304 4196468 140736914380256 140269330598000 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31115] ppid=31096 vsize=27314120 memory=281258081096336 CPUtime=0 cores=0-7
/proc/31099/task/31115/stat : 31115 (java) S 31096 31096 29338 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 32397 33554432000 4194304 4196468 140736914380256 140269329545456 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31116] ppid=31096 vsize=27314120 memory=281258081094032 CPUtime=0.07 cores=0-7
/proc/31099/task/31116/stat : 31116 (java) S 31096 31096 29338 0 -1 1077944384 460 0 0 0 7 0 0 0 20 0 20 0 510321071 27969658880 32397 33554432000 4194304 4196468 140736914380256 140269328492912 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31117] ppid=31096 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31117/stat : 31117 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 510321071 27969658880 32397 33554432000 4194304 4196468 140736914380256 140267524975328 140270945867477 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31118] ppid=31096 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/31099/task/31118/stat : 31118 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321072 27969658880 32397 33554432000 4194304 4196468 140736914380256 140269327440816 140270945868418 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 130984 KiB

[startup+0.700968 s]
/proc/loadavg: 3.78 6.84 7.54 2/210 31118
/proc/meminfo: memFree=26096668/32770624 swapFree=66956836/67108860
[pid=31096] ppid=31093 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/31096/stat : 31096 (scop.sh) S 31093 31096 29338 0 -1 4202496 556 320 0 0 0 0 0 0 20 0 1 0 510321063 115843072 349 33554432000 4194304 5098028 140725119414192 140725119411448 140259658498684 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30900224 140725119423228 140725119423576 140725119423576 140725119426505 0
/proc/31096/statm: 28282 349 296 221 0 87 0
[pid=31099] ppid=31096 vsize=27322516 memory=165720 CPUtime=0.99 cores=0-7
/proc/31099/stat : 31099 (java) S 31096 31096 29338 0 -1 1077944320 20541 0 0 0 92 7 0 0 20 0 20 0 510321063 27978256384 41430 33554432000 4194304 4196468 140736914380256 140736914362800 140270945857271 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
/proc/31099/statm: 6830629 41430 3200 1 0 6791959 0
[pid=31099/tid=31100] ppid=31096 vsize=27322516 memory=0 CPUtime=0.68 cores=0-7
/proc/31099/task/31100/stat : 31100 (java) R 31096 31096 29338 0 -1 4202560 17603 0 0 0 63 5 0 0 20 0 20 0 510321064 27978256384 41430 33554432000 4194304 4196468 140736914380256 140270917689040 140270929900901 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31101] ppid=31096 vsize=27322516 memory=140629040735088 CPUtime=0 cores=0-7
/proc/31099/task/31101/stat : 31101 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27978256384 41430 33554432000 4194304 4196468 140736914380256 140270950099728 140270945867477 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31102] ppid=31096 vsize=27322516 memory=0 CPUtime=0 cores=0-7
/proc/31099/task/31102/stat : 31102 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 510321066 27978256384 41430 33554432000 4194304 4196468 140736914380256 140270764256144 140270945867477 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0
[pid=31099/tid=31103] ppid=31096 vsize=27322516 memory=784 CPUtime=0 cores=0-7
/proc/31099/task/31103/stat : 31103 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 510321066 27978256384 41430 33554432000 4194304 4196468 140736914380256 140270763203600 140270945867477 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34570240 140736914387654 140736914388102 140736914388102 140736914390991 0

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

/proc/31119/task/31126/stat : 31126 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669583256464 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31127] ppid=31096 vsize=8414124 memory=6940698281606406720 CPUtime=0 cores=0-7
/proc/31119/task/31127/stat : 31127 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669582203920 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31128] ppid=31096 vsize=8414124 memory=6940698281606406720 CPUtime=0 cores=0-7
/proc/31119/task/31128/stat : 31128 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669581151376 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31129] ppid=31096 vsize=8414124 memory=6940698281606406720 CPUtime=0 cores=0-7
/proc/31119/task/31129/stat : 31129 (java) S 31096 31096 29338 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 510321292 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669329864688 140670102166146 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31130] ppid=31096 vsize=8414124 memory=6940698281606406720 CPUtime=0 cores=0-7
/proc/31119/task/31130/stat : 31130 (java) S 31096 31096 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 510321292 8616062976 29920 33554432000 4194304 4196468 140723601405360 140668433327008 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31131] ppid=31096 vsize=8414124 memory=5931329015123165280 CPUtime=0 cores=0-7
/proc/31119/task/31131/stat : 31131 (java) S 31096 31096 29338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 510321292 8616062976 29920 33554432000 4194304 4196468 140723601405360 140668299105264 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31132] ppid=31096 vsize=8414124 memory=6940698281606406720 CPUtime=0 cores=0-7
/proc/31119/task/31132/stat : 31132 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140667924601040 140670102173595 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31133] ppid=31096 vsize=8414124 memory=7518590701213671769 CPUtime=0.06 cores=0-7
/proc/31119/task/31133/stat : 31133 (java) S 31096 31096 29338 0 -1 1077944384 591 0 0 0 6 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669328812528 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31134] ppid=31096 vsize=8414124 memory=7881696724453321575 CPUtime=0.13 cores=0-7
/proc/31119/task/31134/stat : 31134 (java) S 31096 31096 29338 0 -1 1077944384 573 0 0 0 13 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669327759984 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31135] ppid=31096 vsize=8414124 memory=5787213835721533265 CPUtime=0.07 cores=0-7
/proc/31119/task/31135/stat : 31135 (java) S 31096 31096 29338 0 -1 1077944384 277 0 0 0 7 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669326707440 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31136] ppid=31096 vsize=8414124 memory=7898351070516488779 CPUtime=0.22 cores=0-7
/proc/31119/task/31136/stat : 31136 (java) S 31096 31096 29338 0 -1 1077944384 602 0 0 0 22 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669325654896 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31137] ppid=31096 vsize=8414124 memory=8996927245810234922 CPUtime=0 cores=0-7
/proc/31119/task/31137/stat : 31137 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140667426695392 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31138] ppid=31096 vsize=8414124 memory=-9181546050914066336 CPUtime=0 cores=0-7
/proc/31119/task/31138/stat : 31138 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669324601776 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 8527252 KiB
Current children cumulated memory: 121156 KiB

[startup+4.00085 s]*
/proc/loadavg: 3.78 6.84 7.54 2/215 31144
/proc/meminfo: memFree=25787600/32770624 swapFree=66956836/67108860
[pid=31096] ppid=31093 vsize=113128 memory=1476 CPUtime=3.82 cores=0-7
/proc/31096/stat : 31096 (scop.sh) S 31093 31096 29338 0 -1 4202496 582 24995 0 0 0 0 359 23 20 0 1 0 510321063 115843072 369 33554432000 4194304 5098028 140725119414192 140725119410936 140259658498684 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 30900224 140725119423228 140725119423576 140725119423576 140725119426505 0
/proc/31096/statm: 28282 369 311 221 0 87 0
[pid=31119] ppid=31096 vsize=8414124 memory=119680 CPUtime=1.33 cores=0-7
/proc/31119/stat : 31119 (java) S 31096 31096 29338 0 -1 1077944320 20413 0 0 0 125 8 0 0 20 0 24 0 510321289 8616062976 29920 33554432000 4194304 4196468 140723601405360 140723601387904 140670102154999 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
/proc/31119/statm: 2103531 29920 3208 1 0 2064875 0
[pid=31139] ppid=31119 vsize=369116 memory=343976 CPUtime=0.98 cores=0-7
/proc/31139/stat : 31139 (manyglucose-4.1) R 31119 31096 29338 0 -1 4202496 62118 0 0 0 87 11 0 0 20 0 1 0 510321365 377974784 85994 33554432000 4194304 4454172 140724451302208 140724450251944 140069473500150 0 4 0 8388610 0 0 0 17 6 0 0 0 0 0 6552832 6554400 21295104 140724451304269 140724451304476 140724451304476 140724451307446 0
/proc/31139/statm: 92332 85994 378 64 0 88000 0
[pid=31119/tid=31120] ppid=31096 vsize=8414124 memory=8317482817917895235 CPUtime=0.79 cores=0-7
/proc/31119/task/31120/stat : 31120 (java) S 31096 31096 29338 0 -1 1077944384 16956 0 0 0 73 6 0 0 20 0 24 0 510321289 8616062976 29920 33554432000 4194304 4196468 140723601405360 140670073995168 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31121] ppid=31096 vsize=8414124 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/31119/task/31121/stat : 31121 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140670106396944 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31122] ppid=31096 vsize=8414124 memory=-8253362762722141311 CPUtime=0 cores=0-7
/proc/31119/task/31122/stat : 31122 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669912160656 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31123] ppid=31096 vsize=8414124 memory=-8412656567318647667 CPUtime=0 cores=0-7
/proc/31119/task/31123/stat : 31123 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669911108112 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31124] ppid=31096 vsize=8414124 memory=8514701219730522529 CPUtime=0 cores=0-7
/proc/31119/task/31124/stat : 31124 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669585361552 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31125] ppid=31096 vsize=8414124 memory=-8707038579349950309 CPUtime=0 cores=0-7
/proc/31119/task/31125/stat : 31125 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669584309008 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31126] ppid=31096 vsize=8414124 memory=7521995004687799001 CPUtime=0 cores=0-7
/proc/31119/task/31126/stat : 31126 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669583256464 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31127] ppid=31096 vsize=8414124 memory=-9174445032661854264 CPUtime=0 cores=0-7
/proc/31119/task/31127/stat : 31127 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669582203920 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31128] ppid=31096 vsize=8414124 memory=-3253322038155611931 CPUtime=0 cores=0-7
/proc/31119/task/31128/stat : 31128 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669581151376 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31129] ppid=31096 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/31119/task/31129/stat : 31129 (java) S 31096 31096 29338 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 510321292 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669329864688 140670102166146 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31130] ppid=31096 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/31119/task/31130/stat : 31130 (java) S 31096 31096 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 510321292 8616062976 29920 33554432000 4194304 4196468 140723601405360 140668433327008 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31131] ppid=31096 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/31119/task/31131/stat : 31131 (java) S 31096 31096 29338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 510321292 8616062976 29920 33554432000 4194304 4196468 140723601405360 140668299105264 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31132] ppid=31096 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/31119/task/31132/stat : 31132 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140667924601040 140670102173595 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31133] ppid=31096 vsize=8414124 memory=-1 CPUtime=0.06 cores=0-7
/proc/31119/task/31133/stat : 31133 (java) S 31096 31096 29338 0 -1 1077944384 591 0 0 0 6 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669328812528 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31134] ppid=31096 vsize=8414124 memory=0 CPUtime=0.13 cores=0-7
/proc/31119/task/31134/stat : 31134 (java) S 31096 31096 29338 0 -1 1077944384 573 0 0 0 13 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669327759984 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31135] ppid=31096 vsize=8414124 memory=0 CPUtime=0.07 cores=0-7
/proc/31119/task/31135/stat : 31135 (java) S 31096 31096 29338 0 -1 1077944384 277 0 0 0 7 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669326707440 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31136] ppid=31096 vsize=8414124 memory=140625819236728 CPUtime=0.22 cores=0-7
/proc/31119/task/31136/stat : 31136 (java) S 31096 31096 29338 0 -1 1077944384 602 0 0 0 22 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669325654896 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31137] ppid=31096 vsize=8414124 memory=231 CPUtime=0 cores=0-7
/proc/31119/task/31137/stat : 31137 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140667426695392 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31138] ppid=31096 vsize=8414124 memory=3617551796267921439 CPUtime=0 cores=0-7
/proc/31119/task/31138/stat : 31138 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321295 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669324601776 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31140] ppid=31096 vsize=8414124 memory=7594878121047048300 CPUtime=0 cores=0-7
/proc/31119/task/31140/stat : 31140 (java) S 31096 31096 29338 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 510321365 8616062976 29920 33554432000 4194304 4196468 140723601405360 140669316568256 140670102179609 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31142] ppid=31096 vsize=8414124 memory=6935653653823705168 CPUtime=0 cores=0-7
/proc/31119/task/31142/stat : 31142 (java) S 31096 31096 29338 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 24 0 510321365 8616062976 29920 33554432000 4194304 4196468 140723601405360 140666755596080 140670102176925 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31143] ppid=31096 vsize=8414124 memory=3689628146497118544 CPUtime=0 cores=0-7
/proc/31119/task/31143/stat : 31143 (java) S 31096 31096 29338 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 24 0 510321365 8616062976 29920 33554432000 4194304 4196468 140723601405360 140667024031664 140670102176925 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31144] ppid=31096 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/31119/task/31144/stat : 31144 (java) S 31096 31096 29338 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 510321368 8616062976 29920 33554432000 4194304 4196468 140723601405360 140666487168688 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
Current children cumulated CPU time: 6.13 s
Current children cumulated vsize: 8896368 KiB
Current children cumulated memory: 465132 KiB

[startup+4.8011 s]
/proc/loadavg: 3.78 6.84 7.54 2/215 31144
/proc/meminfo: memFree=25787600/32770624 swapFree=66956836/67108860
[pid=31096] ppid=31093 vsize=113128 memory=1476 CPUtime=3.82 cores=0-7
/proc/31096/stat : 31096 (scop.sh) S 31093 31096 29338 0 -1 4202496 582 24995 0 0 0 0 359 23 20 0 1 0 510321063 115843072 369 33554432000 4194304 5098028 140725119414192 140725119410936 140259658498684 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 30900224 140725119423228 140725119423576 140725119423576 140725119426505 0
/proc/31096/statm: 28282 369 311 221 0 87 0
[pid=31119] ppid=31096 vsize=8414124 memory=124368 CPUtime=1.46 cores=0-7
/proc/31119/stat : 31119 (java) S 31096 31096 29338 0 -1 1077944320 20541 0 0 0 138 8 0 0 20 0 24 0 510321289 8616062976 31092 33554432000 4194304 4196468 140723601405360 140723601387904 140670102154999 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
/proc/31119/statm: 2103531 31092 3223 1 0 2064875 0
[pid=31139] ppid=31119 vsize=996196 memory=446556 CPUtime=5.97 cores=0-7
/proc/31139/stat : 31139 (manyglucose-4.1) R 31119 31096 29338 0 -1 4202496 82158 0 0 0 581 16 0 0 20 0 1 0 510321365 1020104704 111639 33554432000 4194304 4454172 140724451302208 140724451298928 140069473098877 0 4 0 8388610 0 0 0 17 4 0 0 0 0 0 6552832 6554400 21295104 140724451304269 140724451304476 140724451304476 140724451307446 0
/proc/31139/statm: 249049 111639 422 64 0 244717 0
[pid=31119/tid=31120] ppid=31096 vsize=8414124 memory=438960 CPUtime=0.79 cores=0-7
/proc/31119/task/31120/stat : 31120 (java) S 31096 31096 29338 0 -1 1077944384 16956 0 0 0 73 6 0 0 20 0 24 0 510321289 8616062976 31092 33554432000 4194304 4196468 140723601405360 140670073995168 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31121] ppid=31096 vsize=8414124 memory=1476 CPUtime=0 cores=0-7
/proc/31119/task/31121/stat : 31121 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 31092 33554432000 4194304 4196468 140723601405360 140670106396944 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31122] ppid=31096 vsize=8414124 memory=119680 CPUtime=0 cores=0-7
/proc/31119/task/31122/stat : 31122 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669912160656 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31123] ppid=31096 vsize=8414124 memory=2016 CPUtime=0 cores=0-7
/proc/31119/task/31123/stat : 31123 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669911108112 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31124] ppid=31096 vsize=8414124 memory=1408 CPUtime=0 cores=0-7
/proc/31119/task/31124/stat : 31124 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669585361552 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31125] ppid=31096 vsize=8414124 memory=1548 CPUtime=0 cores=0-7
/proc/31119/task/31125/stat : 31125 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669584309008 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31126] ppid=31096 vsize=8414124 memory=7552 CPUtime=0 cores=0-7
/proc/31119/task/31126/stat : 31126 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669583256464 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31127] ppid=31096 vsize=8414124 memory=3608 CPUtime=0 cores=0-7
/proc/31119/task/31127/stat : 31127 (java) S 31096 31096 29338 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669582203920 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31128] ppid=31096 vsize=8414124 memory=616 CPUtime=0 cores=0-7
/proc/31119/task/31128/stat : 31128 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321290 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669581151376 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31129] ppid=31096 vsize=8414124 memory=7649399388492607795 CPUtime=0 cores=0-7
/proc/31119/task/31129/stat : 31129 (java) S 31096 31096 29338 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 510321292 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669329864688 140670102166146 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31130] ppid=31096 vsize=8414124 memory=7649399392787575091 CPUtime=0 cores=0-7
/proc/31119/task/31130/stat : 31130 (java) S 31096 31096 29338 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 510321292 8616062976 31092 33554432000 4194304 4196468 140723601405360 140668433327008 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31131] ppid=31096 vsize=8414124 memory=7649399397082542387 CPUtime=0 cores=0-7
/proc/31119/task/31131/stat : 31131 (java) S 31096 31096 29338 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 510321292 8616062976 31092 33554432000 4194304 4196468 140723601405360 140668299105264 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31132] ppid=31096 vsize=8414124 memory=7649399358444613939 CPUtime=0 cores=0-7
/proc/31119/task/31132/stat : 31132 (java) S 31096 31096 29338 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 510321295 8616062976 31092 33554432000 4194304 4196468 140723601405360 140667924601040 140670102173595 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31133] ppid=31096 vsize=8414124 memory=7649399362739581235 CPUtime=0.08 cores=0-7
/proc/31119/task/31133/stat : 31133 (java) S 31096 31096 29338 0 -1 1077944384 605 0 0 0 8 0 0 0 20 0 24 0 510321295 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669328812528 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31134] ppid=31096 vsize=8414124 memory=33 CPUtime=0.17 cores=0-7
/proc/31119/task/31134/stat : 31134 (java) S 31096 31096 29338 0 -1 1077944384 591 0 0 0 17 0 0 0 20 0 24 0 510321295 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669327759984 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31135] ppid=31096 vsize=8414124 memory=7237117919498431334 CPUtime=0.08 cores=0-7
/proc/31119/task/31135/stat : 31135 (java) R 31096 31096 29338 0 -1 4202560 281 0 0 0 8 0 0 0 20 0 24 0 510321295 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669326707440 140670081316734 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31136] ppid=31096 vsize=8414124 memory=7237117919498431334 CPUtime=0.26 cores=0-7
/proc/31119/task/31136/stat : 31136 (java) S 31096 31096 29338 0 -1 1077944384 681 0 0 0 26 0 0 0 20 0 24 0 510321295 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669325654896 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31137] ppid=31096 vsize=8414124 memory=7237117919498431334 CPUtime=0 cores=0-7
/proc/31119/task/31137/stat : 31137 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 510321295 8616062976 31092 33554432000 4194304 4196468 140723601405360 140667426695392 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31138] ppid=31096 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/31119/task/31138/stat : 31138 (java) S 31096 31096 29338 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 510321295 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669324601776 140670102166146 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31140] ppid=31096 vsize=8414124 memory=281258081771968 CPUtime=0 cores=0-7
/proc/31119/task/31140/stat : 31140 (java) S 31096 31096 29338 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 510321365 8616062976 31092 33554432000 4194304 4196468 140723601405360 140669316568256 140670102179609 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31142] ppid=31096 vsize=8414124 memory=3546787128165296886 CPUtime=0.03 cores=0-7
/proc/31119/task/31142/stat : 31142 (java) R 31096 31096 29338 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 24 0 510321365 8616062976 31092 33554432000 4194304 4196468 140723601405360 140666755596144 140670102176925 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31143] ppid=31096 vsize=8414124 memory=7450450680275562344 CPUtime=0 cores=0-7
/proc/31119/task/31143/stat : 31143 (java) S 31096 31096 29338 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 24 0 510321365 8616062976 31092 33554432000 4194304 4196468 140723601405360 140667024031664 140670102176925 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
[pid=31119/tid=31144] ppid=31096 vsize=8414124 memory=7450450680275562344 CPUtime=0 cores=0-7
/proc/31119/task/31144/stat : 31144 (java) S 31096 31096 29338 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 510321368 8616062976 31092 33554432000 4194304 4196468 140723601405360 140666487168688 140670102165205 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8220672 140723601413087 140723601413254 140723601413254 140723601416143 0
Current children cumulated CPU time: 11.25 s
Current children cumulated vsize: 9523448 KiB
Current children cumulated memory: 572400 KiB

[startup+5.001 s]*
/proc/loadavg: 3.80 6.80 7.52 2/212 31152
/proc/meminfo: memFree=26085512/32770624 swapFree=66956836/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 5.01037
CPU time (s): 11.671
CPU user time (s): 11.1325
CPU system time (s): 0.538469
CPU usage (%): 232.936
Max. virtual memory (cumulated for all children) (KiB): 27441876
Max. memory (cumulated for all children) (KiB): 894348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.1325
system time used= 0.538469
maximum resident set size= 895648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128707
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11019
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 31096
#   total CPU time (s): 11.671
#   total CPU user time (s): 11.1325
#   total CPU system time (s): 0.538469

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.061838 second user time and 0.094443 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-24 16:55:32
IDJOB=4405526
IDBENCH=133338
IDSOLVER=2868
FILE ID=node105/4405526-1569340633
RUNJOBID= node105-1569332278-29365
PBS_JOBID= 21705070
Free space on /var/tmp= 13180 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-09-22)
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-20-3-3.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4405526-1569340633/watcher-4405526-1569340633 -o /var/tmp/evaluation-result-4405526-1569340633/solver-4405526-1569340633 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node105-1569332278-29365 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4405526-1569340633.xml

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

MD5SUM BENCH= 065412ea00e4edb14381318bc4e9318f
RANDOM SEED=1201978005

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26238376 kB
MemAvailable:   31799352 kB
Buffers:          113152 kB
Cached:          5579628 kB
SwapCached:        48352 kB
Active:          2828128 kB
Inactive:        2914748 kB
Active(anon):       4852 kB
Inactive(anon):    99568 kB
Active(file):    2823276 kB
Inactive(file):  2815180 kB
Unevictable:      110928 kB
Mlocked:          110928 kB
SwapTotal:      67108860 kB
SwapFree:       66956836 kB
Dirty:             20672 kB
Writeback:             0 kB
AnonPages:        178772 kB
Mapped:            54436 kB
Shmem:             45912 kB
Slab:             380148 kB
SReclaimable:     350980 kB
SUnreclaim:        29168 kB
KernelStack:        3760 kB
PageTables:         5148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    133120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13160 MiB
End job on node105 at 2019-09-24 16:55:37