Trace number 4297349

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
scop both+glucose-syrup (2018-07-07)UNSAT 20.822 6.86467

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f04_c18.xml
MD5SUM3c3f91fe2d5d1aa7af585cdf812638b5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.0865
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
Optimization problemNO
Type of objective

Solver Data

0.66/0.53	
0.66/0.53	scop both+glucose-syrup (2018-07-07)
0.66/0.53	
0.66/0.55	c BEGIN-Prog: Thu Jul 26 23:05:14 CEST 2018
0.66/0.55	c PID: 8681
0.66/0.55	c IP: 172.20.3.139
0.66/0.55	c HOST: node139.alineos.net
0.66/0.56	c (0,0) Parsing Begin
5.81/1.98	c (1,1) Parsing End
5.81/1.99	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 40
5.81/1.99	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.81/1.99	c (1,1) Constraint Name Generate Begin
6.26/2.02	c (1,1) Ctr:HOME/instance-4297349-1532639113.xml,Dist:Eq:IntVar:Le:Num
6.26/2.02	c (1,1) Constraint Name Generate End
6.26/2.02	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.26/2.02	c (1,1) CSP to CSPinCNF Begin
6.90/2.29	c (1,1) translated 411 (10%) constraints
7.21/2.36	c (1,1) translated 821 (20%) constraints
7.58/2.45	c (1,1) translated 1231 (30%) constraints
7.58/2.45	c (1,1) translated 1642 (40%) constraints
7.58/2.49	c (1,1) translated 2052 (50%) constraints
7.98/2.53	c (1,1) translated 2462 (60%) constraints
7.98/2.56	c (2,2) translated 2873 (70%) constraints
8.37/2.60	c (2,2) translated 3283 (80%) constraints
8.37/2.63	c (2,2) translated 3693 (90%) constraints
8.81/2.76	c (2,2) translated 4103 (100%) constraints
9.25/2.86	c (2,2) STATISTICS1:HOME/instance-4297349-1532639113.xml,Dist:Eq:IntVar:Le:Num,680,4783,40,40,2,2,40:3314;33:5144;22:368;6:60,40:9348;33:7956;22:404;6:64,2:4103;1:680,2:8886,
9.25/2.86	c (2,2) ===========================================
9.25/2.86	c (2,2) Both Encoding selects:
9.25/2.86	c (2,2) Order
9.25/2.86	c (2,2) ===========================================
9.25/2.89	c (2,2) translated 479 (10%) constraints
9.69/2.91	c (2,2) translated 957 (20%) constraints
9.69/2.93	c (2,2) translated 1435 (30%) constraints
9.69/2.94	c (2,2) translated 1914 (40%) constraints
9.69/2.96	c (2,2) translated 2392 (50%) constraints
9.69/2.97	c (2,2) translated 2870 (60%) constraints
9.69/2.98	c (2,2) translated 3349 (70%) constraints
9.69/2.99	c (2,2) translated 3827 (80%) constraints
10.12/3.01	c (2,2) translated 4305 (90%) constraints
10.12/3.01	c (2,2) translated 4783 (100%) constraints
10.12/3.02	c (2,2) CSP to CSPinCNF End
10.12/3.02	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 40
10.12/3.02	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
10.12/3.02	c (2,2) CSPinCNF Propagation Begin
12.87/4.42	c (3,3) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.87/4.42	c (3,3) CSPinCNF Propagation End
12.87/4.42	c (3,3) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 40
12.87/4.42	c (3,3) Heap : 2365 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
12.87/4.42	c (3,3) Simplify CSPinCNF Begin
13.37/4.67	c (4,4) Simplify CSPinCNF End
13.37/4.67	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 40
13.37/4.67	c (4,4) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.37/4.67	c (4,4) Calculate Precise Domain Begin
13.37/4.67	c (4,4) 0 values are removed by re-calculation
13.37/4.67	c (4,4) Calculate Precise Domain End
13.37/4.68	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 40
13.37/4.68	c (4,4) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.37/4.68	c (4,4) CSPinCNF to SatSolver Begin
14.63/4.99	c (4,4) 1299 (10 %) CSP clauses are encoded (32054 SAT variables, 51964 SAT clauses)
15.07/5.10	c (4,4) 2598 (20 %) CSP clauses are encoded (32054 SAT variables, 80330 SAT clauses)
15.45/5.18	c (4,4) 3897 (30 %) CSP clauses are encoded (32054 SAT variables, 106604 SAT clauses)
15.57/5.27	c (4,4) 5196 (40 %) CSP clauses are encoded (32054 SAT variables, 135237 SAT clauses)
15.75/5.37	c (4,4) 6495 (50 %) CSP clauses are encoded (32054 SAT variables, 164767 SAT clauses)
15.96/5.47	c (4,4) 7794 (60 %) CSP clauses are encoded (32054 SAT variables, 195014 SAT clauses)
16.18/5.57	c (5,5) 9093 (70 %) CSP clauses are encoded (32054 SAT variables, 225087 SAT clauses)
16.39/5.65	c (5,5) 10392 (80 %) CSP clauses are encoded (32054 SAT variables, 255305 SAT clauses)
16.51/5.73	c (5,5) 11691 (90 %) CSP clauses are encoded (32054 SAT variables, 284527 SAT clauses)
16.74/5.80	c (5,5) 12989 (100 %) CSP clauses are encoded (32054 SAT variables, 311511 SAT clauses)
16.74/5.80	c (5,5) CSPinCNF to SatSolver End
16.74/5.80	c (5,5) Heap : 3153 MiB used (max 21589 MiB), NonHeap : 37 MiB used (max 0 MiB)
16.74/5.89	c (5,5) STATISTICS2:HOME/instance-4297349-1532639113.xml,Dist:Eq:IntVar:Le:Num,8886,12989,40,40,2,2,40:3314;33:5144;22:368;6:60,40:9348;33:7956;22:404;6:64;2:16412,2:12309;1:680,2:8886;1:16412,
16.74/5.89	c (5,5) SatSolver.solve Begin
16.74/5.89	c (5,5) 32054 bool, 311523 clause
16.74/5.89	c (5,5) HOME/glucose-syrup -model -nthreads=8 -maxmemory=10000 HOME/instance-4297349-1532639113.xml-scop-8681.cnf HOME/instance-4297349-1532639113.xml-scop-8681.cnf.out
20.54/6.83	c (6,0) c
20.54/6.83	c (6,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
20.54/6.83	c (6,0) c
20.54/6.83	c (6,0) c WARNING: for repeatability, setting FPU to use double precision
20.54/6.83	c (6,0) c 8 solvers engines and 1 companion as a blackboard created.
20.54/6.83	c (6,0) c ========================================[ Problem Statistics ]===========================================
20.54/6.83	c (6,0) c |                                                                                                       |
20.54/6.83	c (6,0) c |  Number of variables:         32054                                                                   |
20.54/6.83	c (6,0) c |  Number of clauses:          311523                                                                   |
20.54/6.83	c (6,0) c |  Parse time:                   0.12 s                                                                 |
20.54/6.83	c (6,0) c |                                                                                                       |
20.54/6.83	c (6,0) c |  Eliminated clauses:           0.08 Mb                                                                |
20.54/6.83	c (6,0) c |  Simplification time:          0.31 s                                                                 |
20.54/6.83	c (6,0) c |                                                                                                       |
20.54/6.83	c (6,0) c |  Generating clones                                                                                    |
20.54/6.83	c (6,0) c |  all clones generated. Memory = 217.14Mb.                                                             |
20.54/6.83	c (6,0) c ========================================================================================================|
20.54/6.83	c (6,0) c Thread 7 is 100% pure glucose! First thread to finish! (UNSAT answer).
20.54/6.83	c (6,0) c Total Memory so far : 793.95Mb
20.54/6.83	c (6,0) c
20.54/6.83	c (6,0) c real time : 0.919386 s
20.54/6.83	c (6,0) c cpu time  : 3.18409 s
20.54/6.83	c (6,0) c
20.54/6.83	c (6,0) c
20.54/6.83	c (6,0) c
20.54/6.83	c (6,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
20.54/6.83	c (6,0) c
20.54/6.83	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
20.54/6.83	c (6,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
20.54/6.83	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
20.54/6.83	c (6,0) c | Conflicts     |           45494 |       5218 |       5641 |       5708 |       6033 |       5578 |       5701 |       5836 |       5779 |
20.54/6.83	c (6,0) c | Decisions     |           65007 |       7415 |       8132 |       8168 |       8593 |       7962 |       8145 |       8351 |       8241 |
20.54/6.83	c (6,0) c | Propagations  |         8694011 |    1067458 |    1084378 |    1078931 |    1127667 |    1061833 |    1066456 |    1109792 |    1097496 |
20.54/6.83	c (6,0) c | Avg_Trail     |                 |       3336 |       2441 |       2414 |       2341 |       2465 |       2426 |       2391 |       2399 |
20.54/6.83	c (6,0) c | Avg_DL        |                 |        130 |         65 |         64 |         61 |         65 |         64 |         63 |         64 |
20.54/6.83	c (6,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
20.54/6.83	c (6,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
20.54/6.83	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
20.54/6.83	c (6,0) c | Exported      |            4693 |        264 |        556 |        564 |        844 |        507 |        588 |        695 |        675 |
20.54/6.83	c (6,0) c | Imported      |           19547 |       3491 |       1288 |       3880 |        916 |       4094 |        859 |       1001 |       4018 |
20.54/6.83	c (6,0) c | Good          |             764 |         99 |         87 |        113 |         79 |        107 |         79 |         81 |        119 |
20.54/6.83	c (6,0) c | Purge         |           18783 |       3392 |       1201 |       3767 |        837 |       3987 |        780 |        920 |       3899 |
20.54/6.83	c (6,0) c | Promoted      |            1018 |         60 |        144 |        183 |         74 |        220 |         86 |         90 |        161 |
20.54/6.83	c (6,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
20.54/6.83	c (6,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
20.54/6.83	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
20.54/6.83	c (6,0) c | Unaries       |                 |          1 |          0 |          1 |          0 |          2 |          0 |          0 |          2 |
20.54/6.83	c (6,0) c | Binaries      |                 |         21 |         10 |         16 |         14 |         29 |         14 |         15 |         19 |
20.54/6.83	c (6,0) c | Glues         |                 |        139 |        165 |        177 |        190 |        186 |        166 |        180 |        188 |
20.54/6.83	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
20.54/6.83	c (6,0) c | Orig_Seen     |             2 % |       8894 |       9115 |       9109 |       9299 |       9130 |       9118 |       9181 |       9121 |
20.54/6.83	c (6,0) c | Diff Orig seen|                 | -      227 | -        6 | -       12 |        178 |          9 | -        3 |         60 |      X     |
20.54/6.83	c (6,0) c | Hamming       |             3 % |       6201 |        494 |        349 |        443 |        301 |        544 |        368 |      X     |
20.54/6.83	c (6,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
20.54/6.83	c (6,0) 
20.54/6.83	c (6,0) s UNSATISFIABLE
20.54/6.84	c (6,5) SatSolver.solve End
20.54/6.84	c (6,5) Heap : 3604 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
20.54/6.84	c (6,5) Show results Begin
20.54/6.84	s UNSATISFIABLE
20.54/6.84	c (6,5) Show results End
20.54/6.84	c (6,5) Heap : 3604 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
20.54/6.84	c (6,5) 1,1,2,3,4,4,5,6,6,STOP-AFTER(ALL)
20.54/6.84	c END-Prog: Thu Jul 26 23:05:20 CEST 2018

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297349-1532639113/watcher-4297349-1532639113 -o /tmp/evaluation-result-4297349-1532639113/solver-4297349-1532639113 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532634055-7904 --watchdog 2580 java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -both -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297349-1532639113.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=8681, runsolver pid=8678

[startup+0.10006 s]*
/proc/loadavg: 7.74 8.57 8.76 3/199 8701
/proc/meminfo: memFree=12212732/32770624 swapFree=67108860/67108860
[pid=8681] ppid=8678 vsize=27312552 memory=110160 CPUtime=0.11 cores=0-7
/proc/8681/stat : 8681 (java) S 8678 8681 7877 0 -1 1077944320 6557 0 0 0 8 3 0 0 20 0 20 0 81474515 27968053248 27540 33554432000 4194304 4196468 140731578216400 140731578198944 139908393103095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
/proc/8681/statm: 6828138 27540 2753 1 0 6790598 0
[pid=8681/tid=8683] ppid=8678 vsize=27312552 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/8681/task/8683/stat : 8683 (java) R 8678 8681 7877 0 -1 4202560 4666 0 0 0 7 2 0 0 20 0 20 0 81474515 27968053248 27540 33554432000 4194304 4196468 140731578216400 139908364907296 139908393125021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8684] ppid=8678 vsize=27312552 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8681/task/8684/stat : 8684 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474517 27968053248 27540 33554432000 4194304 4196468 140731578216400 139908397345808 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8685] ppid=8678 vsize=27312552 memory=140634731337344 CPUtime=0 cores=0-7
/proc/8681/task/8685/stat : 8685 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907815787664 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8686] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8686/stat : 8686 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907814734608 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8687] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8687/stat : 8687 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907813682064 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8688] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8688/stat : 8688 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907812629008 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8689] ppid=8678 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8681/task/8689/stat : 8689 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907811576464 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8690] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8690/stat : 8690 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907810523408 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8691] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8691/stat : 8691 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907809470864 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8692] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8692/stat : 8692 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474519 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907653593840 139908393114242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8693] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8693/stat : 8693 (java) S 8678 8681 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81474520 27968053248 27540 33554432000 4194304 4196468 140731578216400 139906277959328 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8694] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8694/stat : 8694 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474520 27968053248 27540 33554432000 4194304 4196468 140731578216400 139906009523440 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8695] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8695/stat : 8695 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 27540 33554432000 4194304 4196468 140731578216400 139905635015120 139908393121691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8696] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8696/stat : 8696 (java) S 8678 8681 7877 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907652540656 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8697] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8697/stat : 8697 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907651488112 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8698] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8698/stat : 8698 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907650435056 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8699] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8699/stat : 8699 (java) S 8678 8681 7877 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907649382512 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8700] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8700/stat : 8700 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 27540 33554432000 4194304 4196468 140731578216400 139905137109984 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8701] ppid=8678 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8681/task/8701/stat : 8701 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474523 27968053248 27540 33554432000 4194304 4196468 140731578216400 139907648330928 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 110160 KiB

[startup+0.210315 s]*
/proc/loadavg: 7.74 8.57 8.76 2/199 8701
/proc/meminfo: memFree=12196732/32770624 swapFree=67108860/67108860
[pid=8681] ppid=8678 vsize=27312552 memory=124556 CPUtime=0.25 cores=0-7
/proc/8681/stat : 8681 (java) S 8678 8681 7877 0 -1 1077944320 10360 0 0 0 21 4 0 0 20 0 20 0 81474515 27968053248 31139 33554432000 4194304 4196468 140731578216400 140731578198944 139908393103095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
/proc/8681/statm: 6828138 31139 2878 1 0 6790598 0
[pid=8681/tid=8683] ppid=8678 vsize=27312552 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/8681/task/8683/stat : 8683 (java) R 8678 8681 7877 0 -1 4202560 8248 0 0 0 17 2 0 0 20 0 20 0 81474515 27968053248 31139 33554432000 4194304 4196468 140731578216400 139908364893760 139908393125021 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8684] ppid=8678 vsize=27312552 memory=12881 CPUtime=0 cores=0-7
/proc/8681/task/8684/stat : 8684 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474517 27968053248 31139 33554432000 4194304 4196468 140731578216400 139908397345808 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8685] ppid=8678 vsize=27312552 memory=140634731345505 CPUtime=0 cores=0-7
/proc/8681/task/8685/stat : 8685 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907815787664 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8686] ppid=8678 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8681/task/8686/stat : 8686 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907814734608 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8687] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8687/stat : 8687 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907813682064 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8688] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8688/stat : 8688 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907812629008 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8689] ppid=8678 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8681/task/8689/stat : 8689 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907811576464 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8690] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8690/stat : 8690 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907810523408 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8691] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8691/stat : 8691 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907809470864 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8692] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8692/stat : 8692 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474519 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907653593840 139908393114242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8693] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8693/stat : 8693 (java) S 8678 8681 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81474520 27968053248 31139 33554432000 4194304 4196468 140731578216400 139906277959328 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8694] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8694/stat : 8694 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474520 27968053248 31139 33554432000 4194304 4196468 140731578216400 139906009523440 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8695] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8695/stat : 8695 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 31139 33554432000 4194304 4196468 140731578216400 139905635015120 139908393121691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8696] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8696/stat : 8696 (java) S 8678 8681 7877 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907652540656 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8697] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8697/stat : 8697 (java) S 8678 8681 7877 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907651488112 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8698] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8698/stat : 8698 (java) S 8678 8681 7877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907650435056 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8699] ppid=8678 vsize=27312552 memory=0 CPUtime=0.02 cores=0-7
/proc/8681/task/8699/stat : 8699 (java) S 8678 8681 7877 0 -1 1077944384 285 0 0 0 2 0 0 0 20 0 20 0 81474522 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907649382512 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8700] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8700/stat : 8700 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 31139 33554432000 4194304 4196468 140731578216400 139905137109984 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8701] ppid=8678 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8681/task/8701/stat : 8701 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474523 27968053248 31139 33554432000 4194304 4196468 140731578216400 139907648330928 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 124556 KiB

[startup+0.310199 s]*
/proc/loadavg: 7.74 8.57 8.76 2/199 8701
/proc/meminfo: memFree=12193072/32770624 swapFree=67108860/67108860
[pid=8681] ppid=8678 vsize=27312552 memory=128028 CPUtime=0.42 cores=0-7
/proc/8681/stat : 8681 (java) S 8678 8681 7877 0 -1 1077944320 10874 0 0 0 38 4 0 0 20 0 20 0 81474515 27968053248 32007 33554432000 4194304 4196468 140731578216400 140731578198944 139908393103095 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
/proc/8681/statm: 6828138 32007 2971 1 0 6790598 0
[pid=8681/tid=8683] ppid=8678 vsize=27312552 memory=8112282956445269571 CPUtime=0.3 cores=0-7
/proc/8681/task/8683/stat : 8683 (java) R 8678 8681 7877 0 -1 4202560 8618 0 0 0 27 3 0 0 20 0 20 0 81474515 27968053248 32007 33554432000 4194304 4196468 140731578216400 139908364907248 139908376289904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8684] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8684/stat : 8684 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474517 27968053248 32007 33554432000 4194304 4196468 140731578216400 139908397345808 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8685] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8685/stat : 8685 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907815787664 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8686] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8686/stat : 8686 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907814734608 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8687] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8687/stat : 8687 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907813682064 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8688] ppid=8678 vsize=27312552 memory=2244 CPUtime=0 cores=0-7
/proc/8681/task/8688/stat : 8688 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907812629008 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8689] ppid=8678 vsize=27312552 memory=140634610561967 CPUtime=0 cores=0-7
/proc/8681/task/8689/stat : 8689 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907811576464 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8690] ppid=8678 vsize=27312552 memory=140634610564272 CPUtime=0 cores=0-7
/proc/8681/task/8690/stat : 8690 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907810523408 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8691] ppid=8678 vsize=27312552 memory=140634610566576 CPUtime=0 cores=0-7
/proc/8681/task/8691/stat : 8691 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907809470864 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8692] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8692/stat : 8692 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474519 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907653593840 139908393114242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8693] ppid=8678 vsize=27312552 memory=281269221140112 CPUtime=0 cores=0-7
/proc/8681/task/8693/stat : 8693 (java) S 8678 8681 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 81474520 27968053248 32007 33554432000 4194304 4196468 140731578216400 139906277959328 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8694] ppid=8678 vsize=27312552 memory=281269221147024 CPUtime=0 cores=0-7
/proc/8681/task/8694/stat : 8694 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474520 27968053248 32007 33554432000 4194304 4196468 140731578216400 139906009523440 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8695] ppid=8678 vsize=27312552 memory=281269221088304 CPUtime=0 cores=0-7
/proc/8681/task/8695/stat : 8695 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 32007 33554432000 4194304 4196468 140731578216400 139905635015120 139908393121691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8696] ppid=8678 vsize=27312552 memory=281269221160848 CPUtime=0 cores=0-7
/proc/8681/task/8696/stat : 8696 (java) S 8678 8681 7877 0 -1 1077944384 421 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907652540656 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8697] ppid=8678 vsize=27312552 memory=281269221167760 CPUtime=0 cores=0-7
/proc/8681/task/8697/stat : 8697 (java) S 8678 8681 7877 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907651488112 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8698] ppid=8678 vsize=27312552 memory=281269221165456 CPUtime=0.02 cores=0-7
/proc/8681/task/8698/stat : 8698 (java) S 8678 8681 7877 0 -1 1077944384 150 0 0 0 2 0 0 0 20 0 20 0 81474522 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907650435056 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8699] ppid=8678 vsize=27312552 memory=281269221182064 CPUtime=0.07 cores=0-7
/proc/8681/task/8699/stat : 8699 (java) S 8678 8681 7877 0 -1 1077944384 306 0 0 0 7 0 0 0 20 0 20 0 81474522 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907649382512 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8700] ppid=8678 vsize=27312552 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8700/stat : 8700 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81474522 27968053248 32007 33554432000 4194304 4196468 140731578216400 139905137109984 139908393113301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8701] ppid=8678 vsize=27312552 memory=-1 CPUtime=0 cores=0-7
/proc/8681/task/8701/stat : 8701 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474523 27968053248 32007 33554432000 4194304 4196468 140731578216400 139907648330928 139908393114242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27312552 KiB
Current children cumulated memory: 128028 KiB

[startup+0.701786 s]
/proc/loadavg: 7.74 8.57 8.76 2/199 8701
/proc/meminfo: memFree=12168516/32770624 swapFree=67108860/67108860
[pid=8681] ppid=8678 vsize=27318824 memory=164596 CPUtime=1.02 cores=0-7
/proc/8681/stat : 8681 (java) S 8678 8681 7877 0 -1 1077944320 17679 0 0 0 96 6 0 0 20 0 20 0 81474515 27974475776 41149 33554432000 4194304 4196468 140731578216400 140731578198944 139908393103095 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
/proc/8681/statm: 6829706 41149 3123 1 0 6791110 0
[pid=8681/tid=8683] ppid=8678 vsize=27318824 memory=0 CPUtime=0.67 cores=0-7
/proc/8681/task/8683/stat : 8683 (java) R 8678 8681 7877 0 -1 4202560 14979 0 0 0 63 4 0 0 20 0 20 0 81474515 27974475776 41149 33554432000 4194304 4196468 140731578216400 139908364940448 139907896763079 0 4 0 25189583 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8684] ppid=8678 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8684/stat : 8684 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474517 27974475776 41149 33554432000 4194304 4196468 140731578216400 139908397345808 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8685] ppid=8678 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8685/stat : 8685 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27974475776 41149 33554432000 4194304 4196468 140731578216400 139907815787664 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8686] ppid=8678 vsize=27318824 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8686/stat : 8686 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27974475776 41149 33554432000 4194304 4196468 140731578216400 139907814734608 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8687] ppid=8678 vsize=27318824 memory=1200 CPUtime=0 cores=0-7
/proc/8681/task/8687/stat : 8687 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 81474518 27974475776 41149 33554432000 4194304 4196468 140731578216400 139907813682064 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8688] ppid=8678 vsize=27318824 memory=8584 CPUtime=0 cores=0-7
/proc/8681/task/8688/stat : 8688 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27974475776 41149 33554432000 4194304 4196468 140731578216400 139907812629008 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8689] ppid=8678 vsize=27318824 memory=4616 CPUtime=0 cores=0-7
/proc/8681/task/8689/stat : 8689 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 81474518 27974475776 41149 33554432000 4194304 4196468 140731578216400 139907811576464 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8690] ppid=8678 vsize=27318824 memory=1428 CPUtime=0 cores=0-7
/proc/8681/task/8690/stat : 8690 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27974475776 41149 33554432000 4194304 4196468 140731578216400 139907810523408 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8691] ppid=8678 vsize=27318824 memory=15876 CPUtime=0 cores=0-7
/proc/8681/task/8691/stat : 8691 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 81474518 27974475776 41149 33554432000 4194304 4196468 140731578216400 139907809470864 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8692] ppid=8678 vsize=27318824 memory=16436 CPUtime=0 cores=0-7
/proc/8681/task/8692/stat : 8692 (java) S 8678 8681 7877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 81474519 27974475776 41149 33554432000 4194304 4196468 140731578216400 139907653593840 139908393114242 0 0 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0

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

[pid=8681/tid=8691] ppid=8678 vsize=27984808 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/8681/task/8691/stat : 8691 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907809470864 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8692] ppid=8678 vsize=27984808 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/8681/task/8692/stat : 8692 (java) S 8678 8681 7877 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 81474519 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907653593840 139908393114242 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8693] ppid=8678 vsize=27984808 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/8681/task/8693/stat : 8693 (java) S 8678 8681 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 81474520 28656443392 768957 33554432000 4194304 4196468 140731578216400 139906277959328 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8694] ppid=8678 vsize=27984808 memory=14134428972616243 CPUtime=0 cores=0-7
/proc/8681/task/8694/stat : 8694 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474520 28656443392 768957 33554432000 4194304 4196468 140731578216400 139906009523440 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8695] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8695/stat : 8695 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139905635015120 139908393121691 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8696] ppid=8678 vsize=27984808 memory=0 CPUtime=3.24 cores=0-7
/proc/8681/task/8696/stat : 8696 (java) S 8678 8681 7877 0 -1 1077944384 3291 0 0 0 323 1 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907652540656 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8697] ppid=8678 vsize=27984808 memory=0 CPUtime=3.15 cores=0-7
/proc/8681/task/8697/stat : 8697 (java) S 8678 8681 7877 0 -1 1077944384 2165 0 0 0 314 1 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907651488112 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8698] ppid=8678 vsize=27984808 memory=0 CPUtime=3.64 cores=0-7
/proc/8681/task/8698/stat : 8698 (java) S 8678 8681 7877 0 -1 1077944384 6534 0 0 0 362 2 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907650435056 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8699] ppid=8678 vsize=27984808 memory=0 CPUtime=1.5 cores=0-7
/proc/8681/task/8699/stat : 8699 (java) S 8678 8681 7877 0 -1 1077944384 4240 0 0 0 149 1 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907649382512 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8700] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8700/stat : 8700 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139905137109984 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8701] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8701/stat : 8701 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 81474523 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907648330928 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8703] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8703/stat : 8703 (java) S 8678 8681 7877 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 81475106 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907754726848 139908393127705 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8705] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8705/stat : 8705 (java) S 8678 8681 7877 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 81475106 28656443392 768957 33554432000 4194304 4196468 140731578216400 139904466009520 139908393125021 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8706] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8706/stat : 8706 (java) S 8678 8681 7877 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 24 0 81475106 28656443392 768957 33554432000 4194304 4196468 140731578216400 139904734445104 139908393125021 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8707] ppid=8678 vsize=27984808 memory=1058960 CPUtime=0 cores=0-7
/proc/8681/task/8707/stat : 8707 (java) S 8678 8681 7877 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 81475108 28656443392 768957 33554432000 4194304 4196468 140731578216400 139904197581728 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
Current children cumulated CPU time: 17.87 s
Current children cumulated vsize: 28043908 KiB
Current children cumulated memory: 3115532 KiB

[startup+6.86459 s]
# the end of solver process 8681 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20.1623 s, system=0.659645 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.40136 s]
/proc/loadavg: 7.44 8.50 8.73 3/204 8707
/proc/meminfo: memFree=9212168/32770624 swapFree=67108860/67108860
[pid=8681] ppid=8678 vsize=27984808 memory=3075828 CPUtime=17.49 cores=0-7
/proc/8681/stat : 8681 (java) S 8678 8681 7877 0 -1 1077944320 36336 0 0 0 1696 53 0 0 20 0 24 0 81474515 28656443392 768957 33554432000 4194304 4196468 140731578216400 140731578198944 139908393103095 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
/proc/8681/statm: 6996202 768957 3234 1 0 6957058 0
[pid=8702] ppid=8681 vsize=110844 memory=92728 CPUtime=0.48 cores=0-7
/proc/8702/stat : 8702 (glucose-syrup) R 8681 8681 7877 0 -1 4202496 18614 0 0 0 45 3 0 0 20 0 1 0 81475106 113504256 23182 33554432000 4194304 4373367 140737449150960 140737449148056 140638784207845 0 4 0 8388610 0 0 0 17 1 0 0 0 0 0 6470912 6472264 8429568 140737449153457 140737449153708 140737449153708 140737449156551 0
/proc/8702/statm: 27744 23182 366 44 0 23432 0
[pid=8681/tid=8683] ppid=8678 vsize=27984808 memory=0 CPUtime=5.91 cores=0-7
/proc/8681/task/8683/stat : 8683 (java) S 8678 8681 7877 0 -1 1077944384 18703 0 0 0 545 46 0 0 20 0 24 0 81474515 28656443392 768957 33554432000 4194304 4196468 140731578216400 139908364942336 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8684] ppid=8678 vsize=27984808 memory=2416 CPUtime=0 cores=0-7
/proc/8681/task/8684/stat : 8684 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81474517 28656443392 768957 33554432000 4194304 4196468 140731578216400 139908397345808 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8685] ppid=8678 vsize=27984808 memory=1728 CPUtime=0 cores=0-7
/proc/8681/task/8685/stat : 8685 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907815787664 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8686] ppid=8678 vsize=27984808 memory=1700 CPUtime=0 cores=0-7
/proc/8681/task/8686/stat : 8686 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907814734608 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8687] ppid=8678 vsize=27984808 memory=796 CPUtime=0 cores=0-7
/proc/8681/task/8687/stat : 8687 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907813682064 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8688] ppid=8678 vsize=27984808 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/8681/task/8688/stat : 8688 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907812629008 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8689] ppid=8678 vsize=27984808 memory=62372 CPUtime=0 cores=0-7
/proc/8681/task/8689/stat : 8689 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907811576464 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8690] ppid=8678 vsize=27984808 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/8681/task/8690/stat : 8690 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907810523408 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8691] ppid=8678 vsize=27984808 memory=6944656575208382560 CPUtime=0 cores=0-7
/proc/8681/task/8691/stat : 8691 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907809470864 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8692] ppid=8678 vsize=27984808 memory=-5587046532246807594 CPUtime=0 cores=0-7
/proc/8681/task/8692/stat : 8692 (java) S 8678 8681 7877 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 81474519 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907653593840 139908393114242 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8693] ppid=8678 vsize=27984808 memory=7233150701346200438 CPUtime=0 cores=0-7
/proc/8681/task/8693/stat : 8693 (java) S 8678 8681 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 81474520 28656443392 768957 33554432000 4194304 4196468 140731578216400 139906277959328 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8694] ppid=8678 vsize=27984808 memory=7016714186490735262 CPUtime=0 cores=0-7
/proc/8681/task/8694/stat : 8694 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474520 28656443392 768957 33554432000 4194304 4196468 140731578216400 139906009523440 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8695] ppid=8678 vsize=27984808 memory=-7522837583045875833 CPUtime=0 cores=0-7
/proc/8681/task/8695/stat : 8695 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139905635015120 139908393121691 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8696] ppid=8678 vsize=27984808 memory=-7465405268641471099 CPUtime=3.24 cores=0-7
/proc/8681/task/8696/stat : 8696 (java) S 8678 8681 7877 0 -1 1077944384 3291 0 0 0 323 1 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907652540656 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8697] ppid=8678 vsize=27984808 memory=281269221666800 CPUtime=3.15 cores=0-7
/proc/8681/task/8697/stat : 8697 (java) S 8678 8681 7877 0 -1 1077944384 2165 0 0 0 314 1 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907651488112 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8698] ppid=8678 vsize=27984808 memory=0 CPUtime=3.64 cores=0-7
/proc/8681/task/8698/stat : 8698 (java) S 8678 8681 7877 0 -1 1077944384 6534 0 0 0 362 2 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907650435056 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8699] ppid=8678 vsize=27984808 memory=0 CPUtime=1.5 cores=0-7
/proc/8681/task/8699/stat : 8699 (java) S 8678 8681 7877 0 -1 1077944384 4240 0 0 0 149 1 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907649382512 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8700] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8700/stat : 8700 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139905137109984 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8701] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8701/stat : 8701 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 81474523 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907648330928 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8703] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8703/stat : 8703 (java) S 8678 8681 7877 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 81475106 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907754726848 139908393127705 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8705] ppid=8678 vsize=27984808 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/8681/task/8705/stat : 8705 (java) S 8678 8681 7877 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 81475106 28656443392 768957 33554432000 4194304 4196468 140731578216400 139904466009520 139908393125021 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8706] ppid=8678 vsize=27984808 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/8681/task/8706/stat : 8706 (java) S 8678 8681 7877 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 24 0 81475106 28656443392 768957 33554432000 4194304 4196468 140731578216400 139904734445104 139908393125021 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8707] ppid=8678 vsize=27984808 memory=140634610726016 CPUtime=0 cores=0-7
/proc/8681/task/8707/stat : 8707 (java) S 8678 8681 7877 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 81475108 28656443392 768957 33554432000 4194304 4196468 140731578216400 139904197581728 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
Current children cumulated CPU time: 17.97 s
Current children cumulated vsize: 28095652 KiB
Current children cumulated memory: 3168556 KiB

[startup+6.80118 s]
/proc/loadavg: 7.44 8.50 8.73 3/204 8707
/proc/meminfo: memFree=9212168/32770624 swapFree=67108860/67108860
[pid=8681] ppid=8678 vsize=27984808 memory=3075828 CPUtime=17.49 cores=0-7
/proc/8681/stat : 8681 (java) S 8678 8681 7877 0 -1 1077944320 36336 0 0 0 1696 53 0 0 20 0 24 0 81474515 28656443392 768957 33554432000 4194304 4196468 140731578216400 140731578198944 139908393103095 0 0 0 25189583 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
/proc/8681/statm: 6996202 768957 3234 1 0 6957058 0
[pid=8702] ppid=8681 vsize=812868 memory=217544 CPUtime=3.05 cores=0-7
/proc/8702/stat : 8702 (glucose-syrup) S 8681 8681 7877 0 -1 1077944320 41961 0 0 0 297 8 0 0 20 0 9 0 81475106 832376832 54386 33554432000 4194304 4373367 140737449150960 140737449149504 140638798916226 0 4 0 8388610 18446744073709551615 0 0 17 1 0 0 0 0 0 6470912 6472264 8429568 140737449153457 140737449153708 140737449153708 140737449156551 0
/proc/8702/statm: 203217 54386 386 44 0 198905 0
[pid=8681/tid=8683] ppid=8678 vsize=27984808 memory=9665 CPUtime=5.91 cores=0-7
/proc/8681/task/8683/stat : 8683 (java) S 8678 8681 7877 0 -1 1077944384 18703 0 0 0 545 46 0 0 20 0 24 0 81474515 28656443392 768957 33554432000 4194304 4196468 140731578216400 139908364942336 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8684] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8684/stat : 8684 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81474517 28656443392 768957 33554432000 4194304 4196468 140731578216400 139908397345808 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8685] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8685/stat : 8685 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907815787664 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8686] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8686/stat : 8686 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907814734608 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8687] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8687/stat : 8687 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907813682064 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8688] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8688/stat : 8688 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907812629008 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8689] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8689/stat : 8689 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907811576464 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8690] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8690/stat : 8690 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907810523408 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8691] ppid=8678 vsize=27984808 memory=-3622645143214314312 CPUtime=0 cores=0-7
/proc/8681/task/8691/stat : 8691 (java) S 8678 8681 7877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 81474518 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907809470864 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8692] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8692/stat : 8692 (java) S 8678 8681 7877 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 24 0 81474519 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907653593840 139908393114242 0 0 0 25189583 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8693] ppid=8678 vsize=27984808 memory=140634610775488 CPUtime=0 cores=0-7
/proc/8681/task/8693/stat : 8693 (java) S 8678 8681 7877 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 81474520 28656443392 768957 33554432000 4194304 4196468 140731578216400 139906277959328 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8694] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8694/stat : 8694 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474520 28656443392 768957 33554432000 4194304 4196468 140731578216400 139906009523440 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8695] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8695/stat : 8695 (java) S 8678 8681 7877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139905635015120 139908393121691 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8696] ppid=8678 vsize=27984808 memory=0 CPUtime=3.24 cores=0-7
/proc/8681/task/8696/stat : 8696 (java) S 8678 8681 7877 0 -1 1077944384 3291 0 0 0 323 1 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907652540656 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8697] ppid=8678 vsize=27984808 memory=12073153071324 CPUtime=3.15 cores=0-7
/proc/8681/task/8697/stat : 8697 (java) S 8678 8681 7877 0 -1 1077944384 2165 0 0 0 314 1 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907651488112 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8698] ppid=8678 vsize=27984808 memory=288230621803970871 CPUtime=3.64 cores=0-7
/proc/8681/task/8698/stat : 8698 (java) S 8678 8681 7877 0 -1 1077944384 6534 0 0 0 362 2 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907650435056 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8699] ppid=8678 vsize=27984808 memory=14134428972616243 CPUtime=1.5 cores=0-7
/proc/8681/task/8699/stat : 8699 (java) S 8678 8681 7877 0 -1 1077944384 4240 0 0 0 149 1 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907649382512 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8700] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8700/stat : 8700 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 81474522 28656443392 768957 33554432000 4194304 4196468 140731578216400 139905137109984 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8701] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8701/stat : 8701 (java) S 8678 8681 7877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 81474523 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907648330928 139908393114242 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8703] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8703/stat : 8703 (java) S 8678 8681 7877 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 81475106 28656443392 768957 33554432000 4194304 4196468 140731578216400 139907754726848 139908393127705 0 4 0 25189583 18446744071579417331 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8705] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8705/stat : 8705 (java) S 8678 8681 7877 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 81475106 28656443392 768957 33554432000 4194304 4196468 140731578216400 139904466009520 139908393125021 0 4 0 25189583 18446744071580971376 0 0 -1 0 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8706] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8706/stat : 8706 (java) S 8678 8681 7877 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 24 0 81475106 28656443392 768957 33554432000 4194304 4196468 140731578216400 139904734445104 139908393125021 0 4 0 25189583 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
[pid=8681/tid=8707] ppid=8678 vsize=27984808 memory=0 CPUtime=0 cores=0-7
/proc/8681/task/8707/stat : 8707 (java) S 8678 8681 7877 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 24 0 81475108 28656443392 768957 33554432000 4194304 4196468 140731578216400 139904197581728 139908393113301 0 4 0 25189583 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39542784 140731578217434 140731578217733 140731578217733 140731578220495 0
Current children cumulated CPU time: 20.54 s
Current children cumulated vsize: 28797676 KiB
Current children cumulated memory: 3293372 KiB

Child status: 0
Real time (s): 6.86467
CPU time (s): 20.822
CPU user time (s): 20.1623
CPU system time (s): 0.659645
CPU usage (%): 303.321
Max. virtual memory (cumulated for all children) (KiB): 28797676
Max. memory (cumulated for all children) (KiB): 3293372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.1623
system time used= 0.659645
maximum resident set size= 3078736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78512
page faults= 0
swaps= 0
block input operations= 0
block output operations= 12088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8256
involuntary context switches= 61


# summary of solver processes directly reported to runsolver:
#   pid: 8681
#   total CPU time (s): 20.822
#   total CPU user time (s): 20.1623
#   total CPU system time (s): 0.659645

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071676 second user time and 0.111932 second system time

The end

Launcher Data

Begin job on node139 at 2018-07-26 23:05:13
IDJOB=4297349
IDBENCH=141183
IDSOLVER=2759
FILE ID=node139/4297349-1532639113
RUNJOBID= node139-1532634055-7904
PBS_JOBID= 21022188
Free space on /tmp= 38720 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-07)
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f04_c18.xml
COMMAND LINE= java -Xms22g -Xmx22g -Xss128m -jar DIR/scop.jar -both -solver DIR/glucose-syrup -solverOption -model:-nthreads=NBCORE:-maxmemory=10000 -tmp TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297349-1532639113/watcher-4297349-1532639113 -o /tmp/evaluation-result-4297349-1532639113/solver-4297349-1532639113 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node139-1532634055-7904 --watchdog 2580  java -Xms22g -Xmx22g -Xss128m -jar HOME/scop.jar -both -solver HOME/glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=10000 -tmp HOME HOME/instance-4297349-1532639113.xml

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

MD5SUM BENCH= 3c3f91fe2d5d1aa7af585cdf812638b5
RANDOM SEED=1588613568

node139.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.80
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.80
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.80
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.80
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:        12310364 kB
MemAvailable:   31930528 kB
Buffers:          244108 kB
Cached:         19331380 kB
SwapCached:            0 kB
Active:          3051432 kB
Inactive:       16575800 kB
Active(anon):       6124 kB
Inactive(anon):    73540 kB
Active(file):    3045308 kB
Inactive(file): 16502260 kB
Unevictable:        7312 kB
Mlocked:            7312 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8336 kB
Writeback:             0 kB
AnonPages:         58568 kB
Mapped:            40532 kB
Shmem:             25228 kB
Slab:             528204 kB
SReclaimable:     501056 kB
SUnreclaim:        27148 kB
KernelStack:        3248 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 38712 MiB
End job on node139 at 2018-07-26 23:05:20