Trace number 4392345

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP order+ManyGlucose (2019-06-15)UNSAT 22.7157 12.4049

General information on the benchmark

NameLatinSquare/LatinSquare-xcsp2-qcp25/
qcp-25-264-12_X2.xml
MD5SUM0da6a8f2891de305d0b0efc67f372d88
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.28665
Satisfiable
(Un)Satisfiability was proved
Number of variables625
Number of constraints15000
Number of domains26
Minimum domain size1
Maximum domain size25
Distribution of domain sizes[{"size":1,"count":361},{"size":25,"count":264}]
Minimum variable degree48
Maximum variable degree48
Distribution of variable degrees[{"degree":48,"count":625}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":15000}]
Number of extensional constraints15000
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15000}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -order -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-19332-serial-file.bin HOME/instance-4392345-1568443107.xml
0.65/0.54	
0.65/0.54	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
0.65/0.54	
0.65/0.56	c BEGIN-Prog: Sat Sep 14 08:37:47 CEST 2019
0.65/0.56	c PID: 19335
0.65/0.56	c IP: 172.20.3.140
0.65/0.56	c HOST: node140.alineos.net
0.65/0.57	c (0,0) Parsing Begin
3.98/1.54	c (1,0) Parsing End
3.98/1.55	c (1,1) CSP: 597 int (0 aux), 28 bool (0 aux), 10142 ctr, max domain size 25
3.98/1.55	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
3.98/1.55	c (1,1) Constraint Name Generate Begin
3.98/1.59	c (1,1) Ctr:HOME/instance-4392345-1568443107.xml,ExtensionConflict:Var
3.98/1.59	c (1,1) Constraint Name Generate End
3.98/1.59	c (1,1) Heap : 675 MiB used (max 21589 MiB), NonHeap : 21 MiB used (max 0 MiB)
3.98/1.59	c (1,1) CSP to CSPinCNF Begin
8.24/2.56	c (2,2) translated 1015 (10%) constraints
10.37/4.03	c (3,3) translated 2029 (20%) constraints
11.81/5.47	c (4,4) translated 3043 (30%) constraints
12.43/6.03	c (5,5) translated 4057 (40%) constraints
12.55/6.11	c (5,5) translated 5071 (50%) constraints
12.55/6.18	c (5,5) translated 6086 (60%) constraints
12.77/6.26	c (5,5) translated 7100 (70%) constraints
12.99/6.32	c (5,5) translated 8114 (80%) constraints
12.99/6.39	c (5,5) translated 9128 (90%) constraints
13.18/6.46	c (5,5) translated 10142 (100%) constraints
13.18/6.46	c (5,5) ===========================================
13.18/6.46	c (5,5) Order
13.18/6.46	c (5,5) ===========================================
13.50/6.64	c (6,6) translated 7087 (10%) constraints
13.73/6.78	c (6,6) translated 14173 (20%) constraints
13.94/6.93	c (6,6) translated 21259 (30%) constraints
14.09/7.08	c (6,6) translated 28345 (40%) constraints
14.28/7.23	c (6,6) translated 35431 (50%) constraints
14.37/7.37	c (6,6) translated 42518 (60%) constraints
14.58/7.52	c (6,6) translated 49604 (70%) constraints
14.68/7.66	c (7,7) translated 56690 (80%) constraints
14.88/7.81	c (7,7) translated 63776 (90%) constraints
14.97/7.94	c (7,7) translated 70862 (100%) constraints
14.97/7.94	c (7,7) CSP to CSPinCNF End
14.97/7.94	c (7,7) CSP: 597 int (0 aux), 28 bool (0 aux), 70862 ctr, max domain size 25
14.97/7.94	c (7,7) Heap : 2928 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
14.97/7.94	c (7,7) CSPinCNF Propagation Begin
18.79/10.44	c (9,9) 1815 values, 49152 unsatisfiable literals, and 27346 valid clauses are removed
18.79/10.44	c (9,9) CSPinCNF Propagation End
18.79/10.44	c (9,9) CSP: 597 int (0 aux), 28 bool (0 aux), 43516 ctr, max domain size 25
18.79/10.44	c (9,9) Heap : 4167 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
18.79/10.44	c (9,9) Simplify CSPinCNF Begin
19.01/10.58	c (10,10) Simplify CSPinCNF End
19.01/10.58	c (10,10) CSP: 597 int (0 aux), 28 bool (0 aux), 43516 ctr, max domain size 25
19.01/10.58	c (10,10) Heap : 4280 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
19.01/10.58	c (10,10) Calculate Precise Domain Begin
19.01/10.58	c (10,10) 0 values are removed by re-calculation
19.01/10.58	c (10,10) Calculate Precise Domain End
19.01/10.58	c (10,10) CSP: 597 int (0 aux), 28 bool (0 aux), 43516 ctr, max domain size 25
19.01/10.58	c (10,10) Heap : 4280 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
19.01/10.58	c (10,10) CSPinCNF to SatSolver Begin
19.80/10.81	c (10,10) 4352 (10 %) CSP clauses are encoded (0 SAT variables, 8608 SAT clauses)
20.19/10.90	c (10,10) 8704 (20 %) CSP clauses are encoded (0 SAT variables, 12960 SAT clauses)
20.19/10.96	c (10,10) 13055 (30 %) CSP clauses are encoded (0 SAT variables, 17311 SAT clauses)
20.35/11.01	c (10,10) 17407 (40 %) CSP clauses are encoded (0 SAT variables, 21663 SAT clauses)
20.35/11.07	c (10,10) 21758 (50 %) CSP clauses are encoded (0 SAT variables, 26014 SAT clauses)
20.45/11.12	c (10,10) 26110 (60 %) CSP clauses are encoded (0 SAT variables, 30366 SAT clauses)
20.45/11.18	c (10,10) 30462 (70 %) CSP clauses are encoded (0 SAT variables, 34718 SAT clauses)
20.55/11.23	c (10,10) 34813 (80 %) CSP clauses are encoded (0 SAT variables, 39069 SAT clauses)
20.55/11.28	c (10,10) 39165 (90 %) CSP clauses are encoded (0 SAT variables, 43421 SAT clauses)
20.64/11.32	c (10,10) 43516 (100 %) CSP clauses are encoded (0 SAT variables, 47772 SAT clauses)
20.64/11.32	c (10,10) CSPinCNF to SatSolver End
20.64/11.32	c (10,10) Heap : 4618 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
20.64/11.32	c (10,10) 4521 bool, 47773 clause
20.64/11.32	c (10,10) Export Begin
20.85/11.43	c (10,10) Export to HOME/scop-19332-serial-file.bin
20.85/11.43	c (10,10) Export End
20.85/11.44	c (10,10) Export File Size: 0.11 MB
20.85/11.44	c (10,10) 1,1,7,9,10,10,10,STOP-AFTER(DIMACS)
20.85/11.44	c END-Prog: Sat Sep 14 08:37:58 CEST 2019
20.85/11.48	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-19332-serial-file.bin
21.02/11.94	c (0,0) Read Serial File Begin
21.02/11.94	c (0,0) HOME/scop-19332-serial-file.bin
21.84/12.19	c (0,0) Read Serial File End
22.08/12.21	
22.08/12.21	Fun-sCOP order+manyglucose-4.1-27_release (2019-06-15)
22.08/12.21	(Solving Process)
22.08/12.21	
22.08/12.23	c BEGIN-Prog: Sat Sep 14 08:37:59 CEST 2019
22.08/12.23	c PID: 19355
22.08/12.23	c IP: 172.20.3.140
22.08/12.23	c HOST: node140.alineos.net
22.08/12.23	c (0,0) SatSolver.solve Begin
22.08/12.23	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392345-1568443107.xml-scop-19335.cnf
22.08/12.26	c (0,0) c
22.08/12.26	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)
22.08/12.26	c (0,0) c
22.08/12.26	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
22.08/12.26	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
22.08/12.26	c (0,0) c ========================================[ Problem Statistics ]===========================================
22.08/12.26	c (0,0) c |                                                                                                       |
22.08/12.28	c (0,0) c |  Number of variables:          4521                                                                   |
22.08/12.28	c (0,0) c |  Number of clauses:           47773                                                                   |
22.08/12.28	c (0,0) c |  Parse time:                   0.02 s                                                                 |
22.08/12.28	c (0,0) c |                                                                                                       |
22.33/12.31	c (0,0) c |  Simplification time:          0.03 s                                                                 |
22.33/12.31	c (0,0) c |                                                                                                       |
22.33/12.31	c (0,0) c |  Generating clones                                                                                    |
22.33/12.32	c (0,0) c |  all clones generated. Memory =    36.81Mb.                                                           |
22.33/12.32	c (0,0) c ========================================================================================================|
22.33/12.32	c (0,0) c
22.33/12.32	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
22.33/12.32	c (0,0) c
22.33/12.32	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.32	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
22.33/12.32	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.32	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
22.33/12.32	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
22.33/12.32	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
22.33/12.32	c (0,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
22.33/12.32	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
22.33/12.32	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
22.33/12.32	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
22.33/12.32	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
22.33/12.32	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
22.33/12.32	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
22.33/12.32	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
22.33/12.32	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
22.33/12.32	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
22.33/12.32	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
22.33/12.32	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
22.33/12.32	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.36	c (0,0) c
22.33/12.36	c (0,0) c real time : 0.101825 s
22.33/12.36	c (0,0) c cpu time  : 0.243438 s
22.33/12.36	c (0,0) c
22.33/12.36	c (0,0) c
22.33/12.36	c (0,0) c
22.33/12.36	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
22.33/12.36	c (0,0) c
22.33/12.36	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.36	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
22.33/12.36	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.36	c (0,0) c | Conflicts     |           22944 |       2688 |       2819 |       4022 |       1644 |       1846 |       2449 |       3584 |       3892 |
22.33/12.36	c (0,0) c | Decisions     |           31477 |       3621 |       3900 |       5239 |       2369 |       2699 |       3272 |       4786 |       5591 |
22.33/12.36	c (0,0) c | Propagations  |          497107 |      57115 |      66808 |      86714 |      34359 |      40569 |      44489 |      72364 |      94689 |
22.33/12.36	c (0,0) c | ReduceDBs     |               6 |          1 |          1 |          1 |          0 |          0 |          1 |          1 |          1 |
22.33/12.36	c (0,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
22.33/12.36	c (0,0) c | Restarts      |              25 |          1 |          1 |          3 |          3 |          3 |          4 |          4 |          6 |
22.33/12.36	c (0,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c | PropBinClauses|          566173 |      65253 |      75067 |      96775 |      40369 |      46346 |      51632 |      82907 |     107824 |
22.33/12.36	c (0,0) c | PropPreBlocker|         4478609 |     503747 |     545216 |     985020 |     209923 |     273999 |     355944 |     808950 |     795810 |
22.33/12.36	c (0,0) c | PropNotBlocker|         2136878 |     253473 |     251030 |     456484 |     111715 |     136552 |     179631 |     380921 |     367072 |
22.33/12.36	c (0,0) c | LitFullScans  |        10611166 |    1231447 |    1274245 |    2274633 |     535797 |     662656 |     857553 |    1877666 |    1897169 |
22.33/12.36	c (0,0) c | LitScanFracts |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c | DecisionLevel0|              82 |          6 |         10 |         11 |          9 |         10 |         14 |         10 |         12 |
22.33/12.36	c (0,0) c | Periods       |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
22.33/12.36	c (0,0) c | Avg_Trail     |                 |        128 |        140 |        123 |        146 |        139 |        129 |        129 |        140 |
22.33/12.36	c (0,0) c | Avg_DL        |                 |         15 |         20 |         14 |         19 |         19 |         18 |         15 |         17 |
22.33/12.36	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.36	c (0,0) c | Exported      |             723 |         89 |         84 |        102 |         85 |         88 |        113 |         92 |         70 |
22.33/12.36	c (0,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.33/12.36	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.36	c (0,0) c | Unaries       |                 |          5 |          9 |          8 |          6 |          7 |         10 |          6 |          6 |
22.33/12.36	c (0,0) c | Binaries      |                 |         26 |         29 |         26 |         25 |         18 |         20 |         28 |         27 |
22.33/12.36	c (0,0) c | Glues         |                 |         89 |         84 |        102 |         85 |         88 |        113 |         92 |         70 |
22.33/12.36	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.36	c (0,0) c | Orig_Seen     |            15 % |        870 |        674 |       1118 |        863 |       1082 |        767 |        888 |       1557 |
22.33/12.36	c (0,0) c | Diff Orig seen|                 |      X     | -      196 |        248 | -        7 |        212 | -      103 |         18 |        687 |
22.33/12.36	c (0,0) c | Hamming       |             5 % |      X     |        219 |        221 |        244 |        235 |        252 |        213 |        260 |
22.33/12.36	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.36	c (0,0) c | RunningTime   |                 |    0.0  99%|    0.0  99%|    0.0  99%|    0.0  99%|    0.0  99%|    0.0  99%|    0.0  99%|    0.0  99%|
22.33/12.36	c (0,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%|
22.33/12.36	c (0,0) c | ExchangingTime|                 |    0.0   1%|    0.0   1%|    0.0   1%|    0.0   1%|    0.0   1%|    0.0   1%|    0.0   1%|    0.0   1%|
22.33/12.36	c (0,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%|
22.33/12.36	c (0,0) c | SolvingTime   |                 |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |    0.0     |
22.33/12.36	c (0,0) c | PropagationTim|                 |    0.0  63%|    0.0  63%|    0.0  64%|    0.0  62%|    0.0  63%|    0.0  59%|    0.0  64%|    0.0  62%|
22.33/12.36	c (0,0) c | AnalysisTime  |                 |    0.0  22%|    0.0  21%|    0.0  23%|    0.0  24%|    0.0  24%|    0.0  23%|    0.0  23%|    0.0  24%|
22.33/12.36	c (0,0) c | ReductionTime |                 |    0.0   5%|    0.0   5%|    0.0   3%|    0.0   0%|    0.0   0%|    0.0   6%|    0.0   3%|    0.0   3%|
22.33/12.36	c (0,0) c | SimplifyTime  |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
22.33/12.36	c (0,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%|
22.33/12.36	c (0,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%|
22.33/12.36	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.36	c (0,0) c
22.33/12.36	c (0,0) c
22.33/12.36	c (0,0) c Threads : 8
22.33/12.36	c (0,0) c Winner : 0
22.33/12.36	c (0,0) c Conflicts_0 : 2688
22.33/12.36	c (0,0) c Conflicts_1 : 2819
22.33/12.36	c (0,0) c Conflicts_2 : 4022
22.33/12.36	c (0,0) c Conflicts_3 : 1644
22.33/12.36	c (0,0) c Conflicts_4 : 1846
22.33/12.36	c (0,0) c Conflicts_5 : 2449
22.33/12.36	c (0,0) c Conflicts_6 : 3584
22.33/12.36	c (0,0) c Conflicts_7 : 3892
22.33/12.36	c (0,0) c Conflicts_total : 22944
22.33/12.36	c (0,0) c Conflicts_winner : 2688
22.33/12.36	c (0,0) c Decisions_0 : 3621
22.33/12.36	c (0,0) c Decisions_1 : 3900
22.33/12.36	c (0,0) c Decisions_2 : 5239
22.33/12.36	c (0,0) c Decisions_3 : 2369
22.33/12.36	c (0,0) c Decisions_4 : 2699
22.33/12.36	c (0,0) c Decisions_5 : 3272
22.33/12.36	c (0,0) c Decisions_6 : 4786
22.33/12.36	c (0,0) c Decisions_7 : 5591
22.33/12.36	c (0,0) c Decisions_total : 31477
22.33/12.36	c (0,0) c Decisions_winner : 3621
22.33/12.36	c (0,0) c Propagations_0 : 57115
22.33/12.36	c (0,0) c Propagations_1 : 66808
22.33/12.36	c (0,0) c Propagations_2 : 86714
22.33/12.36	c (0,0) c Propagations_3 : 34359
22.33/12.36	c (0,0) c Propagations_4 : 40569
22.33/12.36	c (0,0) c Propagations_5 : 44489
22.33/12.36	c (0,0) c Propagations_6 : 72364
22.33/12.36	c (0,0) c Propagations_7 : 94689
22.33/12.36	c (0,0) c Propagations_total : 497107
22.33/12.36	c (0,0) c Propagations_winner : 57115
22.33/12.36	c (0,0) c ReduceDBs_0 : 1
22.33/12.36	c (0,0) c ReduceDBs_1 : 1
22.33/12.36	c (0,0) c ReduceDBs_2 : 1
22.33/12.36	c (0,0) c ReduceDBs_3 : 0
22.33/12.36	c (0,0) c ReduceDBs_4 : 0
22.33/12.36	c (0,0) c ReduceDBs_5 : 1
22.33/12.36	c (0,0) c ReduceDBs_6 : 1
22.33/12.37	c (0,0) c ReduceDBs_7 : 1
22.33/12.37	c (0,0) c ReduceDBs_total : 6
22.33/12.37	c (0,0) c ReduceDBs_winner : 1
22.33/12.37	c (0,0) c SimpDBs_0 : 1
22.33/12.37	c (0,0) c SimpDBs_1 : 1
22.33/12.37	c (0,0) c SimpDBs_2 : 1
22.33/12.37	c (0,0) c SimpDBs_3 : 1
22.33/12.37	c (0,0) c SimpDBs_4 : 1
22.33/12.37	c (0,0) c SimpDBs_5 : 1
22.33/12.37	c (0,0) c SimpDBs_6 : 1
22.33/12.37	c (0,0) c SimpDBs_7 : 1
22.33/12.37	c (0,0) c SimpDBs_total : 8
22.33/12.37	c (0,0) c SimpDBs_winner : 1
22.33/12.37	c (0,0) c Restarts_0 : 1
22.33/12.37	c (0,0) c Restarts_1 : 1
22.33/12.37	c (0,0) c Restarts_2 : 3
22.33/12.37	c (0,0) c Restarts_3 : 3
22.33/12.37	c (0,0) c Restarts_4 : 3
22.33/12.37	c (0,0) c Restarts_5 : 4
22.33/12.37	c (0,0) c Restarts_6 : 4
22.33/12.37	c (0,0) c Restarts_7 : 6
22.33/12.37	c (0,0) c Restarts_total : 25
22.33/12.37	c (0,0) c Restarts_winner : 1
22.33/12.37	c (0,0) c ForcedImports_0 : 0
22.33/12.37	c (0,0) c ForcedImports_1 : 0
22.33/12.37	c (0,0) c ForcedImports_2 : 0
22.33/12.37	c (0,0) c ForcedImports_3 : 0
22.33/12.37	c (0,0) c ForcedImports_4 : 0
22.33/12.37	c (0,0) c ForcedImports_5 : 0
22.33/12.37	c (0,0) c ForcedImports_6 : 0
22.33/12.37	c (0,0) c ForcedImports_7 : 0
22.33/12.37	c (0,0) c ForcedImports_total : 0
22.33/12.37	c (0,0) c ForcedImports_winner : 0
22.33/12.37	c (0,0) c PropsBinClauses_0 : 65253
22.33/12.37	c (0,0) c PropsBinClauses_1 : 75067
22.33/12.37	c (0,0) c PropsBinClauses_2 : 96775
22.33/12.37	c (0,0) c PropsBinClauses_3 : 40369
22.33/12.37	c (0,0) c PropsBinClauses_4 : 46346
22.33/12.37	c (0,0) c PropsBinClauses_5 : 51632
22.33/12.37	c (0,0) c PropsBinClauses_6 : 82907
22.33/12.37	c (0,0) c PropsBinClauses_7 : 107824
22.33/12.37	c (0,0) c PropsBinClauses_total : 566173
22.33/12.37	c (0,0) c PropsBinClauses_winner : 65253
22.33/12.37	c (0,0) c PropsPreBlocker_0 : 503747
22.33/12.37	c (0,0) c PropsPreBlocker_1 : 545216
22.33/12.37	c (0,0) c PropsPreBlocker_2 : 985020
22.33/12.37	c (0,0) c PropsPreBlocker_3 : 209923
22.33/12.37	c (0,0) c PropsPreBlocker_4 : 273999
22.33/12.37	c (0,0) c PropsPreBlocker_5 : 355944
22.33/12.37	c (0,0) c PropsPreBlocker_6 : 808950
22.33/12.37	c (0,0) c PropsPreBlocker_7 : 795810
22.33/12.37	c (0,0) c PropsPreBlocker_total : 4478609
22.33/12.37	c (0,0) c PropsPreBlocker_winner : 503747
22.33/12.37	c (0,0) c PropsNotBlocker_0 : 253473
22.33/12.37	c (0,0) c PropsNotBlocker_1 : 251030
22.33/12.37	c (0,0) c PropsNotBlocker_2 : 456484
22.33/12.37	c (0,0) c PropsNotBlocker_3 : 111715
22.33/12.37	c (0,0) c PropsNotBlocker_4 : 136552
22.33/12.37	c (0,0) c PropsNotBlocker_5 : 179631
22.33/12.37	c (0,0) c PropsNotBlocker_6 : 380921
22.33/12.37	c (0,0) c PropsNotBlocker_7 : 367072
22.33/12.37	c (0,0) c PropsNotBlocker_total : 2136878
22.33/12.37	c (0,0) c PropsNotBlocker_winner : 253473
22.33/12.37	c (0,0) c PropsLitFullScans_0 : 1231447
22.33/12.37	c (0,0) c PropsLitFullScans_1 : 1274245
22.33/12.37	c (0,0) c PropsLitFullScans_2 : 2274633
22.33/12.37	c (0,0) c PropsLitFullScans_3 : 535797
22.33/12.37	c (0,0) c PropsLitFullScans_4 : 662656
22.33/12.37	c (0,0) c PropsLitFullScans_5 : 857553
22.33/12.37	c (0,0) c PropsLitFullScans_6 : 1877666
22.33/12.37	c (0,0) c PropsLitFullScans_7 : 1897169
22.33/12.37	c (0,0) c PropsLitFullScans_total : 10611166
22.33/12.37	c (0,0) c PropsLitFullScans_winner : 1231447
22.33/12.37	c (0,0) c LitScanFractions_0 : 0
22.33/12.37	c (0,0) c LitScanFractions_1 : 0
22.33/12.37	c (0,0) c LitScanFractions_2 : 0
22.33/12.37	c (0,0) c LitScanFractions_3 : 0
22.33/12.37	c (0,0) c LitScanFractions_4 : 0
22.33/12.37	c (0,0) c LitScanFractions_5 : 0
22.33/12.37	c (0,0) c LitScanFractions_6 : 0
22.33/12.37	c (0,0) c LitScanFractions_7 : 0
22.33/12.37	c (0,0) c LitScanFractions_total : 0
22.33/12.37	c (0,0) c LitScanFractions_winner : 0
22.33/12.37	c (0,0) c DecisionLevel0_0 : 6
22.33/12.37	c (0,0) c DecisionLevel0_1 : 10
22.33/12.37	c (0,0) c DecisionLevel0_2 : 11
22.33/12.37	c (0,0) c DecisionLevel0_3 : 9
22.33/12.37	c (0,0) c DecisionLevel0_4 : 10
22.33/12.37	c (0,0) c DecisionLevel0_5 : 14
22.33/12.37	c (0,0) c DecisionLevel0_6 : 10
22.33/12.37	c (0,0) c DecisionLevel0_7 : 12
22.33/12.37	c (0,0) c DecisionLevel0_total : 82
22.33/12.37	c (0,0) c DecisionLevel0_winner : 6
22.33/12.37	c (0,0) c Periods_0 : 0
22.33/12.37	c (0,0) c Periods_1 : 0
22.33/12.37	c (0,0) c Periods_2 : 0
22.33/12.37	c (0,0) c Periods_3 : 0
22.33/12.37	c (0,0) c Periods_4 : 0
22.33/12.37	c (0,0) c Periods_5 : 0
22.33/12.37	c (0,0) c Periods_6 : 0
22.33/12.37	c (0,0) c Periods_7 : 0
22.33/12.37	c (0,0) c Periods_total : 0
22.33/12.37	c (0,0) c Periods_winner : 0
22.33/12.37	c (0,0) c Margin_0 : 20
22.33/12.37	c (0,0) c Margin_1 : 20
22.33/12.37	c (0,0) c Margin_2 : 20
22.33/12.37	c (0,0) c Margin_3 : 20
22.33/12.37	c (0,0) c Margin_4 : 20
22.33/12.37	c (0,0) c Margin_5 : 20
22.33/12.37	c (0,0) c Margin_6 : 20
22.33/12.37	c (0,0) c Margin_7 : 20
22.33/12.37	c (0,0) c Margin_total : 160
22.33/12.37	c (0,0) c Margin_winner : 20
22.33/12.37	c (0,0) c Exported_0 : 89
22.33/12.37	c (0,0) c Exported_1 : 84
22.33/12.37	c (0,0) c Exported_2 : 102
22.33/12.37	c (0,0) c Exported_3 : 85
22.33/12.37	c (0,0) c Exported_4 : 88
22.33/12.37	c (0,0) c Exported_5 : 113
22.33/12.37	c (0,0) c Exported_6 : 92
22.33/12.37	c (0,0) c Exported_7 : 70
22.33/12.37	c (0,0) c Exported_total : 723
22.33/12.37	c (0,0) c Exported_winner : 89
22.33/12.37	c (0,0) c Imported_0 : 0
22.33/12.37	c (0,0) c Imported_1 : 0
22.33/12.37	c (0,0) c Imported_2 : 0
22.33/12.37	c (0,0) c Imported_3 : 0
22.33/12.37	c (0,0) c Imported_4 : 0
22.33/12.37	c (0,0) c Imported_5 : 0
22.33/12.37	c (0,0) c Imported_6 : 0
22.33/12.37	c (0,0) c Imported_7 : 0
22.33/12.37	c (0,0) c Imported_total : 0
22.33/12.37	c (0,0) c Imported_winner : 0
22.33/12.37	c (0,0) c Good_0 : 0
22.33/12.37	c (0,0) c Good_1 : 0
22.33/12.37	c (0,0) c Good_2 : 0
22.33/12.37	c (0,0) c Good_3 : 0
22.33/12.37	c (0,0) c Good_4 : 0
22.33/12.37	c (0,0) c Good_5 : 0
22.33/12.37	c (0,0) c Good_6 : 0
22.33/12.37	c (0,0) c Good_7 : 0
22.33/12.37	c (0,0) c Good_total : 0
22.33/12.37	c (0,0) c Good_winner : 0
22.33/12.37	c (0,0) c Purge_0 : 0
22.33/12.37	c (0,0) c Purge_1 : 0
22.33/12.37	c (0,0) c Purge_2 : 0
22.33/12.37	c (0,0) c Purge_3 : 0
22.33/12.37	c (0,0) c Purge_4 : 0
22.33/12.37	c (0,0) c Purge_5 : 0
22.33/12.37	c (0,0) c Purge_6 : 0
22.33/12.37	c (0,0) c Purge_7 : 0
22.33/12.37	c (0,0) c Purge_total : 0
22.33/12.37	c (0,0) c Purge_winner : 0
22.33/12.37	c (0,0) c Promoted_0 : 0
22.33/12.37	c (0,0) c Promoted_1 : 0
22.33/12.37	c (0,0) c Promoted_2 : 0
22.33/12.37	c (0,0) c Promoted_3 : 0
22.33/12.37	c (0,0) c Promoted_4 : 0
22.33/12.37	c (0,0) c Promoted_5 : 0
22.33/12.37	c (0,0) c Promoted_6 : 0
22.33/12.37	c (0,0) c Promoted_7 : 0
22.33/12.37	c (0,0) c Promoted_total : 0
22.33/12.37	c (0,0) c Promoted_winner : 0
22.33/12.37	c (0,0) c Remove_Imp_0 : 0
22.33/12.37	c (0,0) c Remove_Imp_1 : 0
22.33/12.37	c (0,0) c Remove_Imp_2 : 0
22.33/12.37	c (0,0) c Remove_Imp_3 : 0
22.33/12.37	c (0,0) c Remove_Imp_4 : 0
22.33/12.37	c (0,0) c Remove_Imp_5 : 0
22.33/12.37	c (0,0) c Remove_Imp_6 : 0
22.33/12.37	c (0,0) c Remove_Imp_7 : 0
22.33/12.37	c (0,0) c Remove_Imp_total : 0
22.33/12.37	c (0,0) c Remove_Imp_winner : 0
22.33/12.37	c (0,0) c Blocked_Reuse_0 : 0
22.33/12.37	c (0,0) c Blocked_Reuse_1 : 0
22.33/12.37	c (0,0) c Blocked_Reuse_2 : 0
22.33/12.37	c (0,0) c Blocked_Reuse_3 : 0
22.33/12.37	c (0,0) c Blocked_Reuse_4 : 0
22.33/12.37	c (0,0) c Blocked_Reuse_5 : 0
22.33/12.37	c (0,0) c Blocked_Reuse_6 : 0
22.33/12.37	c (0,0) c Blocked_Reuse_7 : 0
22.33/12.37	c (0,0) c Blocked_Reuse_total : 0
22.33/12.37	c (0,0) c Blocked_Reuse_winner : 0
22.33/12.37	c (0,0) c Unaries_0 : 5
22.33/12.37	c (0,0) c Unaries_1 : 9
22.33/12.37	c (0,0) c Unaries_2 : 8
22.33/12.37	c (0,0) c Unaries_3 : 6
22.33/12.37	c (0,0) c Unaries_4 : 7
22.33/12.37	c (0,0) c Unaries_5 : 10
22.33/12.37	c (0,0) c Unaries_6 : 6
22.33/12.37	c (0,0) c Unaries_7 : 6
22.33/12.37	c (0,0) c Unaries_total : 57
22.33/12.37	c (0,0) c Unaries_winner : 5
22.33/12.37	c (0,0) c Binaries_0 : 26
22.33/12.37	c (0,0) c Binaries_1 : 29
22.33/12.37	c (0,0) c Binaries_2 : 26
22.33/12.37	c (0,0) c Binaries_3 : 25
22.33/12.37	c (0,0) c Binaries_4 : 18
22.33/12.37	c (0,0) c Binaries_5 : 20
22.33/12.37	c (0,0) c Binaries_6 : 28
22.33/12.37	c (0,0) c Binaries_7 : 27
22.33/12.37	c (0,0) c Binaries_total : 199
22.33/12.37	c (0,0) c Binaries_winner : 26
22.33/12.37	c (0,0) c Glues_0 : 89
22.33/12.37	c (0,0) c Glues_1 : 84
22.33/12.37	c (0,0) c Glues_2 : 102
22.33/12.37	c (0,0) c Glues_3 : 85
22.33/12.37	c (0,0) c Glues_4 : 88
22.33/12.37	c (0,0) c Glues_5 : 113
22.33/12.37	c (0,0) c Glues_6 : 92
22.33/12.37	c (0,0) c Glues_7 : 70
22.33/12.37	c (0,0) c Glues_total : 723
22.33/12.37	c (0,0) c Glues_winner : 89
22.33/12.37	c (0,0) c RunningTime_0 : 0.023986
22.33/12.37	c (0,0) c RunningTime_1 : 0.025461
22.33/12.37	c (0,0) c RunningTime_2 : 0.034535
22.33/12.37	c (0,0) c RunningTime_3 : 0.012432
22.33/12.37	c (0,0) c RunningTime_4 : 0.014166
22.33/12.37	c (0,0) c RunningTime_5 : 0.018932
22.33/12.37	c (0,0) c RunningTime_6 : 0.032220
22.33/12.37	c (0,0) c RunningTime_7 : 0.032967
22.33/12.37	c (0,0) c RunningTime_total : 0.194698
22.33/12.37	c (0,0) c RunningTime_winner : 0.023986
22.33/12.37	c (0,0) c WaitingTime_0 : 0.000000
22.33/12.37	c (0,0) c WaitingTime_1 : 0.000000
22.33/12.37	c (0,0) c WaitingTime_2 : 0.000000
22.33/12.37	c (0,0) c WaitingTime_3 : 0.000000
22.33/12.37	c (0,0) c WaitingTime_4 : 0.000000
22.33/12.37	c (0,0) c WaitingTime_5 : 0.000000
22.33/12.37	c (0,0) c WaitingTime_6 : 0.000000
22.33/12.37	c (0,0) c WaitingTime_7 : 0.000000
22.33/12.37	c (0,0) c WaitingTime_total : 0.000000
22.33/12.37	c (0,0) c WaitingTime_winner : 0.000000
22.33/12.37	c (0,0) c ExchangingTime_0 : 0.000137
22.33/12.37	c (0,0) c ExchangingTime_1 : 0.000143
22.33/12.37	c (0,0) c ExchangingTime_2 : 0.000236
22.33/12.37	c (0,0) c ExchangingTime_3 : 0.000162
22.33/12.37	c (0,0) c ExchangingTime_4 : 0.000120
22.33/12.37	c (0,0) c ExchangingTime_5 : 0.000139
22.33/12.37	c (0,0) c ExchangingTime_6 : 0.000175
22.33/12.37	c (0,0) c ExchangingTime_7 : 0.000196
22.33/12.37	c (0,0) c ExchangingTime_total : 0.001307
22.33/12.37	c (0,0) c ExchangingTime_winner : 0.000137
22.33/12.37	c (0,0) c PeriodProcTime_0 : 0.000000
22.33/12.37	c (0,0) c PeriodProcTime_1 : 0.000000
22.33/12.37	c (0,0) c PeriodProcTime_2 : 0.000000
22.33/12.37	c (0,0) c PeriodProcTime_3 : 0.000000
22.33/12.37	c (0,0) c PeriodProcTime_4 : 0.000000
22.33/12.37	c (0,0) c PeriodProcTime_5 : 0.000000
22.33/12.37	c (0,0) c PeriodProcTime_6 : 0.000000
22.33/12.37	c (0,0) c PeriodProcTime_7 : 0.000000
22.33/12.37	c (0,0) c PeriodProcTime_total : 0.000000
22.33/12.37	c (0,0) c PeriodProcTime_winner : 0.000000
22.33/12.37	c (0,0) c SolvingTime_0 : 0.024123
22.33/12.37	c (0,0) c SolvingTime_1 : 0.025604
22.33/12.37	c (0,0) c SolvingTime_2 : 0.034771
22.33/12.37	c (0,0) c SolvingTime_3 : 0.012594
22.33/12.37	c (0,0) c SolvingTime_4 : 0.014286
22.33/12.37	c (0,0) c SolvingTime_5 : 0.019070
22.33/12.37	c (0,0) c SolvingTime_6 : 0.032395
22.33/12.37	c (0,0) c SolvingTime_7 : 0.033162
22.33/12.37	c (0,0) c SolvingTime_total : 0.196005
22.33/12.37	c (0,0) c SolvingTime_winner : 0.024123
22.33/12.37	c (0,0) c PropagationTime_0 : 0.015143
22.33/12.37	c (0,0) c PropagationTime_1 : 0.016193
22.33/12.37	c (0,0) c PropagationTime_2 : 0.022178
22.33/12.37	c (0,0) c PropagationTime_3 : 0.007860
22.33/12.37	c (0,0) c PropagationTime_4 : 0.008954
22.33/12.37	c (0,0) c PropagationTime_5 : 0.011250
22.33/12.37	c (0,0) c PropagationTime_6 : 0.020653
22.33/12.37	c (0,0) c PropagationTime_7 : 0.020608
22.33/12.37	c (0,0) c PropagationTime_total : 0.122839
22.33/12.37	c (0,0) c PropagationTime_winner : 0.015143
22.33/12.37	c (0,0) c AnalysisTime_0 : 0.005363
22.33/12.37	c (0,0) c AnalysisTime_1 : 0.005502
22.33/12.37	c (0,0) c AnalysisTime_2 : 0.008117
22.33/12.37	c (0,0) c AnalysisTime_3 : 0.003030
22.33/12.37	c (0,0) c AnalysisTime_4 : 0.003460
22.33/12.37	c (0,0) c AnalysisTime_5 : 0.004399
22.33/12.37	c (0,0) c AnalysisTime_6 : 0.007315
22.33/12.37	c (0,0) c AnalysisTime_7 : 0.007822
22.33/12.37	c (0,0) c AnalysisTime_total : 0.045008
22.33/12.37	c (0,0) c AnalysisTime_winner : 0.005363
22.33/12.37	c (0,0) c ReductionTime_0 : 0.001211
22.33/12.37	c (0,0) c ReductionTime_1 : 0.001215
22.33/12.37	c (0,0) c ReductionTime_2 : 0.001040
22.33/12.37	c (0,0) c ReductionTime_3 : 0.000000
22.33/12.37	c (0,0) c ReductionTime_4 : 0.000000
22.33/12.37	c (0,0) c ReductionTime_5 : 0.001178
22.33/12.37	c (0,0) c ReductionTime_6 : 0.001094
22.33/12.37	c (0,0) c ReductionTime_7 : 0.001084
22.33/12.37	c (0,0) c ReductionTime_total : 0.006822
22.33/12.37	c (0,0) c ReductionTime_winner : 0.001211
22.33/12.37	c (0,0) c SimplifyTime_0 : 0.000000
22.33/12.37	c (0,0) c SimplifyTime_1 : 0.000000
22.33/12.37	c (0,0) c SimplifyTime_2 : 0.000001
22.33/12.37	c (0,0) c SimplifyTime_3 : 0.000000
22.33/12.37	c (0,0) c SimplifyTime_4 : 0.000000
22.33/12.37	c (0,0) c SimplifyTime_5 : 0.000001
22.33/12.37	c (0,0) c SimplifyTime_6 : 0.000000
22.33/12.37	c (0,0) c SimplifyTime_7 : 0.000000
22.33/12.37	c (0,0) c SimplifyTime_total : 0.000002
22.33/12.37	c (0,0) c SimplifyTime_winner : 0.000000
22.33/12.38	c (0,0) c UsedRateTime_0 : 0.000000
22.33/12.38	c (0,0) c UsedRateTime_1 : 0.000000
22.33/12.38	c (0,0) c UsedRateTime_2 : 0.000000
22.33/12.38	c (0,0) c UsedRateTime_3 : 0.000000
22.33/12.38	c (0,0) c UsedRateTime_4 : 0.000000
22.33/12.38	c (0,0) c UsedRateTime_5 : 0.000000
22.33/12.38	c (0,0) c UsedRateTime_6 : 0.000000
22.33/12.38	c (0,0) c UsedRateTime_7 : 0.000000
22.33/12.38	c (0,0) c UsedRateTime_total : 0.000000
22.33/12.38	c (0,0) c UsedRateTime_winner : 0.000000
22.33/12.38	c (0,0) c OverlapRateTime_0 : 0.000000
22.33/12.38	c (0,0) c OverlapRateTime_1 : 0.000000
22.33/12.38	c (0,0) c OverlapRateTime_2 : 0.000000
22.33/12.38	c (0,0) c OverlapRateTime_3 : 0.000000
22.33/12.38	c (0,0) c OverlapRateTime_4 : 0.000000
22.33/12.38	c (0,0) c OverlapRateTime_5 : 0.000000
22.33/12.38	c (0,0) c OverlapRateTime_6 : 0.000000
22.33/12.38	c (0,0) c OverlapRateTime_7 : 0.000000
22.33/12.38	c (0,0) c OverlapRateTime_total : 0.000000
22.33/12.38	c (0,0) c OverlapRateTime_winner : 0.000000
22.33/12.38	c (0,0) c
22.33/12.38	c (0,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
22.33/12.38	c (0,0) c
22.33/12.38	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.38	c (0,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
22.33/12.38	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.38	c (0,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
22.33/12.38	c (0,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
22.33/12.38	c (0,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
22.33/12.38	c (0,0) c | Initial random_seed   | 1425824736 |  493692453 |  285515130 | 1336035274 |  432559168 |   83386439 | 1018891244 |  935842877 |
22.33/12.38	c (0,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
22.33/12.38	c (0,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
22.33/12.38	c (0,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
22.33/12.38	c (0,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
22.33/12.38	c (0,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
22.33/12.38	c (0,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
22.33/12.38	c (0,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
22.33/12.38	c (0,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
22.33/12.38	c (0,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
22.33/12.38	c (0,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
22.33/12.38	c (0,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
22.33/12.38	c (0,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.33/12.38	c (0,0) 
22.33/12.38	c (0,0) s UNSATISFIABLE
22.33/12.38	c (0,0) SatSolver.solve End
22.33/12.38	c (0,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
22.33/12.38	c (0,0) Show results Begin
22.33/12.38	s UNSATISFIABLE
22.33/12.38	c (0,0) Show results End
22.33/12.38	c (0,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
22.33/12.38	c (0,0) 0,0,STOP-AFTER(ALL)
22.33/12.38	c END-Prog: Sat Sep 14 08:37:59 CEST 2019

Verifier Data


Watcher Data

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

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

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

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


[startup+0.100152 s]*
/proc/loadavg: 6.57 6.77 7.26 2/211 19354
/proc/meminfo: memFree=24495328/32770624 swapFree=66999332/67108860
[pid=19332] ppid=19329 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19332/stat : 19332 (scop.sh) S 19329 19332 17551 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420249125 115843072 348 33554432000 4194304 5098028 140727447808896 140727447806152 140192912462460 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18255872 140727447814949 140727447815276 140727447815276 140727447818189 0
/proc/19332/statm: 28282 348 296 221 0 87 0
[pid=19335] ppid=19332 vsize=27314120 memory=107640 CPUtime=0.1 cores=0-7
/proc/19335/stat : 19335 (java) S 19332 19332 17551 0 -1 1077944320 6505 0 0 0 8 2 0 0 20 0 20 0 420249126 27969658880 26910 33554432000 4194304 4196468 140735049177872 140735049160416 140578159173367 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
/proc/19335/statm: 6828530 26910 2801 1 0 6790935 0
[pid=19335/tid=19336] ppid=19332 vsize=27314120 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/19335/task/19336/stat : 19336 (java) R 19332 19332 17551 0 -1 4202560 4590 0 0 0 7 2 0 0 20 0 20 0 420249126 27969658880 26910 33554432000 4194304 4196468 140735049177872 140578130986880 140578145371884 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19337] ppid=19332 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19335/task/19337/stat : 19337 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 26910 33554432000 4194304 4196468 140735049177872 140578163415312 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19338] ppid=19332 vsize=27314120 memory=139622398625408 CPUtime=0 cores=0-7
/proc/19335/task/19338/stat : 19338 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 26910 33554432000 4194304 4196468 140735049177872 140577977571728 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19339] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19339/stat : 19339 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 26910 33554432000 4194304 4196468 140735049177872 140577976519184 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19340] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19340/stat : 19340 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 26910 33554432000 4194304 4196468 140735049177872 140577975466640 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19341] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19341/stat : 19341 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 26910 33554432000 4194304 4196468 140735049177872 140577974414096 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19342] ppid=19332 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19335/task/19342/stat : 19342 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249129 27969658880 26910 33554432000 4194304 4196468 140735049177872 140577973361552 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19343] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19343/stat : 19343 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249129 27969658880 26910 33554432000 4194304 4196468 140735049177872 140577972309008 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19344] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19344/stat : 19344 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249129 27969658880 26910 33554432000 4194304 4196468 140735049177872 140577574911120 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19345] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19345/stat : 19345 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249130 27969658880 26910 33554432000 4194304 4196468 140735049177872 140576592615408 140578159184514 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19346] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19346/stat : 19346 (java) S 19332 19332 17551 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420249130 27969658880 26910 33554432000 4194304 4196468 140735049177872 140575957312416 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19347] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19347/stat : 19347 (java) S 19332 19332 17551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420249131 27969658880 26910 33554432000 4194304 4196468 140735049177872 140575823090672 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19348] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19348/stat : 19348 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 26910 33554432000 4194304 4196468 140735049177872 140575448586448 140578159191963 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19349] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19349/stat : 19349 (java) S 19332 19332 17551 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 26910 33554432000 4194304 4196468 140735049177872 140576591563248 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19350] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19350/stat : 19350 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 26910 33554432000 4194304 4196468 140735049177872 140576590510704 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19351] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19351/stat : 19351 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 26910 33554432000 4194304 4196468 140735049177872 140576589458160 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19352] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19352/stat : 19352 (java) S 19332 19332 17551 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 26910 33554432000 4194304 4196468 140735049177872 140576588405616 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19353] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19353/stat : 19353 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 26910 33554432000 4194304 4196468 140735049177872 140574950680800 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19354] ppid=19332 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19335/task/19354/stat : 19354 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249134 27969658880 26910 33554432000 4194304 4196468 140735049177872 140576587352496 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 109032 KiB

[startup+0.210357 s]*
/proc/loadavg: 6.57 6.77 7.26 2/211 19354
/proc/meminfo: memFree=24474180/32770624 swapFree=66999332/67108860
[pid=19332] ppid=19329 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19332/stat : 19332 (scop.sh) S 19329 19332 17551 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420249125 115843072 348 33554432000 4194304 5098028 140727447808896 140727447806152 140192912462460 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18255872 140727447814949 140727447815276 140727447815276 140727447818189 0
/proc/19332/statm: 28282 348 296 221 0 87 0
[pid=19335] ppid=19332 vsize=27314120 memory=124960 CPUtime=0.25 cores=0-7
/proc/19335/stat : 19335 (java) S 19332 19332 17551 0 -1 1077944320 12103 0 0 0 21 4 0 0 20 0 20 0 420249126 27969658880 31240 33554432000 4194304 4196468 140735049177872 140735049160416 140578159173367 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
/proc/19335/statm: 6828530 31240 2970 1 0 6790935 0
[pid=19335/tid=19336] ppid=19332 vsize=27314120 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/19335/task/19336/stat : 19336 (java) R 19332 19332 17551 0 -1 4202560 9805 0 0 0 16 3 0 0 20 0 20 0 420249126 27969658880 31240 33554432000 4194304 4196468 140735049177872 140578130972752 140578140736896 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19337] ppid=19332 vsize=27314120 memory=331 CPUtime=0 cores=0-7
/proc/19335/task/19337/stat : 19337 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 31240 33554432000 4194304 4196468 140735049177872 140578163415312 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19338] ppid=19332 vsize=27314120 memory=139622398642488 CPUtime=0 cores=0-7
/proc/19335/task/19338/stat : 19338 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 31240 33554432000 4194304 4196468 140735049177872 140577977571728 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19339] ppid=19332 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19335/task/19339/stat : 19339 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 31240 33554432000 4194304 4196468 140735049177872 140577976519184 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19340] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19340/stat : 19340 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 31240 33554432000 4194304 4196468 140735049177872 140577975466640 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19341] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19341/stat : 19341 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 31240 33554432000 4194304 4196468 140735049177872 140577974414096 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19342] ppid=19332 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19335/task/19342/stat : 19342 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249129 27969658880 31240 33554432000 4194304 4196468 140735049177872 140577973361552 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19343] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19343/stat : 19343 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249129 27969658880 31240 33554432000 4194304 4196468 140735049177872 140577972309008 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19344] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19344/stat : 19344 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249129 27969658880 31240 33554432000 4194304 4196468 140735049177872 140577574911120 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19345] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19345/stat : 19345 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249130 27969658880 31240 33554432000 4194304 4196468 140735049177872 140576592615408 140578159184514 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19346] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19346/stat : 19346 (java) S 19332 19332 17551 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420249130 27969658880 31240 33554432000 4194304 4196468 140735049177872 140575957312416 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19347] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19347/stat : 19347 (java) S 19332 19332 17551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420249131 27969658880 31240 33554432000 4194304 4196468 140735049177872 140575823090672 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19348] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19348/stat : 19348 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 31240 33554432000 4194304 4196468 140735049177872 140575448586448 140578159191963 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19349] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19349/stat : 19349 (java) S 19332 19332 17551 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 31240 33554432000 4194304 4196468 140735049177872 140576591563248 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19350] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19350/stat : 19350 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 31240 33554432000 4194304 4196468 140735049177872 140576590510704 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19351] ppid=19332 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19335/task/19351/stat : 19351 (java) S 19332 19332 17551 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 31240 33554432000 4194304 4196468 140735049177872 140576589458160 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19352] ppid=19332 vsize=27314120 memory=-1 CPUtime=0.02 cores=0-7
/proc/19335/task/19352/stat : 19352 (java) S 19332 19332 17551 0 -1 1077944384 446 0 0 0 2 0 0 0 20 0 20 0 420249133 27969658880 31240 33554432000 4194304 4196468 140735049177872 140576588405616 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19353] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19353/stat : 19353 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 31240 33554432000 4194304 4196468 140735049177872 140574950680800 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19354] ppid=19332 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19335/task/19354/stat : 19354 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249134 27969658880 31240 33554432000 4194304 4196468 140735049177872 140576587352496 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 126352 KiB

[startup+0.310078 s]*
/proc/loadavg: 6.57 6.77 7.26 2/211 19354
/proc/meminfo: memFree=24472136/32770624 swapFree=66999332/67108860
[pid=19332] ppid=19329 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19332/stat : 19332 (scop.sh) S 19329 19332 17551 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420249125 115843072 348 33554432000 4194304 5098028 140727447808896 140727447806152 140192912462460 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18255872 140727447814949 140727447815276 140727447815276 140727447818189 0
/proc/19332/statm: 28282 348 296 221 0 87 0
[pid=19335] ppid=19332 vsize=27314120 memory=128300 CPUtime=0.42 cores=0-7
/proc/19335/stat : 19335 (java) S 19332 19332 17551 0 -1 1077944320 12951 0 0 0 38 4 0 0 20 0 20 0 420249126 27969658880 32075 33554432000 4194304 4196468 140735049177872 140735049160416 140578159173367 0 0 2 16800973 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
/proc/19335/statm: 6828530 32075 3017 1 0 6790935 0
[pid=19335/tid=19336] ppid=19332 vsize=27314120 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/19335/task/19336/stat : 19336 (java) R 19332 19332 17551 0 -1 4202560 10488 0 0 0 26 4 0 0 20 0 20 0 420249126 27969658880 32075 33554432000 4194304 4196468 140735049177872 140578130956384 140578143253854 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19337] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19337/stat : 19337 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 32075 33554432000 4194304 4196468 140735049177872 140578163415312 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19338] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19338/stat : 19338 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 32075 33554432000 4194304 4196468 140735049177872 140577977571728 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19339] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19339/stat : 19339 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 32075 33554432000 4194304 4196468 140735049177872 140577976519184 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19340] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19340/stat : 19340 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 32075 33554432000 4194304 4196468 140735049177872 140577975466640 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19341] ppid=19332 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/19335/task/19341/stat : 19341 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27969658880 32075 33554432000 4194304 4196468 140735049177872 140577974414096 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19342] ppid=19332 vsize=27314120 memory=139622273348527 CPUtime=0 cores=0-7
/proc/19335/task/19342/stat : 19342 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249129 27969658880 32075 33554432000 4194304 4196468 140735049177872 140577973361552 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19343] ppid=19332 vsize=27314120 memory=139622273350832 CPUtime=0 cores=0-7
/proc/19335/task/19343/stat : 19343 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249129 27969658880 32075 33554432000 4194304 4196468 140735049177872 140577972309008 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19344] ppid=19332 vsize=27314120 memory=139622273353136 CPUtime=0 cores=0-7
/proc/19335/task/19344/stat : 19344 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249129 27969658880 32075 33554432000 4194304 4196468 140735049177872 140577574911120 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19345] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19345/stat : 19345 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249130 27969658880 32075 33554432000 4194304 4196468 140735049177872 140576592615408 140578159184514 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19346] ppid=19332 vsize=27314120 memory=279244546713232 CPUtime=0 cores=0-7
/proc/19335/task/19346/stat : 19346 (java) S 19332 19332 17551 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420249130 27969658880 32075 33554432000 4194304 4196468 140735049177872 140575957312416 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19347] ppid=19332 vsize=27314120 memory=279244546720144 CPUtime=0 cores=0-7
/proc/19335/task/19347/stat : 19347 (java) S 19332 19332 17551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420249131 27969658880 32075 33554432000 4194304 4196468 140735049177872 140575823090672 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19348] ppid=19332 vsize=27314120 memory=279244546661296 CPUtime=0 cores=0-7
/proc/19335/task/19348/stat : 19348 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 32075 33554432000 4194304 4196468 140735049177872 140575448586448 140578159191963 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19349] ppid=19332 vsize=27314120 memory=279244546733968 CPUtime=0.01 cores=0-7
/proc/19335/task/19349/stat : 19349 (java) S 19332 19332 17551 0 -1 1077944384 520 0 0 0 1 0 0 0 20 0 20 0 420249133 27969658880 32075 33554432000 4194304 4196468 140735049177872 140576591563248 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19350] ppid=19332 vsize=27314120 memory=279244546740880 CPUtime=0 cores=0-7
/proc/19335/task/19350/stat : 19350 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 32075 33554432000 4194304 4196468 140735049177872 140576590510704 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19351] ppid=19332 vsize=27314120 memory=279244546738576 CPUtime=0.02 cores=0-7
/proc/19335/task/19351/stat : 19351 (java) R 19332 19332 17551 0 -1 4202560 116 0 0 0 2 0 0 0 20 0 20 0 420249133 27969658880 32075 33554432000 4194304 4196468 140735049177872 140576589458160 140578136808016 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19352] ppid=19332 vsize=27314120 memory=279244546754736 CPUtime=0.07 cores=0-7
/proc/19335/task/19352/stat : 19352 (java) S 19332 19332 17551 0 -1 1077944384 467 0 0 0 7 0 0 0 20 0 20 0 420249133 27969658880 32075 33554432000 4194304 4196468 140735049177872 140576588405616 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19353] ppid=19332 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19353/stat : 19353 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249133 27969658880 32075 33554432000 4194304 4196468 140735049177872 140574950680800 140578159183573 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19354] ppid=19332 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/19335/task/19354/stat : 19354 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249134 27969658880 32075 33554432000 4194304 4196468 140735049177872 140576587352496 140578159184514 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 129692 KiB

[startup+0.70271 s]
/proc/loadavg: 6.57 6.77 7.26 2/211 19354
/proc/meminfo: memFree=24451440/32770624 swapFree=66999332/67108860
[pid=19332] ppid=19329 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19332/stat : 19332 (scop.sh) S 19329 19332 17551 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420249125 115843072 348 33554432000 4194304 5098028 140727447808896 140727447806152 140192912462460 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18255872 140727447814949 140727447815276 140727447815276 140727447818189 0
/proc/19332/statm: 28282 348 296 221 0 87 0
[pid=19335] ppid=19332 vsize=27320392 memory=162672 CPUtime=1 cores=0-7
/proc/19335/stat : 19335 (java) S 19332 19332 17551 0 -1 1077944320 19850 0 0 0 93 7 0 0 20 0 20 0 420249126 27976081408 40668 33554432000 4194304 4196468 140735049177872 140735049160416 140578159173367 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
/proc/19335/statm: 6830098 40668 3181 1 0 6791447 0
[pid=19335/tid=19336] ppid=19332 vsize=27320392 memory=279244547112624 CPUtime=0.68 cores=0-7
/proc/19335/task/19336/stat : 19336 (java) R 19332 19332 17551 0 -1 4202560 16913 0 0 0 62 6 0 0 20 0 20 0 420249126 27976081408 40668 33554432000 4194304 4196468 140735049177872 140578131010672 140577654109559 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19337] ppid=19332 vsize=27320392 memory=139622273557360 CPUtime=0 cores=0-7
/proc/19335/task/19337/stat : 19337 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27976081408 40668 33554432000 4194304 4196468 140735049177872 140578163415312 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19338] ppid=19332 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19338/stat : 19338 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249128 27976081408 40668 33554432000 4194304 4196468 140735049177872 140577977571728 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19339] ppid=19332 vsize=27320392 memory=5912 CPUtime=0 cores=0-7
/proc/19335/task/19339/stat : 19339 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27976081408 40668 33554432000 4194304 4196468 140735049177872 140577976519184 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0

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

[pid=19332] ppid=19329 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19332/stat : 19332 (scop.sh) S 19329 19332 17551 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420249125 115843072 348 33554432000 4194304 5098028 140727447808896 140727447806152 140192912462460 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18255872 140727447814949 140727447815276 140727447815276 140727447818189 0
/proc/19332/statm: 28282 348 296 221 0 87 0
[pid=19335] ppid=19332 vsize=27326612 memory=3541732 CPUtime=17.79 cores=0-7
/proc/19335/stat : 19335 (java) S 19332 19332 17551 0 -1 1077944320 37191 0 0 0 1718 61 0 0 20 0 20 0 420249126 27982450688 885433 33554432000 4194304 4196468 140735049177872 140735049160416 140578159173367 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
/proc/19335/statm: 6831653 885433 3268 1 0 6792983 0
[pid=19335/tid=19336] ppid=19332 vsize=27326612 memory=3624 CPUtime=9.57 cores=0-7
/proc/19335/task/19336/stat : 19336 (java) R 19332 19332 17551 0 -1 4202560 23192 0 0 0 902 55 0 0 20 0 20 0 420249126 27982450688 885433 33554432000 4194304 4196468 140735049177872 140578131010088 140577661298233 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19337] ppid=19332 vsize=27326612 memory=40788 CPUtime=0 cores=0-7
/proc/19335/task/19337/stat : 19337 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27982450688 885433 33554432000 4194304 4196468 140735049177872 140578163415312 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19338] ppid=19332 vsize=27326612 memory=988 CPUtime=0 cores=0-7
/proc/19335/task/19338/stat : 19338 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249128 27982450688 885433 33554432000 4194304 4196468 140735049177872 140577977571728 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19339] ppid=19332 vsize=27326612 memory=2016 CPUtime=0 cores=0-7
/proc/19335/task/19339/stat : 19339 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27982450688 885433 33554432000 4194304 4196468 140735049177872 140577976519184 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19340] ppid=19332 vsize=27326612 memory=279244547054992 CPUtime=0 cores=0-7
/proc/19335/task/19340/stat : 19340 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249128 27982450688 885433 33554432000 4194304 4196468 140735049177872 140577975466640 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19341] ppid=19332 vsize=27326612 memory=85217922517738 CPUtime=0 cores=0-7
/proc/19335/task/19341/stat : 19341 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27982450688 885433 33554432000 4194304 4196468 140735049177872 140577974414096 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19342] ppid=19332 vsize=27326612 memory=85217922517738 CPUtime=0 cores=0-7
/proc/19335/task/19342/stat : 19342 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249129 27982450688 885433 33554432000 4194304 4196468 140735049177872 140577973361552 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19343] ppid=19332 vsize=27326612 memory=85217922517738 CPUtime=0 cores=0-7
/proc/19335/task/19343/stat : 19343 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249129 27982450688 885433 33554432000 4194304 4196468 140735049177872 140577972309008 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19344] ppid=19332 vsize=27326612 memory=85217922517738 CPUtime=0 cores=0-7
/proc/19335/task/19344/stat : 19344 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249129 27982450688 885433 33554432000 4194304 4196468 140735049177872 140577574911120 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19345] ppid=19332 vsize=27326612 memory=85217922517482 CPUtime=0 cores=0-7
/proc/19335/task/19345/stat : 19345 (java) S 19332 19332 17551 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 420249130 27982450688 885433 33554432000 4194304 4196468 140735049177872 140576592615408 140578159184514 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19346] ppid=19332 vsize=27326612 memory=85217922517482 CPUtime=0 cores=0-7
/proc/19335/task/19346/stat : 19346 (java) S 19332 19332 17551 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420249130 27982450688 885433 33554432000 4194304 4196468 140735049177872 140575957312416 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19347] ppid=19332 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19347/stat : 19347 (java) S 19332 19332 17551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420249131 27982450688 885945 33554432000 4194304 4196468 140735049177872 140575823090672 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19348] ppid=19332 vsize=27326612 memory=120 CPUtime=0 cores=0-7
/proc/19335/task/19348/stat : 19348 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249133 27982450688 885945 33554432000 4194304 4196468 140735049177872 140575448586448 140578159191963 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19349] ppid=19332 vsize=27326612 memory=127 CPUtime=2.3 cores=0-7
/proc/19335/task/19349/stat : 19349 (java) S 19332 19332 17551 0 -1 1077944384 3349 0 0 0 229 1 0 0 20 0 20 0 420249133 27982450688 885945 33554432000 4194304 4196468 140735049177872 140576591563248 140578159184514 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19350] ppid=19332 vsize=27326612 memory=127 CPUtime=2.48 cores=0-7
/proc/19335/task/19350/stat : 19350 (java) S 19332 19332 17551 0 -1 1077944384 2908 0 0 0 247 1 0 0 20 0 20 0 420249133 27982450688 885945 33554432000 4194304 4196468 140735049177872 140576590510704 140578159184514 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19351] ppid=19332 vsize=27326612 memory=81 CPUtime=2.43 cores=0-7
/proc/19335/task/19351/stat : 19351 (java) S 19332 19332 17551 0 -1 1077944384 3861 0 0 0 242 1 0 0 20 0 20 0 420249133 27982450688 885945 33554432000 4194304 4196468 140735049177872 140576589458160 140578159184514 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19352] ppid=19332 vsize=27326612 memory=0 CPUtime=0.96 cores=0-7
/proc/19335/task/19352/stat : 19352 (java) S 19332 19332 17551 0 -1 1077944384 2515 0 0 0 95 1 0 0 20 0 20 0 420249133 27982450688 885945 33554432000 4194304 4196468 140735049177872 140576588405616 140578159184514 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19353] ppid=19332 vsize=27326612 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19353/stat : 19353 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249133 27982450688 885945 33554432000 4194304 4196468 140735049177872 140574950680800 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19354] ppid=19332 vsize=27326612 memory=164 CPUtime=0 cores=0-7
/proc/19335/task/19354/stat : 19354 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249134 27982450688 885945 33554432000 4194304 4196468 140735049177872 140576587352496 140578159184514 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
Current children cumulated CPU time: 17.79 s
Current children cumulated vsize: 27439740 KiB
Current children cumulated memory: 3543124 KiB

[startup+11.201 s]
/proc/loadavg: 5.71 6.58 7.19 3/211 19354
/proc/meminfo: memFree=20395724/32770624 swapFree=66999332/67108860
[pid=19332] ppid=19329 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/19332/stat : 19332 (scop.sh) S 19329 19332 17551 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420249125 115843072 348 33554432000 4194304 5098028 140727447808896 140727447806152 140192912462460 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18255872 140727447814949 140727447815276 140727447815276 140727447818189 0
/proc/19332/statm: 28282 348 296 221 0 87 0
[pid=19335] ppid=19332 vsize=27328728 memory=4364960 CPUtime=20.55 cores=0-7
/proc/19335/stat : 19335 (java) S 19332 19332 17551 0 -1 1077944320 38644 0 0 0 1980 75 0 0 20 0 20 0 420249126 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140735049160416 140578159173367 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
/proc/19335/statm: 6832182 1091240 3280 1 0 6792983 0
[pid=19335/tid=19336] ppid=19332 vsize=27328728 memory=2016 CPUtime=11.16 cores=0-7
/proc/19335/task/19336/stat : 19336 (java) R 19332 19332 17551 0 -1 4202560 23802 0 0 0 1049 67 0 0 20 0 20 0 420249126 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140578131008544 140577665244556 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19337] ppid=19332 vsize=27328728 memory=1424 CPUtime=0 cores=0-7
/proc/19335/task/19337/stat : 19337 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140578163415312 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19338] ppid=19332 vsize=27328728 memory=1540 CPUtime=0 cores=0-7
/proc/19335/task/19338/stat : 19338 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249128 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140577977571728 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19339] ppid=19332 vsize=27328728 memory=772 CPUtime=0 cores=0-7
/proc/19335/task/19339/stat : 19339 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140577976519184 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19340] ppid=19332 vsize=27328728 memory=1392 CPUtime=0 cores=0-7
/proc/19335/task/19340/stat : 19340 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249128 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140577975466640 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19341] ppid=19332 vsize=27328728 memory=1781608 CPUtime=0 cores=0-7
/proc/19335/task/19341/stat : 19341 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249128 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140577974414096 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19342] ppid=19332 vsize=27328728 memory=3894096 CPUtime=0 cores=0-7
/proc/19335/task/19342/stat : 19342 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249129 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140577973361552 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19343] ppid=19332 vsize=27328728 memory=2386296 CPUtime=0 cores=0-7
/proc/19335/task/19343/stat : 19343 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249129 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140577972309008 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19344] ppid=19332 vsize=27328728 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/19335/task/19344/stat : 19344 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420249129 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140577574911120 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19345] ppid=19332 vsize=27328728 memory=0 CPUtime=0 cores=0-7
/proc/19335/task/19345/stat : 19345 (java) S 19332 19332 17551 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 420249130 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140576592615408 140578159184514 0 0 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19346] ppid=19332 vsize=27328728 memory=3624 CPUtime=0 cores=0-7
/proc/19335/task/19346/stat : 19346 (java) S 19332 19332 17551 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420249130 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140575957312416 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19347] ppid=19332 vsize=27328728 memory=40788 CPUtime=0 cores=0-7
/proc/19335/task/19347/stat : 19347 (java) S 19332 19332 17551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420249131 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140575823090672 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19348] ppid=19332 vsize=27328728 memory=988 CPUtime=0 cores=0-7
/proc/19335/task/19348/stat : 19348 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420249133 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140575448586448 140578159191963 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19349] ppid=19332 vsize=27328728 memory=2016 CPUtime=2.68 cores=0-7
/proc/19335/task/19349/stat : 19349 (java) S 19332 19332 17551 0 -1 1077944384 3436 0 0 0 267 1 0 0 20 0 20 0 420249133 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140576591563248 140578159184514 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19350] ppid=19332 vsize=27328728 memory=1424 CPUtime=2.86 cores=0-7
/proc/19335/task/19350/stat : 19350 (java) S 19332 19332 17551 0 -1 1077944384 3429 0 0 0 285 1 0 0 20 0 20 0 420249133 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140576590510704 140578159184514 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19351] ppid=19332 vsize=27328728 memory=1540 CPUtime=2.72 cores=0-7
/proc/19335/task/19351/stat : 19351 (java) S 19332 19332 17551 0 -1 1077944384 3929 0 0 0 271 1 0 0 20 0 20 0 420249133 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140576589458160 140578159184514 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19352] ppid=19332 vsize=27328728 memory=772 CPUtime=1.06 cores=0-7
/proc/19335/task/19352/stat : 19352 (java) S 19332 19332 17551 0 -1 1077944384 2682 0 0 0 105 1 0 0 20 0 20 0 420249133 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140576588405616 140578159184514 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19353] ppid=19332 vsize=27328728 memory=10596 CPUtime=0 cores=0-7
/proc/19335/task/19353/stat : 19353 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249133 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140574950680800 140578159183573 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
[pid=19335/tid=19354] ppid=19332 vsize=27328728 memory=1712 CPUtime=0 cores=0-7
/proc/19335/task/19354/stat : 19354 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420249134 27984617472 1091240 33554432000 4194304 4196468 140735049177872 140576587352496 140578159184514 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9678848 140735049179883 140735049180310 140735049180310 140735049183183 0
Current children cumulated CPU time: 20.55 s
Current children cumulated vsize: 27441856 KiB
Current children cumulated memory: 4366352 KiB

[startup+12.001 s]*
/proc/loadavg: 5.71 6.58 7.19 2/211 19374
/proc/meminfo: memFree=24525888/32770624 swapFree=66999332/67108860
[pid=19332] ppid=19329 vsize=113128 memory=1472 CPUtime=21.02 cores=0-7
/proc/19332/stat : 19332 (scop.sh) S 19329 19332 17551 0 -1 4202496 582 39547 0 0 0 0 2022 80 20 0 1 0 420249125 115843072 368 33554432000 4194304 5098028 140727447808896 140727447805640 140192912462460 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18255872 140727447814949 140727447815276 140727447815276 140727447818189 0
/proc/19332/statm: 28282 368 311 221 0 87 0
[pid=19355] ppid=19332 vsize=7752288 memory=76640 CPUtime=0.7 cores=0-7
/proc/19355/stat : 19355 (java) S 19332 19332 17551 0 -1 1077944320 14157 0 0 0 65 5 0 0 20 0 20 0 420250274 7938342912 19160 33554432000 4194304 4196468 140735200424592 140735200407136 140575463071479 0 0 2 25189581 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
/proc/19355/statm: 1938072 19160 3050 1 0 1899951 0
[pid=19355/tid=19356] ppid=19332 vsize=7752288 memory=6791534058613427641 CPUtime=0.5 cores=0-7
/proc/19355/task/19356/stat : 19356 (java) R 19332 19332 17551 0 -1 4202560 11777 0 0 0 46 4 0 0 20 0 20 0 420250274 7938342912 19160 33554432000 4194304 4196468 140735200424592 140575434878272 140575444635031 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19357] ppid=19332 vsize=7752288 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/19355/task/19357/stat : 19357 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420250275 7938342912 19160 33554432000 4194304 4196468 140735200424592 140575467313936 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19358] ppid=19332 vsize=7752288 memory=14409311159886893 CPUtime=0 cores=0-7
/proc/19355/task/19358/stat : 19358 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420250275 7938342912 19160 33554432000 4194304 4196468 140735200424592 140575287610256 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19359] ppid=19332 vsize=7752288 memory=9049875246607401133 CPUtime=0 cores=0-7
/proc/19355/task/19359/stat : 19359 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420250275 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574947331088 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19360] ppid=19332 vsize=7752288 memory=7680491646476186387 CPUtime=0 cores=0-7
/proc/19355/task/19360/stat : 19360 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420250275 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574946278544 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19361] ppid=19332 vsize=7752288 memory=0 CPUtime=0 cores=0-7
/proc/19355/task/19361/stat : 19361 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420250275 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574945224976 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19362] ppid=19332 vsize=7752288 memory=0 CPUtime=0 cores=0-7
/proc/19355/task/19362/stat : 19362 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420250275 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574944172432 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19363] ppid=19332 vsize=7752288 memory=0 CPUtime=0 cores=0-7
/proc/19355/task/19363/stat : 19363 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420250275 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574943119888 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19364] ppid=19332 vsize=7752288 memory=288230376974057755 CPUtime=0 cores=0-7
/proc/19355/task/19364/stat : 19364 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420250275 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574942067344 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19365] ppid=19332 vsize=7752288 memory=288283381299676368 CPUtime=0 cores=0-7
/proc/19355/task/19365/stat : 19365 (java) S 19332 19332 17551 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420250277 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574757960176 140575463082626 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19366] ppid=19332 vsize=7752288 memory=3818212 CPUtime=0 cores=0-7
/proc/19355/task/19366/stat : 19366 (java) S 19332 19332 17551 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420250277 7938342912 19160 33554432000 4194304 4196468 140735200424592 140573876938144 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19367] ppid=19332 vsize=7752288 memory=4629799972190126725 CPUtime=0 cores=0-7
/proc/19355/task/19367/stat : 19367 (java) S 19332 19332 17551 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420250278 7938342912 19160 33554432000 4194304 4196468 140735200424592 140573742716400 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19368] ppid=19332 vsize=7752288 memory=4206468019014099040 CPUtime=0 cores=0-7
/proc/19355/task/19368/stat : 19368 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420250280 7938342912 19160 33554432000 4194304 4196468 140735200424592 140573368212176 140575463090075 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19369] ppid=19332 vsize=7752288 memory=6943526294502006880 CPUtime=0.01 cores=0-7
/proc/19355/task/19369/stat : 19369 (java) S 19332 19332 17551 0 -1 1077944384 360 0 0 0 1 0 0 0 20 0 20 0 420250280 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574756906992 140575463082626 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19370] ppid=19332 vsize=7752288 memory=3680 CPUtime=0.02 cores=0-7
/proc/19355/task/19370/stat : 19370 (java) S 19332 19332 17551 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 20 0 420250280 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574755854448 140575463082626 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19371] ppid=19332 vsize=7752288 memory=864 CPUtime=0.01 cores=0-7
/proc/19355/task/19371/stat : 19371 (java) S 19332 19332 17551 0 -1 1077944384 66 0 0 0 1 0 0 0 20 0 20 0 420250280 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574754801904 140575463082626 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19372] ppid=19332 vsize=7752288 memory=1436 CPUtime=0.11 cores=0-7
/proc/19355/task/19372/stat : 19372 (java) S 19332 19332 17551 0 -1 1077944384 350 0 0 0 11 0 0 0 20 0 20 0 420250280 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574753749360 140575463082626 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19373] ppid=19332 vsize=7752288 memory=1652 CPUtime=0 cores=0-7
/proc/19355/task/19373/stat : 19373 (java) S 19332 19332 17551 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420250280 7938342912 19160 33554432000 4194304 4196468 140735200424592 140572870306528 140575463081685 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
[pid=19355/tid=19374] ppid=19332 vsize=7752288 memory=1980 CPUtime=0 cores=0-7
/proc/19355/task/19374/stat : 19374 (java) S 19332 19332 17551 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420250281 7938342912 19160 33554432000 4194304 4196468 140735200424592 140574752697264 140575463082626 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7159808 140735200429047 140735200429206 140735200429206 140735200432079 0
Current children cumulated CPU time: 21.72 s
Current children cumulated vsize: 7865416 KiB
Current children cumulated memory: 78112 KiB

[startup+12.4009 s]
/proc/loadavg: 5.71 6.58 7.19 2/211 19374
/proc/meminfo: memFree=24525888/32770624 swapFree=66999332/67108860
[pid=19332] ppid=19329 vsize=113128 memory=1472 CPUtime=21.02 cores=0-7
/proc/19332/stat : 19332 (scop.sh) S 19329 19332 17551 0 -1 4202496 582 39547 0 0 0 0 2022 80 20 0 1 0 420249125 115843072 368 33554432000 4194304 5098028 140727447808896 140727447805640 140192912462460 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18255872 140727447814949 140727447815276 140727447815276 140727447818189 0
/proc/19332/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 21.02 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

Child status: 0
Real time (s): 12.4049
CPU time (s): 22.7157
CPU user time (s): 21.7865
CPU system time (s): 0.929241
CPU usage (%): 183.119
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 4465936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.7865
system time used= 0.929241
maximum resident set size= 4467700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67340
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8511
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 19332
#   total CPU time (s): 22.7157
#   total CPU user time (s): 21.7865
#   total CPU system time (s): 0.929241

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.104688 second user time and 0.185143 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-14 08:37:47
IDJOB=4392345
IDBENCH=139116
IDSOLVER=2838
FILE ID=node140/4392345-1568443107
RUNJOBID= node140-1568438992-17578
PBS_JOBID= 21702327
Free space on /tmp= 58140 MiB

SOLVER NAME= Fun-sCOP order+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/LatinSquare/LatinSquare-xcsp2-qcp25/qcp-25-264-12_X2.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -order DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392345-1568443107/watcher-4392345-1568443107 -o /tmp/evaluation-result-4392345-1568443107/solver-4392345-1568443107 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node140-1568438992-17578 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -order HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392345-1568443107.xml

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

MD5SUM BENCH= 0da6a8f2891de305d0b0efc67f372d88
RANDOM SEED=2063459118

node140.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.43
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.43
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.43
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.43
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:        24590528 kB
MemAvailable:   31856852 kB
Buffers:          177844 kB
Cached:          7295760 kB
SwapCached:         2700 kB
Active:          1529460 kB
Inactive:        5952004 kB
Active(anon):       4128 kB
Inactive(anon):    44336 kB
Active(file):    1525332 kB
Inactive(file):  5907668 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66999332 kB
Dirty:             21320 kB
Writeback:             0 kB
AnonPages:        118960 kB
Mapped:            44480 kB
Shmem:             32288 kB
Slab:             291804 kB
SReclaimable:     261784 kB
SUnreclaim:        30020 kB
KernelStack:        3728 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58120 MiB
End job on node140 at 2019-09-14 08:37:59