Trace number 4307536

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-31)UNSAT 22.5377 8.29738

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f05_c18.xml
MD5SUMf8050e8ddc741b4fb4a45c7e8cfb7628
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 benchmark19.7903
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size39
Distribution of domain sizes[{"size":6,"count":2},{"size":21,"count":4},{"size":22,"count":10},{"size":32,"count":336},{"size":39,"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.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -both -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-25157-serial-file.bin HOME/instance-4307536-1534184696.xml
0.65/0.53	
0.65/0.54	scop both+glucose-syrup (2018-07-31)
0.65/0.54	(Encoding Process)
0.65/0.54	
0.65/0.56	c BEGIN-Prog: Mon Aug 13 20:24:56 CEST 2018
0.65/0.56	c PID: 25160
0.65/0.56	c IP: 172.20.3.134
0.65/0.56	c HOST: node134.alineos.net
0.65/0.57	c (0,0) Parsing Begin
5.68/1.99	c (1,1) Parsing End
5.68/2.00	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 39
5.68/2.00	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.68/2.00	c (1,1) Constraint Name Generate Begin
6.15/2.03	c (1,1) Ctr:HOME/instance-4307536-1534184696.xml,Dist:Eq:IntVar:Le:Num
6.15/2.03	c (1,1) Constraint Name Generate End
6.15/2.03	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.15/2.03	c (1,1) CSP to CSPinCNF Begin
7.16/2.30	c (1,1) translated 411 (10%) constraints
7.16/2.36	c (1,1) translated 821 (20%) constraints
7.54/2.41	c (1,1) translated 1231 (30%) constraints
7.54/2.45	c (1,1) translated 1642 (40%) constraints
7.54/2.49	c (1,1) translated 2052 (50%) constraints
7.93/2.53	c (1,1) translated 2462 (60%) constraints
7.93/2.57	c (2,2) translated 2873 (70%) constraints
8.34/2.60	c (2,2) translated 3283 (80%) constraints
8.34/2.63	c (2,2) translated 3693 (90%) constraints
8.79/2.76	c (2,2) translated 4103 (100%) constraints
9.22/2.87	c (2,2) STATISTICS1:HOME/instance-4307536-1534184696.xml,Dist:Eq:IntVar:Le:Num,680,4783,39,39,2,2,39:3314;32:5144;22:344;21:24;6:60,39:9348;32:7956;22:364;21:40;6:64,2:4103;1:680,2:8886,
9.22/2.87	c (2,2) ==========================================
9.22/2.87	c (2,2) Both Encoding selects:
9.22/2.87	c (2,2) Order
9.22/2.87	c (2,2) ==========================================
9.62/2.90	c (2,2) translated 479 (10%) constraints
9.62/2.91	c (2,2) translated 957 (20%) constraints
9.62/2.93	c (2,2) translated 1435 (30%) constraints
9.62/2.94	c (2,2) translated 1914 (40%) constraints
9.62/2.95	c (2,2) translated 2392 (50%) constraints
9.62/2.97	c (2,2) translated 2870 (60%) constraints
9.62/2.98	c (2,2) translated 3349 (70%) constraints
9.62/2.99	c (2,2) translated 3827 (80%) constraints
9.62/3.00	c (2,2) translated 4305 (90%) constraints
10.02/3.01	c (2,2) translated 4783 (100%) constraints
10.02/3.02	c (2,2) CSP to CSPinCNF End
10.02/3.02	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 39
10.02/3.02	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
10.02/3.02	c (2,2) CSPinCNF Propagation Begin
12.50/4.39	c (3,3) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.50/4.39	c (3,3) CSPinCNF Propagation End
12.50/4.39	c (3,3) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 39
12.50/4.39	c (3,3) Heap : 2365 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
12.50/4.39	c (3,3) Simplify CSPinCNF Begin
13.17/4.65	c (4,4) Simplify CSPinCNF End
13.17/4.65	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 39
13.17/4.65	c (4,4) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.17/4.65	c (4,4) Calculate Precise Domain Begin
13.17/4.65	c (4,4) 0 values are removed by re-calculation
13.17/4.65	c (4,4) Calculate Precise Domain End
13.17/4.66	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 39
13.17/4.66	c (4,4) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.17/4.66	c (4,4) CSPinCNF to SatSolver Begin
14.47/4.96	c (4,4) 1299 (10 %) CSP clauses are encoded (31386 SAT variables, 50505 SAT clauses)
14.92/5.07	c (4,4) 2598 (20 %) CSP clauses are encoded (31386 SAT variables, 78073 SAT clauses)
15.22/5.17	c (4,4) 3897 (30 %) CSP clauses are encoded (31386 SAT variables, 103483 SAT clauses)
15.43/5.28	c (4,4) 5196 (40 %) CSP clauses are encoded (31386 SAT variables, 131265 SAT clauses)
15.63/5.38	c (4,4) 6495 (50 %) CSP clauses are encoded (31386 SAT variables, 160135 SAT clauses)
15.84/5.49	c (4,4) 7794 (60 %) CSP clauses are encoded (31386 SAT variables, 189589 SAT clauses)
16.05/5.59	c (5,5) 9093 (70 %) CSP clauses are encoded (31386 SAT variables, 218811 SAT clauses)
16.26/5.68	c (5,5) 10392 (80 %) CSP clauses are encoded (31386 SAT variables, 248167 SAT clauses)
16.42/5.76	c (5,5) 11691 (90 %) CSP clauses are encoded (31386 SAT variables, 276483 SAT clauses)
16.59/5.83	c (5,5) 12989 (100 %) CSP clauses are encoded (31386 SAT variables, 302440 SAT clauses)
16.59/5.83	c (5,5) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
16.59/5.83	c (5,5) CSPinCNF to SatSolver End
16.59/5.83	c (5,5) Heap : 3041 MiB used (max 21589 MiB), NonHeap : 37 MiB used (max 0 MiB)
16.91/5.92	c (5,5) STATISTICS2:HOME/instance-4307536-1534184696.xml,Dist:Eq:IntVar:Le:Num,8886,12989,39,39,2,2,39:3314;32:5144;22:344;21:24;6:60,39:9348;32:7956;22:364;21:40;6:64;2:16412,2:12309;1:680,2:8886;1:16412,
16.91/5.92	c (5,5) 31386 bool, 302452 clause
16.91/5.92	c (5,5) Export Begin
17.93/6.28	c (5,5) Export to HOME/scop-25157-serial-file.bin
17.93/6.28	c (5,5) Export End
17.93/6.28	c (5,5) Export File Size: 4.28 MB
17.93/6.28	c (5,5) 1,1,2,3,4,4,5,STOP-AFTER(DIMACS)
17.93/6.28	c END-Prog: Mon Aug 13 20:25:02 CEST 2018
0.00/6.33	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-25157-serial-file.bin
18.69/7.04	c (0,0) Read Serial File Begin
18.69/7.04	c (0,0) HOME/scop-25157-serial-file.bin
19.38/7.39	c (0,0) Read Serial File End
19.63/7.40	
19.63/7.40	scop order+glucose-syrup (2018-07-31)
19.63/7.40	(Solving Process)
19.63/7.40	
19.63/7.43	c BEGIN-Prog: Mon Aug 13 20:25:03 CEST 2018
19.63/7.43	c PID: 25181
19.63/7.43	c IP: 172.20.3.134
19.63/7.43	c HOST: node134.alineos.net
19.63/7.43	c (0,0) SatSolver.solve Begin
19.63/7.43	c (0,0) 0 bool, 0 clause
19.63/7.43	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307536-1534184696.xml-scop-25160.cnf
21.92/8.27	c (1,0) c
21.92/8.27	c (1,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
21.92/8.27	c (1,0) c
21.92/8.27	c (1,0) c WARNING: for repeatability, setting FPU to use double precision
21.92/8.27	c (1,0) c 8 solvers engines and 1 companion as a blackboard created.
21.92/8.27	c (1,0) c ========================================[ Problem Statistics ]===========================================
21.92/8.27	c (1,0) c |                                                                                                       |
21.92/8.27	c (1,0) c |  Number of variables:         31386                                                                   |
21.92/8.27	c (1,0) c |  Number of clauses:          302452                                                                   |
21.92/8.27	c (1,0) c |  Parse time:                   0.11 s                                                                 |
21.92/8.27	c (1,0) c |                                                                                                       |
21.92/8.27	c (1,0) c |  Eliminated clauses:           0.08 Mb                                                                |
21.92/8.27	c (1,0) c |  Simplification time:          0.29 s                                                                 |
21.92/8.27	c (1,0) c |                                                                                                       |
21.92/8.27	c (1,0) c |  Generating clones                                                                                    |
21.92/8.27	c (1,0) c |  all clones generated. Memory = 214.43Mb.                                                             |
21.92/8.27	c (1,0) c ========================================================================================================|
21.92/8.27	c (1,0) c Thread 1 is 100% pure glucose! First thread to finish! (UNSAT answer).
21.92/8.27	c (1,0) c Total Memory so far : 790.97Mb
21.92/8.27	c (1,0) c
21.92/8.27	c (1,0) c real time : 0.810691 s
21.92/8.27	c (1,0) c cpu time  : 2.48461 s
21.92/8.27	c (1,0) c
21.92/8.27	c (1,0) c
21.92/8.27	c (1,0) c
21.92/8.27	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
21.92/8.27	c (1,0) c
21.92/8.27	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.92/8.27	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
21.92/8.27	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.92/8.27	c (1,0) c | Conflicts     |           36749 |       4075 |       4568 |       4520 |       4870 |       4647 |       4870 |       4701 |       4498 |
21.92/8.27	c (1,0) c | Decisions     |           51800 |       5663 |       6390 |       6376 |       6912 |       6520 |       6912 |       6673 |       6354 |
21.92/8.27	c (1,0) c | Propagations  |         7051399 |     838137 |     877294 |     863345 |     908084 |     877144 |     908084 |     915808 |     863503 |
21.92/8.27	c (1,0) c | Avg_Trail     |                 |       1582 |       1535 |       1566 |       1499 |       1516 |       1499 |       1540 |       1568 |
21.92/8.27	c (1,0) c | Avg_DL        |                 |         49 |         37 |         38 |         37 |         38 |         37 |         38 |         38 |
21.92/8.27	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.92/8.27	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.92/8.27	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.92/8.27	c (1,0) c | Exported      |            1169 |        100 |        144 |        142 |        181 |        127 |        181 |        166 |        128 |
21.92/8.27	c (1,0) c | Imported      |            5376 |        540 |       1025 |        851 |        385 |        555 |        388 |        773 |        859 |
21.92/8.27	c (1,0) c | Good          |             305 |         28 |         69 |         48 |         18 |         30 |         18 |         44 |         50 |
21.92/8.27	c (1,0) c | Purge         |            5071 |        512 |        956 |        803 |        367 |        525 |        370 |        729 |        809 |
21.92/8.27	c (1,0) c | Promoted      |             356 |         49 |         55 |         51 |         22 |         45 |         22 |         74 |         38 |
21.92/8.27	c (1,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.92/8.27	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
21.92/8.27	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.92/8.27	c (1,0) c | Unaries       |                 |          0 |          6 |          1 |          0 |          0 |          0 |          0 |          1 |
21.92/8.27	c (1,0) c | Binaries      |                 |          8 |         13 |         11 |         14 |          3 |         14 |          8 |         11 |
21.92/8.27	c (1,0) c | Glues         |                 |        100 |        144 |        142 |        181 |        127 |        181 |        166 |        128 |
21.92/8.27	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.92/8.27	c (1,0) c | Orig_Seen     |             3 % |       8918 |       9292 |       9296 |       9507 |       9345 |       9507 |       9516 |       9300 |
21.92/8.27	c (1,0) c | Diff Orig seen|                 | -      374 |      X     |          4 |        215 |         53 |        215 |        224 |          8 |
21.92/8.27	c (1,0) c | Hamming       |             3 % |       3809 |      X     |        524 |        591 |        477 |        591 |        469 |        472 |
21.92/8.27	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
21.92/8.27	c (1,0) 
21.92/8.27	c (1,0) s UNSATISFIABLE
21.92/8.28	c (1,0) SatSolver.solve End
21.92/8.28	c (1,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
21.92/8.28	c (1,0) Show results Begin
21.92/8.28	s UNSATISFIABLE
21.92/8.28	c (1,0) Show results End
21.92/8.28	c (1,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
21.92/8.28	c (1,0) 1,1,STOP-AFTER(ALL)
21.92/8.28	c END-Prog: Mon Aug 13 20:25:04 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 (10623 MiB free)
  memory of node 1: 16384 MiB (6746 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307536-1534184696/watcher-4307536-1534184696 -o /tmp/evaluation-result-4307536-1534184696/solver-4307536-1534184696 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1534182009-22644 --watchdog 2580 scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307536-1534184696.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=25157, runsolver pid=25154

[startup+0.106058 s]*
/proc/loadavg: 2.72 5.75 7.40 2/203 25179
/proc/meminfo: memFree=17692016/32770624 swapFree=67108688/67108860
[pid=25157] ppid=25154 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25157/stat : 25157 (scop.sh) S 25154 25157 22617 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236032792 115843072 349 33554432000 4194304 5098028 140731856638832 140731856636088 140707022287484 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30474240 140731856647203 140731856647427 140731856647427 140731856650189 0
/proc/25157/statm: 28282 349 296 221 0 87 0
[pid=25160] ppid=25157 vsize=27313900 memory=107108 CPUtime=0.11 cores=0-7
/proc/25160/stat : 25160 (java) S 25157 25157 22617 0 -1 1077944320 6781 0 0 0 8 3 0 0 20 0 20 0 236032793 27969433600 26777 33554432000 4194304 4196468 140732582423728 140732582406272 140358831435511 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
/proc/25160/statm: 6828475 26777 2740 1 0 6790935 0
[pid=25160/tid=25161] ppid=25157 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/25160/task/25161/stat : 25161 (java) R 25157 25157 22617 0 -1 4202560 4904 0 0 0 7 2 0 0 20 0 20 0 236032793 27969433600 26843 33554432000 4194304 4196468 140732582423728 140358803215584 140358811711271 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25162] ppid=25157 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25160/task/25162/stat : 25162 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 26843 33554432000 4194304 4196468 140732582423728 140358835678352 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25163] ppid=25157 vsize=27313900 memory=140047006492288 CPUtime=0 cores=0-7
/proc/25160/task/25163/stat : 25163 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 26843 33554432000 4194304 4196468 140732582423728 140358660320272 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25164] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25164/stat : 25164 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 26843 33554432000 4194304 4196468 140732582423728 140358252657552 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25165] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25165/stat : 25165 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 26843 33554432000 4194304 4196468 140732582423728 140358251604752 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25166] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25166/stat : 25166 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 26843 33554432000 4194304 4196468 140732582423728 140358250551952 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25167] ppid=25157 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25160/task/25167/stat : 25167 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 26843 33554432000 4194304 4196468 140732582423728 140358249499152 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25168] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25168/stat : 25168 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 26843 33554432000 4194304 4196468 140732582423728 140358248446352 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25169] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25169/stat : 25169 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 26843 33554432000 4194304 4196468 140732582423728 140358247393552 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25170] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25170/stat : 25170 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032797 27969433600 26843 33554432000 4194304 4196468 140732582423728 140358091176816 140358831446658 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25171] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25171/stat : 25171 (java) S 25157 25157 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236032797 27969433600 26909 33554432000 4194304 4196468 140732582423728 140356578436640 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25172] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25172/stat : 25172 (java) S 25157 25157 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236032798 27969433600 26909 33554432000 4194304 4196468 140732582423728 140356444214640 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25173] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25173/stat : 25173 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 26909 33554432000 4194304 4196468 140732582423728 140356069710160 140358831454107 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25174] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25174/stat : 25174 (java) S 25157 25157 22617 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 26909 33554432000 4194304 4196468 140732582423728 140358090123632 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25175] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25175/stat : 25175 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 26909 33554432000 4194304 4196468 140732582423728 140358089070832 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25176] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25176/stat : 25176 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 26909 33554432000 4194304 4196468 140732582423728 140358088018032 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25177] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25177/stat : 25177 (java) S 25157 25157 22617 0 -1 1077944384 251 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 26909 33554432000 4194304 4196468 140732582423728 140358086965232 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25178] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25178/stat : 25178 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 26909 33554432000 4194304 4196468 140732582423728 140355571805280 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25179] ppid=25157 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25160/task/25179/stat : 25179 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032801 27969433600 26909 33554432000 4194304 4196468 140732582423728 140358085913648 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 108504 KiB

[startup+0.210479 s]*
/proc/loadavg: 2.72 5.75 7.40 2/203 25179
/proc/meminfo: memFree=17676148/32770624 swapFree=67108688/67108860
[pid=25157] ppid=25154 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25157/stat : 25157 (scop.sh) S 25154 25157 22617 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236032792 115843072 349 33554432000 4194304 5098028 140731856638832 140731856636088 140707022287484 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30474240 140731856647203 140731856647427 140731856647427 140731856650189 0
/proc/25157/statm: 28282 349 296 221 0 87 0
[pid=25160] ppid=25157 vsize=27313900 memory=121232 CPUtime=0.25 cores=0-7
/proc/25160/stat : 25160 (java) S 25157 25157 22617 0 -1 1077944320 10540 0 0 0 21 4 0 0 20 0 20 0 236032793 27969433600 30308 33554432000 4194304 4196468 140732582423728 140732582406272 140358831435511 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
/proc/25160/statm: 6828475 30308 2899 1 0 6790935 0
[pid=25160/tid=25161] ppid=25157 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/25160/task/25161/stat : 25161 (java) R 25157 25157 22617 0 -1 4202560 8423 0 0 0 16 3 0 0 20 0 20 0 236032793 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358803216176 140358823672638 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25162] ppid=25157 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/25160/task/25162/stat : 25162 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358835678352 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25163] ppid=25157 vsize=27313900 memory=140047006515101 CPUtime=0 cores=0-7
/proc/25160/task/25163/stat : 25163 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358660320272 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25164] ppid=25157 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25160/task/25164/stat : 25164 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358252657552 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25165] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25165/stat : 25165 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358251604752 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25166] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25166/stat : 25166 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358250551952 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25167] ppid=25157 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25160/task/25167/stat : 25167 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358249499152 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25168] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25168/stat : 25168 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358248446352 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25169] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25169/stat : 25169 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358247393552 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25170] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25170/stat : 25170 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032797 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358091176816 140358831446658 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25171] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25171/stat : 25171 (java) S 25157 25157 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236032797 27969433600 30308 33554432000 4194304 4196468 140732582423728 140356578436640 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25172] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25172/stat : 25172 (java) S 25157 25157 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236032798 27969433600 30308 33554432000 4194304 4196468 140732582423728 140356444214640 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25173] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25173/stat : 25173 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 30308 33554432000 4194304 4196468 140732582423728 140356069710160 140358831454107 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25174] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25174/stat : 25174 (java) S 25157 25157 22617 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358090123632 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25175] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25175/stat : 25175 (java) S 25157 25157 22617 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358089070832 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25176] ppid=25157 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25160/task/25176/stat : 25176 (java) S 25157 25157 22617 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358088018032 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25177] ppid=25157 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/25160/task/25177/stat : 25177 (java) S 25157 25157 22617 0 -1 1077944384 294 0 0 0 2 0 0 0 20 0 20 0 236032800 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358086965232 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25178] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25178/stat : 25178 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 30308 33554432000 4194304 4196468 140732582423728 140355571805280 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25179] ppid=25157 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25160/task/25179/stat : 25179 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032801 27969433600 30308 33554432000 4194304 4196468 140732582423728 140358085913648 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 122628 KiB

[startup+0.310429 s]*
/proc/loadavg: 2.72 5.75 7.40 2/203 25179
/proc/meminfo: memFree=17672612/32770624 swapFree=67108688/67108860
[pid=25157] ppid=25154 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25157/stat : 25157 (scop.sh) S 25154 25157 22617 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236032792 115843072 349 33554432000 4194304 5098028 140731856638832 140731856636088 140707022287484 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30474240 140731856647203 140731856647427 140731856647427 140731856650189 0
/proc/25157/statm: 28282 349 296 221 0 87 0
[pid=25160] ppid=25157 vsize=27313900 memory=125492 CPUtime=0.41 cores=0-7
/proc/25160/stat : 25160 (java) S 25157 25157 22617 0 -1 1077944320 11176 0 0 0 37 4 0 0 20 0 20 0 236032793 27969433600 31373 33554432000 4194304 4196468 140732582423728 140732582406272 140358831435511 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
/proc/25160/statm: 6828475 31373 2994 1 0 6790935 0
[pid=25160/tid=25161] ppid=25157 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25160/task/25161/stat : 25161 (java) R 25157 25157 22617 0 -1 4202560 8861 0 0 0 26 3 0 0 20 0 20 0 236032793 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358803230960 140358812999080 0 4 2 16800973 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25162] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25162/stat : 25162 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358835678352 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25163] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25163/stat : 25163 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358660320272 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25164] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25164/stat : 25164 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358252657552 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25165] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25165/stat : 25165 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358251604752 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25166] ppid=25157 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/25160/task/25166/stat : 25166 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358250551952 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25167] ppid=25157 vsize=27313900 memory=140046871131055 CPUtime=0 cores=0-7
/proc/25160/task/25167/stat : 25167 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358249499152 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25168] ppid=25157 vsize=27313900 memory=140046871133360 CPUtime=0 cores=0-7
/proc/25160/task/25168/stat : 25168 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358248446352 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25169] ppid=25157 vsize=27313900 memory=140046871135664 CPUtime=0 cores=0-7
/proc/25160/task/25169/stat : 25169 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032795 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358247393552 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25170] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25170/stat : 25170 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236032797 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358091176816 140358831446658 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25171] ppid=25157 vsize=27313900 memory=280093742278288 CPUtime=0 cores=0-7
/proc/25160/task/25171/stat : 25171 (java) S 25157 25157 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236032797 27969433600 31373 33554432000 4194304 4196468 140732582423728 140356578436640 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25172] ppid=25157 vsize=27313900 memory=280093742285200 CPUtime=0 cores=0-7
/proc/25160/task/25172/stat : 25172 (java) S 25157 25157 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236032798 27969433600 31373 33554432000 4194304 4196468 140732582423728 140356444214640 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25173] ppid=25157 vsize=27313900 memory=280093742226480 CPUtime=0 cores=0-7
/proc/25160/task/25173/stat : 25173 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 31373 33554432000 4194304 4196468 140732582423728 140356069710160 140358831454107 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25174] ppid=25157 vsize=27313900 memory=280093742299024 CPUtime=0.01 cores=0-7
/proc/25160/task/25174/stat : 25174 (java) S 25157 25157 22617 0 -1 1077944384 317 0 0 0 1 0 0 0 20 0 20 0 236032800 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358090123632 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25175] ppid=25157 vsize=27313900 memory=280093742305936 CPUtime=0.01 cores=0-7
/proc/25160/task/25175/stat : 25175 (java) S 25157 25157 22617 0 -1 1077944384 136 0 0 0 1 0 0 0 20 0 20 0 236032800 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358089070832 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25176] ppid=25157 vsize=27313900 memory=280093742303632 CPUtime=0.01 cores=0-7
/proc/25160/task/25176/stat : 25176 (java) S 25157 25157 22617 0 -1 1077944384 172 0 0 0 1 0 0 0 20 0 20 0 236032800 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358088018032 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25177] ppid=25157 vsize=27313900 memory=280093742319792 CPUtime=0.07 cores=0-7
/proc/25160/task/25177/stat : 25177 (java) S 25157 25157 22617 0 -1 1077944384 332 0 0 0 7 0 0 0 20 0 20 0 236032800 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358086965232 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25178] ppid=25157 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25178/stat : 25178 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236032800 27969433600 31373 33554432000 4194304 4196468 140732582423728 140355571805280 140358831445717 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25179] ppid=25157 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25160/task/25179/stat : 25179 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032801 27969433600 31373 33554432000 4194304 4196468 140732582423728 140358085913648 140358831446658 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126888 KiB

[startup+0.703696 s]
/proc/loadavg: 2.72 5.75 7.40 2/203 25179
/proc/meminfo: memFree=17648304/32770624 swapFree=67108688/67108860
[pid=25157] ppid=25154 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25157/stat : 25157 (scop.sh) S 25154 25157 22617 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236032792 115843072 349 33554432000 4194304 5098028 140731856638832 140731856636088 140707022287484 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30474240 140731856647203 140731856647427 140731856647427 140731856650189 0
/proc/25157/statm: 28282 349 296 221 0 87 0
[pid=25160] ppid=25157 vsize=27320172 memory=162524 CPUtime=0.99 cores=0-7
/proc/25160/stat : 25160 (java) S 25157 25157 22617 0 -1 1077944320 18122 0 0 0 93 6 0 0 20 0 20 0 236032793 27975856128 40631 33554432000 4194304 4196468 140732582423728 140732582406272 140358831435511 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
/proc/25160/statm: 6830043 40631 3127 1 0 6791447 0
[pid=25160/tid=25161] ppid=25157 vsize=27320172 memory=280093742677680 CPUtime=0.66 cores=0-7
/proc/25160/task/25161/stat : 25161 (java) R 25157 25157 22617 0 -1 4202560 15363 0 0 0 61 5 0 0 20 0 20 0 236032793 27975856128 40631 33554432000 4194304 4196468 140732582423728 140358803271696 140358333528720 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25162] ppid=25157 vsize=27320172 memory=140046871339888 CPUtime=0 cores=0-7
/proc/25160/task/25162/stat : 25162 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27975856128 40631 33554432000 4194304 4196468 140732582423728 140358835678352 140358831445717 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25163] ppid=25157 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/25160/task/25163/stat : 25163 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27975856128 40631 33554432000 4194304 4196468 140732582423728 140358660320272 140358831445717 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0
[pid=25160/tid=25164] ppid=25157 vsize=27320172 memory=1616 CPUtime=0 cores=0-7
/proc/25160/task/25164/stat : 25164 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236032795 27975856128 40631 33554432000 4194304 4196468 140732582423728 140358252657552 140358831445717 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32722944 140732582425577 140732582425901 140732582425901 140732582428623 0

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

[pid=25181/tid=25185] ppid=25157 vsize=7754116 memory=7590655979367786604 CPUtime=0 cores=0-7
/proc/25181/task/25185/stat : 25185 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033427 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503841843472 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25186] ppid=25157 vsize=7754116 memory=-3535470213243961690 CPUtime=0 cores=0-7
/proc/25181/task/25186/stat : 25186 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033427 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503840790928 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25187] ppid=25157 vsize=7754116 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/25181/task/25187/stat : 25187 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033427 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503839738896 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25188] ppid=25157 vsize=7754116 memory=7811326786122901330 CPUtime=0 cores=0-7
/proc/25181/task/25188/stat : 25188 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033427 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503838686352 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25189] ppid=25157 vsize=7754116 memory=7157773694320158614 CPUtime=0 cores=0-7
/proc/25181/task/25189/stat : 25189 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033427 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503837633296 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25190] ppid=25157 vsize=7754116 memory=1316689 CPUtime=0 cores=0-7
/proc/25181/task/25190/stat : 25190 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033427 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503836580752 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25191] ppid=25157 vsize=7754116 memory=13904 CPUtime=0 cores=0-7
/proc/25181/task/25191/stat : 25191 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033429 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503399999728 140504038496898 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25192] ppid=25157 vsize=7754116 memory=23613 CPUtime=0 cores=0-7
/proc/25181/task/25192/stat : 25192 (java) S 25157 25157 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236033429 7940214784 24417 33554432000 4194304 4196468 140725892666880 140502473106592 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25193] ppid=25157 vsize=7754116 memory=7649399380003337522 CPUtime=0 cores=0-7
/proc/25181/task/25193/stat : 25193 (java) S 25157 25157 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236033429 7940214784 24417 33554432000 4194304 4196468 140725892666880 140502338884336 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25194] ppid=25157 vsize=7754116 memory=7649399384298304818 CPUtime=0 cores=0-7
/proc/25181/task/25194/stat : 25194 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033432 7940214784 24417 33554432000 4194304 4196468 140725892666880 140501964380112 140504038504347 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25195] ppid=25157 vsize=7754116 memory=7649399388593272114 CPUtime=0.03 cores=0-7
/proc/25181/task/25195/stat : 25195 (java) R 25157 25157 22617 0 -1 4202560 419 0 0 0 3 0 0 0 20 0 20 0 236033432 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503398947568 140504031470793 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25196] ppid=25157 vsize=7754116 memory=7649399392888239410 CPUtime=0.01 cores=0-7
/proc/25181/task/25196/stat : 25196 (java) R 25157 25157 22617 0 -1 4202560 95 0 0 0 1 0 0 0 20 0 20 0 236033432 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503397885392 140504016933051 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25197] ppid=25157 vsize=7754116 memory=7649399397183206706 CPUtime=0.03 cores=0-7
/proc/25181/task/25197/stat : 25197 (java) R 25157 25157 22617 0 -1 4202560 176 0 0 0 3 0 0 0 20 0 20 0 236033432 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503396834992 140504038497686 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25198] ppid=25157 vsize=7754116 memory=7649399358545278258 CPUtime=0.16 cores=0-7
/proc/25181/task/25198/stat : 25198 (java) R 25157 25157 22617 0 -1 4202560 525 0 0 0 16 0 0 0 20 0 20 0 236033432 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503395789552 140504038507098 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25199] ppid=25157 vsize=7754116 memory=7649399362840245554 CPUtime=0 cores=0-7
/proc/25181/task/25199/stat : 25199 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033432 7940214784 24417 33554432000 4194304 4196468 140725892666880 140501466474976 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25200] ppid=25157 vsize=7754116 memory=7649399367135212850 CPUtime=0 cores=0-7
/proc/25181/task/25200/stat : 25200 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033432 7940214784 24417 33554432000 4194304 4196468 140725892666880 140503394736816 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
Current children cumulated CPU time: 18.98 s
Current children cumulated vsize: 7867244 KiB
Current children cumulated memory: 99140 KiB

[startup+8.00098 s]*
/proc/loadavg: 2.50 5.66 7.36 2/207 25206
/proc/meminfo: memFree=17461352/32770624 swapFree=67108688/67108860
[pid=25157] ppid=25154 vsize=113128 memory=1472 CPUtime=18.09 cores=0-7
/proc/25157/stat : 25157 (scop.sh) S 25154 25157 22617 0 -1 4202496 591 36025 0 0 0 0 1734 75 20 0 1 0 236032792 115843072 368 33554432000 4194304 5098028 140731856638832 140731856635576 140707022287484 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30474240 140731856647203 140731856647427 140731856647427 140731856650189 0
/proc/25157/statm: 28282 368 311 221 0 87 0
[pid=25181] ppid=25157 vsize=8413904 memory=140892 CPUtime=1.81 cores=0-7
/proc/25181/stat : 25181 (java) S 25157 25157 22617 0 -1 1077944320 19912 0 0 0 167 14 0 0 20 0 24 0 236033425 8615837696 35223 33554432000 4194304 4196468 140725892666880 140725892649424 140504038485751 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
/proc/25181/statm: 2103476 35223 3165 1 0 2064875 0
[pid=25201] ppid=25181 vsize=216216 memory=196744 CPUtime=0.54 cores=0-7
/proc/25201/stat : 25201 (glucose-syrup) R 25181 25157 22617 0 -1 4202496 37022 0 0 0 47 7 0 0 20 0 1 0 236033538 221405184 49186 33554432000 4194304 4373367 140728343074672 140728343072808 140474595384712 0 4 0 8388610 0 0 0 17 1 0 0 0 0 0 6470912 6472264 28512256 140728343082064 140728343082196 140728343082196 140728343084999 0
/proc/25201/statm: 54054 49186 366 44 0 49742 0
[pid=25181/tid=25182] ppid=25157 vsize=8413904 memory=0 CPUtime=0.92 cores=0-7
/proc/25181/task/25182/stat : 25182 (java) S 25157 25157 22617 0 -1 1077944384 15542 0 0 0 81 11 0 0 20 0 24 0 236033426 8615837696 35223 33554432000 4194304 4196468 140725892666880 140504010325904 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25183] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25183/stat : 25183 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140504042727952 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25184] ppid=25157 vsize=8413904 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25181/task/25184/stat : 25184 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503842896528 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25185] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25185/stat : 25185 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503841843472 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25186] ppid=25157 vsize=8413904 memory=4580 CPUtime=0 cores=0-7
/proc/25181/task/25186/stat : 25186 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503840790928 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25187] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25187/stat : 25187 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503839738896 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25188] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25188/stat : 25188 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503838686352 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25189] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25189/stat : 25189 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503837633296 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25190] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25190/stat : 25190 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503836580752 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25191] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25191/stat : 25191 (java) S 25157 25157 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236033429 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503399999728 140504038496898 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25192] ppid=25157 vsize=8413904 memory=43772361331 CPUtime=0 cores=0-7
/proc/25181/task/25192/stat : 25192 (java) S 25157 25157 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236033429 8615837696 35223 33554432000 4194304 4196468 140725892666880 140502473106592 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25193] ppid=25157 vsize=8413904 memory=-4866526899798303339 CPUtime=0 cores=0-7
/proc/25181/task/25193/stat : 25193 (java) S 25157 25157 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 236033429 8615837696 35223 33554432000 4194304 4196468 140725892666880 140502338884336 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25194] ppid=25157 vsize=8413904 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/25181/task/25194/stat : 25194 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140501964380112 140504038504347 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25195] ppid=25157 vsize=8413904 memory=6944656592387989600 CPUtime=0.25 cores=0-7
/proc/25181/task/25195/stat : 25195 (java) S 25157 25157 22617 0 -1 1077944384 887 0 0 0 25 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503398947568 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25196] ppid=25157 vsize=8413904 memory=6943526294502006880 CPUtime=0.15 cores=0-7
/proc/25181/task/25196/stat : 25196 (java) S 25157 25157 22617 0 -1 1077944384 499 0 0 0 15 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503397895024 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25197] ppid=25157 vsize=8413904 memory=0 CPUtime=0.18 cores=0-7
/proc/25181/task/25197/stat : 25197 (java) S 25157 25157 22617 0 -1 1077944384 874 0 0 0 18 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503396841968 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25198] ppid=25157 vsize=8413904 memory=0 CPUtime=0.24 cores=0-7
/proc/25181/task/25198/stat : 25198 (java) S 25157 25157 22617 0 -1 1077944384 688 0 0 0 24 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503395789424 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25199] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25199/stat : 25199 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140501466474976 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25200] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25200/stat : 25200 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503394736816 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25202] ppid=25157 vsize=8413904 memory=7809919479708017260 CPUtime=0 cores=0-7
/proc/25181/task/25202/stat : 25202 (java) S 25157 25157 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236033538 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503387259840 140504038510361 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25204] ppid=25157 vsize=8413904 memory=7809919479708017260 CPUtime=0 cores=0-7
/proc/25181/task/25204/stat : 25204 (java) S 25157 25157 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236033539 8615837696 35223 33554432000 4194304 4196468 140725892666880 140500795375664 140504038507677 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25205] ppid=25157 vsize=8413904 memory=6355210616284144745 CPUtime=0 cores=0-7
/proc/25181/task/25205/stat : 25205 (java) S 25157 25157 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236033539 8615837696 35223 33554432000 4194304 4196468 140725892666880 140501063811248 140504038507677 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25206] ppid=25157 vsize=8413904 memory=7724304903004775529 CPUtime=0 cores=0-7
/proc/25181/task/25206/stat : 25206 (java) S 25157 25157 22617 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 236033541 8615837696 35223 33554432000 4194304 4196468 140725892666880 140500526947744 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
Current children cumulated CPU time: 20.44 s
Current children cumulated vsize: 8743248 KiB
Current children cumulated memory: 339108 KiB

[startup+8.20206 s]
/proc/loadavg: 2.50 5.66 7.36 2/207 25206
/proc/meminfo: memFree=17461352/32770624 swapFree=67108688/67108860
[pid=25157] ppid=25154 vsize=113128 memory=1472 CPUtime=18.09 cores=0-7
/proc/25157/stat : 25157 (scop.sh) S 25154 25157 22617 0 -1 4202496 591 36025 0 0 0 0 1734 75 20 0 1 0 236032792 115843072 368 33554432000 4194304 5098028 140731856638832 140731856635576 140707022287484 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30474240 140731856647203 140731856647427 140731856647427 140731856650189 0
/proc/25157/statm: 28282 368 311 221 0 87 0
[pid=25181] ppid=25157 vsize=8413904 memory=140892 CPUtime=1.81 cores=0-7
/proc/25181/stat : 25181 (java) S 25157 25157 22617 0 -1 1077944320 19912 0 0 0 167 14 0 0 20 0 24 0 236033425 8615837696 35223 33554432000 4194304 4196468 140725892666880 140725892649424 140504038485751 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
/proc/25181/statm: 2103476 35223 3165 1 0 2064875 0
[pid=25201] ppid=25181 vsize=809688 memory=211088 CPUtime=2.02 cores=0-7
/proc/25201/stat : 25201 (glucose-syrup) S 25181 25157 22617 0 -1 1077944320 41092 0 0 0 193 9 0 0 20 0 9 0 236033538 829120512 52772 33554432000 4194304 4373367 140728343074672 140728343073216 140474609252994 0 4 0 8388610 18446744073709551615 0 0 17 3 0 0 0 0 0 6470912 6472264 28512256 140728343082064 140728343082196 140728343082196 140728343084999 0
/proc/25201/statm: 202422 52772 385 44 0 198110 0
[pid=25181/tid=25182] ppid=25157 vsize=8413904 memory=-9001734013606258791 CPUtime=0.92 cores=0-7
/proc/25181/task/25182/stat : 25182 (java) S 25157 25157 22617 0 -1 1077944384 15542 0 0 0 81 11 0 0 20 0 24 0 236033426 8615837696 35223 33554432000 4194304 4196468 140725892666880 140504010325904 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 22 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25183] ppid=25157 vsize=8413904 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/25181/task/25183/stat : 25183 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140504042727952 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25184] ppid=25157 vsize=8413904 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/25181/task/25184/stat : 25184 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503842896528 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25185] ppid=25157 vsize=8413904 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/25181/task/25185/stat : 25185 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503841843472 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25186] ppid=25157 vsize=8413904 memory=3019364 CPUtime=0 cores=0-7
/proc/25181/task/25186/stat : 25186 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503840790928 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25187] ppid=25157 vsize=8413904 memory=1396 CPUtime=0 cores=0-7
/proc/25181/task/25187/stat : 25187 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503839738896 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25188] ppid=25157 vsize=8413904 memory=1396 CPUtime=0 cores=0-7
/proc/25181/task/25188/stat : 25188 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503838686352 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25189] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25189/stat : 25189 (java) S 25157 25157 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503837633296 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25190] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25190/stat : 25190 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236033427 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503836580752 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25191] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25191/stat : 25191 (java) S 25157 25157 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236033429 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503399999728 140504038496898 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25192] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25192/stat : 25192 (java) S 25157 25157 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236033429 8615837696 35223 33554432000 4194304 4196468 140725892666880 140502473106592 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25193] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25193/stat : 25193 (java) S 25157 25157 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 236033429 8615837696 35223 33554432000 4194304 4196468 140725892666880 140502338884336 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25194] ppid=25157 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25181/task/25194/stat : 25194 (java) S 25157 25157 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140501964380112 140504038504347 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25195] ppid=25157 vsize=8413904 memory=0 CPUtime=0.25 cores=0-7
/proc/25181/task/25195/stat : 25195 (java) S 25157 25157 22617 0 -1 1077944384 887 0 0 0 25 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503398947568 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25196] ppid=25157 vsize=8413904 memory=0 CPUtime=0.15 cores=0-7
/proc/25181/task/25196/stat : 25196 (java) S 25157 25157 22617 0 -1 1077944384 499 0 0 0 15 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503397895024 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25197] ppid=25157 vsize=8413904 memory=280092869740068 CPUtime=0.18 cores=0-7
/proc/25181/task/25197/stat : 25197 (java) S 25157 25157 22617 0 -1 1077944384 874 0 0 0 18 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503396841968 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25198] ppid=25157 vsize=8413904 memory=6655300316396806240 CPUtime=0.24 cores=0-7
/proc/25181/task/25198/stat : 25198 (java) S 25157 25157 22617 0 -1 1077944384 688 0 0 0 24 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503395789424 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25199] ppid=25157 vsize=8413904 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/25181/task/25199/stat : 25199 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140501466474976 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25200] ppid=25157 vsize=8413904 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/25181/task/25200/stat : 25200 (java) S 25157 25157 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236033432 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503394736816 140504038496898 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 18 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25202] ppid=25157 vsize=8413904 memory=301793952498201904 CPUtime=0 cores=0-7
/proc/25181/task/25202/stat : 25202 (java) S 25157 25157 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236033538 8615837696 35223 33554432000 4194304 4196468 140725892666880 140503387259840 140504038510361 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25204] ppid=25157 vsize=8413904 memory=14689682327886890 CPUtime=0 cores=0-7
/proc/25181/task/25204/stat : 25204 (java) S 25157 25157 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236033539 8615837696 35223 33554432000 4194304 4196468 140725892666880 140500795375664 140504038507677 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25205] ppid=25157 vsize=8413904 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/25181/task/25205/stat : 25205 (java) S 25157 25157 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236033539 8615837696 35223 33554432000 4194304 4196468 140725892666880 140501063811248 140504038507677 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
[pid=25181/tid=25206] ppid=25157 vsize=8413904 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/25181/task/25206/stat : 25206 (java) S 25157 25157 22617 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 236033541 8615837696 35223 33554432000 4194304 4196468 140725892666880 140500526947744 140504038495957 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36179968 140725892674737 140725892674861 140725892674861 140725892677583 0
Current children cumulated CPU time: 21.92 s
Current children cumulated vsize: 9336720 KiB
Current children cumulated memory: 353452 KiB

Child status: 0
Real time (s): 8.29738
CPU time (s): 22.5377
CPU user time (s): 21.5261
CPU system time (s): 1.01159
CPU usage (%): 271.624
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 3023072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.5261
system time used= 1.01159
maximum resident set size= 3026588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97877
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9964
involuntary context switches= 62


# summary of solver processes directly reported to runsolver:
#   pid: 25157
#   total CPU time (s): 22.5377
#   total CPU user time (s): 21.5261
#   total CPU system time (s): 1.01159

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.081792 second user time and 0.144158 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 20:24:56
IDJOB=4307536
IDBENCH=141185
IDSOLVER=2789
FILE ID=node134/4307536-1534184696
RUNJOBID= node134-1534182009-22644
PBS_JOBID= 21037981
Free space on /tmp= 42776 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f05_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307536-1534184696/watcher-4307536-1534184696 -o /tmp/evaluation-result-4307536-1534184696/solver-4307536-1534184696 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1534182009-22644 --watchdog 2580  scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307536-1534184696.xml

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

MD5SUM BENCH= f8050e8ddc741b4fb4a45c7e8cfb7628
RANDOM SEED=765144935

node134.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.68
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.68
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.68
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.68
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:        17787184 kB
MemAvailable:   31900236 kB
Buffers:          227528 kB
Cached:         14034260 kB
SwapCached:           52 kB
Active:          4499980 kB
Inactive:        9817428 kB
Active(anon):       4804 kB
Inactive(anon):   103128 kB
Active(file):    4495176 kB
Inactive(file):  9714300 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              8760 kB
Writeback:             0 kB
AnonPages:         61908 kB
Mapped:            55984 kB
Shmem:             49652 kB
Slab:             360648 kB
SReclaimable:     332036 kB
SUnreclaim:        28612 kB
KernelStack:        3264 kB
PageTables:         5100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     349048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42768 MiB
End job on node134 at 2018-08-13 20:25:04