Trace number 4392602

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Fun-sCOP hybrid+ManyGlucose (2019-06-15)SAT 99.7641 50.3848

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0150-m1.xml
MD5SUM87bfaaaf5fd3b270ee1dec703898481f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark12.2089
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints11176
Number of domains1
Minimum domain size150
Maximum domain size150
Distribution of domain sizes[{"size":150,"count":150}]
Minimum variable degree150
Maximum variable degree150
Distribution of variable degrees[{"degree":150,"count":150}]
Minimum constraint arity2
Maximum constraint arity150
Distribution of constraint arities[{"arity":2,"count":11175},{"arity":150,"count":1}]
Number of extensional constraints0
Number of intensional constraints11175
Distribution of constraint types[{"type":"intension","count":11175},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Encode -hybrid -solver HOME/manyglucose-4.1-27_release -solverOption -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 -tmp HOME -serialFile HOME/scop-10146-serial-file.bin HOME/instance-4392602-1568442705.xml
0.66/0.54	
0.66/0.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
0.66/0.54	
0.66/0.56	c BEGIN-Prog: Sat Sep 14 08:30:56 CEST 2019
0.66/0.56	c PID: 10149
0.66/0.56	c IP: 172.20.3.132
0.66/0.56	c HOST: node132.alineos.net
0.66/0.57	c (0,0) Parsing Begin
6.00/2.09	c (1,1) Parsing End
6.00/2.10	c (1,1) CSP: 150 int (0 aux), 0 bool (0 aux), 11176 ctr, max domain size 150
6.76/2.25	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
6.76/2.25	c (1,1) Constraint Name Generate Begin
6.76/2.25	c (1,1) Ctr:HOME/instance-4392602-1568442705.xml,AllDifferent:Dist:Ne:Num:Var
6.76/2.25	c (1,1) Constraint Name Generate End
6.76/2.25	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
6.76/2.25	c (1,1) CSP to CSPinCNF Begin
10.67/3.45	c (2,2) translated 1118 (10%) constraints
11.17/3.66	c (3,3) translated 2236 (20%) constraints
11.56/3.86	c (3,3) translated 3353 (30%) constraints
11.83/4.04	c (3,3) translated 4471 (40%) constraints
12.11/4.23	c (3,3) translated 5588 (50%) constraints
12.53/4.42	c (3,3) translated 6706 (60%) constraints
12.66/4.58	c (4,4) translated 7824 (70%) constraints
12.85/4.75	c (4,4) translated 8941 (80%) constraints
13.06/4.92	c (4,4) translated 10059 (90%) constraints
13.18/5.09	c (4,4) translated 11176 (100%) constraints
13.18/5.09	c (4,4) ===========================================
13.30/5.20	c (4,4) Hybrid: #OE=11325, #LE=0
13.30/5.20	c (4,4) Hybrid
13.30/5.20	c (4,4) ===========================================
13.96/5.39	c (4,4) translated 4486 (10%) constraints
14.57/5.52	c (4,4) translated 8971 (20%) constraints
16.54/6.67	c (6,6) translated 13456 (30%) constraints
16.64/6.77	c (6,6) translated 17941 (40%) constraints
16.82/6.87	c (6,6) translated 22426 (50%) constraints
16.93/6.97	c (6,6) translated 26912 (60%) constraints
17.03/7.07	c (6,6) translated 31397 (70%) constraints
17.20/7.17	c (6,6) translated 35882 (80%) constraints
17.28/7.27	c (6,6) translated 40367 (90%) constraints
17.39/7.37	c (6,6) translated 44852 (100%) constraints
17.39/7.38	c (6,6) CSP to CSPinCNF End
17.39/7.39	c (6,6) CSP: 150 int (0 aux), 33675 bool (33675 aux), 89852 ctr, max domain size 150
17.39/7.39	c (6,6) Heap : 2140 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
17.39/7.39	c (6,6) CSPinCNF Propagation Begin
18.83/8.29	c (7,7) 1 values, 4 unsatisfiable literals, and 301 valid clauses are removed
18.83/8.29	c (7,7) CSPinCNF Propagation End
19.01/8.30	c (7,7) CSP: 150 int (0 aux), 33675 bool (33675 aux), 89551 ctr, max domain size 150
19.01/8.30	c (7,7) Heap : 2816 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
19.01/8.39	c (7,7) Hybrid: #OE=33825, #LE=0
19.01/8.39	c (7,7) Simplify CSPinCNF Begin
21.25/9.25	c (8,8) Simplify CSPinCNF End
21.25/9.26	c (8,8) CSP: 150 int (0 aux), 78373 bool (78373 aux), 134249 ctr, max domain size 150
21.25/9.26	c (8,8) Heap : 3266 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
21.25/9.26	c (8,8) Calculate Precise Domain Begin
21.25/9.27	c (8,8) 0 values are removed by re-calculation
21.25/9.27	c (8,8) Calculate Precise Domain End
21.25/9.28	c (8,8) CSP: 150 int (0 aux), 78373 bool (78373 aux), 134249 ctr, max domain size 150
21.25/9.28	c (8,8) Heap : 3266 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
21.25/9.28	c (8,8) CSPinCNF to SatSolver Begin
30.38/15.11	c (14,14) 13425 (10 %) CSP clauses are encoded (0 SAT variables, 1369025 SAT clauses)
36.08/19.96	c (19,19) 26850 (20 %) CSP clauses are encoded (0 SAT variables, 2716000 SAT clauses)
38.49/22.37	c (21,21) 40275 (30 %) CSP clauses are encoded (0 SAT variables, 3392624 SAT clauses)
38.63/22.74	c (22,21) 53700 (40 %) CSP clauses are encoded (0 SAT variables, 3406049 SAT clauses)
38.75/22.85	c (22,21) 67125 (50 %) CSP clauses are encoded (0 SAT variables, 3419474 SAT clauses)
39.42/23.46	c (22,22) 80550 (60 %) CSP clauses are encoded (0 SAT variables, 3564991 SAT clauses)
43.20/26.74	c (26,25) 93975 (70 %) CSP clauses are encoded (0 SAT variables, 4443156 SAT clauses)
47.18/30.38	c (29,29) 107400 (80 %) CSP clauses are encoded (0 SAT variables, 5424929 SAT clauses)
51.40/34.72	c (34,33) 120825 (90 %) CSP clauses are encoded (0 SAT variables, 6552870 SAT clauses)
56.68/39.69	c (39,37) 134249 (100 %) CSP clauses are encoded (0 SAT variables, 7896850 SAT clauses)
56.68/39.69	c (39,37) CSPinCNF to SatSolver End
56.68/39.69	c (39,37) Heap : 3285 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
56.68/39.69	c (39,37) 100722 bool, 7896999 clause
56.68/39.69	c (39,37) Export Begin
56.78/39.79	c (39,38) Export to HOME/scop-10146-serial-file.bin
56.78/39.79	c (39,38) Export End
56.78/39.79	c (39,38) Export File Size: 0.03 MB
56.78/39.79	c (39,38) 1,1,6,7,8,8,39,STOP-AFTER(DIMACS)
56.78/39.79	c END-Prog: Sat Sep 14 08:31:35 CEST 2019
56.97/39.84	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp HOME/scop.jar fun.scop.XCSP19Solve HOME/scop-10146-serial-file.bin
57.59/40.31	c (0,0) Read Serial File Begin
57.59/40.31	c (0,0) HOME/scop-10146-serial-file.bin
57.88/40.52	c (0,0) Read Serial File End
57.88/40.54	
57.88/40.54	Fun-sCOP hybrid+manyglucose-4.1-27_release (2019-06-15)
57.88/40.54	(Solving Process)
57.88/40.54	
57.88/40.56	c BEGIN-Prog: Sat Sep 14 08:31:36 CEST 2019
57.88/40.56	c PID: 10172
57.88/40.56	c IP: 172.20.3.132
57.88/40.56	c HOST: node132.alineos.net
57.88/40.56	c (0,0) SatSolver.solve Begin
57.88/40.56	c (0,0) HOME/manyglucose-4.1-27_release -model -nthreads=8 -maxmemory=20000 -lit-scans=6000000 HOME/instance-4392602-1568442705.xml-scop-10149.cnf
57.88/40.59	c (0,0) c
57.88/40.59	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)
57.88/40.59	c (0,0) c
57.88/40.59	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
57.88/40.59	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
57.88/40.59	c (0,0) c ========================================[ Problem Statistics ]===========================================
57.88/40.59	c (0,0) c |                                                                                                       |
60.58/43.05	c (2,0) c |  Number of variables:        100722                                                                   |
60.58/43.05	c (2,0) c |  Number of clauses:         7896999                                                                   |
60.58/43.05	c (2,0) c |  Parse time:                   2.22 s                                                                 |
60.58/43.05	c (2,0) c |                                                                                                       |
61.09/43.51	c (3,0) c | Too many clauses... No preprocessing                                                                  |
61.09/43.51	c (3,0) c |  Simplification time:          0.41 s                                                                 |
61.09/43.51	c (3,0) c |                                                                                                       |
61.09/43.51	c (3,0) c |  Generating clones                                                                                    |
62.38/44.87	c (4,0) c |  all clones generated. Memory =  4362.34Mb.                                                           |
62.38/44.87	c (4,0) c ========================================================================================================|
62.38/44.87	c (4,0) c
62.38/44.87	c (4,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
62.38/44.87	c (4,0) c
62.38/44.87	c (4,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.38/44.87	c (4,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
62.38/44.87	c (4,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
62.38/44.87	c (4,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
62.38/44.87	c (4,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
62.38/44.87	c (4,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
62.38/44.87	c (4,0) c | Initial random_seed   |   91648253 |   91648254 |   91648255 |   91648256 |   91648257 |   91648258 |   91648259 |   91648260 |
62.38/44.87	c (4,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
62.38/44.87	c (4,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
62.38/44.87	c (4,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
62.38/44.87	c (4,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
62.38/44.87	c (4,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
62.38/44.87	c (4,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
62.38/44.87	c (4,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
62.38/44.87	c (4,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
62.38/44.87	c (4,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
62.38/44.87	c (4,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
62.38/44.87	c (4,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
62.38/44.87	c (4,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/49.99	c (9,0) c
98.75/49.99	c (9,0) c real time : 9.40282 s
98.75/49.99	c (9,0) c cpu time  : 36.3944 s
98.75/49.99	c (9,0) c
98.75/49.99	c (9,0) c
98.75/49.99	c (9,0) c
98.75/49.99	c (9,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
98.75/49.99	c (9,0) c
98.75/49.99	c (9,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/49.99	c (9,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
98.75/49.99	c (9,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/49.99	c (9,0) c | Conflicts     |            5963 |        840 |        678 |        810 |        674 |        664 |        675 |        822 |        800 |
98.75/49.99	c (9,0) c | Decisions     |          100823 |      36096 |       9715 |       7712 |       6651 |       9559 |      11255 |       9652 |      10183 |
98.75/49.99	c (9,0) c | Propagations  |        22867936 |    2498560 |    2871784 |    2706854 |    2622809 |    2863025 |    2911776 |    3216137 |    3176991 |
98.75/49.99	c (9,0) c | ReduceDBs     |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
98.75/49.99	c (9,0) c | SimpDBs       |               8 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
98.75/49.99	c (9,0) c | Restarts      |              97 |          8 |         12 |         11 |         11 |         13 |         11 |         15 |         16 |
98.75/49.99	c (9,0) c | ForcedImports |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
98.75/49.99	c (9,0) c | PropBinClauses|        27147366 |    2773136 |    3268399 |    3440781 |    3484324 |    3291394 |    3388684 |    3860135 |    3640513 |
98.75/49.99	c (9,0) c | PropPreBlocker|      1389080089 |  141336791 |  170469190 |  173352725 |  176426615 |  169308343 |  170724140 |  197229806 |  190232479 |
98.75/49.99	c (9,0) c | PropNotBlocker|       175761484 |   23076670 |   21468694 |   20165879 |   20360740 |   22422419 |   20400591 |   23123817 |   24742674 |
98.75/49.99	c (9,0) c | LitFullScans  |      1619645008 |  170058341 |  198072514 |  201302829 |  204040260 |  198036762 |  198039890 |  228056665 |  222037747 |
98.75/49.99	c (9,0) c | LitScanFracts |          174201 |      17294 |      19996 |      17902 |      19921 |      19958 |      21801 |      30053 |      27276 |
98.75/49.99	c (9,0) c | DecisionLevel0|              99 |          8 |         12 |         11 |         11 |         15 |         11 |         15 |         16 |
98.75/49.99	c (9,0) c | Periods       |             269 |         28 |         33 |         33 |         34 |         33 |         33 |         38 |         37 |
98.75/49.99	c (9,0) c | Margin        |             160 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |         20 |
98.75/49.99	c (9,0) c | Avg_Trail     |                 |      66926 |      73768 |      76097 |      77629 |      77799 |      74027 |      67057 |      77380 |
98.75/49.99	c (9,0) c | Avg_DL        |                 |        919 |        270 |        229 |        246 |        300 |        332 |        248 |        276 |
98.75/49.99	c (9,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
98.75/49.99	c (9,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
98.75/49.99	c (9,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/49.99	c (9,0) c | Exported      |             100 |         33 |         10 |         10 |         14 |         11 |          5 |         10 |          7 |
98.75/49.99	c (9,0) c | Imported      |             635 |         52 |         81 |         83 |         79 |         81 |         87 |         83 |         89 |
98.75/49.99	c (9,0) c | Good          |             140 |         13 |         20 |         17 |         20 |         12 |         20 |         19 |         19 |
98.75/49.99	c (9,0) c | Purge         |             495 |         39 |         61 |         66 |         59 |         69 |         67 |         64 |         70 |
98.75/49.99	c (9,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
98.75/49.99	c (9,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
98.75/49.99	c (9,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
98.75/49.99	c (9,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/49.99	c (9,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          2 |          0 |          0 |          0 |
98.75/49.99	c (9,0) c | Binaries      |                 |          7 |          0 |          3 |          0 |          8 |          0 |          1 |          1 |
98.75/49.99	c (9,0) c | Glues         |                 |         33 |         10 |         10 |         14 |         11 |          5 |         10 |          7 |
98.75/49.99	c (9,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/49.99	c (9,0) c | Orig_Seen     |             0 % |      32551 |      37324 |      37655 |      32078 |      36505 |      29385 |      41548 |      42047 |
98.75/49.99	c (9,0) c | Diff Orig seen|                 |      X     |       4773 |       5104 | -      473 |       3954 | -     3166 |       8997 |       9496 |
98.75/49.99	c (9,0) c | Hamming       |            29 % |      X     |      30106 |      29300 |      31327 |      29960 |      28224 |      29758 |      30669 |
98.75/49.99	c (9,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/49.99	c (9,0) c | RunningTime   |                 |    5.1 100%|    4.8 100%|    4.8 100%|    4.8 100%|    4.9 100%|    4.8 100%|    4.8 100%|    4.8 100%|
98.75/49.99	c (9,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%|
98.75/49.99	c (9,0) c | ExchangingTime|                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
98.75/49.99	c (9,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%|
98.75/49.99	c (9,0) c | SolvingTime   |                 |    5.1     |    4.8     |    4.8     |    4.8     |    4.9     |    4.8     |    4.8     |    4.8     |
98.75/49.99	c (9,0) c | PropagationTim|                 |    4.9  97%|    4.6  96%|    4.6  95%|    4.7  97%|    4.7  96%|    4.7  97%|    4.6  96%|    4.6  95%|
98.75/49.99	c (9,0) c | AnalysisTime  |                 |    0.1   1%|    0.1   1%|    0.1   2%|    0.1   1%|    0.1   2%|    0.1   1%|    0.1   2%|    0.1   2%|
98.75/49.99	c (9,0) c | ReductionTime |                 |    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|    0.0   0%|
98.75/49.99	c (9,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%|
98.75/49.99	c (9,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%|
98.75/49.99	c (9,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%|
98.75/49.99	c (9,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/49.99	c (9,0) c
98.75/49.99	c (9,0) c
98.75/49.99	c (9,0) c Threads : 8
98.75/49.99	c (9,0) c Winner : 0
98.75/49.99	c (9,0) c Conflicts_0 : 840
98.75/49.99	c (9,0) c Conflicts_1 : 678
98.75/49.99	c (9,0) c Conflicts_2 : 810
98.75/49.99	c (9,0) c Conflicts_3 : 674
98.75/49.99	c (9,0) c Conflicts_4 : 664
98.75/49.99	c (9,0) c Conflicts_5 : 675
98.75/49.99	c (9,0) c Conflicts_6 : 822
98.75/49.99	c (9,0) c Conflicts_7 : 800
98.75/49.99	c (9,0) c Conflicts_total : 5963
98.75/49.99	c (9,0) c Conflicts_winner : 840
98.75/49.99	c (9,0) c Decisions_0 : 36096
98.75/49.99	c (9,0) c Decisions_1 : 9715
98.75/49.99	c (9,0) c Decisions_2 : 7712
98.75/49.99	c (9,0) c Decisions_3 : 6651
98.75/49.99	c (9,0) c Decisions_4 : 9559
98.75/49.99	c (9,0) c Decisions_5 : 11255
98.75/49.99	c (9,0) c Decisions_6 : 9652
98.75/49.99	c (9,0) c Decisions_7 : 10183
98.75/49.99	c (9,0) c Decisions_total : 100823
98.75/49.99	c (9,0) c Decisions_winner : 36096
98.75/49.99	c (9,0) c Propagations_0 : 2498560
98.75/49.99	c (9,0) c Propagations_1 : 2871784
98.75/49.99	c (9,0) c Propagations_2 : 2706854
98.75/49.99	c (9,0) c Propagations_3 : 2622809
98.75/49.99	c (9,0) c Propagations_4 : 2863025
98.75/49.99	c (9,0) c Propagations_5 : 2911776
98.75/49.99	c (9,0) c Propagations_6 : 3216137
98.75/49.99	c (9,0) c Propagations_7 : 3176991
98.75/49.99	c (9,0) c Propagations_total : 22867936
98.75/49.99	c (9,0) c Propagations_winner : 2498560
98.75/49.99	c (9,0) c ReduceDBs_0 : 0
98.75/49.99	c (9,0) c ReduceDBs_1 : 0
98.75/49.99	c (9,0) c ReduceDBs_2 : 0
98.75/49.99	c (9,0) c ReduceDBs_3 : 0
98.75/49.99	c (9,0) c ReduceDBs_4 : 0
98.75/49.99	c (9,0) c ReduceDBs_5 : 0
98.75/49.99	c (9,0) c ReduceDBs_6 : 0
98.75/49.99	c (9,0) c ReduceDBs_7 : 0
98.75/49.99	c (9,0) c ReduceDBs_total : 0
98.75/49.99	c (9,0) c ReduceDBs_winner : 0
98.75/49.99	c (9,0) c SimpDBs_0 : 1
98.75/49.99	c (9,0) c SimpDBs_1 : 1
98.75/49.99	c (9,0) c SimpDBs_2 : 1
98.75/49.99	c (9,0) c SimpDBs_3 : 1
98.75/49.99	c (9,0) c SimpDBs_4 : 1
98.75/49.99	c (9,0) c SimpDBs_5 : 1
98.75/49.99	c (9,0) c SimpDBs_6 : 1
98.75/49.99	c (9,0) c SimpDBs_7 : 1
98.75/50.00	c (9,0) c SimpDBs_total : 8
98.75/50.00	c (9,0) c SimpDBs_winner : 1
98.75/50.00	c (9,0) c Restarts_0 : 8
98.75/50.00	c (9,0) c Restarts_1 : 12
98.75/50.00	c (9,0) c Restarts_2 : 11
98.75/50.00	c (9,0) c Restarts_3 : 11
98.75/50.00	c (9,0) c Restarts_4 : 13
98.75/50.00	c (9,0) c Restarts_5 : 11
98.75/50.00	c (9,0) c Restarts_6 : 15
98.75/50.00	c (9,0) c Restarts_7 : 16
98.75/50.00	c (9,0) c Restarts_total : 97
98.75/50.00	c (9,0) c Restarts_winner : 8
98.75/50.00	c (9,0) c ForcedImports_0 : 0
98.75/50.00	c (9,0) c ForcedImports_1 : 0
98.75/50.00	c (9,0) c ForcedImports_2 : 0
98.75/50.00	c (9,0) c ForcedImports_3 : 0
98.75/50.00	c (9,0) c ForcedImports_4 : 0
98.75/50.00	c (9,0) c ForcedImports_5 : 0
98.75/50.00	c (9,0) c ForcedImports_6 : 0
98.75/50.00	c (9,0) c ForcedImports_7 : 0
98.75/50.00	c (9,0) c ForcedImports_total : 0
98.75/50.00	c (9,0) c ForcedImports_winner : 0
98.75/50.00	c (9,0) c PropsBinClauses_0 : 2773136
98.75/50.00	c (9,0) c PropsBinClauses_1 : 3268399
98.75/50.00	c (9,0) c PropsBinClauses_2 : 3440781
98.75/50.00	c (9,0) c PropsBinClauses_3 : 3484324
98.75/50.00	c (9,0) c PropsBinClauses_4 : 3291394
98.75/50.00	c (9,0) c PropsBinClauses_5 : 3388684
98.75/50.00	c (9,0) c PropsBinClauses_6 : 3860135
98.75/50.00	c (9,0) c PropsBinClauses_7 : 3640513
98.75/50.00	c (9,0) c PropsBinClauses_total : 27147366
98.75/50.00	c (9,0) c PropsBinClauses_winner : 2773136
98.75/50.00	c (9,0) c PropsPreBlocker_0 : 141336791
98.75/50.00	c (9,0) c PropsPreBlocker_1 : 170469190
98.75/50.00	c (9,0) c PropsPreBlocker_2 : 173352725
98.75/50.00	c (9,0) c PropsPreBlocker_3 : 176426615
98.75/50.00	c (9,0) c PropsPreBlocker_4 : 169308343
98.75/50.00	c (9,0) c PropsPreBlocker_5 : 170724140
98.75/50.00	c (9,0) c PropsPreBlocker_6 : 197229806
98.75/50.00	c (9,0) c PropsPreBlocker_7 : 190232479
98.75/50.00	c (9,0) c PropsPreBlocker_total : 1389080089
98.75/50.00	c (9,0) c PropsPreBlocker_winner : 141336791
98.75/50.00	c (9,0) c PropsNotBlocker_0 : 23076670
98.75/50.00	c (9,0) c PropsNotBlocker_1 : 21468694
98.75/50.00	c (9,0) c PropsNotBlocker_2 : 20165879
98.75/50.00	c (9,0) c PropsNotBlocker_3 : 20360740
98.75/50.00	c (9,0) c PropsNotBlocker_4 : 22422419
98.75/50.00	c (9,0) c PropsNotBlocker_5 : 20400591
98.75/50.00	c (9,0) c PropsNotBlocker_6 : 23123817
98.75/50.00	c (9,0) c PropsNotBlocker_7 : 24742674
98.75/50.00	c (9,0) c PropsNotBlocker_total : 175761484
98.75/50.00	c (9,0) c PropsNotBlocker_winner : 23076670
98.75/50.00	c (9,0) c PropsLitFullScans_0 : 170058341
98.75/50.00	c (9,0) c PropsLitFullScans_1 : 198072514
98.75/50.00	c (9,0) c PropsLitFullScans_2 : 201302829
98.75/50.00	c (9,0) c PropsLitFullScans_3 : 204040260
98.75/50.00	c (9,0) c PropsLitFullScans_4 : 198036762
98.75/50.00	c (9,0) c PropsLitFullScans_5 : 198039890
98.75/50.00	c (9,0) c PropsLitFullScans_6 : 228056665
98.75/50.00	c (9,0) c PropsLitFullScans_7 : 222037747
98.75/50.00	c (9,0) c PropsLitFullScans_total : 1619645008
98.75/50.00	c (9,0) c PropsLitFullScans_winner : 170058341
98.75/50.00	c (9,0) c LitScanFractions_0 : 17294
98.75/50.00	c (9,0) c LitScanFractions_1 : 19996
98.75/50.00	c (9,0) c LitScanFractions_2 : 17902
98.75/50.00	c (9,0) c LitScanFractions_3 : 19921
98.75/50.00	c (9,0) c LitScanFractions_4 : 19958
98.75/50.00	c (9,0) c LitScanFractions_5 : 21801
98.75/50.00	c (9,0) c LitScanFractions_6 : 30053
98.75/50.00	c (9,0) c LitScanFractions_7 : 27276
98.75/50.00	c (9,0) c LitScanFractions_total : 174201
98.75/50.00	c (9,0) c LitScanFractions_winner : 17294
98.75/50.00	c (9,0) c DecisionLevel0_0 : 8
98.75/50.00	c (9,0) c DecisionLevel0_1 : 12
98.75/50.00	c (9,0) c DecisionLevel0_2 : 11
98.75/50.00	c (9,0) c DecisionLevel0_3 : 11
98.75/50.00	c (9,0) c DecisionLevel0_4 : 15
98.75/50.00	c (9,0) c DecisionLevel0_5 : 11
98.75/50.00	c (9,0) c DecisionLevel0_6 : 15
98.75/50.00	c (9,0) c DecisionLevel0_7 : 16
98.75/50.00	c (9,0) c DecisionLevel0_total : 99
98.75/50.00	c (9,0) c DecisionLevel0_winner : 8
98.75/50.00	c (9,0) c Periods_0 : 28
98.75/50.00	c (9,0) c Periods_1 : 33
98.75/50.00	c (9,0) c Periods_2 : 33
98.75/50.00	c (9,0) c Periods_3 : 34
98.75/50.00	c (9,0) c Periods_4 : 33
98.75/50.00	c (9,0) c Periods_5 : 33
98.75/50.00	c (9,0) c Periods_6 : 38
98.75/50.00	c (9,0) c Periods_7 : 37
98.75/50.00	c (9,0) c Periods_total : 269
98.75/50.00	c (9,0) c Periods_winner : 28
98.75/50.00	c (9,0) c Margin_0 : 20
98.75/50.00	c (9,0) c Margin_1 : 20
98.75/50.00	c (9,0) c Margin_2 : 20
98.75/50.00	c (9,0) c Margin_3 : 20
98.75/50.00	c (9,0) c Margin_4 : 20
98.75/50.00	c (9,0) c Margin_5 : 20
98.75/50.00	c (9,0) c Margin_6 : 20
98.75/50.00	c (9,0) c Margin_7 : 20
98.75/50.00	c (9,0) c Margin_total : 160
98.75/50.00	c (9,0) c Margin_winner : 20
98.75/50.00	c (9,0) c Exported_0 : 33
98.75/50.00	c (9,0) c Exported_1 : 10
98.75/50.00	c (9,0) c Exported_2 : 10
98.75/50.00	c (9,0) c Exported_3 : 14
98.75/50.00	c (9,0) c Exported_4 : 11
98.75/50.00	c (9,0) c Exported_5 : 5
98.75/50.00	c (9,0) c Exported_6 : 10
98.75/50.00	c (9,0) c Exported_7 : 7
98.75/50.00	c (9,0) c Exported_total : 100
98.75/50.00	c (9,0) c Exported_winner : 33
98.75/50.00	c (9,0) c Imported_0 : 52
98.75/50.00	c (9,0) c Imported_1 : 81
98.75/50.00	c (9,0) c Imported_2 : 83
98.75/50.00	c (9,0) c Imported_3 : 79
98.75/50.00	c (9,0) c Imported_4 : 81
98.75/50.00	c (9,0) c Imported_5 : 87
98.75/50.00	c (9,0) c Imported_6 : 83
98.75/50.00	c (9,0) c Imported_7 : 89
98.75/50.00	c (9,0) c Imported_total : 635
98.75/50.00	c (9,0) c Imported_winner : 52
98.75/50.00	c (9,0) c Good_0 : 13
98.75/50.00	c (9,0) c Good_1 : 20
98.75/50.00	c (9,0) c Good_2 : 17
98.75/50.00	c (9,0) c Good_3 : 20
98.75/50.00	c (9,0) c Good_4 : 12
98.75/50.00	c (9,0) c Good_5 : 20
98.75/50.00	c (9,0) c Good_6 : 19
98.75/50.00	c (9,0) c Good_7 : 19
98.75/50.00	c (9,0) c Good_total : 140
98.75/50.00	c (9,0) c Good_winner : 13
98.75/50.00	c (9,0) c Purge_0 : 39
98.75/50.00	c (9,0) c Purge_1 : 61
98.75/50.00	c (9,0) c Purge_2 : 66
98.75/50.00	c (9,0) c Purge_3 : 59
98.75/50.00	c (9,0) c Purge_4 : 69
98.75/50.00	c (9,0) c Purge_5 : 67
98.75/50.00	c (9,0) c Purge_6 : 64
98.75/50.00	c (9,0) c Purge_7 : 70
98.75/50.00	c (9,0) c Purge_total : 495
98.75/50.00	c (9,0) c Purge_winner : 39
98.75/50.00	c (9,0) c Promoted_0 : 0
98.75/50.00	c (9,0) c Promoted_1 : 0
98.75/50.00	c (9,0) c Promoted_2 : 0
98.75/50.00	c (9,0) c Promoted_3 : 0
98.75/50.00	c (9,0) c Promoted_4 : 0
98.75/50.00	c (9,0) c Promoted_5 : 0
98.75/50.00	c (9,0) c Promoted_6 : 0
98.75/50.00	c (9,0) c Promoted_7 : 0
98.75/50.00	c (9,0) c Promoted_total : 0
98.75/50.00	c (9,0) c Promoted_winner : 0
98.75/50.00	c (9,0) c Remove_Imp_0 : 0
98.75/50.00	c (9,0) c Remove_Imp_1 : 0
98.75/50.00	c (9,0) c Remove_Imp_2 : 0
98.75/50.00	c (9,0) c Remove_Imp_3 : 0
98.75/50.00	c (9,0) c Remove_Imp_4 : 0
98.75/50.00	c (9,0) c Remove_Imp_5 : 0
98.75/50.00	c (9,0) c Remove_Imp_6 : 0
98.75/50.00	c (9,0) c Remove_Imp_7 : 0
98.75/50.00	c (9,0) c Remove_Imp_total : 0
98.75/50.00	c (9,0) c Remove_Imp_winner : 0
98.75/50.00	c (9,0) c Blocked_Reuse_0 : 0
98.75/50.00	c (9,0) c Blocked_Reuse_1 : 0
98.75/50.00	c (9,0) c Blocked_Reuse_2 : 0
98.75/50.00	c (9,0) c Blocked_Reuse_3 : 0
98.75/50.00	c (9,0) c Blocked_Reuse_4 : 0
98.75/50.00	c (9,0) c Blocked_Reuse_5 : 0
98.75/50.00	c (9,0) c Blocked_Reuse_6 : 0
98.75/50.00	c (9,0) c Blocked_Reuse_7 : 0
98.75/50.00	c (9,0) c Blocked_Reuse_total : 0
98.75/50.00	c (9,0) c Blocked_Reuse_winner : 0
98.75/50.00	c (9,0) c Unaries_0 : 0
98.75/50.00	c (9,0) c Unaries_1 : 0
98.75/50.00	c (9,0) c Unaries_2 : 0
98.75/50.00	c (9,0) c Unaries_3 : 0
98.75/50.00	c (9,0) c Unaries_4 : 2
98.75/50.00	c (9,0) c Unaries_5 : 0
98.75/50.00	c (9,0) c Unaries_6 : 0
98.75/50.00	c (9,0) c Unaries_7 : 0
98.75/50.00	c (9,0) c Unaries_total : 2
98.75/50.00	c (9,0) c Unaries_winner : 0
98.75/50.00	c (9,0) c Binaries_0 : 7
98.75/50.00	c (9,0) c Binaries_1 : 0
98.75/50.00	c (9,0) c Binaries_2 : 3
98.75/50.00	c (9,0) c Binaries_3 : 0
98.75/50.00	c (9,0) c Binaries_4 : 8
98.75/50.00	c (9,0) c Binaries_5 : 0
98.75/50.00	c (9,0) c Binaries_6 : 1
98.75/50.00	c (9,0) c Binaries_7 : 1
98.75/50.00	c (9,0) c Binaries_total : 20
98.75/50.00	c (9,0) c Binaries_winner : 7
98.75/50.00	c (9,0) c Glues_0 : 33
98.75/50.00	c (9,0) c Glues_1 : 10
98.75/50.00	c (9,0) c Glues_2 : 10
98.75/50.00	c (9,0) c Glues_3 : 14
98.75/50.00	c (9,0) c Glues_4 : 11
98.75/50.00	c (9,0) c Glues_5 : 5
98.75/50.00	c (9,0) c Glues_6 : 10
98.75/50.00	c (9,0) c Glues_7 : 7
98.75/50.00	c (9,0) c Glues_total : 100
98.75/50.00	c (9,0) c Glues_winner : 33
98.75/50.00	c (9,0) c RunningTime_0 : 5.108671
98.75/50.00	c (9,0) c RunningTime_1 : 4.798414
98.75/50.00	c (9,0) c RunningTime_2 : 4.830014
98.75/50.00	c (9,0) c RunningTime_3 : 4.835758
98.75/50.00	c (9,0) c RunningTime_4 : 4.880633
98.75/50.00	c (9,0) c RunningTime_5 : 4.840636
98.75/50.00	c (9,0) c RunningTime_6 : 4.835354
98.75/50.00	c (9,0) c RunningTime_7 : 4.841614
98.75/50.00	c (9,0) c RunningTime_total : 38.971093
98.75/50.00	c (9,0) c RunningTime_winner : 5.108671
98.75/50.00	c (9,0) c WaitingTime_0 : 0.000008
98.75/50.00	c (9,0) c WaitingTime_1 : 0.000026
98.75/50.00	c (9,0) c WaitingTime_2 : 0.000020
98.75/50.00	c (9,0) c WaitingTime_3 : 0.000029
98.75/50.00	c (9,0) c WaitingTime_4 : 0.000022
98.75/50.00	c (9,0) c WaitingTime_5 : 0.000036
98.75/50.00	c (9,0) c WaitingTime_6 : 0.000042
98.75/50.00	c (9,0) c WaitingTime_7 : 0.000034
98.75/50.00	c (9,0) c WaitingTime_total : 0.000217
98.75/50.00	c (9,0) c WaitingTime_winner : 0.000008
98.75/50.00	c (9,0) c ExchangingTime_0 : 0.000386
98.75/50.00	c (9,0) c ExchangingTime_1 : 0.000424
98.75/50.00	c (9,0) c ExchangingTime_2 : 0.000418
98.75/50.00	c (9,0) c ExchangingTime_3 : 0.000400
98.75/50.00	c (9,0) c ExchangingTime_4 : 0.000387
98.75/50.00	c (9,0) c ExchangingTime_5 : 0.000375
98.75/50.00	c (9,0) c ExchangingTime_6 : 0.000414
98.75/50.00	c (9,0) c ExchangingTime_7 : 0.000385
98.75/50.00	c (9,0) c ExchangingTime_total : 0.003189
98.75/50.00	c (9,0) c ExchangingTime_winner : 0.000386
98.75/50.00	c (9,0) c PeriodProcTime_0 : 0.000367
98.75/50.00	c (9,0) c PeriodProcTime_1 : 0.000414
98.75/50.00	c (9,0) c PeriodProcTime_2 : 0.000688
98.75/50.00	c (9,0) c PeriodProcTime_3 : 0.000417
98.75/50.00	c (9,0) c PeriodProcTime_4 : 0.000468
98.75/50.00	c (9,0) c PeriodProcTime_5 : 0.000446
98.75/50.00	c (9,0) c PeriodProcTime_6 : 0.000527
98.75/50.00	c (9,0) c PeriodProcTime_7 : 0.000408
98.75/50.00	c (9,0) c PeriodProcTime_total : 0.003736
98.75/50.00	c (9,0) c PeriodProcTime_winner : 0.000367
98.75/50.00	c (9,0) c SolvingTime_0 : 5.109432
98.75/50.00	c (9,0) c SolvingTime_1 : 4.799279
98.75/50.00	c (9,0) c SolvingTime_2 : 4.831140
98.75/50.00	c (9,0) c SolvingTime_3 : 4.836605
98.75/50.00	c (9,0) c SolvingTime_4 : 4.881510
98.75/50.00	c (9,0) c SolvingTime_5 : 4.841492
98.75/50.00	c (9,0) c SolvingTime_6 : 4.836337
98.75/50.00	c (9,0) c SolvingTime_7 : 4.842440
98.75/50.00	c (9,0) c SolvingTime_total : 38.978235
98.75/50.00	c (9,0) c SolvingTime_winner : 5.109432
98.75/50.00	c (9,0) c PropagationTime_0 : 4.933321
98.75/50.00	c (9,0) c PropagationTime_1 : 4.623094
98.75/50.00	c (9,0) c PropagationTime_2 : 4.611660
98.75/50.00	c (9,0) c PropagationTime_3 : 4.691458
98.75/50.00	c (9,0) c PropagationTime_4 : 4.677882
98.75/50.00	c (9,0) c PropagationTime_5 : 4.675819
98.75/50.00	c (9,0) c PropagationTime_6 : 4.626578
98.75/50.00	c (9,0) c PropagationTime_7 : 4.619002
98.75/50.00	c (9,0) c PropagationTime_total : 37.458813
98.75/50.00	c (9,0) c PropagationTime_winner : 4.933321
98.75/50.00	c (9,0) c AnalysisTime_0 : 0.053016
98.75/50.00	c (9,0) c AnalysisTime_1 : 0.058221
98.75/50.00	c (9,0) c AnalysisTime_2 : 0.095428
98.75/50.00	c (9,0) c AnalysisTime_3 : 0.060042
98.75/50.00	c (9,0) c AnalysisTime_4 : 0.073591
98.75/50.00	c (9,0) c AnalysisTime_5 : 0.062298
98.75/50.00	c (9,0) c AnalysisTime_6 : 0.078689
98.75/50.00	c (9,0) c AnalysisTime_7 : 0.077809
98.75/50.00	c (9,0) c AnalysisTime_total : 0.559094
98.75/50.00	c (9,0) c AnalysisTime_winner : 0.053016
98.75/50.00	c (9,0) c ReductionTime_0 : 0.000000
98.75/50.00	c (9,0) c ReductionTime_1 : 0.000000
98.75/50.00	c (9,0) c ReductionTime_2 : 0.000000
98.75/50.00	c (9,0) c ReductionTime_3 : 0.000000
98.75/50.00	c (9,0) c ReductionTime_4 : 0.000000
98.75/50.00	c (9,0) c ReductionTime_5 : 0.000000
98.75/50.00	c (9,0) c ReductionTime_6 : 0.000000
98.75/50.00	c (9,0) c ReductionTime_7 : 0.000000
98.75/50.00	c (9,0) c ReductionTime_total : 0.000000
98.75/50.00	c (9,0) c ReductionTime_winner : 0.000000
98.75/50.00	c (9,0) c SimplifyTime_0 : 0.000000
98.75/50.01	c (9,0) c SimplifyTime_1 : 0.000002
98.75/50.01	c (9,0) c SimplifyTime_2 : 0.000002
98.75/50.01	c (9,0) c SimplifyTime_3 : 0.000000
98.75/50.01	c (9,0) c SimplifyTime_4 : 0.000000
98.75/50.01	c (9,0) c SimplifyTime_5 : 0.000001
98.75/50.01	c (9,0) c SimplifyTime_6 : 0.000000
98.75/50.01	c (9,0) c SimplifyTime_7 : 0.000000
98.75/50.01	c (9,0) c SimplifyTime_total : 0.000005
98.75/50.01	c (9,0) c SimplifyTime_winner : 0.000000
98.75/50.01	c (9,0) c UsedRateTime_0 : 0.000000
98.75/50.01	c (9,0) c UsedRateTime_1 : 0.000000
98.75/50.01	c (9,0) c UsedRateTime_2 : 0.000000
98.75/50.01	c (9,0) c UsedRateTime_3 : 0.000000
98.75/50.01	c (9,0) c UsedRateTime_4 : 0.000000
98.75/50.01	c (9,0) c UsedRateTime_5 : 0.000000
98.75/50.01	c (9,0) c UsedRateTime_6 : 0.000000
98.75/50.01	c (9,0) c UsedRateTime_7 : 0.000000
98.75/50.01	c (9,0) c UsedRateTime_total : 0.000000
98.75/50.01	c (9,0) c UsedRateTime_winner : 0.000000
98.75/50.01	c (9,0) c OverlapRateTime_0 : 0.000000
98.75/50.01	c (9,0) c OverlapRateTime_1 : 0.000000
98.75/50.01	c (9,0) c OverlapRateTime_2 : 0.000000
98.75/50.01	c (9,0) c OverlapRateTime_3 : 0.000000
98.75/50.01	c (9,0) c OverlapRateTime_4 : 0.000000
98.75/50.01	c (9,0) c OverlapRateTime_5 : 0.000000
98.75/50.01	c (9,0) c OverlapRateTime_6 : 0.000000
98.75/50.01	c (9,0) c OverlapRateTime_7 : 0.000000
98.75/50.01	c (9,0) c OverlapRateTime_total : 0.000000
98.75/50.01	c (9,0) c OverlapRateTime_winner : 0.000000
98.75/50.01	c (9,0) c
98.75/50.01	c (9,0) c |------------------------------------------ THREAD PARAMETERS ------------------------------------------|
98.75/50.01	c (9,0) c
98.75/50.01	c (9,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/50.01	c (9,0) c | Threads               |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
98.75/50.01	c (9,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/50.01	c (9,0) c | randomizeFirstDescent |      False |       True |       True |       True |       True |       True |       True |       True |
98.75/50.01	c (9,0) c | adaptStrategeis       |       True |      False |       True |      False |       True |      False |       True |      False |
98.75/50.01	c (9,0) c | forceUnsatOnNewDescent|       True |       True |      False |      False |       True |       True |      False |      False |
98.75/50.01	c (9,0) c | Initial random_seed   |  262327883 | 1503517350 |  216715681 | 1681129059 | 1501997583 | 1365826374 | 1067344931 | 1366029368 |
98.75/50.01	c (9,0) c | chanseokStrategy      |      False |      False |      False |      False |      False |      False |      False |      False |
98.75/50.01	c (9,0) c | coLBDBound            |          5 |          5 |          5 |          5 |          5 |          5 |          5 |          5 |
98.75/50.01	c (9,0) c | glureduce             |       True |       True |       True |       True |       True |       True |       True |       True |
98.75/50.01	c (9,0) c | firstReduceDB         |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |       2000 |
98.75/50.01	c (9,0) c | incReduceDB           |        300 |        300 |        300 |        300 |        300 |        300 |        300 |        300 |
98.75/50.01	c (9,0) c | luby_restart          |      False |      False |      False |      False |      False |      False |      False |      False |
98.75/50.01	c (9,0) c | luby_restart_factor   |        100 |        100 |        100 |        100 |        100 |        100 |        100 |        100 |
98.75/50.01	c (9,0) c | var_decay             |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |     0.8000 |
98.75/50.01	c (9,0) c | max_var_decay         |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |     0.9500 |
98.75/50.01	c (9,0) c | randomize_on_restarts |      False |      False |      False |      False |      False |      False |      False |      False |
98.75/50.01	c (9,0) c | remove_satisfied      |       True |       True |       True |       True |       True |       True |       True |       True |
98.75/50.01	c (9,0) c |-----------------------|------------|------------|------------|------------|------------|------------|------------|------------|
98.75/50.01	c (9,0) 
98.75/50.01	c (9,0) s SATISFIABLE
58.47/50.19	c (9,0) SatSolver.solve End
58.47/50.19	c (9,0) Heap : 122 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
58.47/50.19	c (9,0) Show results Begin
99.57/50.33	c (10,0) q[0] = 53
99.57/50.33	c (10,0) q[1] = 57
99.57/50.33	c (10,0) q[2] = 40
99.57/50.33	c (10,0) q[3] = 101
99.57/50.33	c (10,0) q[4] = 1
99.57/50.33	c (10,0) q[5] = 100
99.57/50.33	c (10,0) q[6] = 79
99.57/50.33	c (10,0) q[7] = 66
99.57/50.33	c (10,0) q[8] = 10
99.57/50.33	c (10,0) q[9] = 67
99.57/50.33	c (10,0) q[10] = 0
99.57/50.33	c (10,0) q[11] = 6
99.57/50.33	c (10,0) q[12] = 145
99.57/50.33	c (10,0) q[13] = 70
99.57/50.33	c (10,0) q[14] = 120
99.57/50.33	c (10,0) q[15] = 62
99.57/50.33	c (10,0) q[16] = 39
99.57/50.33	c (10,0) q[17] = 132
99.57/50.33	c (10,0) q[18] = 63
99.57/50.33	c (10,0) q[19] = 95
99.57/50.33	c (10,0) q[20] = 98
99.57/50.33	c (10,0) q[21] = 8
99.57/50.33	c (10,0) q[22] = 73
99.57/50.33	c (10,0) q[23] = 87
99.57/50.33	c (10,0) q[24] = 99
99.57/50.33	c (10,0) q[25] = 21
99.57/50.33	c (10,0) q[26] = 30
99.57/50.33	c (10,0) q[27] = 20
99.57/50.33	c (10,0) q[28] = 59
99.57/50.33	c (10,0) q[29] = 41
99.57/50.33	c (10,0) q[30] = 36
99.57/50.33	c (10,0) q[31] = 94
99.57/50.33	c (10,0) q[32] = 92
99.57/50.33	c (10,0) q[33] = 24
99.57/50.33	c (10,0) q[34] = 3
99.57/50.33	c (10,0) q[35] = 34
99.57/50.33	c (10,0) q[36] = 4
99.57/50.33	c (10,0) q[37] = 89
99.57/50.33	c (10,0) q[38] = 141
99.57/50.33	c (10,0) q[39] = 82
99.57/50.33	c (10,0) q[40] = 130
99.57/50.33	c (10,0) q[41] = 102
99.57/50.33	c (10,0) q[42] = 109
99.57/50.33	c (10,0) q[43] = 32
99.57/50.33	c (10,0) q[44] = 18
99.57/50.33	c (10,0) q[45] = 5
99.57/50.33	c (10,0) q[46] = 83
99.57/50.33	c (10,0) q[47] = 60
99.57/50.33	c (10,0) q[48] = 74
99.57/50.33	c (10,0) q[49] = 49
99.57/50.33	c (10,0) q[50] = 147
99.57/50.33	c (10,0) q[51] = 85
99.57/50.33	c (10,0) q[52] = 106
99.57/50.33	c (10,0) q[53] = 78
99.57/50.33	c (10,0) q[54] = 96
99.57/50.33	c (10,0) q[55] = 56
99.57/50.33	c (10,0) q[56] = 12
99.57/50.33	c (10,0) q[57] = 29
99.57/50.33	c (10,0) q[58] = 138
99.57/50.33	c (10,0) q[59] = 142
99.57/50.33	c (10,0) q[60] = 139
99.57/50.33	c (10,0) q[61] = 127
99.57/50.33	c (10,0) q[62] = 143
99.57/50.33	c (10,0) q[63] = 90
99.57/50.33	c (10,0) q[64] = 88
99.57/50.33	c (10,0) q[65] = 43
99.57/50.33	c (10,0) q[66] = 105
99.57/50.33	c (10,0) q[67] = 97
99.57/50.33	c (10,0) q[68] = 108
99.57/50.33	c (10,0) q[69] = 115
99.57/50.33	c (10,0) q[70] = 111
99.57/50.33	c (10,0) q[71] = 107
99.57/50.33	c (10,0) q[72] = 93
99.57/50.33	c (10,0) q[73] = 121
99.57/50.33	c (10,0) q[74] = 14
99.57/50.33	c (10,0) q[75] = 110
99.57/50.33	c (10,0) q[76] = 126
99.57/50.33	c (10,0) q[77] = 148
99.57/50.33	c (10,0) q[78] = 140
99.57/50.33	c (10,0) q[79] = 144
99.57/50.33	c (10,0) q[80] = 22
99.57/50.33	c (10,0) q[81] = 86
99.57/50.33	c (10,0) q[82] = 58
99.57/50.33	c (10,0) q[83] = 65
99.57/50.33	c (10,0) q[84] = 54
99.57/50.34	c (10,0) q[85] = 50
99.57/50.34	c (10,0) q[86] = 47
99.57/50.34	c (10,0) q[87] = 103
99.57/50.34	c (10,0) q[88] = 51
99.57/50.34	c (10,0) q[89] = 48
99.57/50.34	c (10,0) q[90] = 42
99.57/50.34	c (10,0) q[91] = 37
99.57/50.34	c (10,0) q[92] = 35
99.57/50.34	c (10,0) q[93] = 137
99.57/50.34	c (10,0) q[94] = 149
99.57/50.34	c (10,0) q[95] = 112
99.57/50.34	c (10,0) q[96] = 114
99.57/50.34	c (10,0) q[97] = 117
99.57/50.34	c (10,0) q[98] = 77
99.57/50.34	c (10,0) q[99] = 113
99.57/50.34	c (10,0) q[100] = 119
99.57/50.34	c (10,0) q[101] = 81
99.57/50.34	c (10,0) q[102] = 135
99.57/50.34	c (10,0) q[103] = 118
99.57/50.34	c (10,0) q[104] = 136
99.57/50.34	c (10,0) q[105] = 134
99.57/50.34	c (10,0) q[106] = 116
99.57/50.34	c (10,0) q[107] = 129
99.57/50.34	c (10,0) q[108] = 75
99.57/50.34	c (10,0) q[109] = 84
99.57/50.34	c (10,0) q[110] = 76
99.57/50.34	c (10,0) q[111] = 2
99.57/50.34	c (10,0) q[112] = 104
99.57/50.34	c (10,0) q[113] = 64
99.57/50.34	c (10,0) q[114] = 52
99.57/50.34	c (10,0) q[115] = 44
99.57/50.34	c (10,0) q[116] = 46
99.57/50.34	c (10,0) q[117] = 25
99.57/50.34	c (10,0) q[118] = 45
99.57/50.34	c (10,0) q[119] = 55
99.57/50.34	c (10,0) q[120] = 69
99.57/50.34	c (10,0) q[121] = 71
99.57/50.34	c (10,0) q[122] = 33
99.57/50.34	c (10,0) q[123] = 7
99.57/50.34	c (10,0) q[124] = 122
99.57/50.34	c (10,0) q[125] = 128
99.57/50.34	c (10,0) q[126] = 19
99.57/50.34	c (10,0) q[127] = 17
99.57/50.34	c (10,0) q[128] = 72
99.57/50.34	c (10,0) q[129] = 31
99.57/50.34	c (10,0) q[130] = 124
99.57/50.34	c (10,0) q[131] = 23
99.57/50.34	c (10,0) q[132] = 9
99.57/50.34	c (10,0) q[133] = 80
99.57/50.34	c (10,0) q[134] = 13
99.57/50.34	c (10,0) q[135] = 11
99.57/50.34	c (10,0) q[136] = 68
99.57/50.34	c (10,0) q[137] = 91
99.57/50.34	c (10,0) q[138] = 123
99.57/50.34	c (10,0) q[139] = 146
99.57/50.34	c (10,0) q[140] = 28
99.57/50.34	c (10,0) q[141] = 15
99.57/50.34	c (10,0) q[142] = 61
99.57/50.34	c (10,0) q[143] = 26
99.57/50.34	c (10,0) q[144] = 125
99.57/50.34	c (10,0) q[145] = 16
99.57/50.34	c (10,0) q[146] = 27
99.57/50.34	c (10,0) q[147] = 133
99.57/50.34	c (10,0) q[148] = 131
99.57/50.34	c (10,0) q[149] = 38
99.57/50.34	s SATISFIABLE
99.57/50.35	v <instantiation>
99.57/50.35	v     <list>q[0] q[1] q[2] q[3] q[4] q[5] q[6] q[7] q[8] q[9] q[10] q[11] q[12] q[13] q[14] q[15] q[16] q[17] q[18] q[19] q[20] q[21] q[22] q[23] q[24] q[25] q[26] q[27] q[28] q[29] q[30] q[31] q[32] q[33] q[34] q[35] q[36] q[37] q[38] q[39] q[40] q[41] q[42] q[43] q[44] q[45] q[46] q[47] q[48] q[49] q[50] q[51] q[52] q[53] q[54] q[55] q[56] q[57] q[58] q[59] q[60] q[61] q[62] q[63] q[64] q[65] q[66] q[67] q[68] q[69] q[70] q[71] q[72] q[73] q[74] q[75] q[76] q[77] q[78] q[79] q[80] q[81] q[82] q[83] q[84] q[85] q[86] q[87] q[88] q[89] q[90] q[91] q[92] q[93] q[94] q[95] q[96] q[97] q[98] q[99] q[100] q[101] q[102] q[103] q[104] q[105] q[106] q[107] q[108] q[109] q[110] q[111] q[112] q[113] q[114] q[115] q[116] q[117] q[118] q[119] q[120] q[121] q[122] q[123] q[124] q[125] q[126] q[127] q[128] q[129] q[130] q[131] q[132] q[133] q[134] q[135] q[136] q[137] q[138] q[139] q[140] q[141] q[142] q[143] q[144] q[145] q[146] q[147] q[148] q[149]</list>
99.57/50.35	v     <values>53 57 40 101 1 100 79 66 10 67 0 6 145 70 120 62 39 132 63 95 98 8 73 87 99 21 30 20 59 41 36 94 92 24 3 34 4 89 141 82 130 102 109 32 18 5 83 60 74 49 147 85 106 78 96 56 12 29 138 142 139 127 143 90 88 43 105 97 108 115 111 107 93 121 14 110 126 148 140 144 22 86 58 65 54 50 47 103 51 48 42 37 35 137 149 112 114 117 77 113 119 81 135 118 136 134 116 129 75 84 76 2 104 64 52 44 46 25 45 55 69 71 33 7 122 128 19 17 72 31 124 23 9 80 13 11 68 91 123 146 28 15 61 26 125 16 27 133 131 38</values>
99.57/50.35	v </instantiation>
99.57/50.35	c (10,0) Show results End
99.57/50.35	c (10,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 18 MiB used (max 0 MiB)
99.57/50.35	c (10,0) 9,10,STOP-AFTER(ALL)
99.57/50.35	c END-Prog: Sat Sep 14 08:31:45 CEST 2019

Verifier Data

OK	

Watcher Data

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

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

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

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

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

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

solver pid=10146, runsolver pid=10143

[startup+0.100162 s]*
/proc/loadavg: 3.18 6.16 7.39 3/217 10168
/proc/meminfo: memFree=31528780/32770624 swapFree=67009760/67108860
[pid=10146] ppid=10143 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10146/stat : 10146 (scop.sh) S 10143 10146 8552 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420193177 115843072 349 33554432000 4194304 5098028 140722707446464 140722707443720 139991254295164 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19234816 140722707448612 140722707448940 140722707448940 140722707451853 0
/proc/10146/statm: 28282 349 296 221 0 87 0
[pid=10149] ppid=10146 vsize=27314120 memory=106260 CPUtime=0.1 cores=0-7
/proc/10149/stat : 10149 (java) S 10146 10146 8552 0 -1 1077944320 6119 0 0 0 8 2 0 0 20 0 20 0 420193177 27969658880 26565 33554432000 4194304 4196468 140724501255552 140724501238096 139893030129399 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
/proc/10149/statm: 6828530 26565 2800 1 0 6790935 0
[pid=10149/tid=10150] ppid=10146 vsize=27314120 memory=-7024592270288534718 CPUtime=0.09 cores=0-7
/proc/10149/task/10150/stat : 10150 (java) R 10146 10146 8552 0 -1 4202560 4237 0 0 0 7 2 0 0 20 0 20 0 420193178 27969658880 26565 33554432000 4194304 4196468 140724501255552 139893001955728 139893030151325 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10151] ppid=10146 vsize=27314120 memory=6735269665564437106 CPUtime=0 cores=0-7
/proc/10149/task/10151/stat : 10151 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 26565 33554432000 4194304 4196468 140724501255552 139893034371600 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10152] ppid=10146 vsize=27314120 memory=140651616814720 CPUtime=0 cores=0-7
/proc/10149/task/10152/stat : 10152 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 26565 33554432000 4194304 4196468 140724501255552 139892452178576 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10153] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10153/stat : 10153 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 26565 33554432000 4194304 4196468 140724501255552 139892451125520 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10154] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10154/stat : 10154 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 26565 33554432000 4194304 4196468 140724501255552 139892450072976 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10155] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10155/stat : 10155 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 26565 33554432000 4194304 4196468 140724501255552 139892449020944 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10156] ppid=10146 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10149/task/10156/stat : 10156 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 26565 33554432000 4194304 4196468 140724501255552 139892447968400 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10157] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10157/stat : 10157 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 26565 33554432000 4194304 4196468 140724501255552 139892446915344 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10158] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10158/stat : 10158 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 26565 33554432000 4194304 4196468 140724501255552 139892445862800 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10159] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10159/stat : 10159 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193182 27969658880 26565 33554432000 4194304 4196468 140724501255552 139891417397488 139893030140546 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10160] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10160/stat : 10160 (java) S 10146 10146 8552 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420193182 27969658880 26565 33554432000 4194304 4196468 140724501255552 139890910028960 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10161] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10161/stat : 10161 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193182 27969658880 26565 33554432000 4194304 4196468 140724501255552 139890641593072 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10162] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10162/stat : 10162 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 26565 33554432000 4194304 4196468 140724501255552 139890267084752 139893030147995 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10163] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10163/stat : 10163 (java) S 10146 10146 8552 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 26565 33554432000 4194304 4196468 140724501255552 139891416345328 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10164] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10164/stat : 10164 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 26565 33554432000 4194304 4196468 140724501255552 139891415292784 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10165] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10165/stat : 10165 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 26565 33554432000 4194304 4196468 140724501255552 139891414239728 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10166] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10166/stat : 10166 (java) S 10146 10146 8552 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 26565 33554432000 4194304 4196468 140724501255552 139891413187184 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10167] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10167/stat : 10167 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 26565 33554432000 4194304 4196468 140724501255552 139889769179616 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10168] ppid=10146 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10149/task/10168/stat : 10168 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 26565 33554432000 4194304 4196468 140724501255552 139891412134576 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 107656 KiB

[startup+0.210509 s]*
/proc/loadavg: 3.18 6.16 7.39 2/217 10168
/proc/meminfo: memFree=31509876/32770624 swapFree=67009760/67108860
[pid=10146] ppid=10143 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10146/stat : 10146 (scop.sh) S 10143 10146 8552 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420193177 115843072 349 33554432000 4194304 5098028 140722707446464 140722707443720 139991254295164 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19234816 140722707448612 140722707448940 140722707448940 140722707451853 0
/proc/10146/statm: 28282 349 296 221 0 87 0
[pid=10149] ppid=10146 vsize=27314120 memory=123092 CPUtime=0.24 cores=0-7
/proc/10149/stat : 10149 (java) S 10146 10146 8552 0 -1 1077944320 11146 0 0 0 20 4 0 0 20 0 20 0 420193177 27969658880 30773 33554432000 4194304 4196468 140724501255552 140724501238096 139893030129399 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
/proc/10149/statm: 6828530 30773 2916 1 0 6790935 0
[pid=10149/tid=10150] ppid=10146 vsize=27314120 memory=8390339637985935414 CPUtime=0.19 cores=0-7
/proc/10149/task/10150/stat : 10150 (java) R 10146 10146 8552 0 -1 4202560 8837 0 0 0 16 3 0 0 20 0 20 0 420193178 27969658880 30773 33554432000 4194304 4196468 140724501255552 139893001945808 139893011682704 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10151] ppid=10146 vsize=27314120 memory=288230613314710904 CPUtime=0 cores=0-7
/proc/10149/task/10151/stat : 10151 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 30773 33554432000 4194304 4196468 140724501255552 139893034371600 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10152] ppid=10146 vsize=27314120 memory=3760709223909705376 CPUtime=0 cores=0-7
/proc/10149/task/10152/stat : 10152 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 30773 33554432000 4194304 4196468 140724501255552 139892452178576 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10153] ppid=10146 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10149/task/10153/stat : 10153 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 30773 33554432000 4194304 4196468 140724501255552 139892451125520 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10154] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10154/stat : 10154 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 30773 33554432000 4194304 4196468 140724501255552 139892450072976 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10155] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10155/stat : 10155 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 30773 33554432000 4194304 4196468 140724501255552 139892449020944 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10156] ppid=10146 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10149/task/10156/stat : 10156 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 30773 33554432000 4194304 4196468 140724501255552 139892447968400 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10157] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10157/stat : 10157 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 30773 33554432000 4194304 4196468 140724501255552 139892446915344 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10158] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10158/stat : 10158 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 30773 33554432000 4194304 4196468 140724501255552 139892445862800 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10159] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10159/stat : 10159 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193182 27969658880 30773 33554432000 4194304 4196468 140724501255552 139891417397488 139893030140546 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10160] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10160/stat : 10160 (java) S 10146 10146 8552 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420193182 27969658880 30773 33554432000 4194304 4196468 140724501255552 139890910028960 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10161] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10161/stat : 10161 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193182 27969658880 30773 33554432000 4194304 4196468 140724501255552 139890641593072 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10162] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10162/stat : 10162 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 30773 33554432000 4194304 4196468 140724501255552 139890267084752 139893030147995 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10163] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10163/stat : 10163 (java) S 10146 10146 8552 0 -1 1077944384 342 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 30773 33554432000 4194304 4196468 140724501255552 139891416345328 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10164] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10164/stat : 10164 (java) S 10146 10146 8552 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 30773 33554432000 4194304 4196468 140724501255552 139891415292784 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10165] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10165/stat : 10165 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 30773 33554432000 4194304 4196468 140724501255552 139891414239728 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10166] ppid=10146 vsize=27314120 memory=0 CPUtime=0.02 cores=0-7
/proc/10149/task/10166/stat : 10166 (java) S 10146 10146 8552 0 -1 1077944384 493 0 0 0 2 0 0 0 20 0 20 0 420193185 27969658880 30773 33554432000 4194304 4196468 140724501255552 139891413187184 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10167] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10167/stat : 10167 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 30773 33554432000 4194304 4196468 140724501255552 139889769179616 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10168] ppid=10146 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10149/task/10168/stat : 10168 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 30773 33554432000 4194304 4196468 140724501255552 139891412134576 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 124488 KiB

[startup+0.309807 s]*
/proc/loadavg: 3.18 6.16 7.39 2/217 10168
/proc/meminfo: memFree=31506640/32770624 swapFree=67009760/67108860
[pid=10146] ppid=10143 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10146/stat : 10146 (scop.sh) S 10143 10146 8552 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420193177 115843072 349 33554432000 4194304 5098028 140722707446464 140722707443720 139991254295164 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19234816 140722707448612 140722707448940 140722707448940 140722707451853 0
/proc/10146/statm: 28282 349 296 221 0 87 0
[pid=10149] ppid=10146 vsize=27314120 memory=127724 CPUtime=0.42 cores=0-7
/proc/10149/stat : 10149 (java) S 10146 10146 8552 0 -1 1077944320 11804 0 0 0 38 4 0 0 20 0 20 0 420193177 27969658880 31931 33554432000 4194304 4196468 140724501255552 140724501238096 139893030129399 0 0 2 16800973 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
/proc/10149/statm: 6828530 31931 3028 1 0 6790935 0
[pid=10149/tid=10150] ppid=10146 vsize=27314120 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/10149/task/10150/stat : 10150 (java) R 10146 10146 8552 0 -1 4202560 9284 0 0 0 26 3 0 0 20 0 20 0 420193178 27969658880 31931 33554432000 4194304 4196468 140724501255552 139893001959472 139893011692963 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10151] ppid=10146 vsize=27314120 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10149/task/10151/stat : 10151 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 31931 33554432000 4194304 4196468 140724501255552 139893034371600 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10152] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10152/stat : 10152 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 31931 33554432000 4194304 4196468 140724501255552 139892452178576 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10153] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10153/stat : 10153 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 31931 33554432000 4194304 4196468 140724501255552 139892451125520 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10154] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10154/stat : 10154 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 31931 33554432000 4194304 4196468 140724501255552 139892450072976 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10155] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10155/stat : 10155 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 31931 33554432000 4194304 4196468 140724501255552 139892449020944 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10156] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10156/stat : 10156 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 31931 33554432000 4194304 4196468 140724501255552 139892447968400 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10157] ppid=10146 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/10149/task/10157/stat : 10157 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 31931 33554432000 4194304 4196468 140724501255552 139892446915344 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10158] ppid=10146 vsize=27314120 memory=2244 CPUtime=0 cores=0-7
/proc/10149/task/10158/stat : 10158 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193180 27969658880 31931 33554432000 4194304 4196468 140724501255552 139892445862800 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10159] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10159/stat : 10159 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420193182 27969658880 31931 33554432000 4194304 4196468 140724501255552 139891417397488 139893030140546 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10160] ppid=10146 vsize=27314120 memory=140651454882255 CPUtime=0 cores=0-7
/proc/10149/task/10160/stat : 10160 (java) S 10146 10146 8552 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 420193182 27969658880 31931 33554432000 4194304 4196468 140724501255552 139890910028960 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10161] ppid=10146 vsize=27314120 memory=281302909792144 CPUtime=0 cores=0-7
/proc/10149/task/10161/stat : 10161 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193182 27969658880 31931 33554432000 4194304 4196468 140724501255552 139890641593072 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10162] ppid=10146 vsize=27314120 memory=281302909789840 CPUtime=0 cores=0-7
/proc/10149/task/10162/stat : 10162 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 31931 33554432000 4194304 4196468 140724501255552 139890267084752 139893030147995 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10163] ppid=10146 vsize=27314120 memory=281302909796752 CPUtime=0.01 cores=0-7
/proc/10149/task/10163/stat : 10163 (java) S 10146 10146 8552 0 -1 1077944384 382 0 0 0 1 0 0 0 20 0 20 0 420193185 27969658880 31931 33554432000 4194304 4196468 140724501255552 139891416345328 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10164] ppid=10146 vsize=27314120 memory=281302909738032 CPUtime=0.02 cores=0-7
/proc/10149/task/10164/stat : 10164 (java) S 10146 10146 8552 0 -1 1077944384 223 0 0 0 2 0 0 0 20 0 20 0 420193185 27969658880 31931 33554432000 4194304 4196468 140724501255552 139891415292784 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10165] ppid=10146 vsize=27314120 memory=281302909810576 CPUtime=0.01 cores=0-7
/proc/10149/task/10165/stat : 10165 (java) R 10146 10146 8552 0 -1 4202560 44 0 0 0 1 0 0 0 20 0 20 0 420193185 27969658880 31931 33554432000 4194304 4196468 140724501255552 139891414239728 139893022418848 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10166] ppid=10146 vsize=27314120 memory=281302909817456 CPUtime=0.07 cores=0-7
/proc/10149/task/10166/stat : 10166 (java) S 10146 10146 8552 0 -1 1077944384 541 0 0 0 7 0 0 0 20 0 20 0 420193185 27969658880 31931 33554432000 4194304 4196468 140724501255552 139891413187184 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10167] ppid=10146 vsize=27314120 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10167/stat : 10167 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 31931 33554432000 4194304 4196468 140724501255552 139889769179616 139893030139605 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10168] ppid=10146 vsize=27314120 memory=-1 CPUtime=0 cores=0-7
/proc/10149/task/10168/stat : 10168 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193185 27969658880 31931 33554432000 4194304 4196468 140724501255552 139891412134576 139893030140546 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427248 KiB
Current children cumulated memory: 129120 KiB

[startup+0.700918 s]
/proc/loadavg: 3.18 6.16 7.39 2/217 10168
/proc/meminfo: memFree=31483044/32770624 swapFree=67009760/67108860
[pid=10146] ppid=10143 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10146/stat : 10146 (scop.sh) S 10143 10146 8552 0 -1 4202496 555 319 0 0 0 0 0 0 20 0 1 0 420193177 115843072 349 33554432000 4194304 5098028 140722707446464 140722707443720 139991254295164 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19234816 140722707448612 140722707448940 140722707448940 140722707451853 0
/proc/10146/statm: 28282 349 296 221 0 87 0
[pid=10149] ppid=10146 vsize=27320392 memory=164780 CPUtime=1 cores=0-7
/proc/10149/stat : 10149 (java) S 10146 10146 8552 0 -1 1077944320 19832 0 0 0 93 7 0 0 20 0 20 0 420193177 27976081408 41195 33554432000 4194304 4196468 140724501255552 140724501238096 139893030129399 0 0 2 25189581 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
/proc/10149/statm: 6830098 41195 3159 1 0 6791447 0
[pid=10149/tid=10150] ppid=10146 vsize=27320392 memory=2244 CPUtime=0.68 cores=0-7
/proc/10149/task/10150/stat : 10150 (java) R 10146 10146 8552 0 -1 4202560 16865 0 0 0 62 6 0 0 20 0 20 0 420193178 27976081408 41195 33554432000 4194304 4196468 140724501255552 139893001966832 139892533169169 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10151] ppid=10146 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10151/stat : 10151 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193180 27976081408 41195 33554432000 4194304 4196468 140724501255552 139893034371600 139893030139605 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10152] ppid=10146 vsize=27320392 memory=0 CPUtime=0 cores=0-7
/proc/10149/task/10152/stat : 10152 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420193180 27976081408 41195 33554432000 4194304 4196468 140724501255552 139892452178576 139893030139605 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0
[pid=10149/tid=10153] ppid=10146 vsize=27320392 memory=14008 CPUtime=0 cores=0-7
/proc/10149/task/10153/stat : 10153 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420193180 27976081408 41195 33554432000 4194304 4196468 140724501255552 139892451125520 139893030139605 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18735104 140724501258986 140724501259414 140724501259414 140724501262287 0

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

[pid=10172/tid=10173] ppid=10146 vsize=8414124 memory=1398722017469774279 CPUtime=0.77 cores=0-7
/proc/10172/task/10173/stat : 10173 (java) S 10146 10146 8552 0 -1 1077944384 17445 0 0 0 72 5 0 0 20 0 24 0 420197162 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366712627104 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10174] ppid=10146 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10174/stat : 10174 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420197163 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366745029264 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10175] ppid=10146 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10175/stat : 10175 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420197163 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366225680912 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10176] ppid=10146 vsize=8414124 memory=3976732485301903407 CPUtime=0 cores=0-7
/proc/10172/task/10176/stat : 10176 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420197163 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366224628112 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10177] ppid=10146 vsize=8414124 memory=3833463921196675640 CPUtime=0 cores=0-7
/proc/10172/task/10177/stat : 10177 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420197163 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366223575312 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10178] ppid=10146 vsize=8414124 memory=3978426914308370719 CPUtime=0 cores=0-7
/proc/10172/task/10178/stat : 10178 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420197163 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366222523536 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10179] ppid=10146 vsize=8414124 memory=6152314450229029994 CPUtime=0 cores=0-7
/proc/10172/task/10179/stat : 10179 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420197163 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366221470736 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10180] ppid=10146 vsize=8414124 memory=-9181546050914066336 CPUtime=0 cores=0-7
/proc/10172/task/10180/stat : 10180 (java) S 10146 10146 8552 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 420197163 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366220417936 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10181] ppid=10146 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10181/stat : 10181 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420197163 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366219365136 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10182] ppid=10146 vsize=8414124 memory=-7751062316387021378 CPUtime=0 cores=0-7
/proc/10172/task/10182/stat : 10182 (java) S 10146 10146 8552 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 420197165 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366043941232 140366740798082 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10183] ppid=10146 vsize=8414124 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/10172/task/10183/stat : 10183 (java) S 10146 10146 8552 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 420197165 8616062976 29524 33554432000 4194304 4196468 140723152046000 140365034152992 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10184] ppid=10146 vsize=8414124 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/10172/task/10184/stat : 10184 (java) S 10146 10146 8552 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 420197166 8616062976 29524 33554432000 4194304 4196468 140723152046000 140364899930992 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10185] ppid=10146 vsize=8414124 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/10172/task/10185/stat : 10185 (java) S 10146 10146 8552 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 420197168 8616062976 29524 33554432000 4194304 4196468 140723152046000 140364525426512 140366740805531 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10186] ppid=10146 vsize=8414124 memory=-4546129931942301728 CPUtime=0.08 cores=0-7
/proc/10172/task/10186/stat : 10186 (java) R 10146 10146 8552 0 -1 4202560 631 0 0 0 8 0 0 0 20 0 24 0 420197168 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366042877216 140366740808282 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10187] ppid=10146 vsize=8414124 memory=576460756329985071 CPUtime=0.04 cores=0-7
/proc/10172/task/10187/stat : 10187 (java) R 10146 10146 8552 0 -1 4202560 260 0 0 0 4 0 0 0 20 0 24 0 420197168 8616062976 29524 33554432000 4194304 4196468 140723152046000 140365973678832 140366724287318 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10188] ppid=10146 vsize=8414124 memory=288286658259070348 CPUtime=0.06 cores=0-7
/proc/10172/task/10188/stat : 10188 (java) S 10146 10146 8552 0 -1 1077944384 261 0 0 0 6 0 0 0 20 0 24 0 420197168 8616062976 29524 33554432000 4194304 4196468 140723152046000 140365972626032 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10189] ppid=10146 vsize=8414124 memory=288230376151711744 CPUtime=0.21 cores=0-7
/proc/10172/task/10189/stat : 10189 (java) R 10146 10146 8552 0 -1 4202560 1021 0 0 0 21 0 0 0 20 0 24 0 420197168 8616062976 29524 33554432000 4194304 4196468 140723152046000 140365971573232 140366740798870 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10190] ppid=10146 vsize=8414124 memory=-1 CPUtime=0 cores=0-7
/proc/10172/task/10190/stat : 10190 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420197169 8616062976 29524 33554432000 4194304 4196468 140723152046000 140364027521632 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10191] ppid=10146 vsize=8414124 memory=-1 CPUtime=0 cores=0-7
/proc/10172/task/10191/stat : 10191 (java) S 10146 10146 8552 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 420197169 8616062976 29524 33554432000 4194304 4196468 140723152046000 140365970520624 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10193] ppid=10146 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10193/stat : 10193 (java) S 10146 10146 8552 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 420197236 8616062976 29524 33554432000 4194304 4196468 140723152046000 140366041277504 140366740811545 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10195] ppid=10146 vsize=8414124 memory=0 CPUtime=0.01 cores=0-7
/proc/10172/task/10195/stat : 10195 (java) R 10146 10146 8552 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 24 0 420197236 8616062976 29524 33554432000 4194304 4196468 140723152046000 140363356428272 140366740808861 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10196] ppid=10146 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10196/stat : 10196 (java) S 10146 10146 8552 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 420197237 8616062976 29524 33554432000 4194304 4196468 140723152046000 140363624857616 140366740808861 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10198] ppid=10146 vsize=8414124 memory=0 CPUtime=0 cores=0-7
/proc/10172/task/10198/stat : 10198 (java) S 10146 10146 8552 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 420197239 8616062976 29524 33554432000 4194304 4196468 140723152046000 140363087994416 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
Current children cumulated CPU time: 98.88 s
Current children cumulated vsize: 14075648 KiB
Current children cumulated memory: 4985952 KiB

[startup+50.2011 s]
/proc/loadavg: 2.59 5.51 7.11 3/222 10206
/proc/meminfo: memFree=26476760/32770624 swapFree=67009760/67108860
[pid=10146] ppid=10143 vsize=113128 memory=1476 CPUtime=57 cores=0-7
/proc/10146/stat : 10146 (scop.sh) S 10143 10146 8552 0 -1 4202496 582 48668 0 0 0 0 5445 255 20 0 1 0 420193177 115843072 369 33554432000 4194304 5098028 140722707446464 140722707443208 139991254295164 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19234816 140722707448612 140722707448940 140722707448940 140722707451853 0
/proc/10146/statm: 28282 369 311 221 0 87 0
[pid=10172] ppid=10146 vsize=8283048 memory=140244 CPUtime=42.33 cores=0-7
/proc/10172/stat : 10172 (java) S 10146 10146 8552 0 -1 1077944320 22483 1379682 0 0 141 8 3641 443 20 0 22 0 420197161 8481841152 35061 33554432000 4194304 4196468 140723152046000 140723152028544 140366740786935 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
/proc/10172/statm: 2070762 35061 3223 1 0 2032106 0
[pid=10172/tid=10173] ppid=10146 vsize=8283048 memory=288230596050944315 CPUtime=41.61 cores=0-7
/proc/10172/task/10173/stat : 10173 (java) R 10146 10146 8552 0 -1 4202560 17461 1379682 0 0 72 5 3641 443 20 0 22 0 420197162 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366712623792 140366723982191 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10174] ppid=10146 vsize=8283048 memory=15262532197681593 CPUtime=40.84 cores=0-7
/proc/10172/task/10174/stat : 10174 (java) S 10146 10146 8552 0 -1 1077944384 2 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366745029264 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10175] ppid=10146 vsize=8283048 memory=6299802978650451056 CPUtime=40.84 cores=0-7
/proc/10172/task/10175/stat : 10175 (java) S 10146 10146 8552 0 -1 1077944384 2 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366225680912 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10176] ppid=10146 vsize=8283048 memory=7230645025961766505 CPUtime=40.84 cores=0-7
/proc/10172/task/10176/stat : 10176 (java) S 10146 10146 8552 0 -1 1077944384 1 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366224628112 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10177] ppid=10146 vsize=8283048 memory=6154827942332616835 CPUtime=40.84 cores=0-7
/proc/10172/task/10177/stat : 10177 (java) S 10146 10146 8552 0 -1 1077944384 3 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366223575312 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10178] ppid=10146 vsize=8283048 memory=7452448480000370774 CPUtime=40.84 cores=0-7
/proc/10172/task/10178/stat : 10178 (java) S 10146 10146 8552 0 -1 1077944384 2 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366222523536 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10179] ppid=10146 vsize=8283048 memory=7669183116986503268 CPUtime=40.84 cores=0-7
/proc/10172/task/10179/stat : 10179 (java) S 10146 10146 8552 0 -1 1077944384 2 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366221470736 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10180] ppid=10146 vsize=8283048 memory=7668060339335030866 CPUtime=40.84 cores=0-7
/proc/10172/task/10180/stat : 10180 (java) S 10146 10146 8552 0 -1 1077944384 2 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366220417936 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10181] ppid=10146 vsize=8283048 memory=7883358073587461993 CPUtime=40.84 cores=0-7
/proc/10172/task/10181/stat : 10181 (java) S 10146 10146 8552 0 -1 1077944384 1 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366219365136 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10182] ppid=10146 vsize=8283048 memory=0 CPUtime=40.84 cores=0-7
/proc/10172/task/10182/stat : 10182 (java) S 10146 10146 8552 0 -1 1077944384 7 1379682 0 0 0 0 3641 443 20 0 22 0 420197165 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366043941232 140366740798082 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10183] ppid=10146 vsize=8283048 memory=0 CPUtime=40.84 cores=0-7
/proc/10172/task/10183/stat : 10183 (java) S 10146 10146 8552 0 -1 1077944384 13 1379682 0 0 0 0 3641 443 20 0 22 0 420197165 8481841152 35061 33554432000 4194304 4196468 140723152046000 140365034152992 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10184] ppid=10146 vsize=8283048 memory=0 CPUtime=40.84 cores=0-7
/proc/10172/task/10184/stat : 10184 (java) S 10146 10146 8552 0 -1 1077944384 21 1379682 0 0 0 0 3641 443 20 0 22 0 420197166 8481841152 35061 33554432000 4194304 4196468 140723152046000 140364899930992 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10185] ppid=10146 vsize=8283048 memory=0 CPUtime=40.84 cores=0-7
/proc/10172/task/10185/stat : 10185 (java) S 10146 10146 8552 0 -1 1077944384 1 1379682 0 0 0 0 3641 443 20 0 22 0 420197168 8481841152 35061 33554432000 4194304 4196468 140723152046000 140364525426512 140366740805531 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10186] ppid=10146 vsize=8283048 memory=0 CPUtime=40.96 cores=0-7
/proc/10172/task/10186/stat : 10186 (java) R 10146 10146 8552 0 -1 1077944384 772 1379682 0 0 12 0 3641 443 20 0 22 0 420197168 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366042889072 140366740798082 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10187] ppid=10146 vsize=8283048 memory=7230645025961766505 CPUtime=40.92 cores=0-7
/proc/10172/task/10187/stat : 10187 (java) S 10146 10146 8552 0 -1 1077944384 389 1379682 0 0 8 0 3641 443 20 0 22 0 420197168 8481841152 35061 33554432000 4194304 4196468 140723152046000 140365973678832 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10188] ppid=10146 vsize=8283048 memory=7594588949472109397 CPUtime=40.94 cores=0-7
/proc/10172/task/10188/stat : 10188 (java) R 10146 10146 8552 0 -1 1077944384 505 1379682 0 0 10 0 3641 443 20 0 22 0 420197168 8481841152 35061 33554432000 4194304 4196468 140723152046000 140365972626032 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10189] ppid=10146 vsize=8283048 memory=4639079596068066658 CPUtime=41.1 cores=0-7
/proc/10172/task/10189/stat : 10189 (java) R 10146 10146 8552 0 -1 4202560 1363 1379682 0 0 26 0 3641 443 20 0 22 0 420197168 8481841152 35061 33554432000 4194304 4196468 140723152046000 140365971568960 140366740798870 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10190] ppid=10146 vsize=8283048 memory=9036260212 CPUtime=40.84 cores=0-7
/proc/10172/task/10190/stat : 10190 (java) S 10146 10146 8552 0 -1 1077944384 3 1379682 0 0 0 0 3641 443 20 0 22 0 420197169 8481841152 35061 33554432000 4194304 4196468 140723152046000 140364027521632 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10191] ppid=10146 vsize=8283048 memory=140651456034531 CPUtime=40.84 cores=0-7
/proc/10172/task/10191/stat : 10191 (java) S 10146 10146 8552 0 -1 1077944384 3 1379682 0 0 0 0 3641 443 20 0 22 0 420197169 8481841152 35061 33554432000 4194304 4196468 140723152046000 140365970520624 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10193] ppid=10146 vsize=8283048 memory=281302912057728 CPUtime=40.84 cores=0-7
/proc/10172/task/10193/stat : 10193 (java) S 10146 10146 8552 0 -1 1077944384 25 1379682 0 0 0 0 3641 443 20 0 22 0 420197236 8481841152 35061 33554432000 4194304 4196468 140723152046000 140366041276688 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10198] ppid=10146 vsize=8283048 memory=0 CPUtime=40.84 cores=0-7
/proc/10172/task/10198/stat : 10198 (java) S 10146 10146 8552 0 -1 1077944384 14 1379682 0 0 0 0 3641 443 20 0 22 0 420197239 8481841152 35061 33554432000 4194304 4196468 140723152046000 140363087996208 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
Current children cumulated CPU time: 99.33 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 141720 KiB

[startup+50.301 s]
/proc/loadavg: 2.59 5.51 7.11 3/222 10206
/proc/meminfo: memFree=26476760/32770624 swapFree=67009760/67108860
[pid=10146] ppid=10143 vsize=113128 memory=1476 CPUtime=57 cores=0-7
/proc/10146/stat : 10146 (scop.sh) S 10143 10146 8552 0 -1 4202496 582 48668 0 0 0 0 5445 255 20 0 1 0 420193177 115843072 369 33554432000 4194304 5098028 140722707446464 140722707443208 139991254295164 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 19234816 140722707448612 140722707448940 140722707448940 140722707451853 0
/proc/10146/statm: 28282 369 311 221 0 87 0
[pid=10172] ppid=10146 vsize=8283048 memory=146408 CPUtime=42.57 cores=0-7
/proc/10172/stat : 10172 (java) S 10146 10146 8552 0 -1 1077944320 22973 1379682 0 0 165 8 3641 443 20 0 22 0 420197161 8481841152 36602 33554432000 4194304 4196468 140723152046000 140723152028544 140366740786935 0 0 2 25189581 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
/proc/10172/statm: 2070762 36602 3232 1 0 2032106 0
[pid=10172/tid=10173] ppid=10146 vsize=8283048 memory=1476 CPUtime=41.71 cores=0-7
/proc/10172/task/10173/stat : 10173 (java) R 10146 10146 8552 0 -1 4202560 17715 1379682 0 0 82 5 3641 443 20 0 22 0 420197162 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366712624880 140366740798870 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10174] ppid=10146 vsize=8283048 memory=3814868 CPUtime=40.84 cores=0-7
/proc/10172/task/10174/stat : 10174 (java) S 10146 10146 8552 0 -1 1077944384 2 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366745029264 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10175] ppid=10146 vsize=8283048 memory=6944656575208382560 CPUtime=40.84 cores=0-7
/proc/10172/task/10175/stat : 10175 (java) S 10146 10146 8552 0 -1 1077944384 2 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366225680912 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10176] ppid=10146 vsize=8283048 memory=6944656592455359580 CPUtime=40.84 cores=0-7
/proc/10172/task/10176/stat : 10176 (java) S 10146 10146 8552 0 -1 1077944384 1 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366224628112 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10177] ppid=10146 vsize=8283048 memory=1296 CPUtime=40.84 cores=0-7
/proc/10172/task/10177/stat : 10177 (java) S 10146 10146 8552 0 -1 1077944384 3 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366223575312 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10178] ppid=10146 vsize=8283048 memory=732 CPUtime=40.84 cores=0-7
/proc/10172/task/10178/stat : 10178 (java) S 10146 10146 8552 0 -1 1077944384 2 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366222523536 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10179] ppid=10146 vsize=8283048 memory=1476 CPUtime=40.84 cores=0-7
/proc/10172/task/10179/stat : 10179 (java) S 10146 10146 8552 0 -1 1077944384 2 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366221470736 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10180] ppid=10146 vsize=8283048 memory=116968 CPUtime=40.84 cores=0-7
/proc/10172/task/10180/stat : 10180 (java) S 10146 10146 8552 0 -1 1077944384 2 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366220417936 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10181] ppid=10146 vsize=8283048 memory=3484 CPUtime=40.84 cores=0-7
/proc/10172/task/10181/stat : 10181 (java) S 10146 10146 8552 0 -1 1077944384 1 1379682 0 0 0 0 3641 443 20 0 22 0 420197163 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366219365136 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10182] ppid=10146 vsize=8283048 memory=18192 CPUtime=40.84 cores=0-7
/proc/10172/task/10182/stat : 10182 (java) S 10146 10146 8552 0 -1 1077944384 7 1379682 0 0 0 0 3641 443 20 0 22 0 420197165 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366043941232 140366740798082 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10183] ppid=10146 vsize=8283048 memory=0 CPUtime=40.84 cores=0-7
/proc/10172/task/10183/stat : 10183 (java) S 10146 10146 8552 0 -1 1077944384 13 1379682 0 0 0 0 3641 443 20 0 22 0 420197165 8481841152 36602 33554432000 4194304 4196468 140723152046000 140365034152992 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10184] ppid=10146 vsize=8283048 memory=0 CPUtime=40.84 cores=0-7
/proc/10172/task/10184/stat : 10184 (java) S 10146 10146 8552 0 -1 1077944384 21 1379682 0 0 0 0 3641 443 20 0 22 0 420197166 8481841152 36602 33554432000 4194304 4196468 140723152046000 140364899930992 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10185] ppid=10146 vsize=8283048 memory=56 CPUtime=40.84 cores=0-7
/proc/10172/task/10185/stat : 10185 (java) S 10146 10146 8552 0 -1 1077944384 1 1379682 0 0 0 0 3641 443 20 0 22 0 420197168 8481841152 36602 33554432000 4194304 4196468 140723152046000 140364525426512 140366740805531 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10186] ppid=10146 vsize=8283048 memory=6944652177228980320 CPUtime=41 cores=0-7
/proc/10172/task/10186/stat : 10186 (java) S 10146 10146 8552 0 -1 1077944384 863 1379682 0 0 16 0 3641 443 20 0 22 0 420197168 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366042889072 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10187] ppid=10146 vsize=8283048 memory=18192 CPUtime=40.95 cores=0-7
/proc/10172/task/10187/stat : 10187 (java) S 10146 10146 8552 0 -1 1077944384 411 1379682 0 0 11 0 3641 443 20 0 22 0 420197168 8481841152 36602 33554432000 4194304 4196468 140723152046000 140365973678832 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10188] ppid=10146 vsize=8283048 memory=984 CPUtime=40.97 cores=0-7
/proc/10172/task/10188/stat : 10188 (java) S 10146 10146 8552 0 -1 1077944384 534 1379682 0 0 13 0 3641 443 20 0 22 0 420197168 8481841152 36602 33554432000 4194304 4196468 140723152046000 140365972626032 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10189] ppid=10146 vsize=8283048 memory=1948 CPUtime=41.14 cores=0-7
/proc/10172/task/10189/stat : 10189 (java) S 10146 10146 8552 0 -1 1077944384 1458 1379682 0 0 30 0 3641 443 20 0 22 0 420197168 8481841152 36602 33554432000 4194304 4196468 140723152046000 140365971573232 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10190] ppid=10146 vsize=8283048 memory=3484 CPUtime=40.84 cores=0-7
/proc/10172/task/10190/stat : 10190 (java) S 10146 10146 8552 0 -1 1077944384 3 1379682 0 0 0 0 3641 443 20 0 22 0 420197169 8481841152 36602 33554432000 4194304 4196468 140723152046000 140364027521632 140366740797141 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10191] ppid=10146 vsize=8283048 memory=18192 CPUtime=40.84 cores=0-7
/proc/10172/task/10191/stat : 10191 (java) S 10146 10146 8552 0 -1 1077944384 3 1379682 0 0 0 0 3641 443 20 0 22 0 420197169 8481841152 36602 33554432000 4194304 4196468 140723152046000 140365970520624 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10193] ppid=10146 vsize=8283048 memory=1476 CPUtime=40.84 cores=0-7
/proc/10172/task/10193/stat : 10193 (java) S 10146 10146 8552 0 -1 1077944384 25 1379682 0 0 0 0 3641 443 20 0 22 0 420197236 8481841152 36602 33554432000 4194304 4196468 140723152046000 140366041276688 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
[pid=10172/tid=10198] ppid=10146 vsize=8283048 memory=116740 CPUtime=40.84 cores=0-7
/proc/10172/task/10198/stat : 10198 (java) S 10146 10146 8552 0 -1 1077944384 14 1379682 0 0 0 0 3641 443 20 0 22 0 420197239 8481841152 36602 33554432000 4194304 4196468 140723152046000 140363087996208 140366740798082 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9871360 140723152049143 140723152049302 140723152049302 140723152052175 0
Current children cumulated CPU time: 99.57 s
Current children cumulated vsize: 8396176 KiB
Current children cumulated memory: 147884 KiB

Child status: 0
Real time (s): 50.3848
CPU time (s): 99.7641
CPU user time (s): 92.6376
CPU system time (s): 7.12651
CPU usage (%): 198.005
Max. virtual memory (cumulated for all children) (KiB): 27443924
Max. memory (cumulated for all children) (KiB): 6284208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.6376
system time used= 7.12651
maximum resident set size= 6282848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1453127
page faults= 0
swaps= 0
block input operations= 8
block output operations= 326136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 159321
involuntary context switches= 287


# summary of solver processes directly reported to runsolver:
#   pid: 10146
#   total CPU time (s): 99.7641
#   total CPU user time (s): 92.6376
#   total CPU system time (s): 7.12651

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.367555 second user time and 0.590344 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-14 08:30:55
IDJOB=4392602
IDBENCH=138789
IDSOLVER=2839
FILE ID=node132/4392602-1568442705
RUNJOBID= node132-1568438679-8579
PBS_JOBID= 21702326
Free space on /tmp= 61624 MiB

SOLVER NAME= Fun-sCOP hybrid+ManyGlucose (2019-06-15)
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0150-m1.xml
COMMAND LINE= DIR/scop.sh 22g DIR/scop.jar -hybrid DIR/manyglucose-4.1-27_release -model:-nthreads=NBCORE:-maxmemory=20000:-lit-scans=6000000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392602-1568442705/watcher-4392602-1568442705 -o /tmp/evaluation-result-4392602-1568442705/solver-4392602-1568442705 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1568438679-8579 --watchdog 2580  HOME/scop.sh 22g HOME/scop.jar -hybrid HOME/manyglucose-4.1-27_release -model:-nthreads=8:-maxmemory=20000:-lit-scans=6000000 HOME HOME/instance-4392602-1568442705.xml

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

MD5SUM BENCH= 87bfaaaf5fd3b270ee1dec703898481f
RANDOM SEED=874205045

node132.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.95
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.95
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.95
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.95
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:        31623564 kB
MemAvailable:   31915136 kB
Buffers:           74592 kB
Cached:           496048 kB
SwapCached:         6276 kB
Active:           404432 kB
Inactive:         173052 kB
Active(anon):       3432 kB
Inactive(anon):    31660 kB
Active(file):     401000 kB
Inactive(file):   141392 kB
Unevictable:      109404 kB
Mlocked:          109404 kB
SwapTotal:      67108860 kB
SwapFree:       67009760 kB
Dirty:             21016 kB
Writeback:             0 kB
AnonPages:        112176 kB
Mapped:            32216 kB
Shmem:             19608 kB
Slab:             159256 kB
SReclaimable:     130032 kB
SUnreclaim:        29224 kB
KernelStack:        3440 kB
PageTables:         5280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     476124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61604 MiB
End job on node132 at 2019-09-14 08:31:46