Trace number 4307292

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 order+glucose-syrup (2018-07-31)UNSAT 19.3865 7.14802

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f12_c18.xml
MD5SUM3a3bda421e3d420e405b4b910599d042
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 benchmark16.9557
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size32
Distribution of domain sizes[{"size":6,"count":2},{"size":17,"count":4},{"size":22,"count":10},{"size":27,"count":336},{"size":32,"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 -order -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-25279-serial-file.bin HOME/instance-4307292-1534184705.xml
0.64/0.53	
0.64/0.53	scop order+glucose-syrup (2018-07-31)
0.64/0.53	(Encoding Process)
0.64/0.53	
0.64/0.56	c BEGIN-Prog: Mon Aug 13 20:25:05 CEST 2018
0.64/0.56	c PID: 25282
0.64/0.56	c IP: 172.20.3.134
0.64/0.56	c HOST: node134.alineos.net
0.64/0.57	c (0,0) Parsing Begin
5.70/1.94	c (1,1) Parsing End
5.70/1.95	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 32
5.70/1.95	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.70/1.95	c (1,1) Constraint Name Generate Begin
5.70/1.98	c (1,1) Ctr:HOME/instance-4307292-1534184705.xml,Dist:Eq:IntVar:Le:Num
5.70/1.98	c (1,1) Constraint Name Generate End
5.70/1.98	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.70/1.98	c (1,1) CSP to CSPinCNF Begin
6.80/2.25	c (1,1) translated 411 (10%) constraints
7.16/2.31	c (1,1) translated 821 (20%) constraints
7.16/2.36	c (1,1) translated 1231 (30%) constraints
7.56/2.40	c (1,1) translated 1642 (40%) constraints
7.56/2.44	c (1,1) translated 2052 (50%) constraints
7.56/2.48	c (1,1) translated 2462 (60%) constraints
7.95/2.52	c (1,1) translated 2873 (70%) constraints
7.95/2.55	c (2,1) translated 3283 (80%) constraints
7.95/2.58	c (2,2) translated 3693 (90%) constraints
8.78/2.71	c (2,2) translated 4103 (100%) constraints
9.21/2.82	c (2,2) STATISTICS1:HOME/instance-4307292-1534184705.xml,Dist:Eq:IntVar:Le:Num,680,4783,32,32,2,2,32:3314;27:5144;22:344;17:24;6:60,32:9348;27:7956;22:364;17:40;6:64,2:4103;1:680,2:8886,
9.21/2.82	c (2,2) ==========================================
9.21/2.82	c (2,2) Order
9.21/2.82	c (2,2) ==========================================
9.21/2.85	c (2,2) translated 479 (10%) constraints
9.21/2.87	c (2,2) translated 957 (20%) constraints
9.21/2.89	c (2,2) translated 1435 (30%) constraints
9.64/2.90	c (2,2) translated 1914 (40%) constraints
9.64/2.91	c (2,2) translated 2392 (50%) constraints
9.64/2.93	c (2,2) translated 2870 (60%) constraints
9.64/2.94	c (2,2) translated 3349 (70%) constraints
9.64/2.95	c (2,2) translated 3827 (80%) constraints
9.64/2.96	c (2,2) translated 4305 (90%) constraints
9.64/2.97	c (2,2) translated 4783 (100%) constraints
9.64/2.98	c (2,2) CSP to CSPinCNF End
9.64/2.98	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 32
9.64/2.98	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
9.64/2.98	c (2,2) CSPinCNF Propagation Begin
11.94/4.09	c (3,3) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.94/4.09	c (3,3) CSPinCNF Propagation End
11.94/4.09	c (3,3) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 32
11.94/4.09	c (3,3) Heap : 1914 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
11.94/4.09	c (3,3) Simplify CSPinCNF Begin
12.67/4.33	c (3,3) Simplify CSPinCNF End
12.67/4.33	c (3,3) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 32
12.67/4.33	c (3,3) Heap : 2027 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
12.67/4.33	c (3,3) Calculate Precise Domain Begin
12.67/4.34	c (3,3) 0 values are removed by re-calculation
12.67/4.34	c (3,3) Calculate Precise Domain End
12.67/4.34	c (3,3) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 32
12.67/4.34	c (3,3) Heap : 2027 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
12.67/4.34	c (3,3) CSPinCNF to SatSolver Begin
13.98/4.63	c (4,4) 1299 (10 %) CSP clauses are encoded (27394 SAT variables, 41366 SAT clauses)
14.38/4.72	c (4,4) 2598 (20 %) CSP clauses are encoded (27394 SAT variables, 63840 SAT clauses)
14.38/4.79	c (4,4) 3897 (30 %) CSP clauses are encoded (27394 SAT variables, 84804 SAT clauses)
14.66/4.88	c (4,4) 5196 (40 %) CSP clauses are encoded (27394 SAT variables, 107567 SAT clauses)
14.87/4.96	c (4,4) 6495 (50 %) CSP clauses are encoded (27394 SAT variables, 132297 SAT clauses)
15.09/5.05	c (4,4) 7794 (60 %) CSP clauses are encoded (27394 SAT variables, 156912 SAT clauses)
15.32/5.13	c (4,4) 9093 (70 %) CSP clauses are encoded (27394 SAT variables, 181455 SAT clauses)
15.50/5.22	c (4,4) 10392 (80 %) CSP clauses are encoded (27394 SAT variables, 206141 SAT clauses)
15.50/5.29	c (4,4) 11691 (90 %) CSP clauses are encoded (27394 SAT variables, 228478 SAT clauses)
15.70/5.34	c (4,4) 12989 (100 %) CSP clauses are encoded (27394 SAT variables, 245691 SAT clauses)
15.70/5.34	c (4,4) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
15.70/5.34	c (4,4) CSPinCNF to SatSolver End
15.70/5.34	c (4,4) Heap : 2590 MiB used (max 21589 MiB), NonHeap : 37 MiB used (max 0 MiB)
16.04/5.42	c (4,4) STATISTICS2:HOME/instance-4307292-1534184705.xml,Dist:Eq:IntVar:Le:Num,8886,12989,32,32,2,2,32:3314;27:5144;22:344;17:24;6:60,32:9348;27:7956;22:364;17:40;6:64;2:16412,2:12309;1:680,2:8886;1:16412,
16.04/5.42	c (4,4) 27394 bool, 245703 clause
16.04/5.42	c (4,4) Export Begin
17.00/5.74	c (5,5) Export to HOME/scop-25279-serial-file.bin
17.00/5.74	c (5,5) Export End
17.00/5.74	c (5,5) Export File Size: 3.24 MB
17.00/5.74	c (5,5) 1,1,2,3,3,3,4,STOP-AFTER(DIMACS)
17.00/5.74	c END-Prog: Mon Aug 13 20:25:11 CEST 2018
17.00/5.78	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-25279-serial-file.bin
17.65/6.27	c (0,0) Read Serial File Begin
17.65/6.27	c (0,0) HOME/scop-25279-serial-file.bin
18.29/6.59	c (0,0) Read Serial File End
18.55/6.60	
18.55/6.60	scop order+glucose-syrup (2018-07-31)
18.55/6.60	(Solving Process)
18.55/6.60	
18.55/6.63	c BEGIN-Prog: Mon Aug 13 20:25:11 CEST 2018
18.55/6.63	c PID: 25303
18.55/6.63	c IP: 172.20.3.134
18.55/6.63	c HOST: node134.alineos.net
18.55/6.63	c (0,0) SatSolver.solve Begin
18.55/6.63	c (0,0) 0 bool, 0 clause
18.55/6.63	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307292-1534184705.xml-scop-25282.cnf
19.23/7.12	c (0,0) c
19.23/7.12	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
19.23/7.12	c (0,0) c
19.23/7.12	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
19.23/7.12	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
19.23/7.12	c (0,0) c ========================================[ Problem Statistics ]===========================================
19.23/7.12	c (0,0) c |                                                                                                       |
19.23/7.12	c (0,0) c |  Number of variables:         27394                                                                   |
19.23/7.12	c (0,0) c |  Number of clauses:          245703                                                                   |
19.23/7.12	c (0,0) c |  Parse time:                   0.09 s                                                                 |
19.23/7.12	c (0,0) c |                                                                                                       |
19.23/7.12	c (0,0) c |  Eliminated clauses:           0.08 Mb                                                                |
19.23/7.12	c (0,0) c |  Simplification time:          0.23 s                                                                 |
19.23/7.12	c (0,0) c |                                                                                                       |
19.23/7.12	c (0,0) c |  Generating clones                                                                                    |
19.23/7.12	c (0,0) c |  all clones generated. Memory = 190.93Mb.                                                             |
19.23/7.12	c (0,0) c ========================================================================================================|
19.23/7.12	c (0,0) c Thread 3 is 100% pure glucose! First thread to finish! (UNSAT answer).
19.23/7.12	c (0,0) c Total Memory so far : 766.96Mb
19.23/7.12	c (0,0) c
19.23/7.12	c (0,0) c real time : 0.464055 s
19.23/7.12	c (0,0) c cpu time  : 0.491469 s
19.23/7.12	c (0,0) c
19.23/7.12	c (0,0) c
19.23/7.12	c (0,0) c
19.23/7.12	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
19.23/7.12	c (0,0) c
19.23/7.12	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.23/7.12	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
19.23/7.12	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.23/7.12	c (0,0) c | Conflicts     |             203 |          0 |         45 |         10 |         52 |          6 |         49 |         10 |         31 |
19.23/7.12	c (0,0) c | Decisions     |            2583 |        341 |        338 |        301 |        341 |        297 |        340 |        301 |        324 |
19.23/7.12	c (0,0) c | Propagations  |          113959 |      15437 |      16218 |      11998 |      16651 |      11379 |      16376 |      11998 |      13902 |
19.23/7.12	c (0,0) c | Avg_Trail     |                 |          0 |       3608 |       8114 |       3160 |       7841 |       3337 |       8114 |       4853 |
19.23/7.12	c (0,0) c | Avg_DL        |                 |          0 |        103 |        212 |         89 |        210 |         95 |        212 |        138 |
19.23/7.12	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.23/7.12	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.23/7.12	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.23/7.12	c (0,0) c | Exported      |              85 |          0 |         19 |          4 |         21 |          4 |         21 |          4 |         12 |
19.23/7.12	c (0,0) c | Imported      |             179 |          0 |         61 |          0 |         62 |          0 |         56 |          0 |          0 |
19.23/7.12	c (0,0) c | Good          |              58 |          0 |         21 |          0 |         20 |          0 |         17 |          0 |          0 |
19.23/7.12	c (0,0) c | Purge         |             121 |          0 |         40 |          0 |         42 |          0 |         39 |          0 |          0 |
19.23/7.12	c (0,0) c | Promoted      |               1 |          0 |          1 |          0 |          0 |          0 |          0 |          0 |          0 |
19.23/7.12	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.23/7.12	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
19.23/7.12	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.23/7.12	c (0,0) c | Unaries       |                 |          0 |          1 |          0 |          3 |          0 |          1 |          0 |          0 |
19.23/7.12	c (0,0) c | Binaries      |                 |          0 |          5 |          2 |          7 |          2 |          7 |          2 |          3 |
19.23/7.12	c (0,0) c | Glues         |                 |          0 |         19 |          4 |         21 |          4 |         21 |          4 |         12 |
19.23/7.12	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.23/7.12	c (0,0) c | Orig_Seen     |             0 % |          0 |        418 |         86 |        481 |         32 |        458 |         86 |        283 |
19.23/7.12	c (0,0) c | Diff Orig seen|                 | -      481 | -       63 | -      395 |      X     | -      449 | -       23 | -      395 | -      198 |
19.23/7.12	c (0,0) c | Hamming       |             5 % |       3457 |        105 |       2121 |      X     |       2822 |        101 |       2121 |        380 |
19.23/7.12	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
19.23/7.12	c (0,0) 
19.23/7.12	c (0,0) s UNSATISFIABLE
19.23/7.13	c (0,0) SatSolver.solve End
19.23/7.13	c (0,0) Heap : 164 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
19.23/7.13	c (0,0) Show results Begin
19.23/7.13	s UNSATISFIABLE
19.23/7.13	c (0,0) Show results End
19.23/7.13	c (0,0) Heap : 164 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
19.23/7.13	c (0,0) 0,0,STOP-AFTER(ALL)
19.23/7.13	c END-Prog: Mon Aug 13 20:25:12 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 (6745 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.102054 s]*
/proc/loadavg: 2.50 5.66 7.36 3/202 25302
/proc/meminfo: memFree=17689136/32770624 swapFree=67108688/67108860
[pid=25279] ppid=25276 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25279/stat : 25279 (scop.sh) S 25276 25279 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236033685 115843072 349 33554432000 4194304 5098028 140733904691392 140733904688648 139635699327612 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10649600 140733904700450 140733904700675 140733904700675 140733904703437 0
/proc/25279/statm: 28282 349 296 221 0 87 0
[pid=25282] ppid=25279 vsize=27313900 memory=109724 CPUtime=0.1 cores=0-7
/proc/25282/stat : 25282 (java) S 25279 25279 22617 0 -1 1077944320 6374 0 0 0 8 2 0 0 20 0 20 0 236033685 27969433600 27431 33554432000 4194304 4196468 140733350400592 140733350383136 140181601922807 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
/proc/25282/statm: 6828475 27431 2737 1 0 6790935 0
[pid=25282/tid=25283] ppid=25279 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/25282/task/25283/stat : 25283 (java) R 25279 25279 22617 0 -1 4202560 4541 0 0 0 7 2 0 0 20 0 20 0 236033685 27969433600 27496 33554432000 4194304 4196468 140733350400592 140181573757232 140181586003294 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25284] ppid=25279 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25282/task/25284/stat : 25284 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 27496 33554432000 4194304 4196468 140733350400592 140181606165392 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25285] ppid=25279 vsize=27313900 memory=140251075081856 CPUtime=0 cores=0-7
/proc/25282/task/25285/stat : 25285 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 27496 33554432000 4194304 4196468 140733350400592 140181426461456 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25286] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25286/stat : 25286 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 27496 33554432000 4194304 4196468 140733350400592 140181425409168 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25287] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25287/stat : 25287 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 27496 33554432000 4194304 4196468 140733350400592 140181022493712 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25288] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25288/stat : 25288 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 27496 33554432000 4194304 4196468 140733350400592 140181021440400 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25289] ppid=25279 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25282/task/25289/stat : 25289 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 27496 33554432000 4194304 4196468 140733350400592 140181020387600 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25290] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25290/stat : 25290 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 27496 33554432000 4194304 4196468 140733350400592 140181019335312 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25291] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25291/stat : 25291 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 27496 33554432000 4194304 4196468 140733350400592 140181018282512 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25292] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25292/stat : 25292 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033689 27969433600 27496 33554432000 4194304 4196468 140733350400592 140179653667440 140181601933954 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25293] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25293/stat : 25293 (java) S 25279 25279 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236033690 27969433600 27496 33554432000 4194304 4196468 140733350400592 140179545253152 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25294] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25294/stat : 25294 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033690 27969433600 27496 33554432000 4194304 4196468 140733350400592 140179276818032 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25295] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25295/stat : 25295 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 27496 33554432000 4194304 4196468 140733350400592 140178902309456 140181601941403 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25296] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25296/stat : 25296 (java) S 25279 25279 22617 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 27496 33554432000 4194304 4196468 140733350400592 140179652614256 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25298] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25298/stat : 25298 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 27496 33554432000 4194304 4196468 140733350400592 140179651561456 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25299] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25299/stat : 25299 (java) R 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 27496 33554432000 4194304 4196468 140733350400592 140179650509168 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25300] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25300/stat : 25300 (java) R 25279 25279 22617 0 -1 4202560 233 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 27496 33554432000 4194304 4196468 140733350400592 140179649456368 140181580816520 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25301] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25301/stat : 25301 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033693 27969433600 27496 33554432000 4194304 4196468 140733350400592 140178404404064 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25302] ppid=25279 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25282/task/25302/stat : 25302 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033693 27969433600 27496 33554432000 4194304 4196468 140733350400592 140179648404272 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 111120 KiB

[startup+0.210415 s]*
/proc/loadavg: 2.30 5.56 7.32 2/202 25302
/proc/meminfo: memFree=17673096/32770624 swapFree=67108688/67108860
[pid=25279] ppid=25276 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25279/stat : 25279 (scop.sh) S 25276 25279 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236033685 115843072 349 33554432000 4194304 5098028 140733904691392 140733904688648 139635699327612 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10649600 140733904700450 140733904700675 140733904700675 140733904703437 0
/proc/25279/statm: 28282 349 296 221 0 87 0
[pid=25282] ppid=25279 vsize=27313900 memory=124100 CPUtime=0.24 cores=0-7
/proc/25282/stat : 25282 (java) S 25279 25279 22617 0 -1 1077944320 10217 0 0 0 21 3 0 0 20 0 20 0 236033685 27969433600 31025 33554432000 4194304 4196468 140733350400592 140733350383136 140181601922807 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
/proc/25282/statm: 6828475 31025 2890 1 0 6790935 0
[pid=25282/tid=25283] ppid=25279 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/25282/task/25283/stat : 25283 (java) R 25279 25279 22617 0 -1 4202560 8117 0 0 0 17 2 0 0 20 0 20 0 236033685 27969433600 31025 33554432000 4194304 4196468 140733350400592 140181573731552 140181583316541 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25284] ppid=25279 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/25282/task/25284/stat : 25284 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31025 33554432000 4194304 4196468 140733350400592 140181606165392 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25285] ppid=25279 vsize=27313900 memory=140251075104669 CPUtime=0 cores=0-7
/proc/25282/task/25285/stat : 25285 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31025 33554432000 4194304 4196468 140733350400592 140181426461456 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25286] ppid=25279 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25282/task/25286/stat : 25286 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31025 33554432000 4194304 4196468 140733350400592 140181425409168 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25287] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25287/stat : 25287 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31025 33554432000 4194304 4196468 140733350400592 140181022493712 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25288] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25288/stat : 25288 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31025 33554432000 4194304 4196468 140733350400592 140181021440400 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25289] ppid=25279 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25282/task/25289/stat : 25289 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31025 33554432000 4194304 4196468 140733350400592 140181020387600 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25290] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25290/stat : 25290 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31025 33554432000 4194304 4196468 140733350400592 140181019335312 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25291] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25291/stat : 25291 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31025 33554432000 4194304 4196468 140733350400592 140181018282512 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25292] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25292/stat : 25292 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033689 27969433600 31025 33554432000 4194304 4196468 140733350400592 140179653667440 140181601933954 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25293] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25293/stat : 25293 (java) S 25279 25279 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236033690 27969433600 31025 33554432000 4194304 4196468 140733350400592 140179545253152 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25294] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25294/stat : 25294 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033690 27969433600 31025 33554432000 4194304 4196468 140733350400592 140179276818032 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25295] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25295/stat : 25295 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 31025 33554432000 4194304 4196468 140733350400592 140178902309456 140181601941403 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25296] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25296/stat : 25296 (java) R 25279 25279 22617 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 31025 33554432000 4194304 4196468 140733350400592 140179652614256 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25298] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25298/stat : 25298 (java) S 25279 25279 22617 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 31025 33554432000 4194304 4196468 140733350400592 140179651561456 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25299] ppid=25279 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25282/task/25299/stat : 25299 (java) R 25279 25279 22617 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 31025 33554432000 4194304 4196468 140733350400592 140179650509168 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25300] ppid=25279 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/25282/task/25300/stat : 25300 (java) S 25279 25279 22617 0 -1 1077944384 275 0 0 0 2 0 0 0 20 0 20 0 236033692 27969433600 31025 33554432000 4194304 4196468 140733350400592 140179649456368 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25301] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25301/stat : 25301 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033693 27969433600 31025 33554432000 4194304 4196468 140733350400592 140178404404064 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25302] ppid=25279 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25282/task/25302/stat : 25302 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033693 27969433600 31025 33554432000 4194304 4196468 140733350400592 140179648404272 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 125496 KiB

[startup+0.310415 s]*
/proc/loadavg: 2.30 5.56 7.32 2/202 25302
/proc/meminfo: memFree=17669792/32770624 swapFree=67108688/67108860
[pid=25279] ppid=25276 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25279/stat : 25279 (scop.sh) S 25276 25279 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236033685 115843072 349 33554432000 4194304 5098028 140733904691392 140733904688648 139635699327612 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10649600 140733904700450 140733904700675 140733904700675 140733904703437 0
/proc/25279/statm: 28282 349 296 221 0 87 0
[pid=25282] ppid=25279 vsize=27313900 memory=127608 CPUtime=0.41 cores=0-7
/proc/25282/stat : 25282 (java) S 25279 25279 22617 0 -1 1077944320 10766 0 0 0 38 3 0 0 20 0 20 0 236033685 27969433600 31902 33554432000 4194304 4196468 140733350400592 140733350383136 140181601922807 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
/proc/25282/statm: 6828475 31902 2931 1 0 6790935 0
[pid=25282/tid=25283] ppid=25279 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25282/task/25283/stat : 25283 (java) R 25279 25279 22617 0 -1 4202560 8497 0 0 0 26 3 0 0 20 0 20 0 236033685 27969433600 31902 33554432000 4194304 4196468 140733350400592 140181573718256 140181583486384 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25284] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25284/stat : 25284 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31902 33554432000 4194304 4196468 140733350400592 140181606165392 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25285] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25285/stat : 25285 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31902 33554432000 4194304 4196468 140733350400592 140181426461456 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25286] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25286/stat : 25286 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31902 33554432000 4194304 4196468 140733350400592 140181425409168 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25287] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25287/stat : 25287 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31902 33554432000 4194304 4196468 140733350400592 140181022493712 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25288] ppid=25279 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/25282/task/25288/stat : 25288 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31902 33554432000 4194304 4196468 140733350400592 140181021440400 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25289] ppid=25279 vsize=27313900 memory=140250949186479 CPUtime=0 cores=0-7
/proc/25282/task/25289/stat : 25289 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31902 33554432000 4194304 4196468 140733350400592 140181020387600 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25290] ppid=25279 vsize=27313900 memory=140250949188784 CPUtime=0 cores=0-7
/proc/25282/task/25290/stat : 25290 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31902 33554432000 4194304 4196468 140733350400592 140181019335312 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25291] ppid=25279 vsize=27313900 memory=140250949191088 CPUtime=0 cores=0-7
/proc/25282/task/25291/stat : 25291 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033688 27969433600 31902 33554432000 4194304 4196468 140733350400592 140181018282512 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25292] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25292/stat : 25292 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033689 27969433600 31902 33554432000 4194304 4196468 140733350400592 140179653667440 140181601933954 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25293] ppid=25279 vsize=27313900 memory=280501898389136 CPUtime=0 cores=0-7
/proc/25282/task/25293/stat : 25293 (java) S 25279 25279 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236033690 27969433600 31902 33554432000 4194304 4196468 140733350400592 140179545253152 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25294] ppid=25279 vsize=27313900 memory=280501898396048 CPUtime=0 cores=0-7
/proc/25282/task/25294/stat : 25294 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033690 27969433600 31902 33554432000 4194304 4196468 140733350400592 140179276818032 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25295] ppid=25279 vsize=27313900 memory=280501898337328 CPUtime=0 cores=0-7
/proc/25282/task/25295/stat : 25295 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 31902 33554432000 4194304 4196468 140733350400592 140178902309456 140181601941403 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25296] ppid=25279 vsize=27313900 memory=280501898409872 CPUtime=0 cores=0-7
/proc/25282/task/25296/stat : 25296 (java) S 25279 25279 22617 0 -1 1077944384 323 0 0 0 0 0 0 0 20 0 20 0 236033692 27969433600 31902 33554432000 4194304 4196468 140733350400592 140179652614256 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25298] ppid=25279 vsize=27313900 memory=280501898416784 CPUtime=0.01 cores=0-7
/proc/25282/task/25298/stat : 25298 (java) S 25279 25279 22617 0 -1 1077944384 114 0 0 0 1 0 0 0 20 0 20 0 236033692 27969433600 31902 33554432000 4194304 4196468 140733350400592 140179651561456 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25299] ppid=25279 vsize=27313900 memory=280501898414480 CPUtime=0.01 cores=0-7
/proc/25282/task/25299/stat : 25299 (java) S 25279 25279 22617 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 236033692 27969433600 31902 33554432000 4194304 4196468 140733350400592 140179650509168 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25300] ppid=25279 vsize=27313900 memory=280501898430640 CPUtime=0.07 cores=0-7
/proc/25282/task/25300/stat : 25300 (java) S 25279 25279 22617 0 -1 1077944384 296 0 0 0 7 0 0 0 20 0 20 0 236033692 27969433600 31902 33554432000 4194304 4196468 140733350400592 140179649456368 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25301] ppid=25279 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25301/stat : 25301 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236033693 27969433600 31902 33554432000 4194304 4196468 140733350400592 140178404404064 140181601933013 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25302] ppid=25279 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/25282/task/25302/stat : 25302 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033693 27969433600 31902 33554432000 4194304 4196468 140733350400592 140179648404272 140181601933954 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 129004 KiB

[startup+0.70097 s]
/proc/loadavg: 2.30 5.56 7.32 2/202 25302
/proc/meminfo: memFree=17645236/32770624 swapFree=67108688/67108860
[pid=25279] ppid=25276 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/25279/stat : 25279 (scop.sh) S 25276 25279 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236033685 115843072 349 33554432000 4194304 5098028 140733904691392 140733904688648 139635699327612 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10649600 140733904700450 140733904700675 140733904700675 140733904703437 0
/proc/25279/statm: 28282 349 296 221 0 87 0
[pid=25282] ppid=25279 vsize=27320172 memory=166496 CPUtime=0.99 cores=0-7
/proc/25282/stat : 25282 (java) S 25279 25279 22617 0 -1 1077944320 17597 0 0 0 93 6 0 0 20 0 20 0 236033685 27975856128 41624 33554432000 4194304 4196468 140733350400592 140733350383136 140181601922807 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
/proc/25282/statm: 6830043 41624 3093 1 0 6791447 0
[pid=25282/tid=25283] ppid=25279 vsize=27320172 memory=280501898788528 CPUtime=0.67 cores=0-7
/proc/25282/task/25283/stat : 25283 (java) R 25279 25279 22617 0 -1 4202560 14867 0 0 0 62 5 0 0 20 0 20 0 236033685 27975856128 41624 33554432000 4194304 4196468 140733350400592 140181573760320 140181601934742 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25284] ppid=25279 vsize=27320172 memory=140250949395312 CPUtime=0 cores=0-7
/proc/25282/task/25284/stat : 25284 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236033688 27975856128 41624 33554432000 4194304 4196468 140733350400592 140181606165392 140181601933013 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25285] ppid=25279 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/25282/task/25285/stat : 25285 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27975856128 41624 33554432000 4194304 4196468 140733350400592 140181426461456 140181601933013 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0
[pid=25282/tid=25286] ppid=25279 vsize=27320172 memory=1616 CPUtime=0 cores=0-7
/proc/25282/task/25286/stat : 25286 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236033688 27975856128 41624 33554432000 4194304 4196468 140733350400592 140181425409168 140181601933013 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22687744 140733350405096 140733350405421 140733350405421 140733350408143 0

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

[pid=25303/tid=25307] ppid=25279 vsize=8413904 memory=7523107478184158290 CPUtime=0 cores=0-7
/proc/25303/task/25307/stat : 25307 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659136498192 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25308] ppid=25279 vsize=8413904 memory=5866036789145854316 CPUtime=0 cores=0-7
/proc/25303/task/25308/stat : 25308 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659135445648 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25309] ppid=25279 vsize=8413904 memory=280501898447048 CPUtime=0 cores=0-7
/proc/25303/task/25309/stat : 25309 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659134393104 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25310] ppid=25279 vsize=8413904 memory=288230376153011358 CPUtime=0 cores=0-7
/proc/25303/task/25310/stat : 25310 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659133340560 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25311] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25311/stat : 25311 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659132288016 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25312] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25312/stat : 25312 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659131235472 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25313] ppid=25279 vsize=8413904 memory=248820340409747 CPUtime=0 cores=0-7
/proc/25303/task/25313/stat : 25313 (java) S 25279 25279 22617 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 236034266 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658559903728 140659333151362 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25314] ppid=25279 vsize=8413904 memory=140252157052724 CPUtime=0 cores=0-7
/proc/25303/task/25314/stat : 25314 (java) S 25279 25279 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236034266 8615837696 34002 33554432000 4194304 4196468 140735713967680 140657897235360 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25315] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25315/stat : 25315 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034267 8615837696 34002 33554432000 4194304 4196468 140735713967680 140657628799984 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25316] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25316/stat : 25316 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140657254291664 140659333158811 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25317] ppid=25279 vsize=8413904 memory=0 CPUtime=0.15 cores=0-7
/proc/25303/task/25317/stat : 25317 (java) S 25279 25279 22617 0 -1 1077944384 648 0 0 0 15 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658558851568 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25318] ppid=25279 vsize=8413904 memory=0 CPUtime=0.18 cores=0-7
/proc/25303/task/25318/stat : 25318 (java) S 25279 25279 22617 0 -1 1077944384 488 0 0 0 18 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658557799024 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25319] ppid=25279 vsize=8413904 memory=0 CPUtime=0.16 cores=0-7
/proc/25303/task/25319/stat : 25319 (java) S 25279 25279 22617 0 -1 1077944384 870 0 0 0 16 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658556746480 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25320] ppid=25279 vsize=8413904 memory=0 CPUtime=0.24 cores=0-7
/proc/25303/task/25320/stat : 25320 (java) S 25279 25279 22617 0 -1 1077944384 702 0 0 0 24 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658555693936 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25321] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25321/stat : 25321 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140656756386016 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25322] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25322/stat : 25322 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034270 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658554640816 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
Current children cumulated CPU time: 18.76 s
Current children cumulated vsize: 8527032 KiB
Current children cumulated memory: 137480 KiB

[startup+7.00086 s]*
/proc/loadavg: 2.28 5.50 7.29 2/207 25328
/proc/meminfo: memFree=17617144/32770624 swapFree=67108688/67108860
[pid=25279] ppid=25276 vsize=113128 memory=1472 CPUtime=17.1 cores=0-7
/proc/25279/stat : 25279 (scop.sh) S 25276 25279 22617 0 -1 4202496 589 36503 0 0 0 0 1645 65 20 0 1 0 236033685 115843072 368 33554432000 4194304 5098028 140733904691392 140733904688136 139635699327612 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10649600 140733904700450 140733904700675 140733904700675 140733904703437 0
/proc/25279/statm: 28282 368 311 221 0 87 0
[pid=25303] ppid=25279 vsize=8413904 memory=136008 CPUtime=1.66 cores=0-7
/proc/25303/stat : 25303 (java) S 25279 25279 22617 0 -1 1077944320 19161 0 0 0 152 14 0 0 20 0 24 0 236034263 8615837696 34002 33554432000 4194304 4196468 140735713967680 140735713950224 140659333140215 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
/proc/25303/statm: 2103476 34002 3166 1 0 2064875 0
[pid=25323] ppid=25303 vsize=77828 memory=49324 CPUtime=0.34 cores=0-7
/proc/25323/stat : 25323 (glucose-syrup) R 25303 25279 22617 0 -1 4202496 11140 0 0 0 33 1 0 0 20 0 1 0 236034350 79695872 12265 33554432000 4194304 4373367 140723345926816 140723345924536 140614779747152 0 4 0 8388610 0 0 0 17 2 0 0 0 0 0 6470912 6472264 27770880 140723345933392 140723345933524 140723345933524 140723345936327 0
/proc/25323/statm: 19457 12265 366 44 0 15145 0
[pid=25303/tid=25304] ppid=25279 vsize=8413904 memory=0 CPUtime=0.89 cores=0-7
/proc/25303/task/25304/stat : 25304 (java) S 25279 25279 22617 0 -1 1077944384 15056 0 0 0 77 12 0 0 20 0 24 0 236034263 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659304980368 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25305] ppid=25279 vsize=8413904 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/25303/task/25305/stat : 25305 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659337382160 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25306] ppid=25279 vsize=8413904 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25303/task/25306/stat : 25306 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659137550736 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25307] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25307/stat : 25307 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659136498192 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25308] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25308/stat : 25308 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659135445648 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25309] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25309/stat : 25309 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659134393104 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25310] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25310/stat : 25310 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659133340560 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25311] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25311/stat : 25311 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659132288016 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25312] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25312/stat : 25312 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659131235472 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25313] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25313/stat : 25313 (java) S 25279 25279 22617 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 236034266 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658559903728 140659333151362 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25314] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25314/stat : 25314 (java) S 25279 25279 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236034266 8615837696 34002 33554432000 4194304 4196468 140735713967680 140657897235360 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25315] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25315/stat : 25315 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034267 8615837696 34002 33554432000 4194304 4196468 140735713967680 140657628799984 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25316] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25316/stat : 25316 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140657254291664 140659333158811 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25317] ppid=25279 vsize=8413904 memory=0 CPUtime=0.15 cores=0-7
/proc/25303/task/25317/stat : 25317 (java) S 25279 25279 22617 0 -1 1077944384 648 0 0 0 15 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658558851568 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25318] ppid=25279 vsize=8413904 memory=-1 CPUtime=0.18 cores=0-7
/proc/25303/task/25318/stat : 25318 (java) S 25279 25279 22617 0 -1 1077944384 488 0 0 0 18 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658557799024 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25319] ppid=25279 vsize=8413904 memory=-1 CPUtime=0.16 cores=0-7
/proc/25303/task/25319/stat : 25319 (java) S 25279 25279 22617 0 -1 1077944384 870 0 0 0 16 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658556746480 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25320] ppid=25279 vsize=8413904 memory=0 CPUtime=0.24 cores=0-7
/proc/25303/task/25320/stat : 25320 (java) S 25279 25279 22617 0 -1 1077944384 702 0 0 0 24 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658555693936 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25321] ppid=25279 vsize=8413904 memory=-1 CPUtime=0 cores=0-7
/proc/25303/task/25321/stat : 25321 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140656756386016 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25322] ppid=25279 vsize=8413904 memory=-1 CPUtime=0 cores=0-7
/proc/25303/task/25322/stat : 25322 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034270 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658554640816 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25324] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25324/stat : 25324 (java) S 25279 25279 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236034350 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658770277568 140659333164825 0 4 2 25189581 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25326] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25326/stat : 25326 (java) S 25279 25279 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236034351 8615837696 34002 33554432000 4194304 4196468 140735713967680 140656085286704 140659333162141 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25327] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25327/stat : 25327 (java) S 25279 25279 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236034351 8615837696 34002 33554432000 4194304 4196468 140735713967680 140656353722288 140659333162141 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25328] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25328/stat : 25328 (java) S 25279 25279 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236034353 8615837696 34002 33554432000 4194304 4196468 140735713967680 140655816859296 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
Current children cumulated CPU time: 19.1 s
Current children cumulated vsize: 8604860 KiB
Current children cumulated memory: 186804 KiB

[startup+7.10999 s]
/proc/loadavg: 2.28 5.50 7.29 2/207 25328
/proc/meminfo: memFree=17617144/32770624 swapFree=67108688/67108860
[pid=25279] ppid=25276 vsize=113128 memory=1472 CPUtime=17.1 cores=0-7
/proc/25279/stat : 25279 (scop.sh) S 25276 25279 22617 0 -1 4202496 589 36503 0 0 0 0 1645 65 20 0 1 0 236033685 115843072 368 33554432000 4194304 5098028 140733904691392 140733904688136 139635699327612 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 10649600 140733904700450 140733904700675 140733904700675 140733904703437 0
/proc/25279/statm: 28282 368 311 221 0 87 0
[pid=25303] ppid=25279 vsize=8413904 memory=136008 CPUtime=1.66 cores=0-7
/proc/25303/stat : 25303 (java) S 25279 25279 22617 0 -1 1077944320 19161 0 0 0 152 14 0 0 20 0 24 0 236034263 8615837696 34002 33554432000 4194304 4196468 140735713967680 140735713950224 140659333140215 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
/proc/25303/statm: 2103476 34002 3166 1 0 2064875 0
[pid=25323] ppid=25303 vsize=785364 memory=177300 CPUtime=0.47 cores=0-7
/proc/25323/stat : 25323 (glucose-syrup) S 25303 25279 22617 0 -1 1077944320 33079 0 0 0 41 6 0 0 20 0 9 0 236034350 804212736 44262 33554432000 4194304 4373367 140723345926816 140723345925360 140614793616002 0 4 0 8388610 18446744073709551615 0 0 17 2 0 0 0 0 0 6470912 6472264 27770880 140723345933392 140723345933524 140723345933524 140723345936327 0
/proc/25323/statm: 196341 44325 370 44 0 192029 0
[pid=25303/tid=25304] ppid=25279 vsize=8413904 memory=64104 CPUtime=0.89 cores=0-7
/proc/25303/task/25304/stat : 25304 (java) S 25279 25279 22617 0 -1 1077944384 15056 0 0 0 77 12 0 0 20 0 24 0 236034263 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659304980368 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25305] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25305/stat : 25305 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659337382160 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25306] ppid=25279 vsize=8413904 memory=2241 CPUtime=0 cores=0-7
/proc/25303/task/25306/stat : 25306 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659137550736 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25307] ppid=25279 vsize=8413904 memory=1792 CPUtime=0 cores=0-7
/proc/25303/task/25307/stat : 25307 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659136498192 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25308] ppid=25279 vsize=8413904 memory=876 CPUtime=0 cores=0-7
/proc/25303/task/25308/stat : 25308 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659135445648 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25309] ppid=25279 vsize=8413904 memory=5344 CPUtime=0 cores=0-7
/proc/25303/task/25309/stat : 25309 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659134393104 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25310] ppid=25279 vsize=8413904 memory=2316 CPUtime=0 cores=0-7
/proc/25303/task/25310/stat : 25310 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659133340560 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25311] ppid=25279 vsize=8413904 memory=1224 CPUtime=0 cores=0-7
/proc/25303/task/25311/stat : 25311 (java) S 25279 25279 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659132288016 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25312] ppid=25279 vsize=8413904 memory=1792 CPUtime=0 cores=0-7
/proc/25303/task/25312/stat : 25312 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236034264 8615837696 34002 33554432000 4194304 4196468 140735713967680 140659131235472 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25313] ppid=25279 vsize=8413904 memory=756 CPUtime=0 cores=0-7
/proc/25303/task/25313/stat : 25313 (java) S 25279 25279 22617 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 24 0 236034266 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658559903728 140659333151362 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25314] ppid=25279 vsize=8413904 memory=4588 CPUtime=0 cores=0-7
/proc/25303/task/25314/stat : 25314 (java) S 25279 25279 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236034266 8615837696 34002 33554432000 4194304 4196468 140735713967680 140657897235360 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25315] ppid=25279 vsize=8413904 memory=1388 CPUtime=0 cores=0-7
/proc/25303/task/25315/stat : 25315 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034267 8615837696 34002 33554432000 4194304 4196468 140735713967680 140657628799984 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25316] ppid=25279 vsize=8413904 memory=9664 CPUtime=0 cores=0-7
/proc/25303/task/25316/stat : 25316 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140657254291664 140659333158811 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25317] ppid=25279 vsize=8413904 memory=4588 CPUtime=0.15 cores=0-7
/proc/25303/task/25317/stat : 25317 (java) S 25279 25279 22617 0 -1 1077944384 648 0 0 0 15 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658558851568 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25318] ppid=25279 vsize=8413904 memory=1388 CPUtime=0.18 cores=0-7
/proc/25303/task/25318/stat : 25318 (java) S 25279 25279 22617 0 -1 1077944384 488 0 0 0 18 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658557799024 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25319] ppid=25279 vsize=8413904 memory=9664 CPUtime=0.16 cores=0-7
/proc/25303/task/25319/stat : 25319 (java) S 25279 25279 22617 0 -1 1077944384 870 0 0 0 16 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658556746480 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25320] ppid=25279 vsize=8413904 memory=1136 CPUtime=0.24 cores=0-7
/proc/25303/task/25320/stat : 25320 (java) S 25279 25279 22617 0 -1 1077944384 702 0 0 0 24 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658555693936 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25321] ppid=25279 vsize=8413904 memory=1136 CPUtime=0 cores=0-7
/proc/25303/task/25321/stat : 25321 (java) S 25279 25279 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236034269 8615837696 34002 33554432000 4194304 4196468 140735713967680 140656756386016 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25322] ppid=25279 vsize=8413904 memory=1224 CPUtime=0 cores=0-7
/proc/25303/task/25322/stat : 25322 (java) S 25279 25279 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236034270 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658554640816 140659333151362 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25324] ppid=25279 vsize=8413904 memory=1616 CPUtime=0 cores=0-7
/proc/25303/task/25324/stat : 25324 (java) S 25279 25279 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236034350 8615837696 34002 33554432000 4194304 4196468 140735713967680 140658770277568 140659333164825 0 4 2 25189581 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25326] ppid=25279 vsize=8413904 memory=1832 CPUtime=0 cores=0-7
/proc/25303/task/25326/stat : 25326 (java) S 25279 25279 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236034351 8615837696 34002 33554432000 4194304 4196468 140735713967680 140656085286704 140659333162141 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25327] ppid=25279 vsize=8413904 memory=8916 CPUtime=0 cores=0-7
/proc/25303/task/25327/stat : 25327 (java) S 25279 25279 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236034351 8615837696 34002 33554432000 4194304 4196468 140735713967680 140656353722288 140659333162141 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
[pid=25303/tid=25328] ppid=25279 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/25303/task/25328/stat : 25328 (java) S 25279 25279 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236034353 8615837696 34002 33554432000 4194304 4196468 140735713967680 140655816859296 140659333150421 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30064640 140735713969329 140735713969453 140735713969453 140735713972175 0
Current children cumulated CPU time: 19.23 s
Current children cumulated vsize: 9312396 KiB
Current children cumulated memory: 314780 KiB

Child status: 0
Real time (s): 7.14802
CPU time (s): 19.3865
CPU user time (s): 18.494
CPU system time (s): 0.892489
CPU usage (%): 271.215
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 2495520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.494
system time used= 0.892489
maximum resident set size= 2499168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90761
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9710
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 25279
#   total CPU time (s): 19.3865
#   total CPU user time (s): 18.494
#   total CPU system time (s): 0.892489

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076932 second user time and 0.124366 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 20:25:05
IDJOB=4307292
IDBENCH=141186
IDSOLVER=2788
FILE ID=node134/4307292-1534184705
RUNJOBID= node134-1534182009-22644
PBS_JOBID= 21037981
Free space on /tmp= 42776 MiB

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

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

MD5SUM BENCH= 3a3bda421e3d420e405b4b910599d042
RANDOM SEED=697707254

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:        17786636 kB
MemAvailable:   31899688 kB
Buffers:          227532 kB
Cached:         14034280 kB
SwapCached:           52 kB
Active:          4499976 kB
Inactive:        9817500 kB
Active(anon):       4844 kB
Inactive(anon):   103128 kB
Active(file):    4495132 kB
Inactive(file):  9714372 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              8832 kB
Writeback:            24 kB
AnonPages:        138540 kB
Mapped:            56108 kB
Shmem:             49652 kB
Slab:             360832 kB
SReclaimable:     332008 kB
SUnreclaim:        28824 kB
KernelStack:        3632 kB
PageTables:         5976 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:     83968 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:12