Trace number 4307354

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop both+glucose-syrup (2018-07-31)SAT 5.84225 2.76918

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 -both -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-7190-serial-file.bin HOME/instance-4307354-1534191470.xml
0.65/0.53	
0.65/0.53	scop both+glucose-syrup (2018-07-31)
0.79/0.64	(Encoding Process)
0.79/0.64	
0.79/0.64	c BEGIN-Prog: Mon Aug 13 22:17:51 CEST 2018
0.79/0.64	c PID: 7193
0.79/0.64	c IP: 172.20.3.103
0.79/0.64	c HOST: node103.alineos.net
0.79/0.64	c (0,0) Parsing Begin
1.18/0.88	c (0,0) Parsing End
1.18/0.89	c (0,0) CSP: 64 int (0 aux), 0 bool (0 aux), 48 ctr, max domain size 32
1.18/0.89	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.18/0.89	c (0,0) Constraint Name Generate Begin
1.39/0.90	c (0,0) Ctr:HOME/instance-4307354-1534191470.xml,Add:Element:Eq:IntVar:Num
1.39/0.90	c (0,0) Constraint Name Generate End
1.39/0.90	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 18 MiB used (max 0 MiB)
1.39/0.90	c (0,0) CSP to CSPinCNF Begin
1.53/1.10	c (0,0) translated 5 (10%) constraints
1.80/1.17	c (0,0) translated 10 (20%) constraints
2.05/1.22	c (0,0) translated 15 (30%) constraints
2.05/1.25	c (0,0) translated 20 (40%) constraints
2.05/1.26	c (0,0) translated 24 (50%) constraints
2.05/1.28	c (0,0) translated 29 (60%) constraints
2.35/1.30	c (0,0) translated 34 (70%) constraints
2.35/1.30	c (0,0) translated 39 (80%) constraints
2.35/1.30	c (0,0) translated 44 (90%) constraints
2.35/1.31	c (0,0) translated 48 (100%) constraints
2.35/1.35	c (0,0) STATISTICS1:HOME/instance-4307354-1534191470.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.35/1.35	c (0,0) ==========================================
2.35/1.35	c (0,0) Both Encoding selects:
2.35/1.35	c (0,0) Order
2.35/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.92/1.51	c (0,0) translated 520 (50%) constraints
2.92/1.53	c (0,0) translated 624 (60%) constraints
2.92/1.54	c (1,0) translated 728 (70%) constraints
2.92/1.55	c (1,1) translated 832 (80%) constraints
2.92/1.57	c (1,1) translated 936 (90%) constraints
2.92/1.58	c (1,1) translated 1040 (100%) constraints
2.92/1.59	c (1,1) CSP to CSPinCNF End
2.92/1.59	c (1,1) CSP: 64 int (0 aux), 512 bool (512 aux), 3104 ctr, max domain size 30
2.92/1.59	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
2.92/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.65	c (1,1) CSP: 64 int (0 aux), 512 bool (512 aux), 2672 ctr, max domain size 30
3.33/1.65	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 25 MiB used (max 0 MiB)
3.33/1.65	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.77/1.73	c (1,1) 268 (10 %) CSP clauses are encoded (1680 SAT variables, 1371 SAT clauses)
3.77/1.74	c (1,1) 535 (20 %) CSP clauses are encoded (1680 SAT variables, 1638 SAT clauses)
3.77/1.75	c (1,1) 802 (30 %) CSP clauses are encoded (1680 SAT variables, 1905 SAT clauses)
3.77/1.75	c (1,1) 1069 (40 %) CSP clauses are encoded (1680 SAT variables, 2172 SAT clauses)
3.77/1.76	c (1,1) 1336 (50 %) CSP clauses are encoded (1680 SAT variables, 2439 SAT clauses)
3.77/1.76	c (1,1) 1604 (60 %) CSP clauses are encoded (1680 SAT variables, 2707 SAT clauses)
3.77/1.77	c (1,1) 1871 (70 %) CSP clauses are encoded (1680 SAT variables, 2974 SAT clauses)
3.77/1.77	c (1,1) 2138 (80 %) CSP clauses are encoded (1680 SAT variables, 3241 SAT clauses)
3.77/1.78	c (1,1) 2405 (90 %) CSP clauses are encoded (1680 SAT variables, 3508 SAT clauses)
3.77/1.79	c (1,1) 2672 (100 %) CSP clauses are encoded (1680 SAT variables, 4418 SAT clauses)
3.77/1.79	c (1,1) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
3.77/1.79	c (1,1) CSPinCNF to SatSolver End
3.77/1.79	c (1,1) Heap : 337 MiB used (max 21589 MiB), NonHeap : 27 MiB used (max 0 MiB)
4.14/1.82	c (1,1) STATISTICS2:HOME/instance-4307354-1534191470.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.82	c (1,1) 1680 bool, 4432 clause
4.14/1.82	c (1,1) Export Begin
4.50/1.90	c (1,1) Export to HOME/scop-7190-serial-file.bin
4.50/1.90	c (1,1) Export End
4.50/1.91	c (1,1) Export File Size: 0.01 MB
4.50/1.91	c (1,1) 0,0,1,1,1,1,1,STOP-AFTER(DIMACS)
4.50/1.91	c END-Prog: Mon Aug 13 22:17:52 CEST 2018
4.50/1.92	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-7190-serial-file.bin
5.15/2.41	c (0,0) Read Serial File Begin
5.15/2.41	c (0,0) HOME/scop-7190-serial-file.bin
5.30/2.57	c (0,0) Read Serial File End
5.30/2.58	
5.30/2.58	scop order+glucose-syrup (2018-07-31)
5.30/2.58	(Solving Process)
5.30/2.58	
5.44/2.60	c BEGIN-Prog: Mon Aug 13 22:17:53 CEST 2018
5.44/2.60	c PID: 7213
5.44/2.60	c IP: 172.20.3.103
5.44/2.60	c HOST: node103.alineos.net
5.44/2.61	c (0,0) SatSolver.solve Begin
5.44/2.61	c (0,0) 0 bool, 0 clause
5.44/2.61	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307354-1534191470.xml-scop-7193.cnf
5.44/2.64	c (0,0) c
5.44/2.64	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
5.44/2.64	c (0,0) c
5.44/2.65	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
5.44/2.65	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
5.44/2.65	c (0,0) c ========================================[ Problem Statistics ]===========================================
5.44/2.65	c (0,0) c |                                                                                                       |
5.44/2.65	c (0,0) c |  Number of variables:          1680                                                                   |
5.44/2.65	c (0,0) c |  Number of clauses:            4432                                                                   |
5.44/2.65	c (0,0) c |  Parse time:                   0.00 s                                                                 |
5.44/2.65	c (0,0) c |                                                                                                       |
5.44/2.65	c (0,0) c |  Eliminated clauses:           0.02 Mb                                                                |
5.44/2.65	c (0,0) c |  Simplification time:          0.00 s                                                                 |
5.44/2.65	c (0,0) c |                                                                                                       |
5.44/2.65	c (0,0) c |  Generating clones                                                                                    |
5.44/2.65	c (0,0) c |  all clones generated. Memory =  29.90Mb.                                                             |
5.44/2.65	c (0,0) c ========================================================================================================|
5.44/2.65	c (0,0) c last restart ## conflicts  :  34 101 
5.44/2.65	c (0,0) c Thread 3 is 100% pure glucose! First thread to finish! (SAT answer).
5.44/2.65	c (0,0) c last restart ## conflicts  :  34 101 
5.44/2.65	c (0,0) c Total Memory so far : 605.93Mb
5.44/2.65	c (0,0) c
5.44/2.65	c (0,0) c real time : 0.0120621 s
5.44/2.65	c (0,0) c cpu time  : 0.018229 s
5.44/2.65	c (0,0) c
5.44/2.65	c (0,0) c
5.44/2.65	c (0,0) c
5.44/2.65	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
5.44/2.65	c (0,0) c
5.44/2.65	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.44/2.65	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
5.44/2.65	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.44/2.65	c (0,0) c | Conflicts     |             191 |         20 |         34 |         33 |         34 |         21 |         21 |         26 |          2 |
5.44/2.65	c (0,0) c | Decisions     |            1232 |        169 |        164 |        163 |        164 |        150 |        150 |        153 |        119 |
5.44/2.65	c (0,0) c | Propagations  |           32917 |       2505 |       5469 |       5253 |       5469 |       4203 |       4203 |       4944 |        871 |
5.44/2.65	c (0,0) c | Avg_Trail     |                 |        704 |        816 |        815 |        816 |        796 |        796 |        804 |        470 |
5.44/2.65	c (0,0) c | Avg_DL        |                 |        136 |         99 |         99 |         99 |         98 |         98 |         98 |         61 |
5.44/2.65	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.44/2.65	c (0,0) c | Exported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c | Imported      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c | Good          |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c | Purge         |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.44/2.65	c (0,0) c | Unaries       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c | Binaries      |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c | Glues         |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
5.44/2.65	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.44/2.65	c (0,0) c | Orig_Seen     |            11 % |        355 |        609 |        609 |        609 |        560 |        560 |        586 |         40 |
5.44/2.65	c (0,0) c | Diff Orig seen|                 | -      254 | -        0 | -        0 |      X     | -       49 | -       49 | -       23 | -      569 |
5.44/2.65	c (0,0) c | Hamming       |             8 % |        296 |          0 |          7 |      X     |        164 |        164 |         51 |        319 |
5.44/2.65	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
5.44/2.65	c (0,0) 
5.44/2.65	c (0,0) s SATISFIABLE
5.44/2.68	c (0,0) SatSolver.solve End
5.44/2.68	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
5.44/2.68	c (0,0) Show results Begin
5.71/2.75	s SATISFIABLE
5.71/2.76	v <instantiation>
5.71/2.76	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.71/2.76	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.71/2.76	v </instantiation>
5.71/2.76	c (0,0) Show results End
5.71/2.76	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
5.71/2.76	c (0,0) 0,0,STOP-AFTER(ALL)
5.71/2.76	c END-Prog: Mon Aug 13 22:17:53 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 (13012 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.100147 s]*
/proc/loadavg: 1.75 1.22 1.11 2/200 7212
/proc/meminfo: memFree=23959004/32770624 swapFree=67058964/67108860
[pid=7190] ppid=7187 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/7190/stat : 7190 (scop.sh) S 7187 7190 5572 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236710230 115843072 348 33554432000 4194304 5098028 140723026852592 140723026849848 139954570089084 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30605312 140723026859043 140723026859267 140723026859267 140723026862029 0
/proc/7190/statm: 28282 348 296 221 0 87 0
[pid=7193] ppid=7190 vsize=27313900 memory=106220 CPUtime=0.1 cores=0-7
/proc/7193/stat : 7193 (java) S 7190 7190 5572 0 -1 1077944320 6517 0 0 0 8 2 0 0 20 0 20 0 236710231 27969433600 26555 33554432000 4194304 4196468 140732222237888 140732222220432 139733415894775 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
/proc/7193/statm: 6828475 26555 2743 1 0 6790935 0
[pid=7193/tid=7194] ppid=7190 vsize=27313900 memory=4134692831991783777 CPUtime=0.08 cores=0-7
/proc/7193/task/7194/stat : 7194 (java) R 7190 7190 5572 0 -1 4202560 4688 0 0 0 6 2 0 0 20 0 20 0 236710231 27969433600 26620 33554432000 4194304 4196468 140732222237888 139733387721104 139733399975262 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7195] ppid=7190 vsize=27313900 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/7193/task/7195/stat : 7195 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 26620 33554432000 4194304 4196468 140732222237888 139733420137488 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7196] ppid=7190 vsize=27313900 memory=140401401984640 CPUtime=0 cores=0-7
/proc/7193/task/7196/stat : 7196 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 26620 33554432000 4194304 4196468 140732222237888 139733234293904 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7197] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7197/stat : 7197 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 26620 33554432000 4194304 4196468 140732222237888 139733233240848 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7198] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7198/stat : 7198 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 26620 33554432000 4194304 4196468 140732222237888 139733232188304 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7199] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7199/stat : 7199 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 26620 33554432000 4194304 4196468 140732222237888 139733231135248 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7200] ppid=7190 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7193/task/7200/stat : 7200 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 26620 33554432000 4194304 4196468 140732222237888 139733230082704 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7201] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7201/stat : 7201 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 26620 33554432000 4194304 4196468 140732222237888 139733229029648 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7202] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7202/stat : 7202 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 26620 33554432000 4194304 4196468 140732222237888 139733227977104 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7203] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7203/stat : 7203 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710235 27969433600 26620 33554432000 4194304 4196468 140732222237888 139732675533552 139733415905922 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7204] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7204/stat : 7204 (java) S 7190 7190 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236710236 27969433600 26620 33554432000 4194304 4196468 140732222237888 139731056715424 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7205] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7205/stat : 7205 (java) S 7190 7190 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236710236 27969433600 26620 33554432000 4194304 4196468 140732222237888 139730922493168 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7206] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7206/stat : 7206 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 26620 33554432000 4194304 4196468 140732222237888 139730547988944 139733415913371 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7207] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7207/stat : 7207 (java) S 7190 7190 5572 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 26620 33554432000 4194304 4196468 140732222237888 139732674480368 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7208] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7208/stat : 7208 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 26620 33554432000 4194304 4196468 140732222237888 139732673427824 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7209] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7209/stat : 7209 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 26620 33554432000 4194304 4196468 140732222237888 139732672374768 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7210] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7210/stat : 7210 (java) S 7190 7190 5572 0 -1 1077944384 244 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 26620 33554432000 4194304 4196468 140732222237888 139732671322224 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7211] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7211/stat : 7211 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 26620 33554432000 4194304 4196468 140732222237888 139730050083808 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7212] ppid=7190 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7193/task/7212/stat : 7212 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710239 27969433600 26620 33554432000 4194304 4196468 140732222237888 139732670270640 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 107612 KiB

[startup+0.210383 s]*
/proc/loadavg: 1.75 1.22 1.11 2/200 7212
/proc/meminfo: memFree=23942880/32770624 swapFree=67058964/67108860
[pid=7190] ppid=7187 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/7190/stat : 7190 (scop.sh) S 7187 7190 5572 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236710230 115843072 348 33554432000 4194304 5098028 140723026852592 140723026849848 139954570089084 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30605312 140723026859043 140723026859267 140723026859267 140723026862029 0
/proc/7190/statm: 28282 348 296 221 0 87 0
[pid=7193] ppid=7190 vsize=27313900 memory=120844 CPUtime=0.24 cores=0-7
/proc/7193/stat : 7193 (java) S 7190 7190 5572 0 -1 1077944320 10457 0 0 0 21 3 0 0 20 0 20 0 236710231 27969433600 30211 33554432000 4194304 4196468 140732222237888 140732222220432 139733415894775 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
/proc/7193/statm: 6828475 30211 2899 1 0 6790935 0
[pid=7193/tid=7194] ppid=7190 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/7193/task/7194/stat : 7194 (java) R 7190 7190 5572 0 -1 4202560 8347 0 0 0 16 3 0 0 20 0 20 0 236710231 27969433600 30277 33554432000 4194304 4196468 140732222237888 139733387710832 139733399975262 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7195] ppid=7190 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/7193/task/7195/stat : 7195 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 30277 33554432000 4194304 4196468 140732222237888 139733420137488 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7196] ppid=7190 vsize=27313900 memory=140401401992087 CPUtime=0 cores=0-7
/proc/7193/task/7196/stat : 7196 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 30277 33554432000 4194304 4196468 140732222237888 139733234293904 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7197] ppid=7190 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7193/task/7197/stat : 7197 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 30277 33554432000 4194304 4196468 140732222237888 139733233240848 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7198] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7198/stat : 7198 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 30277 33554432000 4194304 4196468 140732222237888 139733232188304 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7199] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7199/stat : 7199 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 30277 33554432000 4194304 4196468 140732222237888 139733231135248 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7200] ppid=7190 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7193/task/7200/stat : 7200 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 30277 33554432000 4194304 4196468 140732222237888 139733230082704 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7201] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7201/stat : 7201 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 30277 33554432000 4194304 4196468 140732222237888 139733229029648 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7202] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7202/stat : 7202 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 30277 33554432000 4194304 4196468 140732222237888 139733227977104 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7203] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7203/stat : 7203 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710235 27969433600 30277 33554432000 4194304 4196468 140732222237888 139732675533552 139733415905922 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7204] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7204/stat : 7204 (java) S 7190 7190 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236710236 27969433600 30277 33554432000 4194304 4196468 140732222237888 139731056715424 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7205] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7205/stat : 7205 (java) S 7190 7190 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236710236 27969433600 30277 33554432000 4194304 4196468 140732222237888 139730922493168 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7206] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7206/stat : 7206 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 30277 33554432000 4194304 4196468 140732222237888 139730547988944 139733415913371 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7207] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7207/stat : 7207 (java) S 7190 7190 5572 0 -1 1077944384 289 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 30277 33554432000 4194304 4196468 140732222237888 139732674480368 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7208] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7208/stat : 7208 (java) S 7190 7190 5572 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 30277 33554432000 4194304 4196468 140732222237888 139732673427824 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7209] ppid=7190 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7193/task/7209/stat : 7209 (java) S 7190 7190 5572 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 30277 33554432000 4194304 4196468 140732222237888 139732672374768 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7210] ppid=7190 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/7193/task/7210/stat : 7210 (java) S 7190 7190 5572 0 -1 1077944384 305 0 0 0 2 0 0 0 20 0 20 0 236710238 27969433600 30277 33554432000 4194304 4196468 140732222237888 139732671322224 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7211] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7211/stat : 7211 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 30277 33554432000 4194304 4196468 140732222237888 139730050083808 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7212] ppid=7190 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7193/task/7212/stat : 7212 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710239 27969433600 30277 33554432000 4194304 4196468 140732222237888 139732670270640 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 122236 KiB

[startup+0.310305 s]*
/proc/loadavg: 1.75 1.22 1.11 2/200 7212
/proc/meminfo: memFree=23939220/32770624 swapFree=67058964/67108860
[pid=7190] ppid=7187 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/7190/stat : 7190 (scop.sh) S 7187 7190 5572 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236710230 115843072 348 33554432000 4194304 5098028 140723026852592 140723026849848 139954570089084 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30605312 140723026859043 140723026859267 140723026859267 140723026862029 0
/proc/7190/statm: 28282 348 296 221 0 87 0
[pid=7193] ppid=7190 vsize=27313900 memory=125052 CPUtime=0.42 cores=0-7
/proc/7193/stat : 7193 (java) S 7190 7190 5572 0 -1 1077944320 11112 0 0 0 38 4 0 0 20 0 20 0 236710231 27969433600 31263 33554432000 4194304 4196468 140732222237888 140732222220432 139733415894775 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
/proc/7193/statm: 6828475 31263 2959 1 0 6790935 0
[pid=7193/tid=7194] ppid=7190 vsize=27313900 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/7193/task/7194/stat : 7194 (java) R 7190 7190 5572 0 -1 4202560 8818 0 0 0 26 3 0 0 20 0 20 0 236710231 27969433600 31263 33554432000 4194304 4196468 140732222237888 139733387690224 139733415916701 0 4 2 16800973 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7195] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7195/stat : 7195 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 31263 33554432000 4194304 4196468 140732222237888 139733420137488 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7196] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7196/stat : 7196 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 31263 33554432000 4194304 4196468 140732222237888 139733234293904 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7197] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7197/stat : 7197 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 31263 33554432000 4194304 4196468 140732222237888 139733233240848 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7198] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7198/stat : 7198 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 31263 33554432000 4194304 4196468 140732222237888 139733232188304 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7199] ppid=7190 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/7193/task/7199/stat : 7199 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 31263 33554432000 4194304 4196468 140732222237888 139733231135248 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7200] ppid=7190 vsize=27313900 memory=140401273041839 CPUtime=0 cores=0-7
/proc/7193/task/7200/stat : 7200 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 31263 33554432000 4194304 4196468 140732222237888 139733230082704 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7201] ppid=7190 vsize=27313900 memory=140401273044144 CPUtime=0 cores=0-7
/proc/7193/task/7201/stat : 7201 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 31263 33554432000 4194304 4196468 140732222237888 139733229029648 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7202] ppid=7190 vsize=27313900 memory=140401273046448 CPUtime=0 cores=0-7
/proc/7193/task/7202/stat : 7202 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710234 27969433600 31263 33554432000 4194304 4196468 140732222237888 139733227977104 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7203] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7203/stat : 7203 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710235 27969433600 31263 33554432000 4194304 4196468 140732222237888 139732675533552 139733415905922 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7204] ppid=7190 vsize=27313900 memory=280802546099856 CPUtime=0 cores=0-7
/proc/7193/task/7204/stat : 7204 (java) S 7190 7190 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236710236 27969433600 31263 33554432000 4194304 4196468 140732222237888 139731056715424 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7205] ppid=7190 vsize=27313900 memory=280802546106768 CPUtime=0 cores=0-7
/proc/7193/task/7205/stat : 7205 (java) S 7190 7190 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236710236 27969433600 31263 33554432000 4194304 4196468 140732222237888 139730922493168 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7206] ppid=7190 vsize=27313900 memory=280802546048048 CPUtime=0 cores=0-7
/proc/7193/task/7206/stat : 7206 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 31263 33554432000 4194304 4196468 140732222237888 139730547988944 139733415913371 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7207] ppid=7190 vsize=27313900 memory=280802546120592 CPUtime=0 cores=0-7
/proc/7193/task/7207/stat : 7207 (java) S 7190 7190 5572 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 31263 33554432000 4194304 4196468 140732222237888 139732674480368 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7208] ppid=7190 vsize=27313900 memory=280802546127504 CPUtime=0.02 cores=0-7
/proc/7193/task/7208/stat : 7208 (java) S 7190 7190 5572 0 -1 1077944384 263 0 0 0 2 0 0 0 20 0 20 0 236710238 27969433600 31263 33554432000 4194304 4196468 140732222237888 139732673427824 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7209] ppid=7190 vsize=27313900 memory=280802546125200 CPUtime=0 cores=0-7
/proc/7193/task/7209/stat : 7209 (java) S 7190 7190 5572 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 31263 33554432000 4194304 4196468 140732222237888 139732672374768 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7210] ppid=7190 vsize=27313900 memory=280802546141360 CPUtime=0.07 cores=0-7
/proc/7193/task/7210/stat : 7210 (java) S 7190 7190 5572 0 -1 1077944384 350 0 0 0 7 0 0 0 20 0 20 0 236710238 27969433600 31263 33554432000 4194304 4196468 140732222237888 139732671322224 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7211] ppid=7190 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7211/stat : 7211 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710238 27969433600 31263 33554432000 4194304 4196468 140732222237888 139730050083808 139733415904981 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7212] ppid=7190 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/7193/task/7212/stat : 7212 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710239 27969433600 31263 33554432000 4194304 4196468 140732222237888 139732670270640 139733415905922 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126444 KiB

[startup+0.707645 s]
/proc/loadavg: 1.75 1.22 1.11 2/200 7212
/proc/meminfo: memFree=23914700/32770624 swapFree=67058964/67108860
[pid=7190] ppid=7187 vsize=113128 memory=1392 CPUtime=0 cores=0-7
/proc/7190/stat : 7190 (scop.sh) S 7187 7190 5572 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 236710230 115843072 348 33554432000 4194304 5098028 140723026852592 140723026849848 139954570089084 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 30605312 140723026859043 140723026859267 140723026859267 140723026862029 0
/proc/7190/statm: 28282 348 296 221 0 87 0
[pid=7193] ppid=7190 vsize=27322296 memory=163372 CPUtime=1.01 cores=0-7
/proc/7193/stat : 7193 (java) S 7190 7190 5572 0 -1 1077944320 18400 0 0 0 95 6 0 0 20 0 20 0 236710231 27978031104 40843 33554432000 4194304 4196468 140732222237888 140732222220432 139733415894775 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
/proc/7193/statm: 6830574 40843 3155 1 0 6791959 0
[pid=7193/tid=7194] ppid=7190 vsize=27322296 memory=280802546499248 CPUtime=0.68 cores=0-7
/proc/7193/task/7194/stat : 7194 (java) R 7190 7190 5572 0 -1 4202560 15605 0 0 0 63 5 0 0 20 0 20 0 236710231 27978031104 40843 33554432000 4194304 4196468 140732222237888 139733387732784 139733397764021 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7195] ppid=7190 vsize=27322296 memory=140401273250672 CPUtime=0 cores=0-7
/proc/7193/task/7195/stat : 7195 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27978031104 40843 33554432000 4194304 4196468 140732222237888 139733420137488 139733415904981 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7196] ppid=7190 vsize=27322296 memory=0 CPUtime=0 cores=0-7
/proc/7193/task/7196/stat : 7196 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27978031104 40843 33554432000 4194304 4196468 140732222237888 139733234293904 139733415904981 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7197] ppid=7190 vsize=27322296 memory=1520 CPUtime=0 cores=0-7
/proc/7193/task/7197/stat : 7197 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710234 27978031104 40843 33554432000 4194304 4196468 140732222237888 139733233240848 139733415904981 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0

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

/proc/7193/task/7211/stat : 7211 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710238 27980128256 58437 33554432000 4194304 4196468 140732222237888 139730050083808 139733415904981 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
[pid=7193/tid=7212] ppid=7190 vsize=27324344 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/7193/task/7212/stat : 7212 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710239 27980128256 58437 33554432000 4194304 4196468 140732222237888 139732670270640 139733415905922 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32964608 140732222243818 140732222244141 140732222244141 140732222246863 0
Current children cumulated CPU time: 3.33 s
Current children cumulated vsize: 27437472 KiB
Current children cumulated memory: 235140 KiB

[startup+2.4009 s]
/proc/loadavg: 1.77 1.24 1.12 2/200 7232
/proc/meminfo: memFree=24022492/32770624 swapFree=67058964/67108860
[pid=7190] ppid=7187 vsize=113128 memory=1468 CPUtime=4.53 cores=0-7
/proc/7190/stat : 7190 (scop.sh) S 7187 7190 5572 0 -1 4202496 589 25499 0 0 0 0 440 13 20 0 1 0 236710230 115843072 367 33554432000 4194304 5098028 140723026852592 140723026849336 139954570089084 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30605312 140723026859043 140723026859267 140723026859267 140723026862029 0
/proc/7190/statm: 28282 367 311 221 0 87 0
[pid=7213] ppid=7190 vsize=7752048 memory=83248 CPUtime=0.62 cores=0-7
/proc/7213/stat : 7213 (java) S 7190 7190 5572 0 -1 1077944320 15429 0 0 0 57 5 0 0 20 0 20 0 236710422 7938097152 20812 33554432000 4194304 4196468 140723720499184 140723720481728 140653366849271 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
/proc/7213/statm: 1938012 20812 3036 1 0 1899951 0
[pid=7213/tid=7214] ppid=7190 vsize=7752048 memory=0 CPUtime=0.45 cores=0-7
/proc/7213/task/7214/stat : 7214 (java) R 7190 7190 5572 0 -1 4202560 12861 0 0 0 42 3 0 0 20 0 20 0 236710423 7938097152 20812 33554432000 4194304 4196468 140723720499184 140653338670248 140653347125020 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7215] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7215/stat : 7215 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710424 7938097152 20812 33554432000 4194304 4196468 140723720499184 140653371091472 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7216] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7216/stat : 7216 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710424 7938097152 20812 33554432000 4194304 4196468 140723720499184 140652851923600 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7217] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7217/stat : 7217 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710424 7938097152 20812 33554432000 4194304 4196468 140723720499184 140652850870544 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7218] ppid=7190 vsize=7752048 memory=1 CPUtime=0 cores=0-7
/proc/7213/task/7218/stat : 7218 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710424 7938097152 20812 33554432000 4194304 4196468 140723720499184 140652849818000 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7219] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7219/stat : 7219 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710424 7938097152 20812 33554432000 4194304 4196468 140723720499184 140652848765968 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7220] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7220/stat : 7220 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710424 7938097152 20812 33554432000 4194304 4196468 140723720499184 140652847713424 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7221] ppid=7190 vsize=7752048 memory=4 CPUtime=0 cores=0-7
/proc/7213/task/7221/stat : 7221 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710424 7938097152 20878 33554432000 4194304 4196468 140723720499184 140652846660368 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7222] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7222/stat : 7222 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710424 7938097152 20878 33554432000 4194304 4196468 140723720499184 140652845607824 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7223] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7223/stat : 7223 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710425 7938097152 20878 33554432000 4194304 4196468 140723720499184 140652727748848 140653366860418 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7224] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7224/stat : 7224 (java) S 7190 7190 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236710426 7938097152 20878 33554432000 4194304 4196468 140723720499184 140651924546720 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7225] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7225/stat : 7225 (java) S 7190 7190 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236710426 7938097152 20878 33554432000 4194304 4196468 140723720499184 140651790324464 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7226] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7226/stat : 7226 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710428 7938097152 20878 33554432000 4194304 4196468 140723720499184 140651415820240 140653366867867 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7227] ppid=7190 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/7213/task/7227/stat : 7227 (java) S 7190 7190 5572 0 -1 1077944384 537 0 0 0 1 0 0 0 20 0 20 0 236710428 7938097152 20878 33554432000 4194304 4196468 140723720499184 140652726696688 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7228] ppid=7190 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/7213/task/7228/stat : 7228 (java) S 7190 7190 5572 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 20 0 236710428 7938097152 20878 33554432000 4194304 4196468 140723720499184 140652725644144 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7229] ppid=7190 vsize=7752048 memory=0 CPUtime=0.01 cores=0-7
/proc/7213/task/7229/stat : 7229 (java) S 7190 7190 5572 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 20 0 236710429 7938097152 20878 33554432000 4194304 4196468 140723720499184 140652724591088 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7230] ppid=7190 vsize=7752048 memory=0 CPUtime=0.09 cores=0-7
/proc/7213/task/7230/stat : 7230 (java) S 7190 7190 5572 0 -1 1077944384 533 0 0 0 9 0 0 0 20 0 20 0 236710429 7938097152 20878 33554432000 4194304 4196468 140723720499184 140652723538544 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7231] ppid=7190 vsize=7752048 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7231/stat : 7231 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710429 7938097152 20878 33554432000 4194304 4196468 140723720499184 140650917915104 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7232] ppid=7190 vsize=7752048 memory=1392 CPUtime=0 cores=0-7
/proc/7213/task/7232/stat : 7232 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710429 7938097152 20878 33554432000 4194304 4196468 140723720499184 140652722485936 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
Current children cumulated CPU time: 5.15 s
Current children cumulated vsize: 7865176 KiB
Current children cumulated memory: 84716 KiB

[startup+2.6009 s]
/proc/loadavg: 1.77 1.24 1.12 2/200 7232
/proc/meminfo: memFree=24022492/32770624 swapFree=67058964/67108860
[pid=7190] ppid=7187 vsize=113128 memory=1468 CPUtime=4.53 cores=0-7
/proc/7190/stat : 7190 (scop.sh) S 7187 7190 5572 0 -1 4202496 589 25499 0 0 0 0 440 13 20 0 1 0 236710230 115843072 367 33554432000 4194304 5098028 140723026852592 140723026849336 139954570089084 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30605312 140723026859043 140723026859267 140723026859267 140723026862029 0
/proc/7190/statm: 28282 367 311 221 0 87 0
[pid=7213] ppid=7190 vsize=7754116 memory=97992 CPUtime=0.91 cores=0-7
/proc/7213/stat : 7213 (java) S 7190 7190 5572 0 -1 1077944320 17834 0 0 0 85 6 0 0 20 0 20 0 236710422 7940214784 24498 33554432000 4194304 4196468 140723720499184 140723720481728 140653366849271 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
/proc/7213/statm: 1938529 24498 3060 1 0 1900463 0
[pid=7213/tid=7214] ppid=7190 vsize=7754116 memory=6944656591801717918 CPUtime=0.65 cores=0-7
/proc/7213/task/7214/stat : 7214 (java) R 7190 7190 5572 0 -1 4202560 15056 0 0 0 61 4 0 0 20 0 20 0 236710423 7940214784 24498 33554432000 4194304 4196468 140723720499184 140653338685856 140653348412800 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7215] ppid=7190 vsize=7754116 memory=-7384994778349281184 CPUtime=0 cores=0-7
/proc/7213/task/7215/stat : 7215 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710424 7940214784 24498 33554432000 4194304 4196468 140723720499184 140653371091472 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7216] ppid=7190 vsize=7754116 memory=-7522837415797432224 CPUtime=0 cores=0-7
/proc/7213/task/7216/stat : 7216 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710424 7940214784 24498 33554432000 4194304 4196468 140723720499184 140652851923600 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7217] ppid=7190 vsize=7754116 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/7213/task/7217/stat : 7217 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710424 7940214784 24498 33554432000 4194304 4196468 140723720499184 140652850870544 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7218] ppid=7190 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7218/stat : 7218 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710424 7940214784 24498 33554432000 4194304 4196468 140723720499184 140652849818000 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7219] ppid=7190 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7219/stat : 7219 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710424 7940214784 24498 33554432000 4194304 4196468 140723720499184 140652848765968 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7220] ppid=7190 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7220/stat : 7220 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710424 7940214784 24498 33554432000 4194304 4196468 140723720499184 140652847713424 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7221] ppid=7190 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7221/stat : 7221 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710424 7940214784 24498 33554432000 4194304 4196468 140723720499184 140652846660368 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7222] ppid=7190 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7222/stat : 7222 (java) S 7190 7190 5572 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236710424 7940214784 24498 33554432000 4194304 4196468 140723720499184 140652845607824 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7223] ppid=7190 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7223/stat : 7223 (java) S 7190 7190 5572 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 236710425 7940214784 24498 33554432000 4194304 4196468 140723720499184 140652727748848 140653366860418 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7224] ppid=7190 vsize=7754116 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/7213/task/7224/stat : 7224 (java) S 7190 7190 5572 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236710426 7940214784 24498 33554432000 4194304 4196468 140723720499184 140651924546720 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7225] ppid=7190 vsize=7754116 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/7213/task/7225/stat : 7225 (java) S 7190 7190 5572 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236710426 7940214784 24498 33554432000 4194304 4196468 140723720499184 140651790324464 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7226] ppid=7190 vsize=7754116 memory=15540717229444349 CPUtime=0 cores=0-7
/proc/7213/task/7226/stat : 7226 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710428 7940214784 24498 33554432000 4194304 4196468 140723720499184 140651415820240 140653366867867 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7227] ppid=7190 vsize=7754116 memory=0 CPUtime=0.02 cores=0-7
/proc/7213/task/7227/stat : 7227 (java) S 7190 7190 5572 0 -1 1077944384 547 0 0 0 2 0 0 0 20 0 20 0 236710428 7940214784 24498 33554432000 4194304 4196468 140723720499184 140652726696688 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7228] ppid=7190 vsize=7754116 memory=0 CPUtime=0.02 cores=0-7
/proc/7213/task/7228/stat : 7228 (java) S 7190 7190 5572 0 -1 1077944384 85 0 0 0 2 0 0 0 20 0 20 0 236710428 7940214784 24550 33554432000 4194304 4196468 140723720499184 140652725644144 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7229] ppid=7190 vsize=7754116 memory=6656426216303648864 CPUtime=0.02 cores=0-7
/proc/7213/task/7229/stat : 7229 (java) S 7190 7190 5572 0 -1 1077944384 91 0 0 0 2 0 0 0 20 0 20 0 236710429 7940214784 24550 33554432000 4194304 4196468 140723720499184 140652724591088 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7230] ppid=7190 vsize=7754116 memory=0 CPUtime=0.15 cores=0-7
/proc/7213/task/7230/stat : 7230 (java) S 7190 7190 5572 0 -1 1077944384 694 0 0 0 15 0 0 0 20 0 20 0 236710429 7940214784 24550 33554432000 4194304 4196468 140723720499184 140652723538544 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7231] ppid=7190 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7231/stat : 7231 (java) S 7190 7190 5572 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236710429 7940214784 24550 33554432000 4194304 4196468 140723720499184 140650917915104 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7232] ppid=7190 vsize=7754116 memory=0 CPUtime=0 cores=0-7
/proc/7213/task/7232/stat : 7232 (java) S 7190 7190 5572 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236710429 7940214784 24550 33554432000 4194304 4196468 140723720499184 140652722485936 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 7867244 KiB
Current children cumulated memory: 99460 KiB

[startup+2.70089 s]
/proc/loadavg: 1.77 1.24 1.12 2/200 7232
/proc/meminfo: memFree=24022492/32770624 swapFree=67058964/67108860
[pid=7190] ppid=7187 vsize=113128 memory=1468 CPUtime=4.53 cores=0-7
/proc/7190/stat : 7190 (scop.sh) S 7187 7190 5572 0 -1 4202496 589 25499 0 0 0 0 440 13 20 0 1 0 236710230 115843072 367 33554432000 4194304 5098028 140723026852592 140723026849336 139954570089084 0 65536 4100 81923 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 30605312 140723026859043 140723026859267 140723026859267 140723026862029 0
/proc/7190/statm: 28282 367 311 221 0 87 0
[pid=7213] ppid=7190 vsize=8217292 memory=114688 CPUtime=1.18 cores=0-7
/proc/7213/stat : 7213 (java) S 7190 7190 5572 0 -1 1077944320 18983 1696 0 0 109 8 1 0 20 0 22 0 236710422 8414507008 28672 33554432000 4194304 4196468 140723720499184 140723720481728 140653366849271 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
/proc/7213/statm: 2054323 28672 3153 1 0 2015722 0
[pid=7213/tid=7214] ppid=7190 vsize=8217292 memory=1468 CPUtime=0.76 cores=0-7
/proc/7213/task/7214/stat : 7214 (java) R 7190 7190 5572 0 -1 4202560 15656 1696 0 0 70 5 1 0 20 0 22 0 236710423 8414507008 28672 33554432000 4194304 4196468 140723720499184 140653338642224 140653350929758 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7215] ppid=7190 vsize=8217292 memory=56136 CPUtime=0.01 cores=0-7
/proc/7213/task/7215/stat : 7215 (java) S 7190 7190 5572 0 -1 1077944384 1 1696 0 0 0 0 1 0 20 0 22 0 236710424 8414507008 28672 33554432000 4194304 4196468 140723720499184 140653371091472 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7216] ppid=7190 vsize=8217292 memory=6944652177228980320 CPUtime=0.01 cores=0-7
/proc/7213/task/7216/stat : 7216 (java) S 7190 7190 5572 0 -1 1077944384 1 1696 0 0 0 0 1 0 20 0 22 0 236710424 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652851923600 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7217] ppid=7190 vsize=8217292 memory=6944656592455097440 CPUtime=0.01 cores=0-7
/proc/7213/task/7217/stat : 7217 (java) S 7190 7190 5572 0 -1 1077944384 2 1696 0 0 0 0 1 0 20 0 22 0 236710424 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652850870544 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7218] ppid=7190 vsize=8217292 memory=302304323327754266 CPUtime=0.01 cores=0-7
/proc/7213/task/7218/stat : 7218 (java) S 7190 7190 5572 0 -1 1077944384 1 1696 0 0 0 0 1 0 20 0 22 0 236710424 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652849818000 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7219] ppid=7190 vsize=8217292 memory=0 CPUtime=0.01 cores=0-7
/proc/7213/task/7219/stat : 7219 (java) S 7190 7190 5572 0 -1 1077944384 2 1696 0 0 0 0 1 0 20 0 22 0 236710424 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652848765968 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7220] ppid=7190 vsize=8217292 memory=7517461400095712612 CPUtime=0.01 cores=0-7
/proc/7213/task/7220/stat : 7220 (java) S 7190 7190 5572 0 -1 1077944384 1 1696 0 0 0 0 1 0 20 0 22 0 236710424 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652847713424 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7221] ppid=7190 vsize=8217292 memory=0 CPUtime=0.01 cores=0-7
/proc/7213/task/7221/stat : 7221 (java) S 7190 7190 5572 0 -1 1077944384 3 1696 0 0 0 0 1 0 20 0 22 0 236710424 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652846660368 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7222] ppid=7190 vsize=8217292 memory=1 CPUtime=0.01 cores=0-7
/proc/7213/task/7222/stat : 7222 (java) S 7190 7190 5572 0 -1 1077944384 2 1696 0 0 0 0 1 0 20 0 22 0 236710424 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652845607824 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7223] ppid=7190 vsize=8217292 memory=55 CPUtime=0.01 cores=0-7
/proc/7213/task/7223/stat : 7223 (java) S 7190 7190 5572 0 -1 1077944384 5 1696 0 0 0 0 1 0 20 0 22 0 236710425 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652727748848 140653366860418 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7224] ppid=7190 vsize=8217292 memory=12902 CPUtime=0.01 cores=0-7
/proc/7213/task/7224/stat : 7224 (java) S 7190 7190 5572 0 -1 1077944384 13 1696 0 0 0 0 1 0 20 0 22 0 236710426 8414507008 28672 33554432000 4194304 4196468 140723720499184 140651924546720 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7225] ppid=7190 vsize=8217292 memory=14252 CPUtime=0.01 cores=0-7
/proc/7213/task/7225/stat : 7225 (java) S 7190 7190 5572 0 -1 1077944384 21 1696 0 0 0 0 1 0 20 0 22 0 236710426 8414507008 28672 33554432000 4194304 4196468 140723720499184 140651790324464 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7226] ppid=7190 vsize=8217292 memory=0 CPUtime=0.01 cores=0-7
/proc/7213/task/7226/stat : 7226 (java) S 7190 7190 5572 0 -1 1077944384 1 1696 0 0 0 0 1 0 20 0 22 0 236710428 8414507008 28672 33554432000 4194304 4196468 140723720499184 140651415820240 140653366867867 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7227] ppid=7190 vsize=8217292 memory=0 CPUtime=0.05 cores=0-7
/proc/7213/task/7227/stat : 7227 (java) S 7190 7190 5572 0 -1 1077944384 556 1696 0 0 4 0 1 0 20 0 22 0 236710428 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652726696688 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7228] ppid=7190 vsize=8217292 memory=0 CPUtime=0.08 cores=0-7
/proc/7213/task/7228/stat : 7228 (java) S 7190 7190 5572 0 -1 1077944384 303 1696 0 0 7 0 1 0 20 0 22 0 236710428 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652725644144 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7229] ppid=7190 vsize=8217292 memory=0 CPUtime=0.06 cores=0-7
/proc/7213/task/7229/stat : 7229 (java) S 7190 7190 5572 0 -1 1077944384 197 1696 0 0 5 0 1 0 20 0 22 0 236710429 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652724591088 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7230] ppid=7190 vsize=8217292 memory=4580 CPUtime=0.21 cores=0-7
/proc/7213/task/7230/stat : 7230 (java) S 7190 7190 5572 0 -1 1077944384 795 1696 0 0 20 0 1 0 20 0 22 0 236710429 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652723538544 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7231] ppid=7190 vsize=8217292 memory=0 CPUtime=0.01 cores=0-7
/proc/7213/task/7231/stat : 7231 (java) S 7190 7190 5572 0 -1 1077944384 3 1696 0 0 0 0 1 0 20 0 22 0 236710429 8414507008 28672 33554432000 4194304 4196468 140723720499184 140650917915104 140653366859477 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
[pid=7213/tid=7232] ppid=7190 vsize=8217292 memory=0 CPUtime=0.01 cores=0-7
/proc/7213/task/7232/stat : 7232 (java) S 7190 7190 5572 0 -1 1077944384 1 1696 0 0 0 0 1 0 20 0 22 0 236710429 8414507008 28672 33554432000 4194304 4196468 140723720499184 140652722485936 140653366860418 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24940544 140723720500402 140723720500525 140723720500525 140723720503247 0
Current children cumulated CPU time: 5.71 s
Current children cumulated vsize: 8330420 KiB
Current children cumulated memory: 116156 KiB

Child status: 0
Real time (s): 2.76918
CPU time (s): 5.84225
CPU user time (s): 5.60533
CPU system time (s): 0.236914
CPU usage (%): 210.974
Max. virtual memory (cumulated for all children) (KiB): 27441656
Max. memory (cumulated for all children) (KiB): 278140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.60533
system time used= 0.236914
maximum resident set size= 279736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47080
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7170
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 7190
#   total CPU time (s): 5.84225
#   total CPU user time (s): 5.60533
#   total CPU system time (s): 0.236914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041856 second user time and 0.074525 second system time

The end

Launcher Data

Begin job on node103 at 2018-08-13 22:17:50
IDJOB=4307354
IDBENCH=141345
IDSOLVER=2789
FILE ID=node103/4307354-1534191470
RUNJOBID= node103-1534191388-5599
PBS_JOBID= 21037993
Free space on /tmp= 34764 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/Langford/LangfordBin-16_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307354-1534191470/watcher-4307354-1534191470 -o /tmp/evaluation-result-4307354-1534191470/solver-4307354-1534191470 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1534191388-5599 --watchdog 2580  scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307354-1534191470.xml

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

MD5SUM BENCH= 27c67f30ca0ef1b1bbbeaa4cb2c2f178
RANDOM SEED=1784452169

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:        24053356 kB
MemAvailable:   31943260 kB
Buffers:          153668 kB
Cached:          7919392 kB
SwapCached:         5312 kB
Active:          4364376 kB
Inactive:        3721472 kB
Active(anon):       4520 kB
Inactive(anon):    59392 kB
Active(file):    4359856 kB
Inactive(file):  3662080 kB
Unevictable:        7800 kB
Mlocked:            7800 kB
SwapTotal:      67108860 kB
SwapFree:       67058964 kB
Dirty:              8804 kB
Writeback:             0 kB
AnonPages:         19428 kB
Mapped:            51924 kB
Shmem:             48696 kB
Slab:             324848 kB
SReclaimable:     296428 kB
SUnreclaim:        28420 kB
KernelStack:        3424 kB
PageTables:         6044 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:      4096 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:53