Trace number 4307118

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 5.93367 2.78254

General information on the benchmark

NameLangford/
LangfordBin-16_c18.xml
MD5SUM27c67f30ca0ef1b1bbbeaa4cb2c2f178
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.65554
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints48
Number of domains2
Minimum domain size16
Maximum domain size32
Distribution of domain sizes[{"size":16,"count":32},{"size":32,"count":32}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":32,"count":32}]
Minimum constraint arity2
Maximum constraint arity33
Distribution of constraint arities[{"arity":2,"count":16},{"arity":33,"count":32}]
Number of extensional constraints0
Number of intensional constraints16
Distribution of constraint types[{"type":"intension","count":16},{"type":"element","count":32}]
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-7069-serial-file.bin HOME/instance-4307118-1534191467.xml
0.66/0.53	
0.66/0.53	scop order+glucose-syrup (2018-07-31)
0.66/0.53	(Encoding Process)
0.66/0.53	
0.66/0.56	c BEGIN-Prog: Mon Aug 13 22:17:48 CEST 2018
0.66/0.56	c PID: 7072
0.66/0.56	c IP: 172.20.3.103
0.66/0.56	c HOST: node103.alineos.net
0.66/0.56	c (0,0) Parsing Begin
1.17/0.88	c (0,0) Parsing End
1.17/0.89	c (0,0) CSP: 64 int (0 aux), 0 bool (0 aux), 48 ctr, max domain size 32
1.17/0.89	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.17/0.89	c (0,0) Constraint Name Generate Begin
1.17/0.89	c (0,0) Ctr:HOME/instance-4307118-1534191467.xml,Add:Element:Eq:IntVar:Num
1.17/0.89	c (0,0) Constraint Name Generate End
1.17/0.89	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.17/0.89	c (0,0) CSP to CSPinCNF Begin
1.53/1.09	c (0,0) translated 5 (10%) constraints
1.81/1.17	c (0,0) translated 10 (20%) constraints
2.06/1.21	c (0,0) translated 15 (30%) constraints
2.06/1.24	c (0,0) translated 20 (40%) constraints
2.06/1.26	c (0,0) translated 24 (50%) constraints
2.06/1.28	c (0,0) translated 29 (60%) constraints
2.06/1.30	c (0,0) translated 34 (70%) constraints
2.34/1.30	c (0,0) translated 39 (80%) constraints
2.34/1.30	c (0,0) translated 44 (90%) constraints
2.34/1.30	c (0,0) translated 48 (100%) constraints
2.34/1.35	c (0,0) STATISTICS1:HOME/instance-4307118-1534191467.xml,Add:Element:Eq:IntVar:Num,64,1040,30,30,3,2,30:2;29:2;28:2;27:2;26:2;25:2;24:2;23:2;22:2;21:2;20:2;19:2;18:2;17:2;16:2;15:2,30:66;29:66;28:66;27:66;26:66;25:66;24:66;23:66;22:66;21:66;20:66;19:66;18:66;17:66;16:1090;15:66,3:1024;1:16,2:32;1:3072,
2.34/1.35	c (0,0) ==========================================
2.34/1.35	c (0,0) Order
2.34/1.35	c (0,0) ==========================================
2.61/1.41	c (0,0) translated 104 (10%) constraints
2.61/1.44	c (0,0) translated 208 (20%) constraints
2.61/1.47	c (0,0) translated 312 (30%) constraints
2.61/1.49	c (0,0) translated 416 (40%) constraints
2.94/1.51	c (0,0) translated 520 (50%) constraints
2.94/1.53	c (0,0) translated 624 (60%) constraints
2.94/1.54	c (1,0) translated 728 (70%) constraints
2.94/1.55	c (1,1) translated 832 (80%) constraints
2.94/1.57	c (1,1) translated 936 (90%) constraints
2.94/1.58	c (1,1) translated 1040 (100%) constraints
2.94/1.59	c (1,1) CSP to CSPinCNF End
2.94/1.59	c (1,1) CSP: 64 int (0 aux), 512 bool (512 aux), 3104 ctr, max domain size 30
2.94/1.59	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.94/1.59	c (1,1) CSPinCNF Propagation Begin
3.33/1.65	c (1,1) 0 values, 368 unsatisfiable literals, and 432 valid clauses are removed
3.33/1.65	c (1,1) CSPinCNF Propagation End
3.33/1.66	c (1,1) CSP: 64 int (0 aux), 512 bool (512 aux), 2672 ctr, max domain size 30
3.33/1.66	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
3.33/1.66	c (1,1) Simplify CSPinCNF Begin
3.33/1.67	c (1,1) Simplify CSPinCNF End
3.33/1.67	c (1,1) CSP: 64 int (0 aux), 512 bool (512 aux), 2672 ctr, max domain size 30
3.33/1.67	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
3.33/1.67	c (1,1) Calculate Precise Domain Begin
3.33/1.67	c (1,1) 0 values are removed by re-calculation
3.33/1.67	c (1,1) Calculate Precise Domain End
3.33/1.67	c (1,1) CSP: 64 int (0 aux), 512 bool (512 aux), 2672 ctr, max domain size 30
3.33/1.67	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
3.33/1.67	c (1,1) CSPinCNF to SatSolver Begin
3.75/1.73	c (1,1) 268 (10 %) CSP clauses are encoded (1680 SAT variables, 1371 SAT clauses)
3.75/1.75	c (1,1) 535 (20 %) CSP clauses are encoded (1680 SAT variables, 1638 SAT clauses)
3.75/1.75	c (1,1) 802 (30 %) CSP clauses are encoded (1680 SAT variables, 1905 SAT clauses)
3.75/1.76	c (1,1) 1069 (40 %) CSP clauses are encoded (1680 SAT variables, 2172 SAT clauses)
3.75/1.76	c (1,1) 1336 (50 %) CSP clauses are encoded (1680 SAT variables, 2439 SAT clauses)
3.75/1.77	c (1,1) 1604 (60 %) CSP clauses are encoded (1680 SAT variables, 2707 SAT clauses)
3.75/1.77	c (1,1) 1871 (70 %) CSP clauses are encoded (1680 SAT variables, 2974 SAT clauses)
3.75/1.78	c (1,1) 2138 (80 %) CSP clauses are encoded (1680 SAT variables, 3241 SAT clauses)
3.75/1.78	c (1,1) 2405 (90 %) CSP clauses are encoded (1680 SAT variables, 3508 SAT clauses)
4.14/1.80	c (1,1) 2672 (100 %) CSP clauses are encoded (1680 SAT variables, 4418 SAT clauses)
4.14/1.80	c (1,1) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
4.14/1.80	c (1,1) CSPinCNF to SatSolver End
4.14/1.80	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.14/1.83	c (1,1) STATISTICS2:HOME/instance-4307118-1534191467.xml,Add:Element:Eq:IntVar:Num,576,2672,30,30,3,2,30:2;29:2;28:2;27:2;26:2;25:2;24:2;23:2;22:2;21:2;20:2;19:2;18:2;17:2;16:2;15:2,30:120;29:116;28:112;27:108;26:104;25:100;24:96;23:92;22:88;21:84;20:80;19:76;18:72;17:68;16:1984;15:60;2:2640,3:656;2:1984;1:32,2:32;1:5936,
4.14/1.83	c (1,1) 1680 bool, 4432 clause
4.14/1.83	c (1,1) Export Begin
4.54/1.91	c (1,1) Export to HOME/scop-7069-serial-file.bin
4.54/1.91	c (1,1) Export End
4.54/1.91	c (1,1) Export File Size: 0.01 MB
4.54/1.91	c (1,1) 0,0,1,1,1,1,1,STOP-AFTER(DIMACS)
4.54/1.91	c END-Prog: Mon Aug 13 22:17:49 CEST 2018
4.54/1.93	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-7069-serial-file.bin
5.21/2.42	c (0,0) Read Serial File Begin
5.21/2.42	c (0,0) HOME/scop-7069-serial-file.bin
5.35/2.58	c (0,0) Read Serial File End
5.35/2.59	
5.35/2.59	scop order+glucose-syrup (2018-07-31)
5.35/2.59	(Solving Process)
5.35/2.59	
5.50/2.62	c BEGIN-Prog: Mon Aug 13 22:17:50 CEST 2018
5.50/2.62	c PID: 7092
5.50/2.62	c IP: 172.20.3.103
5.50/2.62	c HOST: node103.alineos.net
5.50/2.62	c (0,0) SatSolver.solve Begin
5.50/2.62	c (0,0) 0 bool, 0 clause
5.50/2.62	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307118-1534191467.xml-scop-7072.cnf
5.50/2.66	c (0,0) c
5.50/2.66	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
5.50/2.66	c (0,0) c
5.50/2.66	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
5.50/2.66	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
5.50/2.66	c (0,0) c ========================================[ Problem Statistics ]===========================================
5.50/2.66	c (0,0) c |                                                                                                       |
5.50/2.66	c (0,0) c |  Number of variables:          1680                                                                   |
5.50/2.66	c (0,0) c |  Number of clauses:            4432                                                                   |
5.50/2.66	c (0,0) c |  Parse time:                   0.00 s                                                                 |
5.50/2.66	c (0,0) c |                                                                                                       |
5.50/2.66	c (0,0) c |  Eliminated clauses:           0.02 Mb                                                                |
5.50/2.66	c (0,0) c |  Simplification time:          0.00 s                                                                 |
5.50/2.66	c (0,0) c |                                                                                                       |
5.50/2.66	c (0,0) c |  Generating clones                                                                                    |
5.50/2.66	c (0,0) c |  all clones generated. Memory =  29.90Mb.                                                             |
5.50/2.66	c (0,0) c ========================================================================================================|
5.50/2.66	c (0,0) c last restart ## conflicts  :  34 101 
5.50/2.66	c (0,0) c Thread 5 is 100% pure glucose! First thread to finish! (SAT answer).
5.50/2.66	c (0,0) c last restart ## conflicts  :  34 101 
5.50/2.66	c (0,0) c last restart ## conflicts  :  34 101 
5.50/2.66	c (0,0) c Total Memory so far : 605.93Mb
5.50/2.66	c (0,0) c
5.50/2.66	c (0,0) c real time : 0.0129659 s
5.50/2.66	c (0,0) c cpu time  : 0.012664 s
5.50/2.66	c (0,0) c
5.50/2.66	c (0,0) c
5.50/2.66	c (0,0) c
5.50/2.66	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
5.50/2.66	c (0,0) c
5.50/2.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.50/2.66	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
5.50/2.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.50/2.66	c (0,0) c | Conflicts     |             231 |         37 |         34 |         17 |         21 |         34 |         34 |         29 |         25 |
5.50/2.66	c (0,0) c | Decisions     |            1286 |        184 |        164 |        147 |        150 |        164 |        164 |        160 |        153 |
5.50/2.66	c (0,0) c | Propagations  |           39514 |       5389 |       5469 |       3590 |       4203 |       5469 |       5469 |       5129 |       4796 |
5.50/2.66	c (0,0) c | Avg_Trail     |                 |        746 |        816 |        787 |        796 |        816 |        816 |        807 |        801 |
5.50/2.66	c (0,0) c | Avg_DL        |                 |        136 |         99 |         97 |         98 |         99 |         99 |         99 |         98 |
5.50/2.66	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.50/2.66	c (0,0) c | Exported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.50/2.66	c (0,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c | Glues         |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.50/2.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.50/2.66	c (0,0) c | Orig_Seen     |            12 % |        445 |        609 |        500 |        560 |        609 |        609 |        603 |        571 |
5.50/2.66	c (0,0) c | Diff Orig seen|                 | -      164 | -        0 | -      109 | -       49 | -        0 |      X     | -        6 | -       38 |
5.50/2.66	c (0,0) c | Hamming       |             7 % |        318 |          0 |        157 |        164 |          0 |      X     |         60 |        135 |
5.50/2.66	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.50/2.66	c (0,0) 
5.50/2.66	c (0,0) s SATISFIABLE
5.50/2.69	c (0,0) SatSolver.solve End
5.50/2.70	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
5.50/2.70	c (0,0) Show results Begin
5.77/2.76	s SATISFIABLE
5.77/2.77	v <instantiation>
5.77/2.77	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] v[14] v[15] v[16] v[17] v[18] v[19] v[20] v[21] v[22] v[23] v[24] v[25] v[26] v[27] v[28] v[29] v[30] v[31] 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] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] p[24] p[25] p[26] p[27] p[28] p[29] p[30] p[31]</list>
5.77/2.77	v     <values>11 13 16 6 15 10 14 5 2 12 6 2 11 5 9 13 10 7 8 16 15 14 12 4 9 7 3 8 4 1 3 1 31 29 11 8 30 26 28 23 13 7 10 3 25 17 27 18 24 14 16 5 12 0 22 9 15 1 21 6 20 4 19 2</values>
5.77/2.77	v </instantiation>
5.77/2.77	c (0,0) Show results End
5.77/2.77	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
5.77/2.77	c (0,0) 0,0,STOP-AFTER(ALL)
5.77/2.77	c END-Prog: Mon Aug 13 22:17:50 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 (10476 MiB free)
  memory of node 1: 16384 MiB (13013 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307118-1534191467/watcher-4307118-1534191467 -o /tmp/evaluation-result-4307118-1534191467/solver-4307118-1534191467 -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-4307118-1534191467.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=7069, runsolver pid=7066

[startup+0.100102 s]*
/proc/loadavg: 1.75 1.22 1.11 3/200 7091
/proc/meminfo: memFree=23961232/32770624 swapFree=67058964/67108860
[pid=7069] ppid=7066 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/7069/stat : 7069 (scop.sh) S 7066 7069 5572 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 236709878 115843072 348 33554432000 4194304 5098028 140731997928512 140731997925768 139914990805628 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40071168 140731997930530 140731997930755 140731997930755 140731997933517 0
/proc/7069/statm: 28282 348 296 221 0 87 0
[pid=7072] ppid=7069 vsize=27313900 memory=107088 CPUtime=0.1 cores=0-7
/proc/7072/stat : 7072 (java) S 7069 7069 5572 0 -1 1077944320 6278 0 0 0 8 2 0 0 20 0 20 0 236709879 27969433600 26772 33554432000 4194304 4196468 140730257479984 140730257462528 139952465583863 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
/proc/7072/statm: 6828475 26772 2740 1 0 6790935 0
[pid=7072/tid=7073] ppid=7069 vsize=27313900 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/7072/task/7073/stat : 7073 (java) R 7069 7069 5572 0 -1 4202560 4393 0 0 0 7 2 0 0 20 0 20 0 236709879 27969433600 26844 33554432000 4194304 4196468 140730257479984 139952437418288 139952465605789 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7074] ppid=7069 vsize=27313900 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/7072/task/7074/stat : 7074 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 26844 33554432000 4194304 4196468 140730257479984 139952469826704 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7075] ppid=7069 vsize=27313900 memory=140066766399104 CPUtime=0 cores=0-7
/proc/7072/task/7075/stat : 7075 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 26844 33554432000 4194304 4196468 140730257479984 139952253221904 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7076] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7076/stat : 7076 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 26844 33554432000 4194304 4196468 140730257479984 139952252169104 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7077] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7077/stat : 7077 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 26844 33554432000 4194304 4196468 140730257479984 139952251116304 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7078] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7078/stat : 7078 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 26844 33554432000 4194304 4196468 140730257479984 139952250063504 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7079] ppid=7069 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7072/task/7079/stat : 7079 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 26844 33554432000 4194304 4196468 140730257479984 139952249010704 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7080] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7080/stat : 7080 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 26844 33554432000 4194304 4196468 140730257479984 139951882623376 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7081] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7081/stat : 7081 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 26844 33554432000 4194304 4196468 140730257479984 139951881570576 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7082] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7082/stat : 7082 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709883 27969433600 26844 33554432000 4194304 4196468 140730257479984 139951591099248 139952465595010 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7083] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7083/stat : 7083 (java) S 7069 7069 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236709883 27969433600 26844 33554432000 4194304 4196468 140730257479984 139950234265120 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7084] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7084/stat : 7084 (java) S 7069 7069 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236709884 27969433600 26844 33554432000 4194304 4196468 140730257479984 139950100043120 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7085] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7085/stat : 7085 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 26844 33554432000 4194304 4196468 140730257479984 139949725538640 139952465602459 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7086] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7086/stat : 7086 (java) S 7069 7069 5572 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 26844 33554432000 4194304 4196468 140730257479984 139951590046064 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7087] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7087/stat : 7087 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 26844 33554432000 4194304 4196468 140730257479984 139951588993264 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7088] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7088/stat : 7088 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 26844 33554432000 4194304 4196468 140730257479984 139951587940464 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7089] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7089/stat : 7089 (java) S 7069 7069 5572 0 -1 1077944384 226 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 26844 33554432000 4194304 4196468 140730257479984 139951586887664 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7090] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7090/stat : 7090 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 26844 33554432000 4194304 4196468 140730257479984 139949227633760 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7091] ppid=7069 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7072/task/7091/stat : 7091 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709887 27969433600 26844 33554432000 4194304 4196468 140730257479984 139951585836080 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 108480 KiB

[startup+0.210271 s]*
/proc/loadavg: 1.75 1.22 1.11 2/200 7091
/proc/meminfo: memFree=23942936/32770624 swapFree=67058964/67108860
[pid=7069] ppid=7066 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/7069/stat : 7069 (scop.sh) S 7066 7069 5572 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 236709878 115843072 348 33554432000 4194304 5098028 140731997928512 140731997925768 139914990805628 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40071168 140731997930530 140731997930755 140731997930755 140731997933517 0
/proc/7069/statm: 28282 348 296 221 0 87 0
[pid=7072] ppid=7069 vsize=27313900 memory=121752 CPUtime=0.24 cores=0-7
/proc/7072/stat : 7072 (java) S 7069 7069 5572 0 -1 1077944320 10158 0 0 0 21 3 0 0 20 0 20 0 236709879 27969433600 30438 33554432000 4194304 4196468 140730257479984 140730257462528 139952465583863 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
/proc/7072/statm: 6828475 30438 2860 1 0 6790935 0
[pid=7072/tid=7073] ppid=7069 vsize=27313900 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7072/task/7073/stat : 7073 (java) R 7069 7069 5572 0 -1 4202560 8050 0 0 0 17 3 0 0 20 0 20 0 236709879 27969433600 30438 33554432000 4194304 4196468 140730257479984 139952437392608 139952449664350 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7074] ppid=7069 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/7072/task/7074/stat : 7074 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 30438 33554432000 4194304 4196468 140730257479984 139952469826704 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7075] ppid=7069 vsize=27313900 memory=140066766406430 CPUtime=0 cores=0-7
/proc/7072/task/7075/stat : 7075 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 30438 33554432000 4194304 4196468 140730257479984 139952253221904 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7076] ppid=7069 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7072/task/7076/stat : 7076 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 30438 33554432000 4194304 4196468 140730257479984 139952252169104 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7077] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7077/stat : 7077 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 30438 33554432000 4194304 4196468 140730257479984 139952251116304 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7078] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7078/stat : 7078 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 30438 33554432000 4194304 4196468 140730257479984 139952250063504 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7079] ppid=7069 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7072/task/7079/stat : 7079 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 30438 33554432000 4194304 4196468 140730257479984 139952249010704 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7080] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7080/stat : 7080 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 30438 33554432000 4194304 4196468 140730257479984 139951882623376 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7081] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7081/stat : 7081 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 30438 33554432000 4194304 4196468 140730257479984 139951881570576 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7082] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7082/stat : 7082 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709883 27969433600 30438 33554432000 4194304 4196468 140730257479984 139951591099248 139952465595010 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7083] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7083/stat : 7083 (java) S 7069 7069 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236709883 27969433600 30438 33554432000 4194304 4196468 140730257479984 139950234265120 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7084] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7084/stat : 7084 (java) S 7069 7069 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236709884 27969433600 30438 33554432000 4194304 4196468 140730257479984 139950100043120 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7085] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7085/stat : 7085 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 30438 33554432000 4194304 4196468 140730257479984 139949725538640 139952465602459 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7086] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7086/stat : 7086 (java) S 7069 7069 5572 0 -1 1077944384 459 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 30438 33554432000 4194304 4196468 140730257479984 139951590046064 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7087] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7087/stat : 7087 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 30438 33554432000 4194304 4196468 140730257479984 139951588993264 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7088] ppid=7069 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7072/task/7088/stat : 7088 (java) S 7069 7069 5572 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 30438 33554432000 4194304 4196468 140730257479984 139951587940464 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7089] ppid=7069 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/7072/task/7089/stat : 7089 (java) R 7069 7069 5572 0 -1 4202560 271 0 0 0 2 0 0 0 20 0 20 0 236709886 27969433600 30438 33554432000 4194304 4196468 140730257479984 139951586887664 139952465605210 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7090] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7090/stat : 7090 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 30438 33554432000 4194304 4196468 140730257479984 139949227633760 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7091] ppid=7069 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7072/task/7091/stat : 7091 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709887 27969433600 30438 33554432000 4194304 4196468 140730257479984 139951585836080 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 123144 KiB

[startup+0.310415 s]*
/proc/loadavg: 1.75 1.22 1.11 2/200 7091
/proc/meminfo: memFree=23939896/32770624 swapFree=67058964/67108860
[pid=7069] ppid=7066 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/7069/stat : 7069 (scop.sh) S 7066 7069 5572 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 236709878 115843072 348 33554432000 4194304 5098028 140731997928512 140731997925768 139914990805628 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40071168 140731997930530 140731997930755 140731997930755 140731997933517 0
/proc/7069/statm: 28282 348 296 221 0 87 0
[pid=7072] ppid=7069 vsize=27313900 memory=125556 CPUtime=0.42 cores=0-7
/proc/7072/stat : 7072 (java) S 7069 7069 5572 0 -1 1077944320 10710 0 0 0 38 4 0 0 20 0 20 0 236709879 27969433600 31389 33554432000 4194304 4196468 140730257479984 140730257462528 139952465583863 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
/proc/7072/statm: 6828475 31389 2958 1 0 6790935 0
[pid=7072/tid=7073] ppid=7069 vsize=27313900 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7072/task/7073/stat : 7073 (java) R 7069 7069 5572 0 -1 4202560 8429 0 0 0 26 3 0 0 20 0 20 0 236709879 27969433600 31389 33554432000 4194304 4196468 140730257479984 139952437379312 139952447147423 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7074] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7074/stat : 7074 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 31389 33554432000 4194304 4196468 140730257479984 139952469826704 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7075] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7075/stat : 7075 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 31389 33554432000 4194304 4196468 140730257479984 139952253221904 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7076] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7076/stat : 7076 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 31389 33554432000 4194304 4196468 140730257479984 139952252169104 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7077] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7077/stat : 7077 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 31389 33554432000 4194304 4196468 140730257479984 139952251116304 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7078] ppid=7069 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/7072/task/7078/stat : 7078 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 31389 33554432000 4194304 4196468 140730257479984 139952250063504 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7079] ppid=7069 vsize=27313900 memory=140066668245935 CPUtime=0 cores=0-7
/proc/7072/task/7079/stat : 7079 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 31389 33554432000 4194304 4196468 140730257479984 139952249010704 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7080] ppid=7069 vsize=27313900 memory=140066668248240 CPUtime=0 cores=0-7
/proc/7072/task/7080/stat : 7080 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 31389 33554432000 4194304 4196468 140730257479984 139951882623376 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7081] ppid=7069 vsize=27313900 memory=140066668250544 CPUtime=0 cores=0-7
/proc/7072/task/7081/stat : 7081 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709881 27969433600 31389 33554432000 4194304 4196468 140730257479984 139951881570576 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7082] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7082/stat : 7082 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709883 27969433600 31389 33554432000 4194304 4196468 140730257479984 139951591099248 139952465595010 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7083] ppid=7069 vsize=27313900 memory=280133336508048 CPUtime=0 cores=0-7
/proc/7072/task/7083/stat : 7083 (java) S 7069 7069 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236709883 27969433600 31389 33554432000 4194304 4196468 140730257479984 139950234265120 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7084] ppid=7069 vsize=27313900 memory=280133336514960 CPUtime=0 cores=0-7
/proc/7072/task/7084/stat : 7084 (java) S 7069 7069 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236709884 27969433600 31389 33554432000 4194304 4196468 140730257479984 139950100043120 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7085] ppid=7069 vsize=27313900 memory=280133336456240 CPUtime=0 cores=0-7
/proc/7072/task/7085/stat : 7085 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 31389 33554432000 4194304 4196468 140730257479984 139949725538640 139952465602459 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7086] ppid=7069 vsize=27313900 memory=280133336528784 CPUtime=0 cores=0-7
/proc/7072/task/7086/stat : 7086 (java) S 7069 7069 5572 0 -1 1077944384 468 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 31389 33554432000 4194304 4196468 140730257479984 139951590046064 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7087] ppid=7069 vsize=27313900 memory=280133336535696 CPUtime=0.01 cores=0-7
/proc/7072/task/7087/stat : 7087 (java) S 7069 7069 5572 0 -1 1077944384 61 0 0 0 1 0 0 0 20 0 20 0 236709886 27969433600 31389 33554432000 4194304 4196468 140730257479984 139951588993264 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7088] ppid=7069 vsize=27313900 memory=280133336533392 CPUtime=0.01 cores=0-7
/proc/7072/task/7088/stat : 7088 (java) S 7069 7069 5572 0 -1 1077944384 103 0 0 0 1 0 0 0 20 0 20 0 236709886 27969433600 31389 33554432000 4194304 4196468 140730257479984 139951587940464 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7089] ppid=7069 vsize=27313900 memory=280133336549552 CPUtime=0.07 cores=0-7
/proc/7072/task/7089/stat : 7089 (java) S 7069 7069 5572 0 -1 1077944384 292 0 0 0 7 0 0 0 20 0 20 0 236709886 27969433600 31389 33554432000 4194304 4196468 140730257479984 139951586887664 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7090] ppid=7069 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7090/stat : 7090 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709886 27969433600 31389 33554432000 4194304 4196468 140730257479984 139949227633760 139952465594069 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7091] ppid=7069 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7072/task/7091/stat : 7091 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709887 27969433600 31389 33554432000 4194304 4196468 140730257479984 139951585836080 139952465595010 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126948 KiB

[startup+0.700948 s]
/proc/loadavg: 1.75 1.22 1.11 2/200 7091
/proc/meminfo: memFree=23915076/32770624 swapFree=67058964/67108860
[pid=7069] ppid=7066 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/7069/stat : 7069 (scop.sh) S 7066 7069 5572 0 -1 4202496 558 321 0 0 0 0 0 0 20 0 1 0 236709878 115843072 348 33554432000 4194304 5098028 140731997928512 140731997925768 139914990805628 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40071168 140731997930530 140731997930755 140731997930755 140731997933517 0
/proc/7069/statm: 28282 348 296 221 0 87 0
[pid=7072] ppid=7069 vsize=27322296 memory=163320 CPUtime=0.98 cores=0-7
/proc/7072/stat : 7072 (java) S 7069 7069 5572 0 -1 1077944320 17916 0 0 0 92 6 0 0 20 0 20 0 236709879 27978031104 40830 33554432000 4194304 4196468 140730257479984 140730257462528 139952465583863 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
/proc/7072/statm: 6830574 40830 3144 1 0 6791959 0
[pid=7072/tid=7073] ppid=7069 vsize=27322296 memory=280133336907440 CPUtime=0.66 cores=0-7
/proc/7072/task/7073/stat : 7073 (java) R 7069 7069 5572 0 -1 4202560 15120 0 0 0 61 5 0 0 20 0 20 0 236709879 27978031104 40830 33554432000 4194304 4196468 140730257479984 139952437420224 139952449664350 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7074] ppid=7069 vsize=27322296 memory=140066668454768 CPUtime=0 cores=0-7
/proc/7072/task/7074/stat : 7074 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709881 27978031104 40830 33554432000 4194304 4196468 140730257479984 139952469826704 139952465594069 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7075] ppid=7069 vsize=27322296 memory=0 CPUtime=0 cores=0-7
/proc/7072/task/7075/stat : 7075 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236709881 27978031104 40830 33554432000 4194304 4196468 140730257479984 139952253221904 139952465594069 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7076] ppid=7069 vsize=27322296 memory=1520 CPUtime=0 cores=0-7
/proc/7072/task/7076/stat : 7076 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709881 27978031104 40830 33554432000 4194304 4196468 140730257479984 139952252169104 139952465594069 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0

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

/proc/7072/task/7090/stat : 7090 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236709886 27980128256 58476 33554432000 4194304 4196468 140730257479984 139949227633760 139952465594069 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
[pid=7072/tid=7091] ppid=7069 vsize=27324344 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/7072/task/7091/stat : 7091 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236709887 27980128256 58476 33554432000 4194304 4196468 140730257479984 139951585836080 139952465595010 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38301696 140730257482729 140730257483053 140730257483053 140730257485775 0
Current children cumulated CPU time: 3.33 s
Current children cumulated vsize: 27437472 KiB
Current children cumulated memory: 235120 KiB

[startup+2.40097 s]
/proc/loadavg: 1.75 1.22 1.11 4/198 7109
/proc/meminfo: memFree=24026052/32770624 swapFree=67058964/67108860
[pid=7069] ppid=7066 vsize=113128 memory=1468 CPUtime=4.61 cores=0-7
/proc/7069/stat : 7069 (scop.sh) S 7066 7069 5572 0 -1 4202496 588 25277 0 0 0 0 448 13 20 0 1 0 236709878 115843072 367 33554432000 4194304 5098028 140731997928512 140731997925256 139914990805628 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40071168 140731997930530 140731997930755 140731997930755 140731997933517 0
/proc/7069/statm: 28282 367 311 221 0 87 0
[pid=7092] ppid=7069 vsize=7752048 memory=72632 CPUtime=0.6 cores=0-7
/proc/7092/stat : 7092 (java) S 7069 7069 5572 0 -1 1077944320 11816 0 0 0 57 3 0 0 20 0 20 0 236710072 7938097152 18158 33554432000 4194304 4196468 140726869977168 140726869959712 140248645586679 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
/proc/7092/statm: 1938012 18158 3021 1 0 1899951 0
[pid=7092/tid=7093] ppid=7069 vsize=7752048 memory=0 CPUtime=0.43 cores=0-7
/proc/7092/task/7093/stat : 7093 (java) R 7069 7069 5572 0 -1 4202560 9446 0 0 0 41 2 0 0 20 0 20 0 236710073 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248617398320 140248645600528 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7094] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7094/stat : 7094 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710074 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248649829008 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7095] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7095/stat : 7095 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710074 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248467917328 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7096] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7096/stat : 7096 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710074 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248129370512 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7097] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7097/stat : 7097 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710074 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248128317712 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7098] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7098/stat : 7098 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710074 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248127265936 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7099] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7099/stat : 7099 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710074 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248126213136 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7100] ppid=7069 vsize=7752048 memory=2 CPUtime=0 cores=0-7
/proc/7092/task/7100/stat : 7100 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710074 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248125160336 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7101] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7101/stat : 7101 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710074 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248124107536 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7102] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7102/stat : 7102 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710075 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248074701168 140248645597826 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7103] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7103/stat : 7103 (java) S 7069 7069 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236710076 7938097152 18158 33554432000 4194304 4196468 140726869977168 140247123878944 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7104] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7104/stat : 7104 (java) S 7069 7069 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236710076 7938097152 18158 33554432000 4194304 4196468 140726869977168 140246989656944 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7105] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7105/stat : 7105 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710078 7938097152 18158 33554432000 4194304 4196468 140726869977168 140246615152464 140248645605275 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7106] ppid=7069 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/7092/task/7106/stat : 7106 (java) S 7069 7069 5572 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 20 0 236710078 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248073649008 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7107] ppid=7069 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/7092/task/7107/stat : 7107 (java) S 7069 7069 5572 0 -1 1077944384 151 0 0 0 1 0 0 0 20 0 20 0 236710078 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248072596208 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7108] ppid=7069 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/7092/task/7108/stat : 7108 (java) S 7069 7069 5572 0 -1 1077944384 138 0 0 0 1 0 0 0 20 0 20 0 236710078 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248071543408 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7109] ppid=7069 vsize=7752048 memory=0 CPUtime=0.09 cores=0-7
/proc/7092/task/7109/stat : 7109 (java) S 7069 7069 5572 0 -1 1077944384 365 0 0 0 9 0 0 0 20 0 20 0 236710078 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248070490608 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7110] ppid=7069 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7110/stat : 7110 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710079 7938097152 18158 33554432000 4194304 4196468 140726869977168 140246117247584 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7111] ppid=7069 vsize=7752048 memory=1392 CPUtime=0 cores=0-7
/proc/7092/task/7111/stat : 7111 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710079 7938097152 18158 33554432000 4194304 4196468 140726869977168 140248069438000 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
Current children cumulated CPU time: 5.21 s
Current children cumulated vsize: 7865176 KiB
Current children cumulated memory: 74100 KiB

[startup+2.60097 s]
/proc/loadavg: 1.75 1.22 1.11 4/198 7109
/proc/meminfo: memFree=24026052/32770624 swapFree=67058964/67108860
[pid=7069] ppid=7066 vsize=113128 memory=1468 CPUtime=4.61 cores=0-7
/proc/7069/stat : 7069 (scop.sh) S 7066 7069 5572 0 -1 4202496 588 25277 0 0 0 0 448 13 20 0 1 0 236709878 115843072 367 33554432000 4194304 5098028 140731997928512 140731997925256 139914990805628 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40071168 140731997930530 140731997930755 140731997930755 140731997933517 0
/proc/7069/statm: 28282 367 311 221 0 87 0
[pid=7092] ppid=7069 vsize=7754116 memory=98204 CPUtime=0.89 cores=0-7
/proc/7092/stat : 7092 (java) S 7069 7069 5572 0 -1 1077944320 16799 0 0 0 83 6 0 0 20 0 20 0 236710072 7940214784 24551 33554432000 4194304 4196468 140726869977168 140726869959712 140248645586679 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
/proc/7092/statm: 1938529 24551 3043 1 0 1900463 0
[pid=7092/tid=7093] ppid=7069 vsize=7754116 memory=6944656591801717918 CPUtime=0.63 cores=0-7
/proc/7092/task/7093/stat : 7093 (java) R 7069 7069 5572 0 -1 4202560 14311 0 0 0 59 4 0 0 20 0 20 0 236710073 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248617422144 140248638264772 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7094] ppid=7069 vsize=7754116 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/7092/task/7094/stat : 7094 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710074 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248649829008 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7095] ppid=7069 vsize=7754116 memory=-7522837415797432224 CPUtime=0 cores=0-7
/proc/7092/task/7095/stat : 7095 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710074 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248467917328 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7096] ppid=7069 vsize=7754116 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/7092/task/7096/stat : 7096 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710074 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248129370512 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7097] ppid=7069 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7097/stat : 7097 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710074 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248128317712 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7098] ppid=7069 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7098/stat : 7098 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710074 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248127265936 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7099] ppid=7069 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7099/stat : 7099 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710074 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248126213136 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7100] ppid=7069 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7100/stat : 7100 (java) S 7069 7069 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710074 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248125160336 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7101] ppid=7069 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7101/stat : 7101 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710074 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248124107536 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7102] ppid=7069 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7102/stat : 7102 (java) S 7069 7069 5572 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 236710075 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248074701168 140248645597826 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7103] ppid=7069 vsize=7754116 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7092/task/7103/stat : 7103 (java) S 7069 7069 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236710076 7940214784 24551 33554432000 4194304 4196468 140726869977168 140247123878944 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7104] ppid=7069 vsize=7754116 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/7092/task/7104/stat : 7104 (java) S 7069 7069 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236710076 7940214784 24551 33554432000 4194304 4196468 140726869977168 140246989656944 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7105] ppid=7069 vsize=7754116 memory=15540717229444349 CPUtime=0 cores=0-7
/proc/7092/task/7105/stat : 7105 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710078 7940214784 24551 33554432000 4194304 4196468 140726869977168 140246615152464 140248645605275 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7106] ppid=7069 vsize=7754116 memory=0 CPUtime=0.02 cores=0-7
/proc/7092/task/7106/stat : 7106 (java) S 7069 7069 5572 0 -1 1077944384 362 0 0 0 2 0 0 0 20 0 20 0 236710078 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248073649008 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7107] ppid=7069 vsize=7754116 memory=0 CPUtime=0.02 cores=0-7
/proc/7092/task/7107/stat : 7107 (java) S 7069 7069 5572 0 -1 1077944384 157 0 0 0 2 0 0 0 20 0 20 0 236710078 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248072596208 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7108] ppid=7069 vsize=7754116 memory=6656426216303648864 CPUtime=0.03 cores=0-7
/proc/7092/task/7108/stat : 7108 (java) S 7069 7069 5572 0 -1 1077944384 144 0 0 0 3 0 0 0 20 0 20 0 236710078 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248071543408 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7109] ppid=7069 vsize=7754116 memory=0 CPUtime=0.15 cores=0-7
/proc/7092/task/7109/stat : 7109 (java) R 7069 7069 5572 0 -1 4202560 469 0 0 0 15 0 0 0 20 0 20 0 236710078 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248070490608 140248624709978 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7110] ppid=7069 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7110/stat : 7110 (java) S 7069 7069 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710079 7940214784 24551 33554432000 4194304 4196468 140726869977168 140246117247584 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7111] ppid=7069 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7092/task/7111/stat : 7111 (java) S 7069 7069 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710079 7940214784 24551 33554432000 4194304 4196468 140726869977168 140248069438000 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
Current children cumulated CPU time: 5.5 s
Current children cumulated vsize: 7867244 KiB
Current children cumulated memory: 99672 KiB

[startup+2.70093 s]
/proc/loadavg: 1.75 1.22 1.11 4/198 7109
/proc/meminfo: memFree=24026052/32770624 swapFree=67058964/67108860
[pid=7069] ppid=7066 vsize=113128 memory=1468 CPUtime=4.61 cores=0-7
/proc/7069/stat : 7069 (scop.sh) S 7066 7069 5572 0 -1 4202496 588 25277 0 0 0 0 448 13 20 0 1 0 236709878 115843072 367 33554432000 4194304 5098028 140731997928512 140731997925256 139914990805628 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 40071168 140731997930530 140731997930755 140731997930755 140731997933517 0
/proc/7069/statm: 28282 367 311 221 0 87 0
[pid=7092] ppid=7069 vsize=8217292 memory=114860 CPUtime=1.16 cores=0-7
/proc/7092/stat : 7092 (java) S 7069 7069 5572 0 -1 1077944320 18031 2157 0 0 107 7 1 1 20 0 22 0 236710072 8414507008 28715 33554432000 4194304 4196468 140726869977168 140726869959712 140248645586679 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
/proc/7092/statm: 2054323 28715 3141 1 0 2015722 0
[pid=7092/tid=7093] ppid=7069 vsize=8217292 memory=1468 CPUtime=0.75 cores=0-7
/proc/7092/task/7093/stat : 7093 (java) R 7069 7069 5572 0 -1 4202560 14970 2157 0 0 68 5 1 1 20 0 22 0 236710073 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248617425472 140248629630309 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7094] ppid=7069 vsize=8217292 memory=56520 CPUtime=0.02 cores=0-7
/proc/7092/task/7094/stat : 7094 (java) S 7069 7069 5572 0 -1 1077944384 1 2157 0 0 0 0 1 1 20 0 22 0 236710074 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248649829008 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7095] ppid=7069 vsize=8217292 memory=6944652177228980320 CPUtime=0.02 cores=0-7
/proc/7092/task/7095/stat : 7095 (java) S 7069 7069 5572 0 -1 1077944384 1 2157 0 0 0 0 1 1 20 0 22 0 236710074 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248467917328 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7096] ppid=7069 vsize=8217292 memory=6944656592455097440 CPUtime=0.02 cores=0-7
/proc/7092/task/7096/stat : 7096 (java) S 7069 7069 5572 0 -1 1077944384 1 2157 0 0 0 0 1 1 20 0 22 0 236710074 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248129370512 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7097] ppid=7069 vsize=8217292 memory=302304323327754266 CPUtime=0.02 cores=0-7
/proc/7092/task/7097/stat : 7097 (java) S 7069 7069 5572 0 -1 1077944384 1 2157 0 0 0 0 1 1 20 0 22 0 236710074 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248128317712 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7098] ppid=7069 vsize=8217292 memory=0 CPUtime=0.02 cores=0-7
/proc/7092/task/7098/stat : 7098 (java) S 7069 7069 5572 0 -1 1077944384 2 2157 0 0 0 0 1 1 20 0 22 0 236710074 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248127265936 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7099] ppid=7069 vsize=8217292 memory=7517461400112228196 CPUtime=0.02 cores=0-7
/proc/7092/task/7099/stat : 7099 (java) S 7069 7069 5572 0 -1 1077944384 2 2157 0 0 0 0 1 1 20 0 22 0 236710074 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248126213136 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7100] ppid=7069 vsize=8217292 memory=0 CPUtime=0.02 cores=0-7
/proc/7092/task/7100/stat : 7100 (java) S 7069 7069 5572 0 -1 1077944384 2 2157 0 0 0 0 1 1 20 0 22 0 236710074 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248125160336 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7101] ppid=7069 vsize=8217292 memory=1 CPUtime=0.02 cores=0-7
/proc/7092/task/7101/stat : 7101 (java) S 7069 7069 5572 0 -1 1077944384 3 2157 0 0 0 0 1 1 20 0 22 0 236710074 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248124107536 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7102] ppid=7069 vsize=8217292 memory=55 CPUtime=0.02 cores=0-7
/proc/7092/task/7102/stat : 7102 (java) S 7069 7069 5572 0 -1 1077944384 5 2157 0 0 0 0 1 1 20 0 22 0 236710075 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248074701168 140248645597826 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7103] ppid=7069 vsize=8217292 memory=12902 CPUtime=0.02 cores=0-7
/proc/7092/task/7103/stat : 7103 (java) S 7069 7069 5572 0 -1 1077944384 13 2157 0 0 0 0 1 1 20 0 22 0 236710076 8414507008 28715 33554432000 4194304 4196468 140726869977168 140247123878944 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7104] ppid=7069 vsize=8217292 memory=14252 CPUtime=0.02 cores=0-7
/proc/7092/task/7104/stat : 7104 (java) S 7069 7069 5572 0 -1 1077944384 21 2157 0 0 0 0 1 1 20 0 22 0 236710076 8414507008 28715 33554432000 4194304 4196468 140726869977168 140246989656944 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7105] ppid=7069 vsize=8217292 memory=0 CPUtime=0.02 cores=0-7
/proc/7092/task/7105/stat : 7105 (java) S 7069 7069 5572 0 -1 1077944384 1 2157 0 0 0 0 1 1 20 0 22 0 236710078 8414507008 28715 33554432000 4194304 4196468 140726869977168 140246615152464 140248645605275 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7106] ppid=7069 vsize=8217292 memory=0 CPUtime=0.06 cores=0-7
/proc/7092/task/7106/stat : 7106 (java) S 7069 7069 5572 0 -1 1077944384 381 2157 0 0 4 0 1 1 20 0 22 0 236710078 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248073649008 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7107] ppid=7069 vsize=8217292 memory=0 CPUtime=0.08 cores=0-7
/proc/7092/task/7107/stat : 7107 (java) S 7069 7069 5572 0 -1 1077944384 385 2157 0 0 6 0 1 1 20 0 22 0 236710078 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248072596208 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7108] ppid=7069 vsize=8217292 memory=0 CPUtime=0.07 cores=0-7
/proc/7092/task/7108/stat : 7108 (java) S 7069 7069 5572 0 -1 1077944384 235 2157 0 0 5 0 1 1 20 0 22 0 236710078 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248071543408 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7109] ppid=7069 vsize=8217292 memory=4580 CPUtime=0.21 cores=0-7
/proc/7092/task/7109/stat : 7109 (java) R 7069 7069 5572 0 -1 4202560 577 2157 0 0 19 0 1 1 20 0 22 0 236710078 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248070490608 140248645608026 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7110] ppid=7069 vsize=8217292 memory=0 CPUtime=0.02 cores=0-7
/proc/7092/task/7110/stat : 7110 (java) S 7069 7069 5572 0 -1 1077944384 3 2157 0 0 0 0 1 1 20 0 22 0 236710079 8414507008 28715 33554432000 4194304 4196468 140726869977168 140246117247584 140248645596885 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
[pid=7092/tid=7111] ppid=7069 vsize=8217292 memory=0 CPUtime=0.02 cores=0-7
/proc/7092/task/7111/stat : 7111 (java) S 7069 7069 5572 0 -1 1077944384 1 2157 0 0 0 0 1 1 20 0 22 0 236710079 8414507008 28715 33554432000 4194304 4196468 140726869977168 140248069438000 140248645597826 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29995008 140726869980338 140726869980461 140726869980461 140726869983183 0
Current children cumulated CPU time: 5.77 s
Current children cumulated vsize: 8330420 KiB
Current children cumulated memory: 116328 KiB

Child status: 0
Real time (s): 2.78254
CPU time (s): 5.93367
CPU user time (s): 5.69373
CPU system time (s): 0.239935
CPU usage (%): 213.247
Max. virtual memory (cumulated for all children) (KiB): 27441656
Max. memory (cumulated for all children) (KiB): 278928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.69373
system time used= 0.239935
maximum resident set size= 280988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46514
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7166
involuntary context switches= 12


# summary of solver processes directly reported to runsolver:
#   pid: 7069
#   total CPU time (s): 5.93367
#   total CPU user time (s): 5.69373
#   total CPU system time (s): 0.239935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039865 second user time and 0.07674 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-13 22:17:47
IDJOB=4307118
IDBENCH=141345
IDSOLVER=2788
FILE ID=node103/4307118-1534191467
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-16_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-4307118-1534191467/watcher-4307118-1534191467 -o /tmp/evaluation-result-4307118-1534191467/solver-4307118-1534191467 -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-4307118-1534191467.xml

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

MD5SUM BENCH= 27c67f30ca0ef1b1bbbeaa4cb2c2f178
RANDOM SEED=76653242

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:        24054672 kB
MemAvailable:   31944100 kB
Buffers:          153640 kB
Cached:          7919596 kB
SwapCached:         5312 kB
Active:          4363156 kB
Inactive:        3721436 kB
Active(anon):       3740 kB
Inactive(anon):    59392 kB
Active(file):    4359416 kB
Inactive(file):  3662044 kB
Unevictable:        7800 kB
Mlocked:            7800 kB
SwapTotal:      67108860 kB
SwapFree:       67058964 kB
Dirty:              8732 kB
Writeback:             0 kB
AnonPages:         14668 kB
Mapped:            51700 kB
Shmem:             48696 kB
Slab:             324836 kB
SReclaimable:     296428 kB
SUnreclaim:        28408 kB
KernelStack:        3200 kB
PageTables:         4668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     349376 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:50