Trace number 4307302

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 25.611 8.6627

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f02_c18.xml
MD5SUM9039ba285abc1aa689fd996e152ad038
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 benchmark23.3055
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size42
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":10},{"size":23,"count":4},{"size":35,"count":336},{"size":42,"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-23098-serial-file.bin HOME/instance-4307302-1534184547.xml
0.65/0.52	
0.65/0.53	scop order+glucose-syrup (2018-07-31)
0.65/0.53	(Encoding Process)
0.65/0.53	
0.65/0.55	c BEGIN-Prog: Mon Aug 13 20:22:27 CEST 2018
0.65/0.55	c PID: 23101
0.65/0.55	c IP: 172.20.3.134
0.65/0.55	c HOST: node134.alineos.net
0.65/0.56	c (0,0) Parsing Begin
5.79/1.94	c (1,1) Parsing End
5.79/1.95	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 42
5.79/1.95	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.79/1.95	c (1,1) Constraint Name Generate Begin
5.79/1.98	c (1,1) Ctr:HOME/instance-4307302-1534184547.xml,Dist:Eq:IntVar:Le:Num
5.79/1.98	c (1,1) Constraint Name Generate End
5.79/1.98	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.79/1.98	c (1,1) CSP to CSPinCNF Begin
6.91/2.25	c (1,1) translated 411 (10%) constraints
7.26/2.31	c (1,1) translated 821 (20%) constraints
7.26/2.36	c (1,1) translated 1231 (30%) constraints
7.65/2.40	c (1,1) translated 1642 (40%) constraints
7.65/2.44	c (1,1) translated 2052 (50%) constraints
7.65/2.48	c (1,1) translated 2462 (60%) constraints
8.04/2.52	c (1,1) translated 2873 (70%) constraints
8.04/2.55	c (2,2) translated 3283 (80%) constraints
8.04/2.59	c (2,2) translated 3693 (90%) constraints
8.90/2.72	c (2,2) translated 4103 (100%) constraints
9.34/2.82	c (2,2) STATISTICS1:HOME/instance-4307302-1534184547.xml,Dist:Eq:IntVar:Le:Num,680,4783,42,42,2,2,42:3314;35:5144;23:24;22:344;6:60,42:9348;35:7956;23:40;22:364;6:64,2:4103;1:680,2:8886,
9.34/2.82	c (2,2) ==========================================
9.34/2.82	c (2,2) Order
9.34/2.82	c (2,2) ==========================================
9.34/2.85	c (2,2) translated 479 (10%) constraints
9.34/2.87	c (2,2) translated 957 (20%) constraints
9.34/2.89	c (2,2) translated 1435 (30%) constraints
9.78/2.91	c (2,2) translated 1914 (40%) constraints
9.78/2.93	c (2,2) translated 2392 (50%) constraints
9.78/2.94	c (2,2) translated 2870 (60%) constraints
9.78/2.95	c (2,2) translated 3349 (70%) constraints
9.78/2.96	c (2,2) translated 3827 (80%) constraints
9.78/2.97	c (2,2) translated 4305 (90%) constraints
9.78/2.98	c (2,2) translated 4783 (100%) constraints
9.78/2.98	c (2,2) CSP to CSPinCNF End
9.78/2.99	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 42
9.78/2.99	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
9.78/2.99	c (2,2) CSPinCNF Propagation Begin
12.29/4.45	c (3,3) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.29/4.45	c (3,3) CSPinCNF Propagation End
12.29/4.45	c (3,3) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 42
12.29/4.45	c (3,3) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
12.29/4.45	c (3,3) Simplify CSPinCNF Begin
13.10/4.70	c (4,4) Simplify CSPinCNF End
13.10/4.70	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 42
13.10/4.70	c (4,4) Heap : 2590 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.10/4.70	c (4,4) Calculate Precise Domain Begin
13.10/4.70	c (4,4) 0 values are removed by re-calculation
13.10/4.70	c (4,4) Calculate Precise Domain End
13.10/4.71	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 42
13.10/4.71	c (4,4) Heap : 2590 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.10/4.71	c (4,4) CSPinCNF to SatSolver Begin
14.46/5.02	c (4,4) 1299 (10 %) CSP clauses are encoded (33386 SAT variables, 54934 SAT clauses)
14.85/5.13	c (4,4) 2598 (20 %) CSP clauses are encoded (33386 SAT variables, 84976 SAT clauses)
15.02/5.22	c (4,4) 3897 (30 %) CSP clauses are encoded (33386 SAT variables, 112980 SAT clauses)
15.23/5.33	c (4,4) 5196 (40 %) CSP clauses are encoded (33386 SAT variables, 143325 SAT clauses)
15.44/5.43	c (4,4) 6495 (50 %) CSP clauses are encoded (33386 SAT variables, 174175 SAT clauses)
15.66/5.53	c (5,4) 7794 (60 %) CSP clauses are encoded (33386 SAT variables, 206000 SAT clauses)
15.80/5.62	c (5,5) 9093 (70 %) CSP clauses are encoded (33386 SAT variables, 237775 SAT clauses)
15.95/5.70	c (5,5) 10392 (80 %) CSP clauses are encoded (33386 SAT variables, 269717 SAT clauses)
15.95/5.79	c (5,5) 11691 (90 %) CSP clauses are encoded (33386 SAT variables, 300743 SAT clauses)
16.09/5.86	c (5,5) 12989 (100 %) CSP clauses are encoded (33386 SAT variables, 329781 SAT clauses)
16.09/5.86	c (5,5) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
16.09/5.86	c (5,5) CSPinCNF to SatSolver End
16.09/5.86	c (5,5) Heap : 3266 MiB used (max 21589 MiB), NonHeap : 37 MiB used (max 0 MiB)
16.37/5.95	c (5,5) STATISTICS2:HOME/instance-4307302-1534184547.xml,Dist:Eq:IntVar:Le:Num,8886,12989,42,42,2,2,42:3314;35:5144;23:24;22:344;6:60,42:9348;35:7956;23:40;22:364;6:64;2:16412,2:12309;1:680,2:8886;1:16412,
16.37/5.95	c (5,5) 33386 bool, 329793 clause
16.37/5.95	c (5,5) Export Begin
17.49/6.32	c (5,5) Export to HOME/scop-23098-serial-file.bin
17.49/6.32	c (5,5) Export End
17.49/6.32	c (5,5) Export File Size: 4.55 MB
17.49/6.32	c (5,5) 1,1,2,3,4,4,5,STOP-AFTER(DIMACS)
17.49/6.32	c END-Prog: Mon Aug 13 20:22:33 CEST 2018
17.49/6.36	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-23098-serial-file.bin
17.57/6.85	c (0,0) Read Serial File Begin
17.57/6.85	c (0,0) HOME/scop-23098-serial-file.bin
19.05/7.20	c (0,0) Read Serial File End
19.05/7.21	
19.05/7.21	scop order+glucose-syrup (2018-07-31)
19.05/7.21	(Solving Process)
19.05/7.21	
19.05/7.24	c BEGIN-Prog: Mon Aug 13 20:22:34 CEST 2018
19.05/7.24	c PID: 23121
19.05/7.24	c IP: 172.20.3.134
19.05/7.24	c HOST: node134.alineos.net
19.05/7.24	c (0,0) SatSolver.solve Begin
19.05/7.24	c (0,0) 0 bool, 0 clause
19.05/7.24	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307302-1534184547.xml-scop-23101.cnf
25.28/8.63	c (1,0) c
25.28/8.63	c (1,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
25.28/8.63	c (1,0) c
25.28/8.63	c (1,0) c WARNING: for repeatability, setting FPU to use double precision
25.28/8.63	c (1,0) c 8 solvers engines and 1 companion as a blackboard created.
25.28/8.63	c (1,0) c ========================================[ Problem Statistics ]===========================================
25.28/8.63	c (1,0) c |                                                                                                       |
25.28/8.63	c (1,0) c |  Number of variables:         33386                                                                   |
25.28/8.63	c (1,0) c |  Number of clauses:          329793                                                                   |
25.28/8.63	c (1,0) c |  Parse time:                   0.12 s                                                                 |
25.28/8.63	c (1,0) c |                                                                                                       |
25.28/8.63	c (1,0) c |  Eliminated clauses:           0.08 Mb                                                                |
25.28/8.63	c (1,0) c |  Simplification time:          0.33 s                                                                 |
25.28/8.63	c (1,0) c |                                                                                                       |
25.28/8.63	c (1,0) c |  Generating clones                                                                                    |
25.28/8.63	c (1,0) c |  all clones generated. Memory = 257.38Mb.                                                             |
25.28/8.63	c (1,0) c ========================================================================================================|
25.28/8.63	c (1,0) c Thread 4 is 100% pure glucose! First thread to finish! (UNSAT answer).
25.28/8.63	c (1,0) c Total Memory so far : 835.09Mb
25.28/8.63	c (1,0) c
25.28/8.63	c (1,0) c real time : 1.36618 s
25.28/8.63	c (1,0) c cpu time  : 6.14544 s
25.28/8.63	c (1,0) c
25.28/8.63	c (1,0) c
25.28/8.63	c (1,0) c
25.28/8.64	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
25.28/8.64	c (1,0) c
25.28/8.64	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.28/8.64	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
25.28/8.64	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.28/8.64	c (1,0) c | Conflicts     |           87261 |       9732 |      10921 |      10710 |      11910 |      10919 |      11956 |      10483 |      10630 |
25.28/8.64	c (1,0) c | Decisions     |          119259 |      12791 |      15131 |      14587 |      16584 |      14967 |      16362 |      14356 |      14481 |
25.28/8.64	c (1,0) c | Propagations  |        15997983 |    1906470 |    2005697 |    1941222 |    2132457 |    1953382 |    2175506 |    1898519 |    1984730 |
25.28/8.64	c (1,0) c | Avg_Trail     |                 |       1919 |       1042 |       1031 |       1025 |       1047 |       1019 |       1053 |       1053 |
25.28/8.64	c (1,0) c | Avg_DL        |                 |         60 |         19 |         18 |         18 |         17 |         17 |         18 |         18 |
25.28/8.64	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
25.28/8.64	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
25.28/8.64	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.28/8.64	c (1,0) c | Exported      |           16616 |       1740 |       2007 |       1934 |       2581 |       1992 |       2335 |       1916 |       2111 |
25.28/8.64	c (1,0) c | Imported      |           95132 |      14838 |       9564 |       9094 |      11809 |      14621 |       9220 |      12761 |      13225 |
25.28/8.64	c (1,0) c | Good          |             571 |        102 |         56 |         54 |         68 |         95 |         54 |         66 |         76 |
25.28/8.64	c (1,0) c | Purge         |           94561 |      14736 |       9508 |       9040 |      11741 |      14526 |       9166 |      12695 |      13149 |
25.28/8.64	c (1,0) c | Promoted      |            9208 |       1035 |       1249 |       1277 |       1062 |       1210 |        950 |       1175 |       1250 |
25.28/8.64	c (1,0) c | Remove_Imp    |            1135 |        413 |          0 |          0 |          0 |          0 |          0 |          0 |        722 |
25.28/8.64	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
25.28/8.64	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.28/8.64	c (1,0) c | Unaries       |                 |          3 |          0 |          0 |          0 |          6 |          0 |          1 |          1 |
25.28/8.64	c (1,0) c | Binaries      |                 |         14 |          9 |         12 |         12 |         27 |         12 |         16 |         20 |
25.28/8.64	c (1,0) c | Glues         |                 |        190 |        206 |        238 |        238 |        264 |        269 |        225 |        247 |
25.28/8.64	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.28/8.64	c (1,0) c | Orig_Seen     |             3 % |      11229 |      11801 |      11332 |      11623 |      11610 |      11821 |      11434 |      11618 |
25.28/8.64	c (1,0) c | Diff Orig seen|                 | -      381 |        191 | -      278 |         13 |      X     |        211 | -      176 |          8 |
25.28/8.64	c (1,0) c | Hamming       |             4 % |       8348 |        556 |        617 |        494 |      X     |        465 |        542 |        525 |
25.28/8.64	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
25.28/8.64	c (1,0) 
25.28/8.64	c (1,0) s UNSATISFIABLE
25.28/8.65	c (1,0) SatSolver.solve End
25.28/8.65	c (1,0) Heap : 164 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
25.28/8.65	c (1,0) Show results Begin
25.28/8.65	s UNSATISFIABLE
25.28/8.65	c (1,0) Show results End
25.28/8.65	c (1,0) Heap : 164 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
25.28/8.65	c (1,0) 1,1,STOP-AFTER(ALL)
25.28/8.65	c END-Prog: Mon Aug 13 20:22:35 CEST 2018

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307302-1534184547/watcher-4307302-1534184547 -o /tmp/evaluation-result-4307302-1534184547/solver-4307302-1534184547 -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-4307302-1534184547.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=23098, runsolver pid=23095

[startup+0.104134 s]*
/proc/loadavg: 6.28 7.91 8.27 2/204 23120
/proc/meminfo: memFree=17692800/32770624 swapFree=67108688/67108860
[pid=23098] ppid=23095 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/23098/stat : 23098 (scop.sh) S 23095 23098 22617 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236017865 115843072 348 33554432000 4194304 5098028 140729736145856 140729736143112 140353691898492 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22560768 140729736148002 140729736148227 140729736148227 140729736150989 0
/proc/23098/statm: 28282 348 296 221 0 87 0
[pid=23101] ppid=23098 vsize=27313900 memory=108440 CPUtime=0.1 cores=0-7
/proc/23101/stat : 23101 (java) S 23098 23098 22617 0 -1 1077944320 6580 0 0 0 8 2 0 0 20 0 20 0 236017865 27969433600 27110 33554432000 4194304 4196468 140725345750800 140725345733344 140647490608887 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
/proc/23101/statm: 6828475 27110 2740 1 0 6790935 0
[pid=23101/tid=23102] ppid=23098 vsize=27313900 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/23101/task/23102/stat : 23102 (java) R 23098 23098 22617 0 -1 4202560 4740 0 0 0 7 2 0 0 20 0 20 0 236017866 27969433600 27176 33554432000 4194304 4196468 140725345750800 140647462398000 140647490630813 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23103] ppid=23098 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/23101/task/23103/stat : 23103 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 27176 33554432000 4194304 4196468 140725345750800 140647494851088 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23104] ppid=23098 vsize=27313900 memory=139998948120192 CPUtime=0 cores=0-7
/proc/23101/task/23104/stat : 23104 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 27176 33554432000 4194304 4196468 140725345750800 140647309007504 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23105] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23105/stat : 23105 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 27176 33554432000 4194304 4196468 140725345750800 140647307954448 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23106] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23106/stat : 23106 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 27176 33554432000 4194304 4196468 140725345750800 140647306901904 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23107] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23107/stat : 23107 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 27176 33554432000 4194304 4196468 140725345750800 140647305849872 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23108] ppid=23098 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23101/task/23108/stat : 23108 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 27176 33554432000 4194304 4196468 140725345750800 140647304797328 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23109] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23109/stat : 23109 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 27176 33554432000 4194304 4196468 140725345750800 140647303744272 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23110] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23110/stat : 23110 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 27176 33554432000 4194304 4196468 140725345750800 140647302691728 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23111] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23111/stat : 23111 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017870 27969433600 27176 33554432000 4194304 4196468 140725345750800 140645810272496 140647490620034 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23112] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23112/stat : 23112 (java) S 23098 23098 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236017870 27969433600 27176 33554432000 4194304 4196468 140725345750800 140645280769184 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23113] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23113/stat : 23113 (java) S 23098 23098 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236017870 27969433600 27176 33554432000 4194304 4196468 140725345750800 140645146546928 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23114] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23114/stat : 23114 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 27176 33554432000 4194304 4196468 140725345750800 140644772042704 140647490627483 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23115] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23115/stat : 23115 (java) S 23098 23098 22617 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 27176 33554432000 4194304 4196468 140725345750800 140645809220336 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23116] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23116/stat : 23116 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 27176 33554432000 4194304 4196468 140725345750800 140645808167792 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23117] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23117/stat : 23117 (java) S 23098 23098 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 27176 33554432000 4194304 4196468 140725345750800 140645807114736 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23118] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23118/stat : 23118 (java) R 23098 23098 22617 0 -1 4202560 251 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 27176 33554432000 4194304 4196468 140725345750800 140645806062192 140647469593704 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23119] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23119/stat : 23119 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 27176 33554432000 4194304 4196468 140725345750800 140644274137568 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23120] ppid=23098 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23101/task/23120/stat : 23120 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 27176 33554432000 4194304 4196468 140725345750800 140645805009584 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 109832 KiB

[startup+0.210518 s]*
/proc/loadavg: 6.28 7.91 8.27 2/204 23120
/proc/meminfo: memFree=17676800/32770624 swapFree=67108688/67108860
[pid=23098] ppid=23095 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/23098/stat : 23098 (scop.sh) S 23095 23098 22617 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236017865 115843072 348 33554432000 4194304 5098028 140729736145856 140729736143112 140353691898492 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22560768 140729736148002 140729736148227 140729736148227 140729736150989 0
/proc/23098/statm: 28282 348 296 221 0 87 0
[pid=23101] ppid=23098 vsize=27313900 memory=122040 CPUtime=0.24 cores=0-7
/proc/23101/stat : 23101 (java) S 23098 23098 22617 0 -1 1077944320 10249 0 0 0 21 3 0 0 20 0 20 0 236017865 27969433600 30510 33554432000 4194304 4196468 140725345750800 140725345733344 140647490608887 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
/proc/23101/statm: 6828475 30510 2840 1 0 6790935 0
[pid=23101/tid=23102] ppid=23098 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/23101/task/23102/stat : 23102 (java) R 23098 23098 22617 0 -1 4202560 8132 0 0 0 17 2 0 0 20 0 20 0 236017866 27969433600 30510 33554432000 4194304 4196468 140725345750800 140647462404672 140647490630813 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23103] ppid=23098 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/23101/task/23103/stat : 23103 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 30510 33554432000 4194304 4196468 140725345750800 140647494851088 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23104] ppid=23098 vsize=27313900 memory=139998948143005 CPUtime=0 cores=0-7
/proc/23101/task/23104/stat : 23104 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 30510 33554432000 4194304 4196468 140725345750800 140647309007504 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23105] ppid=23098 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23101/task/23105/stat : 23105 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 30510 33554432000 4194304 4196468 140725345750800 140647307954448 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23106] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23106/stat : 23106 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 30510 33554432000 4194304 4196468 140725345750800 140647306901904 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23107] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23107/stat : 23107 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 30510 33554432000 4194304 4196468 140725345750800 140647305849872 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23108] ppid=23098 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23101/task/23108/stat : 23108 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 30510 33554432000 4194304 4196468 140725345750800 140647304797328 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23109] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23109/stat : 23109 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 30510 33554432000 4194304 4196468 140725345750800 140647303744272 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23110] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23110/stat : 23110 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 30510 33554432000 4194304 4196468 140725345750800 140647302691728 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23111] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23111/stat : 23111 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017870 27969433600 30510 33554432000 4194304 4196468 140725345750800 140645810272496 140647490620034 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23112] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23112/stat : 23112 (java) S 23098 23098 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236017870 27969433600 30510 33554432000 4194304 4196468 140725345750800 140645280769184 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23113] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23113/stat : 23113 (java) S 23098 23098 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236017870 27969433600 30510 33554432000 4194304 4196468 140725345750800 140645146546928 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23114] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23114/stat : 23114 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 30510 33554432000 4194304 4196468 140725345750800 140644772042704 140647490627483 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23115] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23115/stat : 23115 (java) S 23098 23098 22617 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 30510 33554432000 4194304 4196468 140725345750800 140645809220336 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23116] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23116/stat : 23116 (java) S 23098 23098 22617 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 30510 33554432000 4194304 4196468 140725345750800 140645808167792 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23117] ppid=23098 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23101/task/23117/stat : 23117 (java) S 23098 23098 22617 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 30510 33554432000 4194304 4196468 140725345750800 140645807114736 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23118] ppid=23098 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/23101/task/23118/stat : 23118 (java) S 23098 23098 22617 0 -1 1077944384 287 0 0 0 2 0 0 0 20 0 20 0 236017873 27969433600 30510 33554432000 4194304 4196468 140725345750800 140645806062192 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23119] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23119/stat : 23119 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 30510 33554432000 4194304 4196468 140725345750800 140644274137568 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23120] ppid=23098 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23101/task/23120/stat : 23120 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 30510 33554432000 4194304 4196468 140725345750800 140645805009584 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 123432 KiB

[startup+0.3105 s]*
/proc/loadavg: 6.28 7.91 8.27 2/204 23120
/proc/meminfo: memFree=17673760/32770624 swapFree=67108688/67108860
[pid=23098] ppid=23095 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/23098/stat : 23098 (scop.sh) S 23095 23098 22617 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236017865 115843072 348 33554432000 4194304 5098028 140729736145856 140729736143112 140353691898492 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22560768 140729736148002 140729736148227 140729736148227 140729736150989 0
/proc/23098/statm: 28282 348 296 221 0 87 0
[pid=23101] ppid=23098 vsize=27313900 memory=126080 CPUtime=0.42 cores=0-7
/proc/23101/stat : 23101 (java) S 23098 23098 22617 0 -1 1077944320 10787 0 0 0 38 4 0 0 20 0 20 0 236017865 27969433600 31520 33554432000 4194304 4196468 140725345750800 140725345733344 140647490608887 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
/proc/23101/statm: 6828475 31520 3009 1 0 6790935 0
[pid=23101/tid=23102] ppid=23098 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/23101/task/23102/stat : 23102 (java) R 23098 23098 22617 0 -1 4202560 8506 0 0 0 26 3 0 0 20 0 20 0 236017866 27969433600 31520 33554432000 4194304 4196468 140725345750800 140647462404336 140647472172447 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23103] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23103/stat : 23103 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 31520 33554432000 4194304 4196468 140725345750800 140647494851088 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23104] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23104/stat : 23104 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 31520 33554432000 4194304 4196468 140725345750800 140647309007504 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23105] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23105/stat : 23105 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 31520 33554432000 4194304 4196468 140725345750800 140647307954448 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23106] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23106/stat : 23106 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 31520 33554432000 4194304 4196468 140725345750800 140647306901904 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23107] ppid=23098 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/23101/task/23107/stat : 23107 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 31520 33554432000 4194304 4196468 140725345750800 140647305849872 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23108] ppid=23098 vsize=27313900 memory=139998821184431 CPUtime=0 cores=0-7
/proc/23101/task/23108/stat : 23108 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 31520 33554432000 4194304 4196468 140725345750800 140647304797328 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23109] ppid=23098 vsize=27313900 memory=139998821186736 CPUtime=0 cores=0-7
/proc/23101/task/23109/stat : 23109 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 31520 33554432000 4194304 4196468 140725345750800 140647303744272 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23110] ppid=23098 vsize=27313900 memory=139998821189040 CPUtime=0 cores=0-7
/proc/23101/task/23110/stat : 23110 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27969433600 31520 33554432000 4194304 4196468 140725345750800 140647302691728 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23111] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23111/stat : 23111 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017870 27969433600 31520 33554432000 4194304 4196468 140725345750800 140645810272496 140647490620034 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23112] ppid=23098 vsize=27313900 memory=279997642385040 CPUtime=0 cores=0-7
/proc/23101/task/23112/stat : 23112 (java) S 23098 23098 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236017870 27969433600 31520 33554432000 4194304 4196468 140725345750800 140645280769184 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23113] ppid=23098 vsize=27313900 memory=279997642391952 CPUtime=0 cores=0-7
/proc/23101/task/23113/stat : 23113 (java) S 23098 23098 22617 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236017870 27969433600 31520 33554432000 4194304 4196468 140725345750800 140645146546928 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23114] ppid=23098 vsize=27313900 memory=279997642333232 CPUtime=0 cores=0-7
/proc/23101/task/23114/stat : 23114 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 31520 33554432000 4194304 4196468 140725345750800 140644772042704 140647490627483 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23115] ppid=23098 vsize=27313900 memory=279997642405776 CPUtime=0 cores=0-7
/proc/23101/task/23115/stat : 23115 (java) S 23098 23098 22617 0 -1 1077944384 334 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 31520 33554432000 4194304 4196468 140725345750800 140645809220336 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23116] ppid=23098 vsize=27313900 memory=279997642412688 CPUtime=0.01 cores=0-7
/proc/23101/task/23116/stat : 23116 (java) S 23098 23098 22617 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 20 0 236017873 27969433600 31520 33554432000 4194304 4196468 140725345750800 140645808167792 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23117] ppid=23098 vsize=27313900 memory=279997642410384 CPUtime=0.01 cores=0-7
/proc/23101/task/23117/stat : 23117 (java) S 23098 23098 22617 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 20 0 236017873 27969433600 31520 33554432000 4194304 4196468 140725345750800 140645807114736 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23118] ppid=23098 vsize=27313900 memory=279997642426544 CPUtime=0.07 cores=0-7
/proc/23101/task/23118/stat : 23118 (java) S 23098 23098 22617 0 -1 1077944384 307 0 0 0 7 0 0 0 20 0 20 0 236017873 27969433600 31520 33554432000 4194304 4196468 140725345750800 140645806062192 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23119] ppid=23098 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23119/stat : 23119 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 31520 33554432000 4194304 4196468 140725345750800 140644274137568 140647490619093 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23120] ppid=23098 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/23101/task/23120/stat : 23120 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017873 27969433600 31520 33554432000 4194304 4196468 140725345750800 140645805009584 140647490620034 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 127472 KiB

[startup+0.700982 s]
/proc/loadavg: 6.28 7.91 8.27 4/204 23120
/proc/meminfo: memFree=17649576/32770624 swapFree=67108688/67108860
[pid=23098] ppid=23095 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/23098/stat : 23098 (scop.sh) S 23095 23098 22617 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236017865 115843072 348 33554432000 4194304 5098028 140729736145856 140729736143112 140353691898492 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22560768 140729736148002 140729736148227 140729736148227 140729736150989 0
/proc/23098/statm: 28282 348 296 221 0 87 0
[pid=23101] ppid=23098 vsize=27320172 memory=164752 CPUtime=1.02 cores=0-7
/proc/23101/stat : 23101 (java) S 23098 23098 22617 0 -1 1077944320 17665 0 0 0 97 5 0 0 20 0 20 0 236017865 27975856128 41188 33554432000 4194304 4196468 140725345750800 140725345733344 140647490608887 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
/proc/23101/statm: 6830043 41188 3115 1 0 6791447 0
[pid=23101/tid=23102] ppid=23098 vsize=27320172 memory=279997642784432 CPUtime=0.67 cores=0-7
/proc/23101/task/23102/stat : 23102 (java) R 23098 23098 22617 0 -1 4202560 14868 0 0 0 63 4 0 0 20 0 20 0 236017866 27975856128 41188 33554432000 4194304 4196468 140725345750800 140647462443816 140646977660019 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23103] ppid=23098 vsize=27320172 memory=139998821393264 CPUtime=0 cores=0-7
/proc/23101/task/23103/stat : 23103 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27975856128 41188 33554432000 4194304 4196468 140725345750800 140647494851088 140647490619093 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23104] ppid=23098 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/23101/task/23104/stat : 23104 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236017868 27975856128 41188 33554432000 4194304 4196468 140725345750800 140647309007504 140647490619093 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0
[pid=23101/tid=23105] ppid=23098 vsize=27320172 memory=1616 CPUtime=0 cores=0-7
/proc/23101/task/23105/stat : 23105 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236017868 27975856128 41188 33554432000 4194304 4196468 140725345750800 140647307954448 140647490619093 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13078528 140725345752040 140725345752365 140725345752365 140725345755087 0

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

Current children cumulated CPU time: 20.54 s
Current children cumulated vsize: 9380444 KiB
Current children cumulated memory: 396040 KiB

[startup+8.40211 s]
/proc/loadavg: 6.10 7.85 8.24 9/217 23154
/proc/meminfo: memFree=17397788/32770624 swapFree=67108688/67108860
[pid=23098] ppid=23095 vsize=113128 memory=1468 CPUtime=17.57 cores=0-7
/proc/23098/stat : 23098 (scop.sh) S 23095 23098 22617 0 -1 4202496 589 34383 0 0 0 0 1685 72 20 0 1 0 236017865 115843072 367 33554432000 4194304 5098028 140729736145856 140729736142600 140353691898492 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22560768 140729736148002 140729736148227 140729736148227 140729736150989 0
/proc/23098/statm: 28282 367 311 221 0 87 0
[pid=23121] ppid=23098 vsize=8413904 memory=139752 CPUtime=1.73 cores=0-7
/proc/23121/stat : 23121 (java) S 23098 23098 22617 0 -1 1077944320 19071 0 0 0 160 13 0 0 20 0 24 0 236018501 8615837696 34938 33554432000 4194304 4196468 140725305634352 140725305616896 140039310774007 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
/proc/23121/statm: 2103476 34938 3166 1 0 2064875 0
[pid=23141] ppid=23121 vsize=854468 memory=257724 CPUtime=4.38 cores=0-7
/proc/23141/stat : 23141 (glucose-syrup) S 23121 23098 22617 0 -1 1077944320 44364 0 0 0 428 10 0 0 20 0 9 0 236018592 874975232 64431 33554432000 4194304 4373367 140725467941152 140725467939696 140634733738626 0 4 0 8388610 18446744073709551615 0 0 17 5 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
/proc/23141/statm: 213617 64431 385 44 0 209305 0
[pid=23141/tid=23147] ppid=23121 vsize=854468 memory=6943526294502006880 CPUtime=0.47 cores=0-7
/proc/23141/task/23147/stat : 23147 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 468 0 0 0 47 0 0 0 20 0 9 0 236018653 874975232 64431 33554432000 4194304 4373367 140725467941152 140634706234568 4258817 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23148] ppid=23121 vsize=854468 memory=6944652177228980320 CPUtime=0.45 cores=0-7
/proc/23141/task/23148/stat : 23148 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 536 0 0 0 45 0 0 0 20 0 9 0 236018653 874975232 64431 33554432000 4194304 4373367 140725467941152 140634697842032 4271897 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23149] ppid=23121 vsize=854468 memory=8027495242835452523 CPUtime=0.47 cores=0-7
/proc/23141/task/23149/stat : 23149 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 545 0 0 0 47 0 0 0 20 0 9 0 236018653 874975232 64431 33554432000 4194304 4373367 140725467941152 140634674613520 4257414 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23150] ppid=23121 vsize=854468 memory=8027495242835452523 CPUtime=0.47 cores=0-7
/proc/23141/task/23150/stat : 23150 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 525 0 0 0 47 0 0 0 20 0 9 0 236018653 874975232 64431 33554432000 4194304 4373367 140725467941152 140634666220688 4271753 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23151] ppid=23121 vsize=854468 memory=6791534058613427641 CPUtime=0.46 cores=0-7
/proc/23141/task/23151/stat : 23151 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 538 0 0 0 46 0 0 0 20 0 9 0 236018653 874975232 64431 33554432000 4194304 4373367 140725467941152 140634657828112 4271619 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23152] ppid=23121 vsize=854468 memory=0 CPUtime=0.47 cores=0-7
/proc/23141/task/23152/stat : 23152 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 526 0 0 0 47 0 0 0 20 0 9 0 236018653 874975232 64431 33554432000 4194304 4373367 140725467941152 140634649435504 4272328 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23153] ppid=23121 vsize=854468 memory=257 CPUtime=0.47 cores=0-7
/proc/23141/task/23153/stat : 23153 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 535 0 0 0 47 0 0 0 20 0 9 0 236018653 874975232 64431 33554432000 4194304 4373367 140725467941152 140634641042312 4271808 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23154] ppid=23121 vsize=854468 memory=14976667764829865 CPUtime=0.44 cores=0-7
/proc/23141/task/23154/stat : 23154 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 531 0 0 0 44 0 0 0 20 0 9 0 236018653 874975232 64431 33554432000 4194304 4373367 140725467941152 140634632649496 4258984 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23121/tid=23122] ppid=23098 vsize=8413904 memory=0 CPUtime=0.93 cores=0-7
/proc/23121/task/23122/stat : 23122 (java) S 23098 23098 22617 0 -1 1077944384 15112 0 0 0 82 11 0 0 20 0 24 0 236018501 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039282614160 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23123] ppid=23098 vsize=8413904 memory=5450909908396308010 CPUtime=0 cores=0-7
/proc/23121/task/23123/stat : 23123 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039315016720 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23124] ppid=23098 vsize=8413904 memory=8691514255285633087 CPUtime=0 cores=0-7
/proc/23121/task/23124/stat : 23124 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039115185296 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23125] ppid=23098 vsize=8413904 memory=7449611718424029273 CPUtime=0 cores=0-7
/proc/23121/task/23125/stat : 23125 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039114132240 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23126] ppid=23098 vsize=8413904 memory=7591220050274314321 CPUtime=0 cores=0-7
/proc/23121/task/23126/stat : 23126 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039113079696 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23127] ppid=23098 vsize=8413904 memory=7595712616012994414 CPUtime=0 cores=0-7
/proc/23121/task/23127/stat : 23127 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039112026640 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23128] ppid=23098 vsize=8413904 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/23121/task/23128/stat : 23128 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039110974096 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23129] ppid=23098 vsize=8413904 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/23121/task/23129/stat : 23129 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039109921040 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23130] ppid=23098 vsize=8413904 memory=15538518206188108 CPUtime=0 cores=0-7
/proc/23121/task/23130/stat : 23130 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039108868496 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23131] ppid=23098 vsize=8413904 memory=7681905605394137875 CPUtime=0 cores=0-7
/proc/23121/task/23131/stat : 23131 (java) S 23098 23098 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236018504 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038135298800 140039310785154 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23132] ppid=23098 vsize=8413904 memory=-9001734013606258791 CPUtime=0 cores=0-7
/proc/23121/task/23132/stat : 23132 (java) S 23098 23098 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236018505 8615837696 34938 33554432000 4194304 4196468 140725305634352 140037945550496 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23133] ppid=23098 vsize=8413904 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/23121/task/23133/stat : 23133 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018505 8615837696 34938 33554432000 4194304 4196468 140725305634352 140037677114608 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23134] ppid=23098 vsize=8413904 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/23121/task/23134/stat : 23134 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018507 8615837696 34938 33554432000 4194304 4196468 140725305634352 140037302606288 140039310792603 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23135] ppid=23098 vsize=8413904 memory=-7522837583129502606 CPUtime=0.17 cores=0-7
/proc/23121/task/23135/stat : 23135 (java) S 23098 23098 22617 0 -1 1077944384 767 0 0 0 17 0 0 0 20 0 24 0 236018507 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038134245616 140039310785154 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23136] ppid=23098 vsize=8413904 memory=3181132 CPUtime=0.19 cores=0-7
/proc/23121/task/23136/stat : 23136 (java) S 23098 23098 22617 0 -1 1077944384 524 0 0 0 19 0 0 0 20 0 24 0 236018507 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038133193072 140039310785154 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23137] ppid=23098 vsize=8413904 memory=1392 CPUtime=0.16 cores=0-7
/proc/23121/task/23137/stat : 23137 (java) S 23098 23098 22617 0 -1 1077944384 642 0 0 0 16 0 0 0 20 0 24 0 236018507 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038132140016 140039310785154 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23138] ppid=23098 vsize=8413904 memory=638884 CPUtime=0.24 cores=0-7
/proc/23121/task/23138/stat : 23138 (java) S 23098 23098 22617 0 -1 1077944384 629 0 0 0 24 0 0 0 20 0 24 0 236018507 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038131087472 140039310785154 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23139] ppid=23098 vsize=8413904 memory=6944656591801717918 CPUtime=0 cores=0-7
/proc/23121/task/23139/stat : 23139 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236018508 8615837696 34938 33554432000 4194304 4196468 140725305634352 140036804701152 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23140] ppid=23098 vsize=8413904 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/23121/task/23140/stat : 23140 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018508 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038130035888 140039310785154 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23142] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23142/stat : 23142 (java) S 23098 23098 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236018592 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038616888768 140039310798617 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23144] ppid=23098 vsize=8413904 memory=-1 CPUtime=0 cores=0-7
/proc/23121/task/23144/stat : 23144 (java) S 23098 23098 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236018592 8615837696 34938 33554432000 4194304 4196468 140725305634352 140036133600816 140039310795933 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23145] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23145/stat : 23145 (java) S 23098 23098 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236018592 8615837696 34938 33554432000 4194304 4196468 140725305634352 140036402036400 140039310795933 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23146] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23146/stat : 23146 (java) S 23098 23098 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236018594 8615837696 34938 33554432000 4194304 4196468 140725305634352 140035865172896 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
Current children cumulated CPU time: 23.68 s
Current children cumulated vsize: 9381500 KiB
Current children cumulated memory: 398944 KiB

[startup+8.60211 s]
/proc/loadavg: 6.10 7.85 8.24 9/217 23154
/proc/meminfo: memFree=17397788/32770624 swapFree=67108688/67108860
[pid=23098] ppid=23095 vsize=113128 memory=1468 CPUtime=17.57 cores=0-7
/proc/23098/stat : 23098 (scop.sh) S 23095 23098 22617 0 -1 4202496 589 34383 0 0 0 0 1685 72 20 0 1 0 236017865 115843072 367 33554432000 4194304 5098028 140729736145856 140729736142600 140353691898492 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 22560768 140729736148002 140729736148227 140729736148227 140729736150989 0
/proc/23098/statm: 28282 367 311 221 0 87 0
[pid=23121] ppid=23098 vsize=8413904 memory=139752 CPUtime=1.73 cores=0-7
/proc/23121/stat : 23121 (java) S 23098 23098 22617 0 -1 1077944320 19071 0 0 0 160 13 0 0 20 0 24 0 236018501 8615837696 34938 33554432000 4194304 4196468 140725305634352 140725305616896 140039310774007 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
/proc/23121/statm: 2103476 34938 3166 1 0 2064875 0
[pid=23141] ppid=23121 vsize=854996 memory=261884 CPUtime=5.98 cores=0-7
/proc/23141/stat : 23141 (glucose-syrup) S 23121 23098 22617 0 -1 1077944320 44968 0 0 0 587 11 0 0 20 0 9 0 236018592 875515904 65471 33554432000 4194304 4373367 140725467941152 140725467939696 140634733738626 0 4 0 8388610 18446744073709551615 0 0 17 5 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
/proc/23141/statm: 213749 65471 385 44 0 209437 0
[pid=23141/tid=23147] ppid=23121 vsize=854996 memory=0 CPUtime=0.67 cores=0-7
/proc/23141/task/23147/stat : 23147 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 526 0 0 0 67 0 0 0 20 0 9 0 236018653 875515904 65471 33554432000 4194304 4373367 140725467941152 140634706234568 4258908 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23148] ppid=23121 vsize=854996 memory=0 CPUtime=0.64 cores=0-7
/proc/23141/task/23148/stat : 23148 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 601 0 0 0 64 0 0 0 20 0 9 0 236018653 875515904 65471 33554432000 4194304 4373367 140725467941152 140634697841432 4272260 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23149] ppid=23121 vsize=854996 memory=0 CPUtime=0.66 cores=0-7
/proc/23141/task/23149/stat : 23149 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 584 0 0 0 66 0 0 0 20 0 9 0 236018653 875515904 65471 33554432000 4194304 4373367 140725467941152 140634674613448 4271948 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23150] ppid=23121 vsize=854996 memory=0 CPUtime=0.66 cores=0-7
/proc/23141/task/23150/stat : 23150 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 650 0 0 0 66 0 0 0 20 0 9 0 236018653 875515904 65471 33554432000 4194304 4373367 140725467941152 140634666220688 4272588 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23151] ppid=23121 vsize=854996 memory=0 CPUtime=0.66 cores=0-7
/proc/23141/task/23151/stat : 23151 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 606 0 0 0 66 0 0 0 20 0 9 0 236018653 875515904 65471 33554432000 4194304 4373367 140725467941152 140634657828040 4271948 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23152] ppid=23121 vsize=854996 memory=0 CPUtime=0.67 cores=0-7
/proc/23141/task/23152/stat : 23152 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 604 0 0 0 67 0 0 0 20 0 9 0 236018653 875515904 65471 33554432000 4194304 4373367 140725467941152 140634649435336 4272319 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23153] ppid=23121 vsize=854996 memory=0 CPUtime=0.67 cores=0-7
/proc/23141/task/23153/stat : 23153 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 607 0 0 0 67 0 0 0 20 0 9 0 236018653 875515904 65471 33554432000 4194304 4373367 140725467941152 140634641042704 4271828 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23141/tid=23154] ppid=23121 vsize=854996 memory=0 CPUtime=0.64 cores=0-7
/proc/23141/task/23154/stat : 23154 (glucose-syrup) R 23121 23098 22617 0 -1 4202560 630 0 0 0 64 0 0 0 20 0 9 0 236018653 875515904 65471 33554432000 4194304 4373367 140725467941152 140634632650000 4271828 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 38498304 140725467944016 140725467944148 140725467944148 140725467946951 0
[pid=23121/tid=23122] ppid=23098 vsize=8413904 memory=0 CPUtime=0.93 cores=0-7
/proc/23121/task/23122/stat : 23122 (java) S 23098 23098 22617 0 -1 1077944384 15112 0 0 0 82 11 0 0 20 0 24 0 236018501 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039282614160 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23123] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23123/stat : 23123 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039315016720 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23124] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23124/stat : 23124 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039115185296 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23125] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23125/stat : 23125 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039114132240 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23126] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23126/stat : 23126 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039113079696 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23127] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23127/stat : 23127 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039112026640 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23128] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23128/stat : 23128 (java) S 23098 23098 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039110974096 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23129] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23129/stat : 23129 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039109921040 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23130] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23130/stat : 23130 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236018503 8615837696 34938 33554432000 4194304 4196468 140725305634352 140039108868496 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23131] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23131/stat : 23131 (java) S 23098 23098 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236018504 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038135298800 140039310785154 0 0 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23132] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23132/stat : 23132 (java) S 23098 23098 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236018505 8615837696 34938 33554432000 4194304 4196468 140725305634352 140037945550496 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23133] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23133/stat : 23133 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018505 8615837696 34938 33554432000 4194304 4196468 140725305634352 140037677114608 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23134] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23134/stat : 23134 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018507 8615837696 34938 33554432000 4194304 4196468 140725305634352 140037302606288 140039310792603 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23135] ppid=23098 vsize=8413904 memory=0 CPUtime=0.17 cores=0-7
/proc/23121/task/23135/stat : 23135 (java) S 23098 23098 22617 0 -1 1077944384 767 0 0 0 17 0 0 0 20 0 24 0 236018507 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038134245616 140039310785154 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23136] ppid=23098 vsize=8413904 memory=0 CPUtime=0.19 cores=0-7
/proc/23121/task/23136/stat : 23136 (java) S 23098 23098 22617 0 -1 1077944384 524 0 0 0 19 0 0 0 20 0 24 0 236018507 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038133193072 140039310785154 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23137] ppid=23098 vsize=8413904 memory=0 CPUtime=0.16 cores=0-7
/proc/23121/task/23137/stat : 23137 (java) S 23098 23098 22617 0 -1 1077944384 642 0 0 0 16 0 0 0 20 0 24 0 236018507 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038132140016 140039310785154 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23138] ppid=23098 vsize=8413904 memory=0 CPUtime=0.24 cores=0-7
/proc/23121/task/23138/stat : 23138 (java) S 23098 23098 22617 0 -1 1077944384 629 0 0 0 24 0 0 0 20 0 24 0 236018507 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038131087472 140039310785154 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23139] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23139/stat : 23139 (java) S 23098 23098 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236018508 8615837696 34938 33554432000 4194304 4196468 140725305634352 140036804701152 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23140] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23140/stat : 23140 (java) S 23098 23098 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236018508 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038130035888 140039310785154 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23142] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23142/stat : 23142 (java) S 23098 23098 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236018592 8615837696 34938 33554432000 4194304 4196468 140725305634352 140038616888768 140039310798617 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23144] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23144/stat : 23144 (java) S 23098 23098 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236018592 8615837696 34938 33554432000 4194304 4196468 140725305634352 140036133600816 140039310795933 0 4 2 25189581 18446744071580971376 0 0 -1 5 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23145] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23145/stat : 23145 (java) S 23098 23098 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236018592 8615837696 34938 33554432000 4194304 4196468 140725305634352 140036402036400 140039310795933 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
[pid=23121/tid=23146] ppid=23098 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/23121/task/23146/stat : 23146 (java) S 23098 23098 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236018594 8615837696 34938 33554432000 4194304 4196468 140725305634352 140035865172896 140039310784213 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35422208 140725305640113 140725305640237 140725305640237 140725305642959 0
Current children cumulated CPU time: 25.28 s
Current children cumulated vsize: 9382028 KiB
Current children cumulated memory: 403104 KiB

Child status: 0
Real time (s): 8.6627
CPU time (s): 25.611
CPU user time (s): 24.6195
CPU system time (s): 0.991436
CPU usage (%): 295.646
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 3186620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.6195
system time used= 0.991436
maximum resident set size= 3188124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 22208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 13630
involuntary context switches= 111


# summary of solver processes directly reported to runsolver:
#   pid: 23098
#   total CPU time (s): 25.611
#   total CPU user time (s): 24.6195
#   total CPU system time (s): 0.991436

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.070337 second user time and 0.155919 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 20:22:27
IDJOB=4307302
IDBENCH=141177
IDSOLVER=2788
FILE ID=node134/4307302-1534184547
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-f02_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-4307302-1534184547/watcher-4307302-1534184547 -o /tmp/evaluation-result-4307302-1534184547/solver-4307302-1534184547 -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-4307302-1534184547.xml

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

MD5SUM BENCH= 9039ba285abc1aa689fd996e152ad038
RANDOM SEED=605754696

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:        17787972 kB
MemAvailable:   31900156 kB
Buffers:          227364 kB
Cached:         14033760 kB
SwapCached:           52 kB
Active:          4499488 kB
Inactive:        9817180 kB
Active(anon):       4640 kB
Inactive(anon):   103128 kB
Active(file):    4494848 kB
Inactive(file):  9714052 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              8808 kB
Writeback:             0 kB
AnonPages:        185552 kB
Mapped:            56188 kB
Shmem:             49652 kB
Slab:             360296 kB
SReclaimable:     331744 kB
SUnreclaim:        28552 kB
KernelStack:        3808 kB
PageTables:         6024 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:    131072 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:35