Trace number 4307535

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 25.3828 8.95138

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f01_c18.xml
MD5SUM835bf91cf13c47564ae451efb141e04e
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 benchmark22.4784
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size43
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":36,"count":336},{"size":43,"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-24429-serial-file.bin HOME/instance-4307535-1534184643.xml
0.65/0.53	
0.65/0.53	scop both+glucose-syrup (2018-07-31)
0.65/0.53	(Encoding Process)
0.65/0.53	
0.65/0.56	c BEGIN-Prog: Mon Aug 13 20:24:03 CEST 2018
0.65/0.56	c PID: 24432
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.79/1.95	c (1,1) Parsing End
5.79/1.96	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 43
5.79/1.96	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.79/1.96	c (1,1) Constraint Name Generate Begin
5.79/1.99	c (1,1) Ctr:HOME/instance-4307535-1534184643.xml,Dist:Eq:IntVar:Le:Num
5.79/1.99	c (1,1) Constraint Name Generate End
5.79/1.99	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.79/1.99	c (1,1) CSP to CSPinCNF Begin
6.88/2.26	c (1,1) translated 411 (10%) constraints
7.22/2.33	c (1,1) translated 821 (20%) constraints
7.22/2.37	c (1,1) translated 1231 (30%) constraints
7.61/2.42	c (1,1) translated 1642 (40%) constraints
7.61/2.46	c (1,1) translated 2052 (50%) constraints
7.61/2.49	c (1,1) translated 2462 (60%) constraints
8.00/2.53	c (1,1) translated 2873 (70%) constraints
8.00/2.56	c (2,2) translated 3283 (80%) constraints
8.00/2.59	c (2,2) translated 3693 (90%) constraints
8.80/2.72	c (2,2) translated 4103 (100%) constraints
9.11/2.83	c (2,2) STATISTICS1:HOME/instance-4307535-1534184643.xml,Dist:Eq:IntVar:Le:Num,680,4783,43,43,2,2,43:3314;36:5144;23:24;22:344;6:60,43:9348;36:7956;23:40;22:364;6:64,2:4103;1:680,2:8886,
9.11/2.83	c (2,2) ==========================================
9.11/2.83	c (2,2) Both Encoding selects:
9.11/2.83	c (2,2) Order
9.11/2.83	c (2,2) ==========================================
9.11/2.85	c (2,2) translated 479 (10%) constraints
9.11/2.87	c (2,2) translated 957 (20%) constraints
9.11/2.88	c (2,2) translated 1435 (30%) constraints
9.11/2.90	c (2,2) translated 1914 (40%) constraints
9.49/2.91	c (2,2) translated 2392 (50%) constraints
9.49/2.92	c (2,2) translated 2870 (60%) constraints
9.49/2.94	c (2,2) translated 3349 (70%) constraints
9.49/2.95	c (2,2) translated 3827 (80%) constraints
9.49/2.96	c (2,2) translated 4305 (90%) constraints
9.49/2.97	c (2,2) translated 4783 (100%) constraints
9.49/2.97	c (2,2) CSP to CSPinCNF End
9.49/2.97	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 43
9.49/2.97	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
9.49/2.97	c (2,2) CSPinCNF Propagation Begin
12.30/4.48	c (3,3) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.30/4.48	c (3,3) CSPinCNF Propagation End
12.30/4.48	c (3,3) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 43
12.30/4.48	c (3,3) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
12.30/4.48	c (3,3) Simplify CSPinCNF Begin
13.02/4.72	c (4,4) Simplify CSPinCNF End
13.02/4.73	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 43
13.02/4.73	c (4,4) Heap : 2590 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.02/4.73	c (4,4) Calculate Precise Domain Begin
13.02/4.73	c (4,4) 0 values are removed by re-calculation
13.02/4.73	c (4,4) Calculate Precise Domain End
13.02/4.73	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 43
13.02/4.73	c (4,4) Heap : 2590 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.02/4.73	c (4,4) CSPinCNF to SatSolver Begin
14.34/5.05	c (4,4) 1299 (10 %) CSP clauses are encoded (34050 SAT variables, 56415 SAT clauses)
14.75/5.18	c (4,4) 2598 (20 %) CSP clauses are encoded (34050 SAT variables, 87295 SAT clauses)
15.11/5.26	c (4,4) 3897 (30 %) CSP clauses are encoded (34050 SAT variables, 116165 SAT clauses)
15.28/5.37	c (4,4) 5196 (40 %) CSP clauses are encoded (34050 SAT variables, 147364 SAT clauses)
15.49/5.48	c (4,4) 6495 (50 %) CSP clauses are encoded (34050 SAT variables, 178874 SAT clauses)
15.71/5.59	c (5,5) 7794 (60 %) CSP clauses are encoded (34050 SAT variables, 211484 SAT clauses)
15.88/5.68	c (5,5) 9093 (70 %) CSP clauses are encoded (34050 SAT variables, 244110 SAT clauses)
16.01/5.78	c (5,5) 10392 (80 %) CSP clauses are encoded (34050 SAT variables, 276914 SAT clauses)
16.13/5.87	c (5,5) 11691 (90 %) CSP clauses are encoded (34050 SAT variables, 308838 SAT clauses)
16.32/5.95	c (5,5) 12989 (100 %) CSP clauses are encoded (34050 SAT variables, 338903 SAT clauses)
16.32/5.95	c (5,5) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
16.32/5.95	c (5,5) CSPinCNF to SatSolver End
16.32/5.95	c (5,5) Heap : 3266 MiB used (max 21589 MiB), NonHeap : 37 MiB used (max 0 MiB)
16.65/6.04	c (5,5) STATISTICS2:HOME/instance-4307535-1534184643.xml,Dist:Eq:IntVar:Le:Num,8886,12989,43,43,2,2,43:3314;36:5144;23:24;22:344;6:60,43:9348;36:7956;23:40;22:364;6:64;2:16412,2:12309;1:680,2:8886;1:16412,
16.65/6.04	c (5,5) 34050 bool, 338915 clause
16.65/6.04	c (5,5) Export Begin
17.71/6.42	c (5,5) Export to HOME/scop-24429-serial-file.bin
17.71/6.42	c (5,5) Export End
17.71/6.43	c (5,5) Export File Size: 4.63 MB
17.71/6.43	c (5,5) 1,1,2,3,4,4,5,STOP-AFTER(DIMACS)
17.71/6.43	c END-Prog: Mon Aug 13 20:24:09 CEST 2018
17.71/6.45	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-24429-serial-file.bin
17.79/6.95	c (0,0) Read Serial File Begin
17.79/6.95	c (0,0) HOME/scop-24429-serial-file.bin
19.15/7.57	c (0,0) Read Serial File End
19.15/7.58	
19.15/7.58	scop order+glucose-syrup (2018-07-31)
19.15/7.58	(Solving Process)
19.15/7.58	
19.35/7.61	c BEGIN-Prog: Mon Aug 13 20:24:10 CEST 2018
19.35/7.61	c PID: 24452
19.35/7.61	c IP: 172.20.3.134
19.35/7.61	c HOST: node134.alineos.net
19.35/7.61	c (0,0) SatSolver.solve Begin
19.35/7.61	c (0,0) 0 bool, 0 clause
19.35/7.61	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307535-1534184643.xml-scop-24432.cnf
25.13/8.92	c (2,0) c
25.13/8.92	c (2,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
25.13/8.92	c (2,0) c
25.13/8.92	c (2,0) c WARNING: for repeatability, setting FPU to use double precision
25.13/8.92	c (2,0) c 8 solvers engines and 1 companion as a blackboard created.
25.13/8.92	c (2,0) c ========================================[ Problem Statistics ]===========================================
25.13/8.92	c (2,0) c |                                                                                                       |
25.13/8.92	c (2,0) c |  Number of variables:         34050                                                                   |
25.13/8.92	c (2,0) c |  Number of clauses:          338915                                                                   |
25.13/8.92	c (2,0) c |  Parse time:                   0.12 s                                                                 |
25.13/8.92	c (2,0) c |                                                                                                       |
25.13/8.92	c (2,0) c |  Eliminated clauses:           0.08 Mb                                                                |
25.13/8.92	c (2,0) c |  Simplification time:          0.34 s                                                                 |
25.13/8.92	c (2,0) c |                                                                                                       |
25.13/8.92	c (2,0) c |  Generating clones                                                                                    |
25.13/8.92	c (2,0) c |  all clones generated. Memory = 260.01Mb.                                                             |
25.13/8.92	c (2,0) c ========================================================================================================|
25.13/8.92	c (2,0) c Thread 0 is 100% pure glucose! First thread to finish! (UNSAT answer).
25.13/8.92	c (2,0) c Total Memory so far : 837.72Mb
25.13/8.92	c (2,0) c
25.13/8.92	c (2,0) c real time : 1.2813 s
25.13/8.92	c (2,0) c cpu time  : 5.67529 s
25.13/8.92	c (2,0) c
25.13/8.92	c (2,0) c
25.13/8.92	c (2,0) c
25.13/8.92	c (2,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
25.13/8.92	c (2,0) c
25.13/8.92	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.13/8.92	c (2,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
25.13/8.92	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.13/8.92	c (2,0) c | Conflicts     |           82409 |       9310 |      10680 |      10091 |      10689 |      10437 |      10409 |      10260 |      10533 |
25.13/8.92	c (2,0) c | Decisions     |          112200 |      12370 |      14764 |      13751 |      14632 |      14164 |      14243 |      13917 |      14359 |
25.13/8.92	c (2,0) c | Propagations  |        15086496 |    1816869 |    1892863 |    1852648 |    1944675 |    1906617 |    1899968 |    1896240 |    1876616 |
25.13/8.92	c (2,0) c | Avg_Trail     |                 |       1085 |       1198 |       1233 |       1187 |       1228 |       1197 |       1232 |       1206 |
25.13/8.92	c (2,0) c | Avg_DL        |                 |         17 |         23 |         24 |         23 |         22 |         23 |         24 |         23 |
25.13/8.92	c (2,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
25.13/8.92	c (2,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
25.13/8.92	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.13/8.92	c (2,0) c | Exported      |           14673 |       1741 |       1854 |       1784 |       1961 |       1924 |       1763 |       1947 |       1699 |
25.13/8.92	c (2,0) c | Imported      |           85179 |      12932 |       7440 |       9347 |      12649 |      10036 |      10627 |      11667 |      10481 |
25.13/8.92	c (2,0) c | Good          |             524 |         87 |         48 |         56 |         94 |         51 |         58 |         73 |         57 |
25.13/8.92	c (2,0) c | Purge         |           84655 |      12845 |       7392 |       9291 |      12555 |       9985 |      10569 |      11594 |      10424 |
25.13/8.92	c (2,0) c | Promoted      |            6941 |        870 |        904 |        876 |        873 |        581 |        932 |        789 |       1116 |
25.13/8.92	c (2,0) c | Remove_Imp    |            1624 |       1624 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
25.13/8.92	c (2,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
25.13/8.92	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.13/8.92	c (2,0) c | Unaries       |                 |         10 |          0 |          0 |          2 |          1 |          0 |          1 |          0 |
25.13/8.92	c (2,0) c | Binaries      |                 |         31 |         11 |          5 |         17 |         18 |         12 |         11 |         13 |
25.13/8.92	c (2,0) c | Glues         |                 |        241 |        252 |        213 |        248 |        235 |        213 |        260 |        233 |
25.13/8.92	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.13/8.92	c (2,0) c | Orig_Seen     |             2 % |       9874 |      10043 |      10351 |      10054 |       9993 |       9859 |      10220 |       9923 |
25.13/8.92	c (2,0) c | Diff Orig seen|                 |      X     |        169 |        477 |        180 |        119 | -       15 |        346 |         49 |
25.13/8.93	c (2,0) c | Hamming       |            21 % |      X     |       7317 |       7228 |       7156 |       7299 |       7275 |       7260 |       7257 |
25.13/8.93	c (2,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.13/8.93	c (2,0) 
25.13/8.93	c (2,0) s UNSATISFIABLE
25.13/8.93	c (2,0) SatSolver.solve End
25.13/8.93	c (2,0) Heap : 164 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
25.13/8.93	c (2,0) Show results Begin
25.13/8.93	s UNSATISFIABLE
25.13/8.93	c (2,0) Show results End
25.13/8.93	c (2,0) Heap : 164 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
25.13/8.94	c (2,0) 2,2,STOP-AFTER(ALL)
25.13/8.94	c END-Prog: Mon Aug 13 20:24: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 (6746 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307535-1534184643/watcher-4307535-1534184643 -o /tmp/evaluation-result-4307535-1534184643/solver-4307535-1534184643 -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-4307535-1534184643.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=24429, runsolver pid=24426

[startup+0.110574 s]*
/proc/loadavg: 3.02 6.40 7.70 2/204 24451
/proc/meminfo: memFree=17690552/32770624 swapFree=67108688/67108860
[pid=24429] ppid=24426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24429/stat : 24429 (scop.sh) S 24426 24429 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236027470 115843072 349 33554432000 4194304 5098028 140720570115696 140720570112952 139715783664252 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37347328 140720570123299 140720570123523 140720570123523 140720570126285 0
/proc/24429/statm: 28282 349 296 221 0 87 0
[pid=24432] ppid=24429 vsize=27313900 memory=107244 CPUtime=0.11 cores=0-7
/proc/24432/stat : 24432 (java) S 24429 24429 22617 0 -1 1077944320 6857 0 0 0 9 2 0 0 20 0 20 0 236027470 27969433600 26811 33554432000 4194304 4196468 140723430245664 140723430228208 140584260087543 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
/proc/24432/statm: 6828475 26811 2745 1 0 6790935 0
[pid=24432/tid=24433] ppid=24429 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/24432/task/24433/stat : 24433 (java) R 24429 24429 22617 0 -1 4202560 4931 0 0 0 7 2 0 0 20 0 20 0 236027470 27969433600 26811 33554432000 4194304 4196468 140723430245664 140584231876656 140584243274369 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24434] ppid=24429 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/24432/task/24434/stat : 24434 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 26811 33554432000 4194304 4196468 140723430245664 140584264330384 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24435] ppid=24429 vsize=27313900 memory=140470297601664 CPUtime=0 cores=0-7
/proc/24432/task/24435/stat : 24435 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 26811 33554432000 4194304 4196468 140723430245664 140583681817616 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24436] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24436/stat : 24436 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 26811 33554432000 4194304 4196468 140723430245664 140583680764816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24437] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24437/stat : 24437 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 26811 33554432000 4194304 4196468 140723430245664 140583679712016 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24438] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24438/stat : 24438 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 26811 33554432000 4194304 4196468 140723430245664 140583678659216 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24439] ppid=24429 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24432/task/24439/stat : 24439 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 26811 33554432000 4194304 4196468 140723430245664 140583677606416 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24440] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24440/stat : 24440 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 26811 33554432000 4194304 4196468 140723430245664 140583676553616 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24441] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24441/stat : 24441 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 26811 33554432000 4194304 4196468 140723430245664 140583675500816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24442] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24442/stat : 24442 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027474 27969433600 26811 33554432000 4194304 4196468 140723430245664 140582647389040 140584260098690 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24443] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24443/stat : 24443 (java) S 24429 24429 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236027475 27969433600 26811 33554432000 4194304 4196468 140723430245664 140581997110816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24444] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24444/stat : 24444 (java) S 24429 24429 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236027475 27969433600 26811 33554432000 4194304 4196468 140723430245664 140581862888816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24445] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24445/stat : 24445 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027477 27969433600 26811 33554432000 4194304 4196468 140723430245664 140581488384336 140584260106139 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24446] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24446/stat : 24446 (java) S 24429 24429 22617 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 236027477 27969433600 26811 33554432000 4194304 4196468 140723430245664 140582646335856 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24447] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24447/stat : 24447 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236027477 27969433600 26811 33554432000 4194304 4196468 140723430245664 140582645283056 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24448] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24448/stat : 24448 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236027477 27969433600 26811 33554432000 4194304 4196468 140723430245664 140582644230256 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24449] ppid=24429 vsize=27313900 memory=0 CPUtime=0.01 cores=0-7
/proc/24432/task/24449/stat : 24449 (java) R 24429 24429 22617 0 -1 4202560 260 0 0 0 1 0 0 0 20 0 20 0 236027477 27969433600 26811 33554432000 4194304 4196468 140723430245664 140582643177456 140584252328933 0 4 2 16800973 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24450] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24450/stat : 24450 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236027478 27969433600 26811 33554432000 4194304 4196468 140723430245664 140580990479456 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24451] ppid=24429 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24432/task/24451/stat : 24451 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027478 27969433600 26811 33554432000 4194304 4196468 140723430245664 140582642125872 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 108640 KiB

[startup+0.210411 s]*
/proc/loadavg: 3.02 6.40 7.70 3/204 24451
/proc/meminfo: memFree=17676972/32770624 swapFree=67108688/67108860
[pid=24429] ppid=24426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24429/stat : 24429 (scop.sh) S 24426 24429 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236027470 115843072 349 33554432000 4194304 5098028 140720570115696 140720570112952 139715783664252 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37347328 140720570123299 140720570123523 140720570123523 140720570126285 0
/proc/24429/statm: 28282 349 296 221 0 87 0
[pid=24432] ppid=24429 vsize=27313900 memory=120596 CPUtime=0.24 cores=0-7
/proc/24432/stat : 24432 (java) S 24429 24429 22617 0 -1 1077944320 10433 0 0 0 21 3 0 0 20 0 20 0 236027470 27969433600 30149 33554432000 4194304 4196468 140723430245664 140723430228208 140584260087543 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
/proc/24432/statm: 6828475 30149 2838 1 0 6790935 0
[pid=24432/tid=24433] ppid=24429 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/24432/task/24433/stat : 24433 (java) R 24429 24429 22617 0 -1 4202560 8320 0 0 0 16 3 0 0 20 0 20 0 236027470 27969433600 30149 33554432000 4194304 4196468 140723430245664 140584231871104 140584244168030 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24434] ppid=24429 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/24432/task/24434/stat : 24434 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 30149 33554432000 4194304 4196468 140723430245664 140584264330384 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24435] ppid=24429 vsize=27313900 memory=140470297624477 CPUtime=0 cores=0-7
/proc/24432/task/24435/stat : 24435 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 30149 33554432000 4194304 4196468 140723430245664 140583681817616 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24436] ppid=24429 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24432/task/24436/stat : 24436 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 30149 33554432000 4194304 4196468 140723430245664 140583680764816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24437] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24437/stat : 24437 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 30149 33554432000 4194304 4196468 140723430245664 140583679712016 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24438] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24438/stat : 24438 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 30149 33554432000 4194304 4196468 140723430245664 140583678659216 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24439] ppid=24429 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24432/task/24439/stat : 24439 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 30149 33554432000 4194304 4196468 140723430245664 140583677606416 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24440] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24440/stat : 24440 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 30149 33554432000 4194304 4196468 140723430245664 140583676553616 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24441] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24441/stat : 24441 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 30149 33554432000 4194304 4196468 140723430245664 140583675500816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24442] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24442/stat : 24442 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027474 27969433600 30149 33554432000 4194304 4196468 140723430245664 140582647389040 140584260098690 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24443] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24443/stat : 24443 (java) S 24429 24429 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236027475 27969433600 30149 33554432000 4194304 4196468 140723430245664 140581997110816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24444] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24444/stat : 24444 (java) S 24429 24429 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236027475 27969433600 30149 33554432000 4194304 4196468 140723430245664 140581862888816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24445] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24445/stat : 24445 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027477 27969433600 30149 33554432000 4194304 4196468 140723430245664 140581488384336 140584260106139 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24446] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24446/stat : 24446 (java) S 24429 24429 22617 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 236027477 27969433600 30149 33554432000 4194304 4196468 140723430245664 140582646335856 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24447] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24447/stat : 24447 (java) S 24429 24429 22617 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 236027477 27969433600 30149 33554432000 4194304 4196468 140723430245664 140582645283056 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24448] ppid=24429 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24432/task/24448/stat : 24448 (java) S 24429 24429 22617 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 236027477 27969433600 30149 33554432000 4194304 4196468 140723430245664 140582644230256 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24449] ppid=24429 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/24432/task/24449/stat : 24449 (java) S 24429 24429 22617 0 -1 1077944384 282 0 0 0 2 0 0 0 20 0 20 0 236027477 27969433600 30149 33554432000 4194304 4196468 140723430245664 140582643177456 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24450] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24450/stat : 24450 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236027478 27969433600 30149 33554432000 4194304 4196468 140723430245664 140580990479456 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24451] ppid=24429 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24432/task/24451/stat : 24451 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027478 27969433600 30149 33554432000 4194304 4196468 140723430245664 140582642125872 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 121992 KiB

[startup+0.310426 s]*
/proc/loadavg: 3.02 6.40 7.70 3/204 24451
/proc/meminfo: memFree=17673420/32770624 swapFree=67108688/67108860
[pid=24429] ppid=24426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24429/stat : 24429 (scop.sh) S 24426 24429 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236027470 115843072 349 33554432000 4194304 5098028 140720570115696 140720570112952 139715783664252 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37347328 140720570123299 140720570123523 140720570123523 140720570126285 0
/proc/24429/statm: 28282 349 296 221 0 87 0
[pid=24432] ppid=24429 vsize=27313900 memory=125076 CPUtime=0.41 cores=0-7
/proc/24432/stat : 24432 (java) S 24429 24429 22617 0 -1 1077944320 11130 0 0 0 37 4 0 0 20 0 20 0 236027470 27969433600 31269 33554432000 4194304 4196468 140723430245664 140723430228208 140584260087543 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
/proc/24432/statm: 6828475 31269 2957 1 0 6790935 0
[pid=24432/tid=24433] ppid=24429 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/24432/task/24433/stat : 24433 (java) R 24429 24429 22617 0 -1 4202560 8822 0 0 0 26 3 0 0 20 0 20 0 236027470 27969433600 31269 33554432000 4194304 4196468 140723430245664 140584231882992 140584245253182 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24434] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24434/stat : 24434 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 31269 33554432000 4194304 4196468 140723430245664 140584264330384 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24435] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24435/stat : 24435 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 31269 33554432000 4194304 4196468 140723430245664 140583681817616 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24436] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24436/stat : 24436 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 31269 33554432000 4194304 4196468 140723430245664 140583680764816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24437] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24437/stat : 24437 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 31269 33554432000 4194304 4196468 140723430245664 140583679712016 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24438] ppid=24429 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/24432/task/24438/stat : 24438 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 31269 33554432000 4194304 4196468 140723430245664 140583678659216 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24439] ppid=24429 vsize=27313900 memory=140470193845167 CPUtime=0 cores=0-7
/proc/24432/task/24439/stat : 24439 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 31269 33554432000 4194304 4196468 140723430245664 140583677606416 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24440] ppid=24429 vsize=27313900 memory=140470193847472 CPUtime=0 cores=0-7
/proc/24432/task/24440/stat : 24440 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 31269 33554432000 4194304 4196468 140723430245664 140583676553616 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24441] ppid=24429 vsize=27313900 memory=140470193849776 CPUtime=0 cores=0-7
/proc/24432/task/24441/stat : 24441 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27969433600 31269 33554432000 4194304 4196468 140723430245664 140583675500816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24442] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24442/stat : 24442 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027474 27969433600 31269 33554432000 4194304 4196468 140723430245664 140582647389040 140584260098690 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24443] ppid=24429 vsize=27313900 memory=280940387706512 CPUtime=0 cores=0-7
/proc/24432/task/24443/stat : 24443 (java) S 24429 24429 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236027475 27969433600 31269 33554432000 4194304 4196468 140723430245664 140581997110816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24444] ppid=24429 vsize=27313900 memory=280940387713424 CPUtime=0 cores=0-7
/proc/24432/task/24444/stat : 24444 (java) S 24429 24429 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236027475 27969433600 31269 33554432000 4194304 4196468 140723430245664 140581862888816 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24445] ppid=24429 vsize=27313900 memory=280940387654704 CPUtime=0 cores=0-7
/proc/24432/task/24445/stat : 24445 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027477 27969433600 31269 33554432000 4194304 4196468 140723430245664 140581488384336 140584260106139 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24446] ppid=24429 vsize=27313900 memory=280940387727248 CPUtime=0.02 cores=0-7
/proc/24432/task/24446/stat : 24446 (java) S 24429 24429 22617 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 20 0 236027477 27969433600 31269 33554432000 4194304 4196468 140723430245664 140582646335856 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24447] ppid=24429 vsize=27313900 memory=280940387734160 CPUtime=0 cores=0-7
/proc/24432/task/24447/stat : 24447 (java) S 24429 24429 22617 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 236027477 27969433600 31269 33554432000 4194304 4196468 140723430245664 140582645283056 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24448] ppid=24429 vsize=27313900 memory=280940387731856 CPUtime=0.01 cores=0-7
/proc/24432/task/24448/stat : 24448 (java) S 24429 24429 22617 0 -1 1077944384 174 0 0 0 1 0 0 0 20 0 20 0 236027477 27969433600 31269 33554432000 4194304 4196468 140723430245664 140582644230256 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24449] ppid=24429 vsize=27313900 memory=280940387748016 CPUtime=0.07 cores=0-7
/proc/24432/task/24449/stat : 24449 (java) S 24429 24429 22617 0 -1 1077944384 325 0 0 0 7 0 0 0 20 0 20 0 236027477 27969433600 31269 33554432000 4194304 4196468 140723430245664 140582643177456 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24450] ppid=24429 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24450/stat : 24450 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236027478 27969433600 31269 33554432000 4194304 4196468 140723430245664 140580990479456 140584260097749 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24451] ppid=24429 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24432/task/24451/stat : 24451 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027478 27969433600 31269 33554432000 4194304 4196468 140723430245664 140582642125872 140584260098690 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126472 KiB

[startup+0.700991 s]
/proc/loadavg: 3.02 6.40 7.70 2/204 24451
/proc/meminfo: memFree=17648740/32770624 swapFree=67108688/67108860
[pid=24429] ppid=24426 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24429/stat : 24429 (scop.sh) S 24426 24429 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236027470 115843072 349 33554432000 4194304 5098028 140720570115696 140720570112952 139715783664252 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 37347328 140720570123299 140720570123523 140720570123523 140720570126285 0
/proc/24429/statm: 28282 349 296 221 0 87 0
[pid=24432] ppid=24429 vsize=27320172 memory=162776 CPUtime=0.99 cores=0-7
/proc/24432/stat : 24432 (java) S 24429 24429 22617 0 -1 1077944320 18237 0 0 0 93 6 0 0 20 0 20 0 236027470 27975856128 40694 33554432000 4194304 4196468 140723430245664 140723430228208 140584260087543 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
/proc/24432/statm: 6830043 40694 3132 1 0 6791447 0
[pid=24432/tid=24433] ppid=24429 vsize=27320172 memory=280940388105904 CPUtime=0.66 cores=0-7
/proc/24432/task/24433/stat : 24433 (java) R 24429 24429 22617 0 -1 4202560 15331 0 0 0 62 4 0 0 20 0 20 0 236027470 27975856128 40694 33554432000 4194304 4196468 140723430245664 140584231926096 140584260109469 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24434] ppid=24429 vsize=27320172 memory=140470194054000 CPUtime=0 cores=0-7
/proc/24432/task/24434/stat : 24434 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27975856128 40694 33554432000 4194304 4196468 140723430245664 140584264330384 140584260097749 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24435] ppid=24429 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/24432/task/24435/stat : 24435 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236027473 27975856128 40694 33554432000 4194304 4196468 140723430245664 140583681817616 140584260097749 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0
[pid=24432/tid=24436] ppid=24429 vsize=27320172 memory=1616 CPUtime=0 cores=0-7
/proc/24432/task/24436/stat : 24436 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236027473 27975856128 40694 33554432000 4194304 4196468 140723430245664 140583680764816 140584260097749 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7860224 140723430253545 140723430253869 140723430253869 140723430256591 0

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

[pid=24452/tid=24460] ppid=24429 vsize=8413904 memory=6944613755395144096 CPUtime=0 cores=0-7
/proc/24452/task/24460/stat : 24460 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639274703760 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24461] ppid=24429 vsize=8413904 memory=6944656591801717918 CPUtime=0 cores=0-7
/proc/24452/task/24461/stat : 24461 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639273650960 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24462] ppid=24429 vsize=8413904 memory=8996927271564375594 CPUtime=0 cores=0-7
/proc/24452/task/24462/stat : 24462 (java) S 24429 24429 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236028118 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638434769264 139639475567234 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24463] ppid=24429 vsize=8413904 memory=3054156605267021189 CPUtime=0 cores=0-7
/proc/24452/task/24463/stat : 24463 (java) S 24429 24429 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236028119 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638043829280 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24464] ppid=24429 vsize=8413904 memory=7100839852556323184 CPUtime=0 cores=0-7
/proc/24452/task/24464/stat : 24464 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236028119 8615837696 35121 33554432000 4194304 4196468 140731688311408 139637775393648 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24465] ppid=24429 vsize=8413904 memory=1224 CPUtime=0 cores=0-7
/proc/24452/task/24465/stat : 24465 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139637400885072 139639475574683 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24466] ppid=24429 vsize=8413904 memory=1616 CPUtime=0.12 cores=0-7
/proc/24452/task/24466/stat : 24466 (java) S 24429 24429 22617 0 -1 1077944384 937 0 0 0 12 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638433717104 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24467] ppid=24429 vsize=8413904 memory=1832 CPUtime=0.18 cores=0-7
/proc/24452/task/24467/stat : 24467 (java) S 24429 24429 22617 0 -1 1077944384 633 0 0 0 18 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638432664304 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24468] ppid=24429 vsize=8413904 memory=8916 CPUtime=0.23 cores=0-7
/proc/24452/task/24468/stat : 24468 (java) S 24429 24429 22617 0 -1 1077944384 527 0 0 0 23 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638431611504 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24469] ppid=24429 vsize=8413904 memory=15196 CPUtime=0.24 cores=0-7
/proc/24452/task/24469/stat : 24469 (java) S 24429 24429 22617 0 -1 1077944384 693 0 0 0 24 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638430558704 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24470] ppid=24429 vsize=8413904 memory=16348 CPUtime=0 cores=0-7
/proc/24452/task/24470/stat : 24470 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236028122 8615837696 35121 33554432000 4194304 4196468 140731688311408 139636902980192 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24471] ppid=24429 vsize=8413904 memory=1176 CPUtime=0 cores=0-7
/proc/24452/task/24471/stat : 24471 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028122 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638429506096 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24473] ppid=24429 vsize=8413904 memory=35448 CPUtime=0 cores=0-7
/proc/24452/task/24473/stat : 24473 (java) S 24429 24429 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236028234 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638421697600 139639475580697 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24475] ppid=24429 vsize=8413904 memory=4048 CPUtime=0 cores=0-7
/proc/24452/task/24475/stat : 24475 (java) S 24429 24429 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236028234 8615837696 35121 33554432000 4194304 4196468 140731688311408 139636231880880 139639475578013 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24476] ppid=24429 vsize=8413904 memory=1472 CPUtime=0 cores=0-7
/proc/24452/task/24476/stat : 24476 (java) S 24429 24429 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236028234 8615837696 35121 33554432000 4194304 4196468 140731688311408 139636500316208 139639475578013 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24477] ppid=24429 vsize=8413904 memory=101408 CPUtime=0 cores=0-7
/proc/24452/task/24477/stat : 24477 (java) S 24429 24429 22617 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 236028236 8615837696 35121 33554432000 4194304 4196468 140731688311408 139635963452960 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
Current children cumulated CPU time: 21.13 s
Current children cumulated vsize: 9383268 KiB
Current children cumulated memory: 401716 KiB

[startup+8.80158 s]
/proc/loadavg: 3.01 6.29 7.64 2/209 24477
/proc/meminfo: memFree=17607132/32770624 swapFree=67108688/67108860
[pid=24429] ppid=24426 vsize=113128 memory=1472 CPUtime=17.79 cores=0-7
/proc/24429/stat : 24429 (scop.sh) S 24426 24429 22617 0 -1 4202496 590 39722 0 0 0 0 1700 79 20 0 1 0 236027470 115843072 368 33554432000 4194304 5098028 140720570115696 140720570112440 139715783664252 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37347328 140720570123299 140720570123523 140720570123523 140720570126285 0
/proc/24429/statm: 28282 368 311 221 0 87 0
[pid=24452] ppid=24429 vsize=8413904 memory=140484 CPUtime=1.75 cores=0-7
/proc/24452/stat : 24452 (java) S 24429 24429 22617 0 -1 1077944320 19261 0 0 0 161 14 0 0 20 0 24 0 236028115 8615837696 35121 33554432000 4194304 4196468 140731688311408 140731688293952 139639475556087 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
/proc/24452/statm: 2103476 35121 3163 1 0 2064875 0
[pid=24472] ppid=24452 vsize=857424 memory=262136 CPUtime=4.8 cores=0-7
/proc/24472/stat : 24472 (glucose-syrup) S 24452 24429 22617 0 -1 1077944320 45061 0 0 0 470 10 0 0 20 0 9 0 236028234 878002176 65534 33554432000 4194304 4373367 140733883737312 140733883735856 139755681307266 0 4 0 8388610 18446744073709551615 0 0 17 4 0 0 0 0 0 6470912 6472264 13283328 140733883745360 140733883745492 140733883745492 140733883748295 0
/proc/24472/statm: 214356 65534 385 44 0 210044 0
[pid=24452/tid=24453] ppid=24429 vsize=8413904 memory=1211176 CPUtime=0.94 cores=0-7
/proc/24452/task/24453/stat : 24453 (java) S 24429 24429 22617 0 -1 1077944384 15069 0 0 0 82 12 0 0 20 0 24 0 236028116 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639447396240 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24454] ppid=24429 vsize=8413904 memory=1616 CPUtime=0 cores=0-7
/proc/24452/task/24454/stat : 24454 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639479798416 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24455] ppid=24429 vsize=8413904 memory=1832 CPUtime=0 cores=0-7
/proc/24452/task/24455/stat : 24455 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639279966736 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24456] ppid=24429 vsize=8413904 memory=8916 CPUtime=0 cores=0-7
/proc/24452/task/24456/stat : 24456 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639278913936 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24457] ppid=24429 vsize=8413904 memory=15196 CPUtime=0 cores=0-7
/proc/24452/task/24457/stat : 24457 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639277861136 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24458] ppid=24429 vsize=8413904 memory=16348 CPUtime=0 cores=0-7
/proc/24452/task/24458/stat : 24458 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639276809360 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24459] ppid=24429 vsize=8413904 memory=96960 CPUtime=0 cores=0-7
/proc/24452/task/24459/stat : 24459 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639275756560 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24460] ppid=24429 vsize=8413904 memory=928 CPUtime=0 cores=0-7
/proc/24452/task/24460/stat : 24460 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639274703760 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24461] ppid=24429 vsize=8413904 memory=2412 CPUtime=0 cores=0-7
/proc/24452/task/24461/stat : 24461 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639273650960 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24462] ppid=24429 vsize=8413904 memory=1472 CPUtime=0 cores=0-7
/proc/24452/task/24462/stat : 24462 (java) S 24429 24429 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236028118 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638434769264 139639475567234 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24463] ppid=24429 vsize=8413904 memory=140484 CPUtime=0 cores=0-7
/proc/24452/task/24463/stat : 24463 (java) S 24429 24429 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236028119 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638043829280 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24464] ppid=24429 vsize=8413904 memory=2212 CPUtime=0 cores=0-7
/proc/24452/task/24464/stat : 24464 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236028119 8615837696 35121 33554432000 4194304 4196468 140731688311408 139637775393648 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24465] ppid=24429 vsize=8413904 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/24452/task/24465/stat : 24465 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139637400885072 139639475574683 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24466] ppid=24429 vsize=8413904 memory=301741394933055803 CPUtime=0.12 cores=0-7
/proc/24452/task/24466/stat : 24466 (java) S 24429 24429 22617 0 -1 1077944384 937 0 0 0 12 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638433717104 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24467] ppid=24429 vsize=8413904 memory=15538518206188108 CPUtime=0.18 cores=0-7
/proc/24452/task/24467/stat : 24467 (java) S 24429 24429 22617 0 -1 1077944384 633 0 0 0 18 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638432664304 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24468] ppid=24429 vsize=8413904 memory=-7384994778349281184 CPUtime=0.23 cores=0-7
/proc/24452/task/24468/stat : 24468 (java) S 24429 24429 22617 0 -1 1077944384 527 0 0 0 23 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638431611504 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24469] ppid=24429 vsize=8413904 memory=56 CPUtime=0.24 cores=0-7
/proc/24452/task/24469/stat : 24469 (java) S 24429 24429 22617 0 -1 1077944384 693 0 0 0 24 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638430558704 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24470] ppid=24429 vsize=8413904 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/24452/task/24470/stat : 24470 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236028122 8615837696 35121 33554432000 4194304 4196468 140731688311408 139636902980192 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24471] ppid=24429 vsize=8413904 memory=3226040 CPUtime=0 cores=0-7
/proc/24452/task/24471/stat : 24471 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028122 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638429506096 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24473] ppid=24429 vsize=8413904 memory=1396 CPUtime=0 cores=0-7
/proc/24452/task/24473/stat : 24473 (java) S 24429 24429 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236028234 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638421697600 139639475580697 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24475] ppid=24429 vsize=8413904 memory=632504 CPUtime=0 cores=0-7
/proc/24452/task/24475/stat : 24475 (java) S 24429 24429 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236028234 8615837696 35121 33554432000 4194304 4196468 140731688311408 139636231880880 139639475578013 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24476] ppid=24429 vsize=8413904 memory=6944656591801717918 CPUtime=0 cores=0-7
/proc/24452/task/24476/stat : 24476 (java) S 24429 24429 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236028234 8615837696 35121 33554432000 4194304 4196468 140731688311408 139636500316208 139639475578013 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24477] ppid=24429 vsize=8413904 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/24452/task/24477/stat : 24477 (java) S 24429 24429 22617 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 236028236 8615837696 35121 33554432000 4194304 4196468 140731688311408 139635963452960 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
Current children cumulated CPU time: 24.34 s
Current children cumulated vsize: 9384456 KiB
Current children cumulated memory: 404092 KiB

[startup+8.90158 s]
/proc/loadavg: 3.01 6.29 7.64 2/209 24477
/proc/meminfo: memFree=17607132/32770624 swapFree=67108688/67108860
[pid=24429] ppid=24426 vsize=113128 memory=1472 CPUtime=17.79 cores=0-7
/proc/24429/stat : 24429 (scop.sh) S 24426 24429 22617 0 -1 4202496 590 39722 0 0 0 0 1700 79 20 0 1 0 236027470 115843072 368 33554432000 4194304 5098028 140720570115696 140720570112440 139715783664252 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 37347328 140720570123299 140720570123523 140720570123523 140720570126285 0
/proc/24429/statm: 28282 368 311 221 0 87 0
[pid=24452] ppid=24429 vsize=8413904 memory=140484 CPUtime=1.75 cores=0-7
/proc/24452/stat : 24452 (java) S 24429 24429 22617 0 -1 1077944320 19261 0 0 0 161 14 0 0 20 0 24 0 236028115 8615837696 35121 33554432000 4194304 4196468 140731688311408 140731688293952 139639475556087 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
/proc/24452/statm: 2103476 35121 3163 1 0 2064875 0
[pid=24472] ppid=24452 vsize=857824 memory=262928 CPUtime=5.59 cores=0-7
/proc/24472/stat : 24472 (glucose-syrup) S 24452 24429 22617 0 -1 1077944320 45307 0 0 0 549 10 0 0 20 0 9 0 236028234 878411776 65732 33554432000 4194304 4373367 140733883737312 140733883735856 139755681307266 0 4 0 8388610 18446744073709551615 0 0 17 4 0 0 0 0 0 6470912 6472264 13283328 140733883745360 140733883745492 140733883745492 140733883748295 0
/proc/24472/statm: 214456 65732 385 44 0 210144 0
[pid=24452/tid=24453] ppid=24429 vsize=8413904 memory=1472 CPUtime=0.94 cores=0-7
/proc/24452/task/24453/stat : 24453 (java) S 24429 24429 22617 0 -1 1077944384 15069 0 0 0 82 12 0 0 20 0 24 0 236028116 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639447396240 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 26 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24454] ppid=24429 vsize=8413904 memory=261608 CPUtime=0 cores=0-7
/proc/24452/task/24454/stat : 24454 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639479798416 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24455] ppid=24429 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24452/task/24455/stat : 24455 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639279966736 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24456] ppid=24429 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24452/task/24456/stat : 24456 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639278913936 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24457] ppid=24429 vsize=8413904 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/24452/task/24457/stat : 24457 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639277861136 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24458] ppid=24429 vsize=8413904 memory=257 CPUtime=0 cores=0-7
/proc/24452/task/24458/stat : 24458 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639276809360 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24459] ppid=24429 vsize=8413904 memory=14976667764829865 CPUtime=0 cores=0-7
/proc/24452/task/24459/stat : 24459 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639275756560 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24460] ppid=24429 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24452/task/24460/stat : 24460 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639274703760 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24461] ppid=24429 vsize=8413904 memory=4420 CPUtime=0 cores=0-7
/proc/24452/task/24461/stat : 24461 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028117 8615837696 35121 33554432000 4194304 4196468 140731688311408 139639273650960 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24462] ppid=24429 vsize=8413904 memory=6628 CPUtime=0 cores=0-7
/proc/24452/task/24462/stat : 24462 (java) S 24429 24429 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236028118 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638434769264 139639475567234 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24463] ppid=24429 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24452/task/24463/stat : 24463 (java) S 24429 24429 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236028119 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638043829280 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24464] ppid=24429 vsize=8413904 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/24452/task/24464/stat : 24464 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236028119 8615837696 35121 33554432000 4194304 4196468 140731688311408 139637775393648 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24465] ppid=24429 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24452/task/24465/stat : 24465 (java) S 24429 24429 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139637400885072 139639475574683 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24466] ppid=24429 vsize=8413904 memory=876 CPUtime=0.12 cores=0-7
/proc/24452/task/24466/stat : 24466 (java) S 24429 24429 22617 0 -1 1077944384 937 0 0 0 12 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638433717104 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24467] ppid=24429 vsize=8413904 memory=5344 CPUtime=0.18 cores=0-7
/proc/24452/task/24467/stat : 24467 (java) S 24429 24429 22617 0 -1 1077944384 633 0 0 0 18 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638432664304 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24468] ppid=24429 vsize=8413904 memory=756 CPUtime=0.23 cores=0-7
/proc/24452/task/24468/stat : 24468 (java) S 24429 24429 22617 0 -1 1077944384 527 0 0 0 23 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638431611504 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24469] ppid=24429 vsize=8413904 memory=4588 CPUtime=0.24 cores=0-7
/proc/24452/task/24469/stat : 24469 (java) S 24429 24429 22617 0 -1 1077944384 693 0 0 0 24 0 0 0 20 0 24 0 236028121 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638430558704 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24470] ppid=24429 vsize=8413904 memory=259760 CPUtime=0 cores=0-7
/proc/24452/task/24470/stat : 24470 (java) S 24429 24429 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236028122 8615837696 35121 33554432000 4194304 4196468 140731688311408 139636902980192 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24471] ppid=24429 vsize=8413904 memory=1472 CPUtime=0 cores=0-7
/proc/24452/task/24471/stat : 24471 (java) S 24429 24429 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236028122 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638429506096 139639475567234 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24473] ppid=24429 vsize=8413904 memory=123524 CPUtime=0 cores=0-7
/proc/24452/task/24473/stat : 24473 (java) S 24429 24429 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236028234 8615837696 35121 33554432000 4194304 4196468 140731688311408 139638421697600 139639475580697 0 4 2 25189581 18446744071579417331 0 0 -1 3 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24475] ppid=24429 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24452/task/24475/stat : 24475 (java) S 24429 24429 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236028234 8615837696 35121 33554432000 4194304 4196468 140731688311408 139636231880880 139639475578013 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24476] ppid=24429 vsize=8413904 memory=1176 CPUtime=0 cores=0-7
/proc/24452/task/24476/stat : 24476 (java) S 24429 24429 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236028234 8615837696 35121 33554432000 4194304 4196468 140731688311408 139636500316208 139639475578013 0 4 2 25189581 18446744071580971376 0 0 -1 7 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
[pid=24452/tid=24477] ppid=24429 vsize=8413904 memory=35448 CPUtime=0 cores=0-7
/proc/24452/task/24477/stat : 24477 (java) S 24429 24429 22617 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 236028236 8615837696 35121 33554432000 4194304 4196468 140731688311408 139635963452960 139639475566293 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8814592 140731688318129 140731688318253 140731688318253 140731688320975 0
Current children cumulated CPU time: 25.13 s
Current children cumulated vsize: 9384856 KiB
Current children cumulated memory: 404884 KiB

Child status: 0
Real time (s): 8.95138
CPU time (s): 25.3828
CPU user time (s): 24.3169
CPU system time (s): 1.06585
CPU usage (%): 283.563
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 3234420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.3169
system time used= 1.06585
maximum resident set size= 3235956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105019
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10778
involuntary context switches= 99


# summary of solver processes directly reported to runsolver:
#   pid: 24429
#   total CPU time (s): 25.3828
#   total CPU user time (s): 24.3169
#   total CPU system time (s): 1.06585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.071199 second user time and 0.154157 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 20:24:03
IDJOB=4307535
IDBENCH=141182
IDSOLVER=2789
FILE ID=node134/4307535-1534184643
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-f01_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-4307535-1534184643/watcher-4307535-1534184643 -o /tmp/evaluation-result-4307535-1534184643/solver-4307535-1534184643 -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-4307535-1534184643.xml

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

MD5SUM BENCH= 835bf91cf13c47564ae451efb141e04e
RANDOM SEED=86275950

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:        17786384 kB
MemAvailable:   31899664 kB
Buffers:          227476 kB
Cached:         14034116 kB
SwapCached:           52 kB
Active:          4500640 kB
Inactive:        9817380 kB
Active(anon):       5148 kB
Inactive(anon):   103128 kB
Active(file):    4495492 kB
Inactive(file):  9714252 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              8544 kB
Writeback:             0 kB
AnonPages:        230024 kB
Mapped:            56588 kB
Shmem:             49652 kB
Slab:             360760 kB
SReclaimable:     331996 kB
SUnreclaim:        28764 kB
KernelStack:        3840 kB
PageTables:         5820 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:    176128 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:24:12