Trace number 4307294

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 23.7861 8.41398

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f03_c18.xml
MD5SUMb0c58d7e712a0938766b5bf6b16c9539
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.7698
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size41
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":34,"count":336},{"size":41,"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-23340-serial-file.bin HOME/instance-4307294-1534184565.xml
0.65/0.53	
0.65/0.53	scop order+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:22:46 CEST 2018
0.65/0.56	c PID: 23343
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.73/1.99	c (1,1) Parsing End
5.73/2.00	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 41
5.73/2.00	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.73/2.01	c (1,1) Constraint Name Generate Begin
6.18/2.03	c (1,1) Ctr:HOME/instance-4307294-1534184565.xml,Dist:Eq:IntVar:Le:Num
6.18/2.03	c (1,1) Constraint Name Generate End
6.18/2.03	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
6.18/2.03	c (1,1) CSP to CSPinCNF Begin
7.10/2.30	c (1,1) translated 411 (10%) constraints
7.10/2.37	c (1,1) translated 821 (20%) constraints
7.48/2.41	c (1,1) translated 1231 (30%) constraints
7.48/2.46	c (1,1) translated 1642 (40%) constraints
7.88/2.50	c (1,1) translated 2052 (50%) constraints
7.88/2.54	c (2,1) translated 2462 (60%) constraints
7.88/2.58	c (2,2) translated 2873 (70%) constraints
8.29/2.61	c (2,2) translated 3283 (80%) constraints
8.29/2.64	c (2,2) translated 3693 (90%) constraints
8.70/2.76	c (2,2) translated 4103 (100%) constraints
9.06/2.86	c (2,2) STATISTICS1:HOME/instance-4307294-1534184565.xml,Dist:Eq:IntVar:Le:Num,680,4783,41,41,2,2,41:3314;34:5144;22:368;6:60,41:9348;34:7956;22:404;6:64,2:4103;1:680,2:8886,
9.06/2.86	c (2,2) ==========================================
9.06/2.86	c (2,2) Order
9.06/2.86	c (2,2) ==========================================
9.06/2.88	c (2,2) translated 479 (10%) constraints
9.50/2.90	c (2,2) translated 957 (20%) constraints
9.50/2.92	c (2,2) translated 1435 (30%) constraints
9.50/2.93	c (2,2) translated 1914 (40%) constraints
9.50/2.94	c (2,2) translated 2392 (50%) constraints
9.50/2.96	c (2,2) translated 2870 (60%) constraints
9.50/2.97	c (2,2) translated 3349 (70%) constraints
9.50/2.98	c (2,2) translated 3827 (80%) constraints
9.50/3.00	c (2,2) translated 4305 (90%) constraints
9.94/3.01	c (2,2) translated 4783 (100%) constraints
9.94/3.01	c (2,2) CSP to CSPinCNF End
9.94/3.01	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 41
9.94/3.01	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
9.94/3.01	c (2,2) CSPinCNF Propagation Begin
12.74/4.47	c (3,3) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.74/4.47	c (3,3) CSPinCNF Propagation End
12.74/4.47	c (3,3) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 41
12.74/4.47	c (3,3) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
12.74/4.47	c (3,3) Simplify CSPinCNF Begin
13.59/4.72	c (4,4) Simplify CSPinCNF End
13.59/4.73	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 41
13.59/4.73	c (4,4) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
13.59/4.73	c (4,4) Calculate Precise Domain Begin
13.59/4.73	c (4,4) 0 values are removed by re-calculation
13.59/4.73	c (4,4) Calculate Precise Domain End
13.59/4.73	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 41
13.59/4.73	c (4,4) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
13.59/4.73	c (4,4) CSPinCNF to SatSolver Begin
14.92/5.03	c (4,4) 1299 (10 %) CSP clauses are encoded (32718 SAT variables, 53445 SAT clauses)
15.21/5.13	c (4,4) 2598 (20 %) CSP clauses are encoded (32718 SAT variables, 82649 SAT clauses)
15.38/5.21	c (4,4) 3897 (30 %) CSP clauses are encoded (32718 SAT variables, 109787 SAT clauses)
15.55/5.32	c (4,4) 5196 (40 %) CSP clauses are encoded (32718 SAT variables, 139274 SAT clauses)
15.76/5.42	c (4,4) 6495 (50 %) CSP clauses are encoded (32718 SAT variables, 169464 SAT clauses)
15.98/5.53	c (4,4) 7794 (60 %) CSP clauses are encoded (32718 SAT variables, 200496 SAT clauses)
16.15/5.67	c (5,5) 9093 (70 %) CSP clauses are encoded (32718 SAT variables, 231420 SAT clauses)
16.22/5.75	c (5,5) 10392 (80 %) CSP clauses are encoded (32718 SAT variables, 262500 SAT clauses)
16.33/5.84	c (5,5) 11691 (90 %) CSP clauses are encoded (32718 SAT variables, 292620 SAT clauses)
16.55/5.92	c (5,5) 12989 (100 %) CSP clauses are encoded (32718 SAT variables, 320631 SAT clauses)
16.55/5.92	c (5,5) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
16.55/5.92	c (5,5) CSPinCNF to SatSolver End
16.55/5.92	c (5,5) Heap : 3153 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
16.93/6.02	c (5,5) STATISTICS2:HOME/instance-4307294-1534184565.xml,Dist:Eq:IntVar:Le:Num,8886,12989,41,41,2,2,41:3314;34:5144;22:368;6:60,41:9348;34:7956;22:404;6:64;2:16412,2:12309;1:680,2:8886;1:16412,
16.93/6.02	c (5,5) 32718 bool, 320643 clause
16.93/6.02	c (5,5) Export Begin
17.92/6.41	c (5,5) Export to HOME/scop-23340-serial-file.bin
17.92/6.41	c (5,5) Export End
17.92/6.41	c (5,5) Export File Size: 4.46 MB
17.92/6.41	c (5,5) 1,1,2,3,4,4,5,STOP-AFTER(DIMACS)
17.92/6.41	c END-Prog: Mon Aug 13 20:22:52 CEST 2018
17.92/6.44	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-23340-serial-file.bin
18.00/6.93	c (0,0) Read Serial File Begin
18.00/6.93	c (0,0) HOME/scop-23340-serial-file.bin
19.31/7.29	c (0,0) Read Serial File End
19.51/7.30	
19.51/7.30	scop order+glucose-syrup (2018-07-31)
19.51/7.30	(Solving Process)
19.51/7.30	
19.51/7.33	c BEGIN-Prog: Mon Aug 13 20:22:53 CEST 2018
19.51/7.33	c PID: 23363
19.51/7.33	c IP: 172.20.3.134
19.51/7.33	c HOST: node134.alineos.net
19.51/7.33	c (0,0) SatSolver.solve Begin
19.51/7.33	c (0,0) 0 bool, 0 clause
19.51/7.33	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307294-1534184565.xml-scop-23343.cnf
23.03/8.38	c (1,0) c
23.03/8.38	c (1,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
23.03/8.38	c (1,0) c
23.03/8.38	c (1,0) c WARNING: for repeatability, setting FPU to use double precision
23.03/8.38	c (1,0) c 8 solvers engines and 1 companion as a blackboard created.
23.03/8.38	c (1,0) c ========================================[ Problem Statistics ]===========================================
23.03/8.38	c (1,0) c |                                                                                                       |
23.03/8.38	c (1,0) c |  Number of variables:         32718                                                                   |
23.03/8.38	c (1,0) c |  Number of clauses:          320643                                                                   |
23.03/8.38	c (1,0) c |  Parse time:                   0.12 s                                                                 |
23.03/8.38	c (1,0) c |                                                                                                       |
23.03/8.38	c (1,0) c |  Eliminated clauses:           0.08 Mb                                                                |
23.03/8.38	c (1,0) c |  Simplification time:          0.32 s                                                                 |
23.03/8.38	c (1,0) c |                                                                                                       |
23.03/8.38	c (1,0) c |  Generating clones                                                                                    |
23.03/8.39	c (1,0) c |  all clones generated. Memory = 254.47Mb.                                                             |
23.03/8.39	c (1,0) c ========================================================================================================|
23.03/8.39	c (1,0) c Thread 6 is 100% pure glucose! First thread to finish! (UNSAT answer).
23.03/8.39	c (1,0) c Total Memory so far : 831.54Mb
23.03/8.39	c (1,0) c
23.03/8.39	c (1,0) c real time : 1.02964 s
23.03/8.39	c (1,0) c cpu time  : 3.89791 s
23.03/8.39	c (1,0) c
23.03/8.39	c (1,0) c
23.03/8.39	c (1,0) c
23.03/8.39	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
23.03/8.39	c (1,0) c
23.03/8.39	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
23.03/8.39	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
23.03/8.39	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
23.03/8.39	c (1,0) c | Conflicts     |           58369 |       6277 |       6961 |       7711 |       7676 |       7546 |       7545 |       7308 |       7345 |
23.03/8.39	c (1,0) c | Decisions     |           77977 |       8300 |       9385 |      10241 |      10281 |      10063 |      10063 |       9793 |       9851 |
23.03/8.39	c (1,0) c | Propagations  |        11156068 |    1353487 |    1322726 |    1460050 |    1399657 |    1386458 |    1450469 |    1370378 |    1412843 |
23.03/8.39	c (1,0) c | Avg_Trail     |                 |       4056 |        895 |        861 |        877 |        886 |        876 |        872 |        868 |
23.03/8.39	c (1,0) c | Avg_DL        |                 |        162 |         13 |         13 |         13 |         13 |         14 |         14 |         13 |
23.03/8.39	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
23.03/8.39	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
23.03/8.39	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
23.03/8.39	c (1,0) c | Exported      |            9148 |        805 |        988 |       1279 |       1171 |       1302 |       1232 |       1235 |       1136 |
23.03/8.39	c (1,0) c | Imported      |           24624 |          0 |       6012 |       1520 |        322 |        346 |        723 |       7911 |       7790 |
23.03/8.39	c (1,0) c | Good          |             335 |          0 |         56 |         48 |         21 |         21 |         45 |         77 |         67 |
23.03/8.39	c (1,0) c | Purge         |           24289 |          0 |       5956 |       1472 |        301 |        325 |        678 |       7834 |       7723 |
23.03/8.39	c (1,0) c | Promoted      |            1633 |          0 |        531 |        238 |         52 |         59 |        136 |        235 |        382 |
23.03/8.39	c (1,0) c | Remove_Imp    |             404 |          0 |        404 |          0 |          0 |          0 |          0 |          0 |          0 |
23.03/8.39	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
23.03/8.39	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
23.03/8.39	c (1,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          7 |          4 |
23.03/8.39	c (1,0) c | Binaries      |                 |          8 |         10 |          9 |          7 |         11 |          8 |         22 |         24 |
23.03/8.39	c (1,0) c | Glues         |                 |        108 |        182 |        150 |        160 |        167 |        140 |        162 |        189 |
23.03/8.39	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
23.03/8.39	c (1,0) c | Orig_Seen     |             2 % |       9322 |       9462 |       9372 |       9471 |       9545 |       9437 |       9387 |       9424 |
23.03/8.39	c (1,0) c | Diff Orig seen|                 | -       65 |         75 | -       15 |         84 |        158 |         50 |      X     |         37 |
23.03/8.39	c (1,0) c | Hamming       |             4 % |       7148 |        466 |        525 |        565 |        535 |        527 |      X     |        482 |
23.03/8.39	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
23.03/8.39	c (1,0) 
23.03/8.39	c (1,0) s UNSATISFIABLE
23.03/8.40	c (1,0) SatSolver.solve End
23.03/8.40	c (1,0) Heap : 164 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
23.03/8.40	c (1,0) Show results Begin
23.03/8.40	s UNSATISFIABLE
23.03/8.40	c (1,0) Show results End
23.03/8.40	c (1,0) Heap : 164 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
23.74/8.40	c (1,0) 1,1,STOP-AFTER(ALL)
23.74/8.40	c END-Prog: Mon Aug 13 20:22:54 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 (10624 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-4307294-1534184565/watcher-4307294-1534184565 -o /tmp/evaluation-result-4307294-1534184565/solver-4307294-1534184565 -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-4307294-1534184565.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
solver pid=23340, runsolver pid=23337
Current StackSize limit: 8192 KiB


[startup+0.103486 s]*
/proc/loadavg: 5.45 7.63 8.16 2/204 23362
/proc/meminfo: memFree=17693980/32770624 swapFree=67108688/67108860
[pid=23340] ppid=23337 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/23340/stat : 23340 (scop.sh) S 23337 23340 22617 0 -1 4202496 560 320 0 0 0 0 0 0 20 0 1 0 236019734 115843072 349 33554432000 4194304 5098028 140733161959344 140733161956600 139691959964284 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15990784 140733161964578 140733161964803 140733161964803 140733161967565 0
/proc/23340/statm: 28282 349 296 221 0 87 0
[pid=23343] ppid=23340 vsize=27313900 memory=107196 CPUtime=0.11 cores=0-7
/proc/23343/stat : 23343 (java) S 23340 23340 22617 0 -1 1077944320 6787 0 0 0 9 2 0 0 20 0 20 0 236019734 27969433600 26799 33554432000 4194304 4196468 140723763525808 140723763508352 140655018540791 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
/proc/23343/statm: 6828475 26799 2743 1 0 6790935 0
[pid=23343/tid=23344] ppid=23340 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23340 22617 0 -1 4202560 4892 0 0 0 7 2 0 0 20 0 20 0 236019734 27969433600 26799 33554432000 4194304 4196468 140723763525808 140654990335952 140655002621278 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23345] ppid=23340 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23343/task/23345/stat : 23345 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 26799 33554432000 4194304 4196468 140723763525808 140655022782736 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23346] ppid=23340 vsize=27313900 memory=139641951032960 CPUtime=0 cores=0-7
/proc/23343/task/23346/stat : 23346 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 26799 33554432000 4194304 4196468 140723763525808 140654836939152 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23347] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23347/stat : 23347 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 26799 33554432000 4194304 4196468 140723763525808 140654835886608 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23348] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23348/stat : 23348 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 26799 33554432000 4194304 4196468 140723763525808 140654834834064 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23349] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23349/stat : 23349 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 26799 33554432000 4194304 4196468 140723763525808 140654833781520 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23350] ppid=23340 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23343/task/23350/stat : 23350 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 26799 33554432000 4194304 4196468 140723763525808 140654832728976 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23351] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23351/stat : 23351 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 26799 33554432000 4194304 4196468 140723763525808 140654831676432 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23352] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23352/stat : 23352 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 26799 33554432000 4194304 4196468 140723763525808 140654830623888 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23353] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23353/stat : 23353 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019738 27969433600 26799 33554432000 4194304 4196468 140723763525808 140653137418224 140655018551938 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23354] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23354/stat : 23354 (java) S 23340 23340 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236019739 27969433600 26799 33554432000 4194304 4196468 140723763525808 140652931179424 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23355] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23355/stat : 23355 (java) S 23340 23340 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236019739 27969433600 26799 33554432000 4194304 4196468 140723763525808 140652796957680 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23356] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23356/stat : 23356 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 26799 33554432000 4194304 4196468 140723763525808 140652422453456 140655018559387 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23357] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23357/stat : 23357 (java) S 23340 23340 22617 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 26799 33554432000 4194304 4196468 140723763525808 140653136366064 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23358] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23358/stat : 23358 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 26799 33554432000 4194304 4196468 140723763525808 140653135313520 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23359] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23359/stat : 23359 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 26799 33554432000 4194304 4196468 140723763525808 140653134260976 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23360] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23360/stat : 23360 (java) S 23340 23340 22617 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 26799 33554432000 4194304 4196468 140723763525808 140652662737776 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23361] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23361/stat : 23361 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236019742 27969433600 26799 33554432000 4194304 4196468 140723763525808 140651924547808 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23362] ppid=23340 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23343/task/23362/stat : 23362 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019742 27969433600 26799 33554432000 4194304 4196468 140723763525808 140652661684656 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 108592 KiB

[startup+0.21054 s]*
/proc/loadavg: 5.45 7.63 8.16 2/204 23362
/proc/meminfo: memFree=17677468/32770624 swapFree=67108688/67108860
[pid=23340] ppid=23337 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/23340/stat : 23340 (scop.sh) S 23337 23340 22617 0 -1 4202496 560 320 0 0 0 0 0 0 20 0 1 0 236019734 115843072 349 33554432000 4194304 5098028 140733161959344 140733161956600 139691959964284 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15990784 140733161964578 140733161964803 140733161964803 140733161967565 0
/proc/23340/statm: 28282 349 296 221 0 87 0
[pid=23343] ppid=23340 vsize=27313900 memory=121016 CPUtime=0.24 cores=0-7
/proc/23343/stat : 23343 (java) S 23340 23340 22617 0 -1 1077944320 10559 0 0 0 21 3 0 0 20 0 20 0 236019734 27969433600 30254 33554432000 4194304 4196468 140723763525808 140723763508352 140655018540791 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
/proc/23343/statm: 6828475 30254 2835 1 0 6790935 0
[pid=23343/tid=23344] ppid=23340 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23340 22617 0 -1 4202560 8441 0 0 0 17 2 0 0 20 0 20 0 236019734 27969433600 30254 33554432000 4194304 4196468 140723763525808 140654990328504 140655018562717 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23345] ppid=23340 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/23343/task/23345/stat : 23345 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 30254 33554432000 4194304 4196468 140723763525808 140655022782736 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23346] ppid=23340 vsize=27313900 memory=139641951055773 CPUtime=0 cores=0-7
/proc/23343/task/23346/stat : 23346 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 30254 33554432000 4194304 4196468 140723763525808 140654836939152 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23347] ppid=23340 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23343/task/23347/stat : 23347 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 30254 33554432000 4194304 4196468 140723763525808 140654835886608 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23348] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23348/stat : 23348 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 30254 33554432000 4194304 4196468 140723763525808 140654834834064 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23349] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23349/stat : 23349 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 30254 33554432000 4194304 4196468 140723763525808 140654833781520 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23350] ppid=23340 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23343/task/23350/stat : 23350 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 30254 33554432000 4194304 4196468 140723763525808 140654832728976 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23351] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23351/stat : 23351 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 30254 33554432000 4194304 4196468 140723763525808 140654831676432 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23352] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23352/stat : 23352 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 30254 33554432000 4194304 4196468 140723763525808 140654830623888 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23353] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23353/stat : 23353 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019738 27969433600 30254 33554432000 4194304 4196468 140723763525808 140653137418224 140655018551938 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23354] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23354/stat : 23354 (java) S 23340 23340 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236019739 27969433600 30254 33554432000 4194304 4196468 140723763525808 140652931179424 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23355] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23355/stat : 23355 (java) S 23340 23340 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236019739 27969433600 30254 33554432000 4194304 4196468 140723763525808 140652796957680 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23356] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23356/stat : 23356 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 30254 33554432000 4194304 4196468 140723763525808 140652422453456 140655018559387 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23357] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23357/stat : 23357 (java) S 23340 23340 22617 0 -1 1077944384 326 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 30254 33554432000 4194304 4196468 140723763525808 140653136366064 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23358] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23358/stat : 23358 (java) S 23340 23340 22617 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 30254 33554432000 4194304 4196468 140723763525808 140653135313520 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23359] ppid=23340 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23343/task/23359/stat : 23359 (java) S 23340 23340 22617 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 30254 33554432000 4194304 4196468 140723763525808 140653134260976 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23360] ppid=23340 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/23343/task/23360/stat : 23360 (java) S 23340 23340 22617 0 -1 1077944384 294 0 0 0 2 0 0 0 20 0 20 0 236019741 27969433600 30254 33554432000 4194304 4196468 140723763525808 140652662737776 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23361] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23361/stat : 23361 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236019742 27969433600 30254 33554432000 4194304 4196468 140723763525808 140651924547808 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23362] ppid=23340 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23343/task/23362/stat : 23362 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019742 27969433600 30254 33554432000 4194304 4196468 140723763525808 140652661684656 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 122412 KiB

[startup+0.310543 s]*
/proc/loadavg: 5.45 7.63 8.16 2/204 23362
/proc/meminfo: memFree=17674428/32770624 swapFree=67108688/67108860
[pid=23340] ppid=23337 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/23340/stat : 23340 (scop.sh) S 23337 23340 22617 0 -1 4202496 560 320 0 0 0 0 0 0 20 0 1 0 236019734 115843072 349 33554432000 4194304 5098028 140733161959344 140733161956600 139691959964284 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15990784 140733161964578 140733161964803 140733161964803 140733161967565 0
/proc/23340/statm: 28282 349 296 221 0 87 0
[pid=23343] ppid=23340 vsize=27313900 memory=125152 CPUtime=0.41 cores=0-7
/proc/23343/stat : 23343 (java) S 23340 23340 22617 0 -1 1077944320 11119 0 0 0 38 3 0 0 20 0 20 0 236019734 27969433600 31288 33554432000 4194304 4196468 140723763525808 140723763508352 140655018540791 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
/proc/23343/statm: 6828475 31288 2978 1 0 6790935 0
[pid=23343/tid=23344] ppid=23340 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23340 22617 0 -1 4202560 8839 0 0 0 26 3 0 0 20 0 20 0 236019734 27969433600 31288 33554432000 4194304 4196468 140723763525808 140654990336240 140655000094096 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23345] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23345/stat : 23345 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 31288 33554432000 4194304 4196468 140723763525808 140655022782736 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23346] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23346/stat : 23346 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 31288 33554432000 4194304 4196468 140723763525808 140654836939152 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23347] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23347/stat : 23347 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 31288 33554432000 4194304 4196468 140723763525808 140654835886608 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23348] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23348/stat : 23348 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 31288 33554432000 4194304 4196468 140723763525808 140654834834064 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23349] ppid=23340 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/23343/task/23349/stat : 23349 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 31288 33554432000 4194304 4196468 140723763525808 140654833781520 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23350] ppid=23340 vsize=27313900 memory=139641802027951 CPUtime=0 cores=0-7
/proc/23343/task/23350/stat : 23350 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 31288 33554432000 4194304 4196468 140723763525808 140654832728976 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23351] ppid=23340 vsize=27313900 memory=139641802030256 CPUtime=0 cores=0-7
/proc/23343/task/23351/stat : 23351 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 31288 33554432000 4194304 4196468 140723763525808 140654831676432 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23352] ppid=23340 vsize=27313900 memory=139641802032560 CPUtime=0 cores=0-7
/proc/23343/task/23352/stat : 23352 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019737 27969433600 31288 33554432000 4194304 4196468 140723763525808 140654830623888 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23353] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23353/stat : 23353 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019738 27969433600 31288 33554432000 4194304 4196468 140723763525808 140653137418224 140655018551938 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23354] ppid=23340 vsize=27313900 memory=279283604072080 CPUtime=0 cores=0-7
/proc/23343/task/23354/stat : 23354 (java) S 23340 23340 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236019739 27969433600 31288 33554432000 4194304 4196468 140723763525808 140652931179424 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23355] ppid=23340 vsize=27313900 memory=279283604078992 CPUtime=0 cores=0-7
/proc/23343/task/23355/stat : 23355 (java) S 23340 23340 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236019739 27969433600 31288 33554432000 4194304 4196468 140723763525808 140652796957680 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23356] ppid=23340 vsize=27313900 memory=279283604020272 CPUtime=0 cores=0-7
/proc/23343/task/23356/stat : 23356 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 31288 33554432000 4194304 4196468 140723763525808 140652422453456 140655018559387 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23357] ppid=23340 vsize=27313900 memory=279283604092816 CPUtime=0 cores=0-7
/proc/23343/task/23357/stat : 23357 (java) S 23340 23340 22617 0 -1 1077944384 344 0 0 0 0 0 0 0 20 0 20 0 236019741 27969433600 31288 33554432000 4194304 4196468 140723763525808 140653136366064 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23358] ppid=23340 vsize=27313900 memory=279283604099728 CPUtime=0.01 cores=0-7
/proc/23343/task/23358/stat : 23358 (java) S 23340 23340 22617 0 -1 1077944384 222 0 0 0 1 0 0 0 20 0 20 0 236019741 27969433600 31288 33554432000 4194304 4196468 140723763525808 140653135313520 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23359] ppid=23340 vsize=27313900 memory=279283604097424 CPUtime=0.01 cores=0-7
/proc/23343/task/23359/stat : 23359 (java) S 23340 23340 22617 0 -1 1077944384 41 0 0 0 1 0 0 0 20 0 20 0 236019741 27969433600 31288 33554432000 4194304 4196468 140723763525808 140653134260976 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23360] ppid=23340 vsize=27313900 memory=279283604113584 CPUtime=0.07 cores=0-7
/proc/23343/task/23360/stat : 23360 (java) S 23340 23340 22617 0 -1 1077944384 317 0 0 0 7 0 0 0 20 0 20 0 236019741 27969433600 31288 33554432000 4194304 4196468 140723763525808 140652662737776 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23361] ppid=23340 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23361/stat : 23361 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236019742 27969433600 31288 33554432000 4194304 4196468 140723763525808 140651924547808 140655018550997 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23362] ppid=23340 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23343/task/23362/stat : 23362 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019742 27969433600 31288 33554432000 4194304 4196468 140723763525808 140652661684656 140655018551938 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126548 KiB

[startup+0.702924 s]
/proc/loadavg: 5.45 7.63 8.16 2/204 23362
/proc/meminfo: memFree=17649576/32770624 swapFree=67108688/67108860
[pid=23340] ppid=23337 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/23340/stat : 23340 (scop.sh) S 23337 23340 22617 0 -1 4202496 560 320 0 0 0 0 0 0 20 0 1 0 236019734 115843072 349 33554432000 4194304 5098028 140733161959344 140733161956600 139691959964284 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 15990784 140733161964578 140733161964803 140733161964803 140733161967565 0
/proc/23340/statm: 28282 349 296 221 0 87 0
[pid=23343] ppid=23340 vsize=27320172 memory=162564 CPUtime=0.99 cores=0-7
/proc/23343/stat : 23343 (java) S 23340 23340 22617 0 -1 1077944320 18225 0 0 0 94 5 0 0 20 0 20 0 236019734 27975856128 40641 33554432000 4194304 4196468 140723763525808 140723763508352 140655018540791 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
/proc/23343/statm: 6830043 40641 3128 1 0 6791447 0
[pid=23343/tid=23344] ppid=23340 vsize=27320172 memory=279283604471472 CPUtime=0.66 cores=0-7
/proc/23343/task/23344/stat : 23344 (java) R 23340 23340 22617 0 -1 4202560 15352 0 0 0 62 4 0 0 20 0 20 0 236019734 27975856128 40641 33554432000 4194304 4196468 140723763525808 140654990376496 140654491586410 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23345] ppid=23340 vsize=27320172 memory=139641802236784 CPUtime=0 cores=0-7
/proc/23343/task/23345/stat : 23345 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236019737 27975856128 40641 33554432000 4194304 4196468 140723763525808 140655022782736 140655018550997 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23346] ppid=23340 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/23343/task/23346/stat : 23346 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27975856128 40641 33554432000 4194304 4196468 140723763525808 140654836939152 140655018550997 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0
[pid=23343/tid=23347] ppid=23340 vsize=27320172 memory=1616 CPUtime=0 cores=0-7
/proc/23343/task/23347/stat : 23347 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236019737 27975856128 40641 33554432000 4194304 4196468 140723763525808 140654835886608 140655018550997 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29589504 140723763532776 140723763533101 140723763533101 140723763535823 0

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

/proc/23363/task/23371/stat : 23371 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236020380 7940214784 27618 33554432000 4194304 4196468 140735606188032 139830565079568 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23372] ppid=23340 vsize=7754116 memory=1312862 CPUtime=0 cores=0-7
/proc/23363/task/23372/stat : 23372 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236020380 7940214784 27618 33554432000 4194304 4196468 140735606188032 139830564027024 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23373] ppid=23340 vsize=7754116 memory=13904 CPUtime=0 cores=0-7
/proc/23363/task/23373/stat : 23373 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236020381 7940214784 27618 33554432000 4194304 4196468 140735606188032 139830514084336 139831085001346 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23374] ppid=23340 vsize=7754116 memory=23613 CPUtime=0 cores=0-7
/proc/23363/task/23374/stat : 23374 (java) S 23340 23340 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236020382 7940214784 27618 33554432000 4194304 4196468 140735606188032 139829505418656 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23375] ppid=23340 vsize=7754116 memory=7649399392854815538 CPUtime=0 cores=0-7
/proc/23363/task/23375/stat : 23375 (java) S 23340 23340 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236020382 7940214784 27618 33554432000 4194304 4196468 140735606188032 139829371196912 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23376] ppid=23340 vsize=7754116 memory=7649399397149782834 CPUtime=0 cores=0-7
/proc/23363/task/23376/stat : 23376 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236020384 7940214784 27618 33554432000 4194304 4196468 140735606188032 139828996692688 139831085008795 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23377] ppid=23340 vsize=7754116 memory=7649399358511854386 CPUtime=0.12 cores=0-7
/proc/23363/task/23377/stat : 23377 (java) R 23340 23340 22617 0 -1 4202560 944 0 0 0 12 0 0 0 20 0 20 0 236020384 7940214784 27618 33554432000 4194304 4196468 140735606188032 139830444943344 139831066169823 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23378] ppid=23340 vsize=7754116 memory=7649399362806821682 CPUtime=0.14 cores=0-7
/proc/23363/task/23378/stat : 23378 (java) S 23340 23340 22617 0 -1 1077944384 410 0 0 0 14 0 0 0 20 0 20 0 236020384 7940214784 27618 33554432000 4194304 4196468 140735606188032 139830443890800 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23379] ppid=23340 vsize=7754116 memory=7649399367101788978 CPUtime=0.1 cores=0-7
/proc/23363/task/23379/stat : 23379 (java) S 23340 23340 22617 0 -1 1077944384 384 0 0 0 10 0 0 0 20 0 20 0 236020384 7940214784 27618 33554432000 4194304 4196468 140735606188032 139830442838256 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23380] ppid=23340 vsize=7754116 memory=7649399371396756274 CPUtime=0.19 cores=0-7
/proc/23363/task/23380/stat : 23380 (java) S 23340 23340 22617 0 -1 1077944384 467 0 0 0 19 0 0 0 20 0 20 0 236020384 7940214784 27618 33554432000 4194304 4196468 140735606188032 139830441785712 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23381] ppid=23340 vsize=7754116 memory=7649399375691723570 CPUtime=0 cores=0-7
/proc/23363/task/23381/stat : 23381 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236020385 7940214784 27618 33554432000 4194304 4196468 140735606188032 139828498787040 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23382] ppid=23340 vsize=7754116 memory=7649399379986690866 CPUtime=0 cores=0-7
/proc/23363/task/23382/stat : 23382 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236020385 7940214784 27618 33554432000 4194304 4196468 140735606188032 139830440733616 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
Current children cumulated CPU time: 19.31 s
Current children cumulated vsize: 7867244 KiB
Current children cumulated memory: 111944 KiB

[startup+8.00149 s]*
/proc/loadavg: 5.34 7.57 8.14 9/217 23396
/proc/meminfo: memFree=17404624/32770624 swapFree=67108688/67108860
[pid=23340] ppid=23337 vsize=113128 memory=1472 CPUtime=18 cores=0-7
/proc/23340/stat : 23340 (scop.sh) S 23337 23340 22617 0 -1 4202496 589 35250 0 0 0 0 1722 78 20 0 1 0 236019734 115843072 368 33554432000 4194304 5098028 140733161959344 140733161956088 139691959964284 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15990784 140733161964578 140733161964803 140733161964803 140733161967565 0
/proc/23340/statm: 28282 368 311 221 0 87 0
[pid=23363] ppid=23340 vsize=8413904 memory=137768 CPUtime=1.73 cores=0-7
/proc/23363/stat : 23363 (java) S 23340 23340 22617 0 -1 1077944320 19661 0 0 0 159 14 0 0 20 0 24 0 236020378 8615837696 34442 33554432000 4194304 4196468 140735606188032 140735606170576 139831084990199 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
/proc/23363/statm: 2103476 34442 3163 1 0 2064875 0
[pid=23383] ppid=23363 vsize=850432 memory=250124 CPUtime=0.98 cores=0-7
/proc/23383/stat : 23383 (glucose-syrup) S 23363 23340 22617 0 -1 1077944320 41741 0 0 0 89 9 0 0 20 0 9 0 236020469 870842368 62531 33554432000 4194304 4373367 140721826626720 140721826625264 140494438472322 0 4 0 8388610 18446744073709551615 0 0 17 5 0 0 0 0 0 6470912 6472264 22827008 140721826628688 140721826628820 140721826628820 140721826631623 0
/proc/23383/statm: 212608 62531 375 44 0 208296 0
[pid=23383/tid=23389] ppid=23363 vsize=850432 memory=0 CPUtime=0.05 cores=0-7
/proc/23383/task/23389/stat : 23389 (glucose-syrup) R 23363 23340 22617 0 -1 4202560 377 0 0 0 5 0 0 0 20 0 9 0 236020529 870842368 62531 33554432000 4194304 4373367 140721826626720 140494411504520 4271965 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 22827008 140721826628688 140721826628820 140721826628820 140721826631623 0
[pid=23383/tid=23390] ppid=23363 vsize=850432 memory=0 CPUtime=0.04 cores=0-7
/proc/23383/task/23390/stat : 23390 (glucose-syrup) R 23363 23340 22617 0 -1 4202560 402 0 0 0 4 0 0 0 20 0 9 0 236020529 870842368 62531 33554432000 4194304 4373367 140721826626720 140494403111816 4271621 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 22827008 140721826628688 140721826628820 140721826628820 140721826631623 0
[pid=23383/tid=23391] ppid=23363 vsize=850432 memory=0 CPUtime=0.04 cores=0-7
/proc/23383/task/23391/stat : 23391 (glucose-syrup) R 23363 23340 22617 0 -1 4202560 403 0 0 0 4 0 0 0 20 0 9 0 236020529 870842368 62531 33554432000 4194304 4373367 140721826626720 140494378015720 140494423759678 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 22827008 140721826628688 140721826628820 140721826628820 140721826631623 0
[pid=23383/tid=23392] ppid=23363 vsize=850432 memory=0 CPUtime=0.04 cores=0-7
/proc/23383/task/23392/stat : 23392 (glucose-syrup) R 23363 23340 22617 0 -1 4202560 401 0 0 0 4 0 0 0 20 0 9 0 236020529 870842368 62531 33554432000 4194304 4373367 140721826626720 140494369623016 140494423759678 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 22827008 140721826628688 140721826628820 140721826628820 140721826631623 0
[pid=23383/tid=23393] ppid=23363 vsize=850432 memory=0 CPUtime=0.03 cores=0-7
/proc/23383/task/23393/stat : 23393 (glucose-syrup) R 23363 23340 22617 0 -1 4202560 413 0 0 0 3 0 0 0 20 0 9 0 236020529 870842368 62531 33554432000 4194304 4373367 140721826626720 140494361230216 4271838 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 22827008 140721826628688 140721826628820 140721826628820 140721826631623 0
[pid=23383/tid=23394] ppid=23363 vsize=850432 memory=0 CPUtime=0.04 cores=0-7
/proc/23383/task/23394/stat : 23394 (glucose-syrup) R 23363 23340 22617 0 -1 4202560 401 0 0 0 4 0 0 0 20 0 9 0 236020529 870842368 62531 33554432000 4194304 4373367 140721826626720 140494352837512 140494423759678 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 22827008 140721826628688 140721826628820 140721826628820 140721826631623 0
[pid=23383/tid=23395] ppid=23363 vsize=850432 memory=3472592183261933599 CPUtime=0.04 cores=0-7
/proc/23383/task/23395/stat : 23395 (glucose-syrup) R 23363 23340 22617 0 -1 4202560 401 0 0 0 4 0 0 0 20 0 9 0 236020529 870842368 62531 33554432000 4194304 4373367 140721826626720 140494344444808 140494423759678 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 22827008 140721826628688 140721826628820 140721826628820 140721826631623 0
[pid=23383/tid=23396] ppid=23363 vsize=850432 memory=0 CPUtime=0.04 cores=0-7
/proc/23383/task/23396/stat : 23396 (glucose-syrup) R 23363 23340 22617 0 -1 4202560 399 0 0 0 4 0 0 0 20 0 9 0 236020529 870842368 62531 33554432000 4194304 4373367 140721826626720 140494336052104 140494423759678 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 22827008 140721826628688 140721826628820 140721826628820 140721826631623 0
[pid=23363/tid=23364] ppid=23340 vsize=8413904 memory=0 CPUtime=0.94 cores=0-7
/proc/23363/task/23364/stat : 23364 (java) S 23340 23340 22617 0 -1 1077944384 15664 0 0 0 82 12 0 0 20 0 24 0 236020378 8615837696 34442 33554432000 4194304 4196468 140735606188032 139831056830352 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23365] ppid=23340 vsize=8413904 memory=279283604960848 CPUtime=0 cores=0-7
/proc/23363/task/23365/stat : 23365 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236020379 8615837696 34442 33554432000 4194304 4196468 140735606188032 139831089232656 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23366] ppid=23340 vsize=8413904 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23363/task/23366/stat : 23366 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236020379 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830916049808 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23367] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23367/stat : 23367 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236020380 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830569290768 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23368] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23368/stat : 23368 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236020380 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830568238224 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23369] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23369/stat : 23369 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236020380 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830567184656 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23370] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23370/stat : 23370 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236020380 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830566132112 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23371] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23371/stat : 23371 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236020380 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830565079568 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23372] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23372/stat : 23372 (java) S 23340 23340 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236020380 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830564027024 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23373] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23373/stat : 23373 (java) S 23340 23340 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236020381 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830514084336 139831085001346 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23374] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23374/stat : 23374 (java) S 23340 23340 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236020382 8615837696 34442 33554432000 4194304 4196468 140735606188032 139829505418656 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23375] ppid=23340 vsize=8413904 memory=279279778742027 CPUtime=0 cores=0-7
/proc/23363/task/23375/stat : 23375 (java) S 23340 23340 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 24 0 236020382 8615837696 34442 33554432000 4194304 4196468 140735606188032 139829371196912 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23376] ppid=23340 vsize=8413904 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/23363/task/23376/stat : 23376 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236020384 8615837696 34442 33554432000 4194304 4196468 140735606188032 139828996692688 139831085008795 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23377] ppid=23340 vsize=8413904 memory=6656426216303648864 CPUtime=0.19 cores=0-7
/proc/23363/task/23377/stat : 23377 (java) S 23340 23340 22617 0 -1 1077944384 981 0 0 0 19 0 0 0 20 0 24 0 236020384 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830444943344 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23378] ppid=23340 vsize=8413904 memory=6944656592455360604 CPUtime=0.16 cores=0-7
/proc/23363/task/23378/stat : 23378 (java) S 23340 23340 22617 0 -1 1077944384 420 0 0 0 16 0 0 0 20 0 24 0 236020384 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830443890800 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23379] ppid=23340 vsize=8413904 memory=301793952498201904 CPUtime=0.17 cores=0-7
/proc/23363/task/23379/stat : 23379 (java) S 23340 23340 22617 0 -1 1077944384 590 0 0 0 17 0 0 0 20 0 24 0 236020384 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830442838256 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23380] ppid=23340 vsize=8413904 memory=14689682327886890 CPUtime=0.24 cores=0-7
/proc/23363/task/23380/stat : 23380 (java) S 23340 23340 22617 0 -1 1077944384 586 0 0 0 24 0 0 0 20 0 24 0 236020384 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830441785712 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23381] ppid=23340 vsize=8413904 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/23363/task/23381/stat : 23381 (java) S 23340 23340 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236020385 8615837696 34442 33554432000 4194304 4196468 140735606188032 139828498787040 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23382] ppid=23340 vsize=8413904 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/23363/task/23382/stat : 23382 (java) S 23340 23340 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236020385 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830440733616 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23384] ppid=23340 vsize=8413904 memory=6944656592387989600 CPUtime=0 cores=0-7
/proc/23363/task/23384/stat : 23384 (java) S 23340 23340 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236020469 8615837696 34442 33554432000 4194304 4196468 140735606188032 139830512699072 139831085014809 0 4 2 25189581 18446744071579417331 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23386] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23386/stat : 23386 (java) S 23340 23340 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236020470 8615837696 34442 33554432000 4194304 4196468 140735606188032 139827827686704 139831085012125 0 4 2 25189581 18446744071580971376 0 0 -1 3 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23387] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23387/stat : 23387 (java) S 23340 23340 22617 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 24 0 236020470 8615837696 34442 33554432000 4194304 4196468 140735606188032 139828096122288 139831085012125 0 4 2 25189581 18446744071580971376 0 0 -1 6 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23388] ppid=23340 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23363/task/23388/stat : 23388 (java) S 23340 23340 22617 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 24 0 236020472 8615837696 34442 33554432000 4194304 4196468 140735606188032 139827559259296 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
Current children cumulated CPU time: 20.71 s
Current children cumulated vsize: 9377464 KiB
Current children cumulated memory: 389364 KiB

[startup+8.40138 s]
/proc/loadavg: 5.34 7.57 8.14 9/217 23396
/proc/meminfo: memFree=17404624/32770624 swapFree=67108688/67108860
[pid=23340] ppid=23337 vsize=113128 memory=1472 CPUtime=18 cores=0-7
/proc/23340/stat : 23340 (scop.sh) S 23337 23340 22617 0 -1 4202496 589 35250 0 0 0 0 1722 78 20 0 1 0 236019734 115843072 368 33554432000 4194304 5098028 140733161959344 140733161956088 139691959964284 0 65536 4100 81923 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15990784 140733161964578 140733161964803 140733161964803 140733161967565 0
/proc/23340/statm: 28282 368 311 221 0 87 0
[pid=23363] ppid=23340 vsize=8282828 memory=137792 CPUtime=5.74 cores=0-7
/proc/23363/stat : 23363 (java) S 23340 23340 22617 0 -1 1077944320 19690 42381 0 0 161 14 389 10 20 0 22 0 236020378 8481615872 34448 33554432000 4194304 4196468 140735606188032 140735606170576 139831084990199 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
/proc/23363/statm: 2070707 34448 3163 1 0 2032106 0
[pid=23363/tid=23364] ppid=23340 vsize=8282828 memory=4048 CPUtime=4.93 cores=0-7
/proc/23363/task/23364/stat : 23364 (java) R 23340 23340 22617 0 -1 4202560 15673 42381 0 0 82 12 389 10 20 0 22 0 236020378 8481615872 34448 33554432000 4194304 4196468 140735606188032 139831056826096 139831069070686 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23365] ppid=23340 vsize=8282828 memory=1472 CPUtime=3.99 cores=0-7
/proc/23363/task/23365/stat : 23365 (java) S 23340 23340 22617 0 -1 1077944384 2 42381 0 0 0 0 389 10 20 0 22 0 236020379 8481615872 34448 33554432000 4194304 4196468 140735606188032 139831089232656 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23366] ppid=23340 vsize=8282828 memory=137588 CPUtime=3.99 cores=0-7
/proc/23363/task/23366/stat : 23366 (java) S 23340 23340 22617 0 -1 1077944384 2 42381 0 0 0 0 389 10 20 0 22 0 236020379 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830916049808 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23367] ppid=23340 vsize=8282828 memory=928 CPUtime=3.99 cores=0-7
/proc/23363/task/23367/stat : 23367 (java) S 23340 23340 22617 0 -1 1077944384 1 42381 0 0 0 0 389 10 20 0 22 0 236020380 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830569290768 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23368] ppid=23340 vsize=8282828 memory=288230574492221466 CPUtime=3.99 cores=0-7
/proc/23363/task/23368/stat : 23368 (java) S 23340 23340 22617 0 -1 1077944384 3 42381 0 0 0 0 389 10 20 0 22 0 236020380 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830568238224 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23369] ppid=23340 vsize=8282828 memory=301741394933055803 CPUtime=3.99 cores=0-7
/proc/23363/task/23369/stat : 23369 (java) S 23340 23340 22617 0 -1 1077944384 2 42381 0 0 0 0 389 10 20 0 22 0 236020380 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830567184656 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23370] ppid=23340 vsize=8282828 memory=15538518206188108 CPUtime=3.99 cores=0-7
/proc/23363/task/23370/stat : 23370 (java) S 23340 23340 22617 0 -1 1077944384 1 42381 0 0 0 0 389 10 20 0 22 0 236020380 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830566132112 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23371] ppid=23340 vsize=8282828 memory=-7384994778349281184 CPUtime=3.99 cores=0-7
/proc/23363/task/23371/stat : 23371 (java) S 23340 23340 22617 0 -1 1077944384 2 42381 0 0 0 0 389 10 20 0 22 0 236020380 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830565079568 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23372] ppid=23340 vsize=8282828 memory=7681905605394137914 CPUtime=3.99 cores=0-7
/proc/23363/task/23372/stat : 23372 (java) S 23340 23340 22617 0 -1 1077944384 2 42381 0 0 0 0 389 10 20 0 22 0 236020380 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830564027024 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23373] ppid=23340 vsize=8282828 memory=-7522837583129502606 CPUtime=3.99 cores=0-7
/proc/23363/task/23373/stat : 23373 (java) S 23340 23340 22617 0 -1 1077944384 5 42381 0 0 0 0 389 10 20 0 22 0 236020381 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830514084336 139831085001346 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23374] ppid=23340 vsize=8282828 memory=3111092 CPUtime=3.99 cores=0-7
/proc/23363/task/23374/stat : 23374 (java) S 23340 23340 22617 0 -1 1077944384 13 42381 0 0 0 0 389 10 20 0 22 0 236020382 8481615872 34448 33554432000 4194304 4196468 140735606188032 139829505418656 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23375] ppid=23340 vsize=8282828 memory=1396 CPUtime=3.99 cores=0-7
/proc/23363/task/23375/stat : 23375 (java) S 23340 23340 22617 0 -1 1077944384 21 42381 0 0 0 0 389 10 20 0 22 0 236020382 8481615872 34448 33554432000 4194304 4196468 140735606188032 139829371196912 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23376] ppid=23340 vsize=8282828 memory=625864 CPUtime=3.99 cores=0-7
/proc/23363/task/23376/stat : 23376 (java) S 23340 23340 22617 0 -1 1077944384 1 42381 0 0 0 0 389 10 20 0 22 0 236020384 8481615872 34448 33554432000 4194304 4196468 140735606188032 139828996692688 139831085008795 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23377] ppid=23340 vsize=8282828 memory=0 CPUtime=4.18 cores=0-7
/proc/23363/task/23377/stat : 23377 (java) S 23340 23340 22617 0 -1 1077944384 981 42381 0 0 19 0 389 10 20 0 22 0 236020384 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830444943344 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23378] ppid=23340 vsize=8282828 memory=0 CPUtime=4.15 cores=0-7
/proc/23363/task/23378/stat : 23378 (java) S 23340 23340 22617 0 -1 1077944384 420 42381 0 0 16 0 389 10 20 0 22 0 236020384 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830443890800 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23379] ppid=23340 vsize=8282828 memory=3472467938029812624 CPUtime=4.16 cores=0-7
/proc/23363/task/23379/stat : 23379 (java) S 23340 23340 22617 0 -1 1077944384 590 42381 0 0 17 0 389 10 20 0 22 0 236020384 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830442838256 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23380] ppid=23340 vsize=8282828 memory=-7522837583129502606 CPUtime=4.24 cores=0-7
/proc/23363/task/23380/stat : 23380 (java) S 23340 23340 22617 0 -1 1077944384 596 42381 0 0 25 0 389 10 20 0 22 0 236020384 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830441785712 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23381] ppid=23340 vsize=8282828 memory=0 CPUtime=3.99 cores=0-7
/proc/23363/task/23381/stat : 23381 (java) S 23340 23340 22617 0 -1 1077944384 3 42381 0 0 0 0 389 10 20 0 22 0 236020385 8481615872 34448 33554432000 4194304 4196468 140735606188032 139828498787040 139831085000405 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23382] ppid=23340 vsize=8282828 memory=0 CPUtime=3.99 cores=0-7
/proc/23363/task/23382/stat : 23382 (java) S 23340 23340 22617 0 -1 1077944384 1 42381 0 0 0 0 389 10 20 0 22 0 236020385 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830440733616 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23384] ppid=23340 vsize=8282828 memory=4580 CPUtime=3.99 cores=0-7
/proc/23363/task/23384/stat : 23384 (java) S 23340 23340 22617 0 -1 1077944384 24 42381 0 0 0 0 389 10 20 0 22 0 236020469 8481615872 34448 33554432000 4194304 4196468 140735606188032 139830512698256 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
[pid=23363/tid=23388] ppid=23340 vsize=8282828 memory=0 CPUtime=3.99 cores=0-7
/proc/23363/task/23388/stat : 23388 (java) S 23340 23340 22617 0 -1 1077944384 14 42381 0 0 0 0 389 10 20 0 22 0 236020472 8481615872 34448 33554432000 4194304 4196468 140735606188032 139827559261104 139831085001346 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6508544 140735606191281 140735606191405 140735606191405 140735606194127 0
Current children cumulated CPU time: 23.74 s
Current children cumulated vsize: 8395956 KiB
Current children cumulated memory: 139264 KiB

Child status: 0
Real time (s): 8.41398
CPU time (s): 23.7861
CPU user time (s): 22.7404
CPU system time (s): 1.04575
CPU usage (%): 282.698
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 3115348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.7404
system time used= 1.04575
maximum resident set size= 3116668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97952
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10609
involuntary context switches= 77


# summary of solver processes directly reported to runsolver:
#   pid: 23340
#   total CPU time (s): 23.7861
#   total CPU user time (s): 22.7404
#   total CPU system time (s): 1.04575

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.088266 second user time and 0.134406 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 20:22:45
IDJOB=4307294
IDBENCH=141178
IDSOLVER=2788
FILE ID=node134/4307294-1534184565
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-f03_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-4307294-1534184565/watcher-4307294-1534184565 -o /tmp/evaluation-result-4307294-1534184565/solver-4307294-1534184565 -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-4307294-1534184565.xml

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

MD5SUM BENCH= b0c58d7e712a0938766b5bf6b16c9539
RANDOM SEED=581023405

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:        17788288 kB
MemAvailable:   31900564 kB
Buffers:          227372 kB
Cached:         14033856 kB
SwapCached:           52 kB
Active:          4498832 kB
Inactive:        9817180 kB
Active(anon):       3964 kB
Inactive(anon):   103128 kB
Active(file):    4494868 kB
Inactive(file):  9714052 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              8828 kB
Writeback:             0 kB
AnonPages:         61760 kB
Mapped:            56344 kB
Shmem:             49652 kB
Slab:             360268 kB
SReclaimable:     331816 kB
SUnreclaim:        28452 kB
KernelStack:        3344 kB
PageTables:         4932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

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