Trace number 4307109

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)SAT 3.99377 2.34701

General information on the benchmark

NameLangford/
LangfordBin-07_c18.xml
MD5SUM3bc0c2fe6daffe5cd6c78f401afaf84f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.24067
Satisfiable
(Un)Satisfiability was proved
Number of variables28
Number of constraints21
Number of domains2
Minimum domain size7
Maximum domain size14
Distribution of domain sizes[{"size":7,"count":14},{"size":14,"count":14}]
Minimum variable degree2
Maximum variable degree14
Distribution of variable degrees[{"degree":2,"count":14},{"degree":14,"count":14}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":7},{"arity":15,"count":14}]
Number of extensional constraints0
Number of intensional constraints7
Distribution of constraint types[{"type":"intension","count":7},{"type":"element","count":14}]
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-6585-serial-file.bin HOME/instance-4307109-1534191448.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 22:17:28 CEST 2018
0.65/0.56	c PID: 6588
0.65/0.56	c IP: 172.20.3.103
0.65/0.56	c HOST: node103.alineos.net
0.65/0.57	c (0,0) Parsing Begin
1.18/0.84	c (0,0) Parsing End
1.18/0.85	c (0,0) CSP: 28 int (0 aux), 0 bool (0 aux), 21 ctr, max domain size 14
1.18/0.85	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 17 MiB used (max 0 MiB)
1.18/0.85	c (0,0) Constraint Name Generate Begin
1.18/0.85	c (0,0) Ctr:HOME/instance-4307109-1534191448.xml,Add:Element:Eq:IntVar:Num
1.18/0.85	c (0,0) Constraint Name Generate End
1.18/0.85	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.18/0.85	c (0,0) CSP to CSPinCNF Begin
1.36/0.99	c (0,0) translated 3 (10%) constraints
1.52/1.02	c (0,0) translated 5 (20%) constraints
1.52/1.03	c (0,0) translated 7 (30%) constraints
1.52/1.05	c (0,0) translated 9 (40%) constraints
1.52/1.06	c (0,0) translated 11 (50%) constraints
1.52/1.08	c (0,0) translated 13 (60%) constraints
1.52/1.09	c (0,0) translated 15 (70%) constraints
1.52/1.10	c (0,0) translated 17 (80%) constraints
1.52/1.10	c (0,0) translated 19 (90%) constraints
1.52/1.10	c (0,0) translated 21 (100%) constraints
1.81/1.14	c (0,0) STATISTICS1:HOME/instance-4307109-1534191448.xml,Add:Element:Eq:IntVar:Num,28,203,12,12,3,2,12:2;11:2;10:2;9:2;8:2;7:2;6:2,12:30;11:30;10:30;9:30;8:30;7:226;6:30,3:196;1:7,2:14;1:588,
1.81/1.14	c (0,0) ==========================================
1.81/1.14	c (0,0) Order
1.81/1.14	c (0,0) ==========================================
1.81/1.18	c (0,0) translated 21 (10%) constraints
2.00/1.20	c (0,0) translated 41 (20%) constraints
2.00/1.22	c (0,0) translated 61 (30%) constraints
2.00/1.23	c (0,0) translated 82 (40%) constraints
2.00/1.24	c (0,0) translated 102 (50%) constraints
2.00/1.25	c (0,0) translated 122 (60%) constraints
2.00/1.26	c (0,0) translated 143 (70%) constraints
2.00/1.26	c (0,0) translated 163 (80%) constraints
2.00/1.27	c (0,0) translated 183 (90%) constraints
2.00/1.27	c (0,0) translated 203 (100%) constraints
2.00/1.28	c (0,0) CSP to CSPinCNF End
2.00/1.28	c (0,0) CSP: 28 int (0 aux), 98 bool (98 aux), 602 ctr, max domain size 12
2.00/1.28	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.00/1.28	c (0,0) CSPinCNF Propagation Begin
2.23/1.32	c (0,0) 0 values, 98 unsatisfiable literals, and 126 valid clauses are removed
2.23/1.32	c (0,0) CSPinCNF Propagation End
2.23/1.32	c (0,0) CSP: 28 int (0 aux), 98 bool (98 aux), 476 ctr, max domain size 12
2.23/1.32	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 23 MiB used (max 0 MiB)
2.23/1.32	c (0,0) Simplify CSPinCNF Begin
2.23/1.33	c (0,0) Simplify CSPinCNF End
2.23/1.33	c (0,0) CSP: 28 int (0 aux), 98 bool (98 aux), 476 ctr, max domain size 12
2.23/1.33	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.23/1.33	c (0,0) Calculate Precise Domain Begin
2.23/1.33	c (0,0) 0 values are removed by re-calculation
2.23/1.33	c (0,0) Calculate Precise Domain End
2.23/1.33	c (0,0) CSP: 28 int (0 aux), 98 bool (98 aux), 476 ctr, max domain size 12
2.23/1.33	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 24 MiB used (max 0 MiB)
2.23/1.33	c (0,0) CSPinCNF to SatSolver Begin
2.23/1.36	c (0,0) 48 (10 %) CSP clauses are encoded (294 SAT variables, 215 SAT clauses)
2.23/1.37	c (0,0) 96 (20 %) CSP clauses are encoded (294 SAT variables, 263 SAT clauses)
2.23/1.37	c (0,0) 143 (30 %) CSP clauses are encoded (294 SAT variables, 310 SAT clauses)
2.23/1.38	c (0,0) 191 (40 %) CSP clauses are encoded (294 SAT variables, 358 SAT clauses)
2.23/1.38	c (0,0) 238 (50 %) CSP clauses are encoded (294 SAT variables, 405 SAT clauses)
2.23/1.39	c (0,0) 286 (60 %) CSP clauses are encoded (294 SAT variables, 453 SAT clauses)
2.23/1.39	c (0,0) 334 (70 %) CSP clauses are encoded (294 SAT variables, 501 SAT clauses)
2.23/1.39	c (0,0) 381 (80 %) CSP clauses are encoded (294 SAT variables, 548 SAT clauses)
2.23/1.39	c (0,0) 429 (90 %) CSP clauses are encoded (294 SAT variables, 596 SAT clauses)
2.54/1.41	c (0,0) 476 (100 %) CSP clauses are encoded (294 SAT variables, 737 SAT clauses)
2.54/1.41	c (0,0) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
2.54/1.41	c (0,0) CSPinCNF to SatSolver End
2.54/1.41	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.54/1.42	c (0,0) STATISTICS2:HOME/instance-4307109-1534191448.xml,Add:Element:Eq:IntVar:Num,126,476,12,12,3,2,12:2;11:2;10:2;9:2;8:2;7:2;6:2,12:48;11:44;10:40;9:36;8:32;7:364;6:24;2:462,3:98;2:364;1:14,2:14;1:1022,
2.54/1.42	c (0,0) 294 bool, 742 clause
2.54/1.42	c (0,0) Export Begin
2.54/1.50	c (0,0) Export to HOME/scop-6585-serial-file.bin
2.54/1.50	c (0,0) Export End
2.75/1.50	c (0,0) Export File Size: 0.01 MB
2.75/1.50	c (0,0) 0,0,0,0,0,0,0,STOP-AFTER(DIMACS)
2.75/1.50	c END-Prog: Mon Aug 13 22:17:29 CEST 2018
2.75/1.51	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-6585-serial-file.bin
3.38/2.01	c (0,0) Read Serial File Begin
3.38/2.01	c (0,0) HOME/scop-6585-serial-file.bin
3.52/2.16	c (0,0) Read Serial File End
3.52/2.17	
3.52/2.17	scop order+glucose-syrup (2018-07-31)
3.52/2.17	(Solving Process)
3.52/2.17	
3.66/2.20	c BEGIN-Prog: Mon Aug 13 22:17:30 CEST 2018
3.66/2.20	c PID: 6608
3.66/2.20	c IP: 172.20.3.103
3.66/2.20	c HOST: node103.alineos.net
3.66/2.20	c (0,0) SatSolver.solve Begin
3.66/2.20	c (0,0) 0 bool, 0 clause
3.66/2.20	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307109-1534191448.xml-scop-6588.cnf
3.66/2.23	c (0,0) c
3.66/2.23	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
3.66/2.23	c (0,0) c
3.66/2.23	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
3.66/2.23	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
3.66/2.23	c (0,0) c ========================================[ Problem Statistics ]===========================================
3.66/2.23	c (0,0) c |                                                                                                       |
3.66/2.23	c (0,0) c |  Number of variables:           294                                                                   |
3.66/2.23	c (0,0) c |  Number of clauses:             742                                                                   |
3.66/2.23	c (0,0) c |  Parse time:                   0.00 s                                                                 |
3.66/2.23	c (0,0) c |                                                                                                       |
3.66/2.23	c (0,0) c |  Eliminated clauses:           0.00 Mb                                                                |
3.66/2.23	c (0,0) c |  Simplification time:          0.00 s                                                                 |
3.66/2.23	c (0,0) c |                                                                                                       |
3.66/2.23	c (0,0) c |  Generating clones                                                                                    |
3.66/2.23	c (0,0) c |  all clones generated. Memory =  26.34Mb.                                                             |
3.66/2.23	c (0,0) c ========================================================================================================|
3.66/2.23	c (0,0) c last restart ## conflicts  :  21 16 
3.66/2.23	c (0,0) c Thread 0 is 100% pure glucose! First thread to finish! (SAT answer).
3.66/2.23	c (0,0) c Total Memory so far : 474.37Mb
3.66/2.23	c (0,0) c
3.66/2.23	c (0,0) c real time : 0.00451803 s
3.66/2.23	c (0,0) c cpu time  : 0.003671 s
3.66/2.23	c (0,0) c
3.66/2.23	c (0,0) c
3.66/2.23	c (0,0) c
3.66/2.23	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
3.66/2.23	c (0,0) c
3.66/2.23	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.66/2.23	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
3.66/2.23	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.66/2.23	c (0,0) c | Conflicts     |              71 |         21 |         14 |         14 |         14 |          8 |          0 |          0 |          0 |
3.66/2.23	c (0,0) c | Decisions     |             146 |         48 |         24 |         24 |         24 |         16 |         10 |          0 |          0 |
3.66/2.23	c (0,0) c | Propagations  |            2958 |        816 |        565 |        565 |        565 |        362 |         85 |          0 |          0 |
3.66/2.24	c (0,0) c | Avg_Trail     |                 |        117 |        120 |        120 |        120 |        120 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c | Avg_DL        |                 |         17 |          8 |          8 |          8 |          8 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.66/2.24	c (0,0) c | Exported      |               7 |          0 |          2 |          2 |          2 |          1 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c | Imported      |               3 |          0 |          0 |          0 |          0 |          0 |          3 |          0 |          0 |
3.66/2.24	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c | Purge         |               3 |          0 |          0 |          0 |          0 |          0 |          3 |          0 |          0 |
3.66/2.24	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.66/2.24	c (0,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c | Glues         |                 |          0 |          2 |          2 |          2 |          1 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.66/2.24	c (0,0) c | Orig_Seen     |            12 % |        155 |        160 |        160 |        160 |         99 |          0 |          0 |          0 |
3.66/2.24	c (0,0) c | Diff Orig seen|                 |      X     |          5 |          5 |          5 | -       56 | -      155 | -      155 | -      155 |
3.66/2.24	c (0,0) c | Hamming       |            19 % |      X     |         60 |         60 |         60 |         57 |         55 |         55 |         55 |
3.66/2.24	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
3.66/2.24	c (0,0) 
3.66/2.24	c (0,0) s SATISFIABLE
3.66/2.27	c (0,0) SatSolver.solve End
3.66/2.27	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
3.66/2.27	c (0,0) Show results Begin
3.90/2.33	s SATISFIABLE
3.90/2.33	v <instantiation>
3.90/2.33	v     <list>v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] v[12] v[13] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13]</list>
3.90/2.33	v     <values>1 5 1 7 3 4 6 5 3 2 4 7 2 6 2 0 12 9 8 4 10 5 7 1 13 6 11 3</values>
3.90/2.33	v </instantiation>
3.90/2.33	c (0,0) Show results End
3.90/2.33	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
3.90/2.33	c (0,0) 0,0,STOP-AFTER(ALL)
3.90/2.33	c END-Prog: Mon Aug 13 22:17:30 CEST 2018

Verifier Data

OK	

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 (10477 MiB free)
  memory of node 1: 16384 MiB (13012 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307109-1534191448/watcher-4307109-1534191448 -o /tmp/evaluation-result-4307109-1534191448/solver-4307109-1534191448 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534191388-5599 --watchdog 2580 scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307109-1534191448.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=6585, runsolver pid=6582

[startup+0.100086 s]*
/proc/loadavg: 1.29 1.10 1.07 3/200 6607
/proc/meminfo: memFree=23957636/32770624 swapFree=67058964/67108860
[pid=6585] ppid=6582 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/6585/stat : 6585 (scop.sh) S 6582 6585 5572 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236707943 115843072 349 33554432000 4194304 5098028 140737156651456 140737156648712 140649140048508 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9367552 140737156658210 140737156658435 140737156658435 140737156661197 0
/proc/6585/statm: 28282 349 296 221 0 87 0
[pid=6588] ppid=6585 vsize=27313900 memory=108228 CPUtime=0.11 cores=0-7
/proc/6588/stat : 6588 (java) S 6585 6585 5572 0 -1 1077944320 5971 0 0 0 8 3 0 0 20 0 20 0 236707944 27969433600 27057 33554432000 4194304 4196468 140727029100560 140727029083104 139882139012855 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
/proc/6588/statm: 6828475 27057 2738 1 0 6790935 0
[pid=6588/tid=6589] ppid=6585 vsize=27313900 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/6588/task/6589/stat : 6589 (java) R 6585 6585 5572 0 -1 4202560 4104 0 0 0 6 2 0 0 20 0 20 0 236707944 27969433600 27057 33554432000 4194304 4196468 140727029100560 139882110839184 139882123661216 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6590] ppid=6585 vsize=27313900 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6588/task/6590/stat : 6590 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 27057 33554432000 4194304 4196468 140727029100560 139882143255184 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6591] ppid=6585 vsize=27313900 memory=140050121770624 CPUtime=0 cores=0-7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881926650384 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6592] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881925597584 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6593] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881924544784 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6594] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881923493008 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6595] ppid=6585 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881922440208 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6596] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881921387408 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6597] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881920334608 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6598] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6598/stat : 6598 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707948 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881129949552 139882139024002 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6599] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6599/stat : 6599 (java) S 6585 6585 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236707948 27969433600 27057 33554432000 4194304 4196468 140727029100560 139880038392864 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6600] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6600/stat : 6600 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707949 27969433600 27057 33554432000 4194304 4196468 140727029100560 139879769957232 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6601] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6601/stat : 6601 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 27057 33554432000 4194304 4196468 140727029100560 139879395448656 139882139031451 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6602] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6585 5572 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881128897392 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6603] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6603/stat : 6603 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881127844592 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6604] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6604/stat : 6604 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881126791792 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6605] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6605/stat : 6605 (java) S 6585 6585 5572 0 -1 1077944384 239 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881125738992 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6606] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6606/stat : 6606 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 27057 33554432000 4194304 4196468 140727029100560 139878897543776 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6607] ppid=6585 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/6588/task/6607/stat : 6607 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 27057 33554432000 4194304 4196468 140727029100560 139881124686384 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 109624 KiB

[startup+0.210411 s]*
/proc/loadavg: 1.29 1.10 1.07 2/200 6607
/proc/meminfo: memFree=23941264/32770624 swapFree=67058964/67108860
[pid=6585] ppid=6582 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/6585/stat : 6585 (scop.sh) S 6582 6585 5572 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236707943 115843072 349 33554432000 4194304 5098028 140737156651456 140737156648712 140649140048508 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9367552 140737156658210 140737156658435 140737156658435 140737156661197 0
/proc/6585/statm: 28282 349 296 221 0 87 0
[pid=6588] ppid=6585 vsize=27313900 memory=122868 CPUtime=0.25 cores=0-7
/proc/6588/stat : 6588 (java) S 6585 6585 5572 0 -1 1077944320 9915 0 0 0 21 4 0 0 20 0 20 0 236707944 27969433600 30717 33554432000 4194304 4196468 140727029100560 140727029083104 139882139012855 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
/proc/6588/statm: 6828475 30717 2878 1 0 6790935 0
[pid=6588/tid=6589] ppid=6585 vsize=27313900 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/6588/task/6589/stat : 6589 (java) R 6585 6585 5572 0 -1 4202560 7815 0 0 0 17 3 0 0 20 0 20 0 236707944 27969433600 30717 33554432000 4194304 4196468 140727029100560 139882110821600 139882123093342 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6590] ppid=6585 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/6588/task/6590/stat : 6590 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 30717 33554432000 4194304 4196468 140727029100560 139882143255184 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6591] ppid=6585 vsize=27313900 memory=140050121777466 CPUtime=0 cores=0-7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881926650384 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6592] ppid=6585 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881925597584 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6593] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881924544784 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6594] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881923493008 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6595] ppid=6585 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881922440208 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6596] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881921387408 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6597] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881920334608 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6598] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6598/stat : 6598 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707948 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881129949552 139882139024002 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6599] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6599/stat : 6599 (java) S 6585 6585 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236707948 27969433600 30717 33554432000 4194304 4196468 140727029100560 139880038392864 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6600] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6600/stat : 6600 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707949 27969433600 30717 33554432000 4194304 4196468 140727029100560 139879769957232 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6601] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6601/stat : 6601 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 30717 33554432000 4194304 4196468 140727029100560 139879395448656 139882139031451 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6602] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6585 5572 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881128897392 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6603] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6603/stat : 6603 (java) S 6585 6585 5572 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881127844592 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6604] ppid=6585 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/6588/task/6604/stat : 6604 (java) S 6585 6585 5572 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881126791792 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6605] ppid=6585 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/6588/task/6605/stat : 6605 (java) S 6585 6585 5572 0 -1 1077944384 297 0 0 0 2 0 0 0 20 0 20 0 236707951 27969433600 30717 33554432000 4194304 4196468 140727029100560 139881125738992 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6606] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6606/stat : 6606 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 30717 33554432000 4194304 4196468 140727029100560 139878897543776 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6607] ppid=6585 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/6588/task/6607/stat : 6607 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 30783 33554432000 4194304 4196468 140727029100560 139881124686384 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 124264 KiB

[startup+0.310287 s]*
/proc/loadavg: 1.29 1.10 1.07 2/200 6607
/proc/meminfo: memFree=23937620/32770624 swapFree=67058964/67108860
[pid=6585] ppid=6582 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/6585/stat : 6585 (scop.sh) S 6582 6585 5572 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236707943 115843072 349 33554432000 4194304 5098028 140737156651456 140737156648712 140649140048508 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9367552 140737156658210 140737156658435 140737156658435 140737156661197 0
/proc/6585/statm: 28282 349 296 221 0 87 0
[pid=6588] ppid=6585 vsize=27313900 memory=127368 CPUtime=0.42 cores=0-7
/proc/6588/stat : 6588 (java) S 6585 6585 5572 0 -1 1077944320 10593 0 0 0 38 4 0 0 20 0 20 0 236707944 27969433600 31842 33554432000 4194304 4196468 140727029100560 140727029083104 139882139012855 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
/proc/6588/statm: 6828475 31842 2979 1 0 6790935 0
[pid=6588/tid=6589] ppid=6585 vsize=27313900 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/6588/task/6589/stat : 6589 (java) R 6585 6585 5572 0 -1 4202560 8308 0 0 0 26 3 0 0 20 0 20 0 236707944 27969433600 31842 33554432000 4194304 4196468 140727029100560 139882110808304 139882120576441 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6590] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6590/stat : 6590 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 31842 33554432000 4194304 4196468 140727029100560 139882143255184 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6591] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881926650384 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6592] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881925597584 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6593] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6593/stat : 6593 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881924544784 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6594] ppid=6585 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/6588/task/6594/stat : 6594 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881923493008 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6595] ppid=6585 vsize=27313900 memory=140050025247663 CPUtime=0 cores=0-7
/proc/6588/task/6595/stat : 6595 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881922440208 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6596] ppid=6585 vsize=27313900 memory=140050025249968 CPUtime=0 cores=0-7
/proc/6588/task/6596/stat : 6596 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881921387408 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6597] ppid=6585 vsize=27313900 memory=140050025252272 CPUtime=0 cores=0-7
/proc/6588/task/6597/stat : 6597 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707946 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881920334608 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6598] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6598/stat : 6598 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707948 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881129949552 139882139024002 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6599] ppid=6585 vsize=27313900 memory=280100050511504 CPUtime=0 cores=0-7
/proc/6588/task/6599/stat : 6599 (java) S 6585 6585 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236707948 27969433600 31842 33554432000 4194304 4196468 140727029100560 139880038392864 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6600] ppid=6585 vsize=27313900 memory=280100050518416 CPUtime=0 cores=0-7
/proc/6588/task/6600/stat : 6600 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707949 27969433600 31842 33554432000 4194304 4196468 140727029100560 139879769957232 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6601] ppid=6585 vsize=27313900 memory=280100050459696 CPUtime=0 cores=0-7
/proc/6588/task/6601/stat : 6601 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 31842 33554432000 4194304 4196468 140727029100560 139879395448656 139882139031451 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6602] ppid=6585 vsize=27313900 memory=280100050532240 CPUtime=0 cores=0-7
/proc/6588/task/6602/stat : 6602 (java) S 6585 6585 5572 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881128897392 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6603] ppid=6585 vsize=27313900 memory=280100050539152 CPUtime=0.01 cores=0-7
/proc/6588/task/6603/stat : 6603 (java) S 6585 6585 5572 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 236707951 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881127844592 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6604] ppid=6585 vsize=27313900 memory=280100050536848 CPUtime=0.02 cores=0-7
/proc/6588/task/6604/stat : 6604 (java) S 6585 6585 5572 0 -1 1077944384 147 0 0 0 2 0 0 0 20 0 20 0 236707951 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881126791792 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6605] ppid=6585 vsize=27313900 memory=280100050553008 CPUtime=0.07 cores=0-7
/proc/6588/task/6605/stat : 6605 (java) S 6585 6585 5572 0 -1 1077944384 339 0 0 0 7 0 0 0 20 0 20 0 236707951 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881125738992 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6606] ppid=6585 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6606/stat : 6606 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 31842 33554432000 4194304 4196468 140727029100560 139878897543776 139882139023061 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6607] ppid=6585 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/6588/task/6607/stat : 6607 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707951 27969433600 31842 33554432000 4194304 4196468 140727029100560 139881124686384 139882139024002 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 128764 KiB

[startup+0.700989 s]
/proc/loadavg: 1.29 1.10 1.07 2/200 6607
/proc/meminfo: memFree=23913520/32770624 swapFree=67058964/67108860
[pid=6585] ppid=6582 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/6585/stat : 6585 (scop.sh) S 6582 6585 5572 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236707943 115843072 349 33554432000 4194304 5098028 140737156651456 140737156648712 140649140048508 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9367552 140737156658210 140737156658435 140737156658435 140737156661197 0
/proc/6585/statm: 28282 349 296 221 0 87 0
[pid=6588] ppid=6585 vsize=27322296 memory=165712 CPUtime=0.98 cores=0-7
/proc/6588/stat : 6588 (java) S 6585 6585 5572 0 -1 1077944320 17884 0 0 0 92 6 0 0 20 0 20 0 236707944 27978031104 41428 33554432000 4194304 4196468 140727029100560 140727029083104 139882139012855 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
/proc/6588/statm: 6830574 41428 3154 1 0 6791959 0
[pid=6588/tid=6589] ppid=6585 vsize=27322296 memory=280100050910896 CPUtime=0.66 cores=0-7
/proc/6588/task/6589/stat : 6589 (java) R 6585 6585 5572 0 -1 4202560 15064 0 0 0 61 5 0 0 20 0 20 0 236707944 27978031104 41428 33554432000 4194304 4196468 140727029100560 139882110830384 139882123093342 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6590] ppid=6585 vsize=27322296 memory=140050025456496 CPUtime=0 cores=0-7
/proc/6588/task/6590/stat : 6590 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236707946 27978031104 41428 33554432000 4194304 4196468 140727029100560 139882143255184 139882139023061 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6591] ppid=6585 vsize=27322296 memory=0 CPUtime=0 cores=0-7
/proc/6588/task/6591/stat : 6591 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27978031104 41428 33554432000 4194304 4196468 140727029100560 139881926650384 139882139023061 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0
[pid=6588/tid=6592] ppid=6585 vsize=27322296 memory=1520 CPUtime=0 cores=0-7
/proc/6588/task/6592/stat : 6592 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236707946 27978031104 41428 33554432000 4194304 4196468 140727029100560 139881925597584 139882139023061 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26054656 140727029109737 140727029110061 140727029110061 140727029112783 0

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

[pid=6585] ppid=6582 vsize=113128 memory=1472 CPUtime=2.76 cores=0-7
/proc/6585/stat : 6585 (scop.sh) S 6582 6585 5572 0 -1 4202496 590 22715 0 0 0 0 265 11 20 0 1 0 236707943 115843072 368 33554432000 4194304 5098028 140737156651456 140737156648200 140649140048508 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9367552 140737156658210 140737156658435 140737156658435 140737156661197 0
/proc/6585/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+2.00034 s]*
/proc/loadavg: 1.29 1.10 1.07 2/200 6627
/proc/meminfo: memFree=23984540/32770624 swapFree=67058964/67108860
[pid=6585] ppid=6582 vsize=113128 memory=1472 CPUtime=2.76 cores=0-7
/proc/6585/stat : 6585 (scop.sh) S 6582 6585 5572 0 -1 4202496 590 22715 0 0 0 0 265 11 20 0 1 0 236707943 115843072 368 33554432000 4194304 5098028 140737156651456 140737156648200 140649140048508 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9367552 140737156658210 140737156658435 140737156658435 140737156661197 0
/proc/6585/statm: 28282 368 311 221 0 87 0
[pid=6608] ppid=6585 vsize=7752048 memory=87008 CPUtime=0.62 cores=0-7
/proc/6608/stat : 6608 (java) S 6585 6585 5572 0 -1 1077944320 16457 0 0 0 58 4 0 0 20 0 20 0 236708095 7938097152 21752 33554432000 4194304 4196468 140723313320784 140723313303328 139869265608439 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
/proc/6608/statm: 1938012 21752 3006 1 0 1899951 0
[pid=6608/tid=6609] ppid=6585 vsize=7752048 memory=8112282956445269571 CPUtime=0.46 cores=0-7
/proc/6608/task/6609/stat : 6609 (java) R 6585 6585 5572 0 -1 4202560 13951 0 0 0 43 3 0 0 20 0 20 0 236708096 7938097152 21752 33554432000 4194304 4196468 140723313320784 139869237420080 139869243625680 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6610] ppid=6585 vsize=7752048 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/6608/task/6610/stat : 6610 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236708097 7938097152 21752 33554432000 4194304 4196468 140723313320784 139869269851280 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6611] ppid=6585 vsize=7752048 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/6608/task/6611/stat : 6611 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236708097 7938097152 21752 33554432000 4194304 4196468 140723313320784 139869101100048 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6612] ppid=6585 vsize=7752048 memory=-7522837415797432224 CPUtime=0 cores=0-7
/proc/6608/task/6612/stat : 6612 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236708097 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868749802384 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6613] ppid=6585 vsize=7752048 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/6608/task/6613/stat : 6613 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236708097 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868748749584 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6614] ppid=6585 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6614/stat : 6614 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236708097 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868747696784 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6615] ppid=6585 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6615/stat : 6615 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236708097 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868746643984 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6616] ppid=6585 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6616/stat : 6616 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236708097 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868745591184 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6617] ppid=6585 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6617/stat : 6617 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236708097 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868744538384 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6618] ppid=6585 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6618/stat : 6618 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236708098 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868626729840 139869265619586 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6619] ppid=6585 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6619/stat : 6619 (java) S 6585 6585 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236708099 7938097152 21752 33554432000 4194304 4196468 140723313320784 139867690362400 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6620] ppid=6585 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6620/stat : 6620 (java) S 6585 6585 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236708099 7938097152 21752 33554432000 4194304 4196468 140723313320784 139867556140400 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6621] ppid=6585 vsize=7752048 memory=2241 CPUtime=0 cores=0-7
/proc/6608/task/6621/stat : 6621 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236708102 7938097152 21752 33554432000 4194304 4196468 140723313320784 139867181635920 139869265627035 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6622] ppid=6585 vsize=7752048 memory=2244 CPUtime=0.02 cores=0-7
/proc/6608/task/6622/stat : 6622 (java) S 6585 6585 5572 0 -1 1077944384 589 0 0 0 2 0 0 0 20 0 20 0 236708102 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868625676656 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6623] ppid=6585 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/6608/task/6623/stat : 6623 (java) S 6585 6585 5572 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 20 0 236708102 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868624623856 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6624] ppid=6585 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6624/stat : 6624 (java) S 6585 6585 5572 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 236708102 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868623571056 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6625] ppid=6585 vsize=7752048 memory=0 CPUtime=0.09 cores=0-7
/proc/6608/task/6625/stat : 6625 (java) S 6585 6585 5572 0 -1 1077944384 466 0 0 0 9 0 0 0 20 0 20 0 236708102 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868622518256 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6626] ppid=6585 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6626/stat : 6626 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236708102 7938097152 21752 33554432000 4194304 4196468 140723313320784 139866683731040 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6627] ppid=6585 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6627/stat : 6627 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236708102 7938097152 21752 33554432000 4194304 4196468 140723313320784 139868621466672 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
Current children cumulated CPU time: 3.38 s
Current children cumulated vsize: 7865176 KiB
Current children cumulated memory: 88480 KiB

[startup+2.20088 s]
/proc/loadavg: 1.29 1.10 1.07 2/200 6627
/proc/meminfo: memFree=23984540/32770624 swapFree=67058964/67108860
[pid=6585] ppid=6582 vsize=113128 memory=1472 CPUtime=2.76 cores=0-7
/proc/6585/stat : 6585 (scop.sh) S 6582 6585 5572 0 -1 4202496 590 22715 0 0 0 0 265 11 20 0 1 0 236707943 115843072 368 33554432000 4194304 5098028 140737156651456 140737156648200 140649140048508 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9367552 140737156658210 140737156658435 140737156658435 140737156661197 0
/proc/6585/statm: 28282 368 311 221 0 87 0
[pid=6608] ppid=6585 vsize=7756256 memory=98360 CPUtime=0.9 cores=0-7
/proc/6608/stat : 6608 (java) S 6585 6585 5572 0 -1 1077944320 17886 0 0 0 85 5 0 0 20 0 20 0 236708095 7942406144 24590 33554432000 4194304 4196468 140723313320784 140723313303328 139869265608439 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
/proc/6608/statm: 1939064 24590 3094 1 0 1900463 0
[pid=6608/tid=6609] ppid=6585 vsize=7756256 memory=0 CPUtime=0.65 cores=0-7
/proc/6608/task/6609/stat : 6609 (java) R 6585 6585 5572 0 -1 4202560 15182 0 0 0 61 4 0 0 20 0 20 0 236708096 7942406144 24590 33554432000 4194304 4196468 140723313320784 139869237439048 139869265630365 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6610] ppid=6585 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6610/stat : 6610 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236708097 7942406144 24590 33554432000 4194304 4196468 140723313320784 139869269851280 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6611] ppid=6585 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6611/stat : 6611 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236708097 7942406144 24590 33554432000 4194304 4196468 140723313320784 139869101100048 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6612] ppid=6585 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6612/stat : 6612 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236708097 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868749802384 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6613] ppid=6585 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6613/stat : 6613 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236708097 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868748749584 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6614] ppid=6585 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6614/stat : 6614 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236708097 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868747696784 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6615] ppid=6585 vsize=7756256 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/6608/task/6615/stat : 6615 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236708097 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868746643984 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6616] ppid=6585 vsize=7756256 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/6608/task/6616/stat : 6616 (java) S 6585 6585 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236708097 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868745591184 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6617] ppid=6585 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6617/stat : 6617 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236708097 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868744538384 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6618] ppid=6585 vsize=7756256 memory=280100050391392 CPUtime=0 cores=0-7
/proc/6608/task/6618/stat : 6618 (java) S 6585 6585 5572 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 236708098 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868626729840 139869265619586 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6619] ppid=6585 vsize=7756256 memory=12922 CPUtime=0 cores=0-7
/proc/6608/task/6619/stat : 6619 (java) S 6585 6585 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236708099 7942406144 24590 33554432000 4194304 4196468 140723313320784 139867690362400 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6620] ppid=6585 vsize=7756256 memory=26804 CPUtime=0 cores=0-7
/proc/6608/task/6620/stat : 6620 (java) S 6585 6585 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236708099 7942406144 24590 33554432000 4194304 4196468 140723313320784 139867556140400 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6621] ppid=6585 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6621/stat : 6621 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236708102 7942406144 24590 33554432000 4194304 4196468 140723313320784 139867181635920 139869265627035 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6622] ppid=6585 vsize=7756256 memory=0 CPUtime=0.03 cores=0-7
/proc/6608/task/6622/stat : 6622 (java) S 6585 6585 5572 0 -1 1077944384 601 0 0 0 3 0 0 0 20 0 20 0 236708102 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868625676656 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6623] ppid=6585 vsize=7756256 memory=6944656575208382560 CPUtime=0.03 cores=0-7
/proc/6608/task/6623/stat : 6623 (java) S 6585 6585 5572 0 -1 1077944384 92 0 0 0 3 0 0 0 20 0 20 0 236708102 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868624623856 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6624] ppid=6585 vsize=7756256 memory=0 CPUtime=0.01 cores=0-7
/proc/6608/task/6624/stat : 6624 (java) S 6585 6585 5572 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 236708102 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868623571056 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6625] ppid=6585 vsize=7756256 memory=0 CPUtime=0.15 cores=0-7
/proc/6608/task/6625/stat : 6625 (java) S 6585 6585 5572 0 -1 1077944384 605 0 0 0 15 0 0 0 20 0 20 0 236708102 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868622518256 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6626] ppid=6585 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6626/stat : 6626 (java) S 6585 6585 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236708102 7942406144 24590 33554432000 4194304 4196468 140723313320784 139866683731040 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6627] ppid=6585 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6627/stat : 6627 (java) S 6585 6585 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236708102 7942406144 24590 33554432000 4194304 4196468 140723313320784 139868621466672 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
Current children cumulated CPU time: 3.66 s
Current children cumulated vsize: 7869384 KiB
Current children cumulated memory: 99832 KiB

[startup+2.30093 s]
/proc/loadavg: 1.29 1.10 1.07 2/200 6627
/proc/meminfo: memFree=23984540/32770624 swapFree=67058964/67108860
[pid=6585] ppid=6582 vsize=113128 memory=1472 CPUtime=2.76 cores=0-7
/proc/6585/stat : 6585 (scop.sh) S 6582 6585 5572 0 -1 4202496 590 22715 0 0 0 0 265 11 20 0 1 0 236707943 115843072 368 33554432000 4194304 5098028 140737156651456 140737156648200 140649140048508 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 9367552 140737156658210 140737156658435 140737156658435 140737156661197 0
/proc/6585/statm: 28282 368 311 221 0 87 0
[pid=6608] ppid=6585 vsize=8086216 memory=114788 CPUtime=1.14 cores=0-7
/proc/6608/stat : 6608 (java) S 6585 6585 5572 0 -1 1077944320 19057 1045 0 0 108 6 0 0 20 0 22 0 236708095 8280285184 28697 33554432000 4194304 4196468 140723313320784 140723313303328 139869265608439 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
/proc/6608/statm: 2021554 28697 3143 1 0 1982953 0
[pid=6608/tid=6609] ppid=6585 vsize=8086216 memory=1472 CPUtime=0.74 cores=0-7
/proc/6608/task/6609/stat : 6609 (java) R 6585 6585 5572 0 -1 4202560 15757 1045 0 0 70 4 0 0 20 0 22 0 236708096 8280285184 28697 33554432000 4194304 4196468 140723313320784 139869237411728 139869265630365 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6610] ppid=6585 vsize=8086216 memory=1472 CPUtime=0 cores=0-7
/proc/6608/task/6610/stat : 6610 (java) S 6585 6585 5572 0 -1 1077944384 1 1045 0 0 0 0 0 0 20 0 22 0 236708097 8280285184 28697 33554432000 4194304 4196468 140723313320784 139869269851280 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6611] ppid=6585 vsize=8086216 memory=140054416737919 CPUtime=0 cores=0-7
/proc/6608/task/6611/stat : 6611 (java) S 6585 6585 5572 0 -1 1077944384 2 1045 0 0 0 0 0 0 20 0 22 0 236708097 8280285184 28697 33554432000 4194304 4196468 140723313320784 139869101100048 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6612] ppid=6585 vsize=8086216 memory=-7019007802211091872 CPUtime=0 cores=0-7
/proc/6608/task/6612/stat : 6612 (java) S 6585 6585 5572 0 -1 1077944384 2 1045 0 0 0 0 0 0 20 0 22 0 236708097 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868749802384 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6613] ppid=6585 vsize=8086216 memory=-7246659158121525826 CPUtime=0 cores=0-7
/proc/6608/task/6613/stat : 6613 (java) S 6585 6585 5572 0 -1 1077944384 2 1045 0 0 0 0 0 0 20 0 22 0 236708097 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868748749584 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6614] ppid=6585 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6614/stat : 6614 (java) S 6585 6585 5572 0 -1 1077944384 1 1045 0 0 0 0 0 0 20 0 22 0 236708097 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868747696784 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6615] ppid=6585 vsize=8086216 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/6608/task/6615/stat : 6615 (java) S 6585 6585 5572 0 -1 1077944384 1 1045 0 0 0 0 0 0 20 0 22 0 236708097 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868746643984 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6616] ppid=6585 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6616/stat : 6616 (java) S 6585 6585 5572 0 -1 1077944384 2 1045 0 0 0 0 0 0 20 0 22 0 236708097 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868745591184 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6617] ppid=6585 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6617/stat : 6617 (java) S 6585 6585 5572 0 -1 1077944384 3 1045 0 0 0 0 0 0 20 0 22 0 236708097 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868744538384 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6618] ppid=6585 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6618/stat : 6618 (java) S 6585 6585 5572 0 -1 1077944384 5 1045 0 0 0 0 0 0 20 0 22 0 236708098 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868626729840 139869265619586 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6619] ppid=6585 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6619/stat : 6619 (java) S 6585 6585 5572 0 -1 1077944384 13 1045 0 0 0 0 0 0 20 0 22 0 236708099 8280285184 28697 33554432000 4194304 4196468 140723313320784 139867690362400 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6620] ppid=6585 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6620/stat : 6620 (java) S 6585 6585 5572 0 -1 1077944384 21 1045 0 0 0 0 0 0 20 0 22 0 236708099 8280285184 28697 33554432000 4194304 4196468 140723313320784 139867556140400 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6621] ppid=6585 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6621/stat : 6621 (java) S 6585 6585 5572 0 -1 1077944384 1 1045 0 0 0 0 0 0 20 0 22 0 236708102 8280285184 28697 33554432000 4194304 4196468 140723313320784 139867181635920 139869265627035 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6622] ppid=6585 vsize=8086216 memory=8112282956445269571 CPUtime=0.05 cores=0-7
/proc/6608/task/6622/stat : 6622 (java) S 6585 6585 5572 0 -1 1077944384 685 1045 0 0 5 0 0 0 20 0 22 0 236708102 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868625676656 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6623] ppid=6585 vsize=8086216 memory=288230596050944315 CPUtime=0.06 cores=0-7
/proc/6608/task/6623/stat : 6623 (java) S 6585 6585 5572 0 -1 1077944384 289 1045 0 0 6 0 0 0 20 0 22 0 236708102 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868624623856 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6624] ppid=6585 vsize=8086216 memory=15540717229444349 CPUtime=0.03 cores=0-7
/proc/6608/task/6624/stat : 6624 (java) S 6585 6585 5572 0 -1 1077944384 130 1045 0 0 3 0 0 0 20 0 22 0 236708102 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868623571056 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6625] ppid=6585 vsize=8086216 memory=0 CPUtime=0.19 cores=0-7
/proc/6608/task/6625/stat : 6625 (java) S 6585 6585 5572 0 -1 1077944384 715 1045 0 0 19 0 0 0 20 0 22 0 236708102 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868622518256 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6626] ppid=6585 vsize=8086216 memory=0 CPUtime=0 cores=0-7
/proc/6608/task/6626/stat : 6626 (java) S 6585 6585 5572 0 -1 1077944384 3 1045 0 0 0 0 0 0 20 0 22 0 236708102 8280285184 28697 33554432000 4194304 4196468 140723313320784 139866683731040 139869265618645 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
[pid=6608/tid=6627] ppid=6585 vsize=8086216 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/6608/task/6627/stat : 6627 (java) S 6585 6585 5572 0 -1 1077944384 1 1045 0 0 0 0 0 0 20 0 22 0 236708102 8280285184 28697 33554432000 4194304 4196468 140723313320784 139868621466672 139869265619586 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25649152 140723313329330 140723313329453 140723313329453 140723313332175 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 8199344 KiB
Current children cumulated memory: 116260 KiB

Child status: 0
Real time (s): 2.34701
CPU time (s): 3.99377
CPU user time (s): 3.79742
CPU system time (s): 0.196346
CPU usage (%): 170.164
Max. virtual memory (cumulated for all children) (KiB): 27441656
Max. memory (cumulated for all children) (KiB): 215464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3.79742
system time used= 0.196346
maximum resident set size= 216852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43608
page faults= 0
swaps= 0
block input operations= 0
block output operations= 176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6446
involuntary context switches= 11


# summary of solver processes directly reported to runsolver:
#   pid: 6585
#   total CPU time (s): 3.99377
#   total CPU user time (s): 3.79742
#   total CPU system time (s): 0.196346

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.044811 second user time and 0.06518 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-13 22:17:28
IDJOB=4307109
IDBENCH=141343
IDSOLVER=2788
FILE ID=node103/4307109-1534191448
RUNJOBID= node103-1534191388-5599
PBS_JOBID= 21037993
Free space on /tmp= 34764 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/Langford/LangfordBin-07_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-4307109-1534191448/watcher-4307109-1534191448 -o /tmp/evaluation-result-4307109-1534191448/solver-4307109-1534191448 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534191388-5599 --watchdog 2580  scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307109-1534191448.xml

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

MD5SUM BENCH= 3bc0c2fe6daffe5cd6c78f401afaf84f
RANDOM SEED=975838787

node103.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.48
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.48
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.48
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.48
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:        24053288 kB
MemAvailable:   31942736 kB
Buffers:          153616 kB
Cached:          7918908 kB
SwapCached:         5312 kB
Active:          4364408 kB
Inactive:        3721364 kB
Active(anon):       4820 kB
Inactive(anon):    59392 kB
Active(file):    4359588 kB
Inactive(file):  3661972 kB
Unevictable:        7800 kB
Mlocked:            7800 kB
SwapTotal:      67108860 kB
SwapFree:       67058964 kB
Dirty:              8348 kB
Writeback:             4 kB
AnonPages:         14364 kB
Mapped:            51020 kB
Shmem:             48696 kB
Slab:             324832 kB
SReclaimable:     296348 kB
SUnreclaim:        28484 kB
KernelStack:        3248 kB
PageTables:         4980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     349368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 34756 MiB
End job on node103 at 2018-08-13 22:17:30