Trace number 4307186

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+glucose-syrup (2018-07-31)UNSAT 11.7506 4.11645

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-6-cp_c18.xml
MD5SUMc46d03ece148f4d4d488319a25e0c2d7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark10.9421
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints1808
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":96}]
Minimum variable degree77
Maximum variable degree78
Distribution of variable degrees[{"degree":77,"count":80},{"degree":78,"count":16}]
Minimum constraint arity4
Maximum constraint arity96
Distribution of constraint arities[{"arity":4,"count":1800},{"arity":16,"count":7},{"arity":96,"count":1}]
Number of extensional constraints0
Number of intensional constraints1800
Distribution of constraint types[{"type":"intension","count":1800},{"type":"lex","count":1},{"type":"cardinality","count":6},{"type":"instantiation","count":1}]
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-16440-serial-file.bin HOME/instance-4307186-1534191873.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.55	c BEGIN-Prog: Mon Aug 13 22:24:33 CEST 2018
0.66/0.55	c PID: 16443
0.66/0.55	c IP: 172.20.3.105
0.66/0.55	c HOST: node105.alineos.net
0.66/0.56	c (0,0) Parsing Begin
3.57/1.55	c (1,0) Parsing End
3.57/1.56	c (1,0) CSP: 96 int (0 aux), 0 bool (0 aux), 1808 ctr, max domain size 4
3.57/1.56	c (1,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.57/1.56	c (1,0) Constraint Name Generate Begin
3.57/1.58	c (1,0) Ctr:HOME/instance-4307186-1534191873.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
3.57/1.58	c (1,0) Constraint Name Generate End
3.57/1.58	c (1,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.57/1.58	c (1,0) CSP to CSPinCNF Begin
4.29/1.73	c (1,1) translated 181 (10%) constraints
4.29/1.77	c (1,1) translated 362 (20%) constraints
4.57/1.81	c (1,1) translated 543 (30%) constraints
4.57/1.83	c (1,1) translated 724 (40%) constraints
4.57/1.85	c (1,1) translated 904 (50%) constraints
4.57/1.87	c (1,1) translated 1085 (60%) constraints
4.57/1.88	c (1,1) translated 1266 (70%) constraints
4.57/1.89	c (1,1) translated 1447 (80%) constraints
4.86/1.91	c (1,1) translated 1628 (90%) constraints
5.64/2.12	c (1,1) translated 1808 (100%) constraints
6.43/2.33	c (1,1) STATISTICS1:HOME/instance-4307186-1534191873.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,610,2908,32768,4,4,16,32768:48;4:3259;1:661,4:7189;2:1542;1:1435,4:1930;3:404;2:514;1:60,16:48;2:3920;1:2342,
6.43/2.33	c (1,1) ==========================================
6.43/2.33	c (1,1) Order
6.43/2.33	c (1,1) ==========================================
6.43/2.37	c (1,1) translated 291 (10%) constraints
6.84/2.40	c (1,1) translated 582 (20%) constraints
6.84/2.43	c (1,1) translated 873 (30%) constraints
6.84/2.45	c (1,1) translated 1164 (40%) constraints
6.84/2.48	c (1,1) translated 1454 (50%) constraints
7.24/2.51	c (1,1) translated 1745 (60%) constraints
7.24/2.57	c (2,1) translated 2036 (70%) constraints
7.70/2.61	c (2,1) translated 2327 (80%) constraints
7.70/2.64	c (2,1) translated 2618 (90%) constraints
7.70/2.66	c (2,2) translated 2908 (100%) constraints
7.70/2.66	c (2,2) CSP to CSPinCNF End
7.70/2.66	c (2,2) CSP: 168 int (72 aux), 898 bool (898 aux), 3860 ctr, max domain size 5
7.70/2.66	c (2,2) Heap : 563 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
7.70/2.66	c (2,2) CSPinCNF Propagation Begin
8.15/2.78	c (2,2) 188 values, 1210 unsatisfiable literals, and 994 valid clauses are removed
8.15/2.78	c (2,2) CSPinCNF Propagation End
8.15/2.78	c (2,2) CSP: 308 int (212 aux), 758 bool (758 aux), 2866 ctr, max domain size 5
8.15/2.78	c (2,2) Heap : 563 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
8.15/2.78	c (2,2) Simplify CSPinCNF Begin
8.57/2.86	c (2,2) Simplify CSPinCNF End
8.57/2.86	c (2,2) CSP: 308 int (212 aux), 2115 bool (2115 aux), 4223 ctr, max domain size 5
8.57/2.86	c (2,2) Heap : 563 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
8.57/2.86	c (2,2) Calculate Precise Domain Begin
8.90/2.90	c (2,2) 0 values are removed by re-calculation
8.90/2.90	c (2,2) Calculate Precise Domain End
8.90/2.90	c (2,2) CSP: 308 int (212 aux), 2115 bool (2115 aux), 4223 ctr, max domain size 5
8.90/2.90	c (2,2) Heap : 563 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
8.90/2.90	c (2,2) CSPinCNF to SatSolver Begin
8.90/2.99	c (2,2) 423 (10 %) CSP clauses are encoded (2595 SAT variables, 1623 SAT clauses)
9.24/3.02	c (2,2) 845 (20 %) CSP clauses are encoded (2595 SAT variables, 3020 SAT clauses)
9.24/3.04	c (2,2) 1267 (30 %) CSP clauses are encoded (2595 SAT variables, 4222 SAT clauses)
9.24/3.05	c (2,2) 1690 (40 %) CSP clauses are encoded (2595 SAT variables, 5431 SAT clauses)
9.24/3.06	c (2,2) 2112 (50 %) CSP clauses are encoded (2595 SAT variables, 6051 SAT clauses)
9.24/3.07	c (2,2) 2534 (60 %) CSP clauses are encoded (2595 SAT variables, 6864 SAT clauses)
9.24/3.10	c (2,2) 2957 (70 %) CSP clauses are encoded (2595 SAT variables, 8800 SAT clauses)
9.62/3.12	c (2,2) 3379 (80 %) CSP clauses are encoded (2595 SAT variables, 11126 SAT clauses)
9.62/3.14	c (2,2) 3801 (90 %) CSP clauses are encoded (2595 SAT variables, 12500 SAT clauses)
9.62/3.15	c (2,2) 4223 (100 %) CSP clauses are encoded (2595 SAT variables, 13558 SAT clauses)
9.62/3.15	c (2,2) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
9.62/3.15	c (2,2) CSPinCNF to SatSolver End
9.62/3.15	c (2,2) Heap : 563 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
9.62/3.19	c (2,2) STATISTICS2:HOME/instance-4307186-1534191873.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,2423,4223,64,5,4,7,64:40;32:80;25:40;4:1459;1:35,5:240;4:3913;2:9102;1:35,4:1312;3:182;2:2553;1:176,7:40;6:80;3:40;2:1494;1:9422,
9.62/3.19	c (2,2) 2595 bool, 13561 clause
9.62/3.19	c (2,2) Export Begin
9.99/3.27	c (2,2) Export to HOME/scop-16440-serial-file.bin
9.99/3.27	c (2,2) Export End
9.99/3.27	c (2,2) Export File Size: 0.02 MB
9.99/3.27	c (2,2) 1,1,2,2,2,2,2,STOP-AFTER(DIMACS)
9.99/3.27	c END-Prog: Mon Aug 13 22:24:36 CEST 2018
10.29/3.32	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-16440-serial-file.bin
10.30/3.81	c (0,0) Read Serial File Begin
10.30/3.81	c (0,0) HOME/scop-16440-serial-file.bin
10.30/3.97	c (0,0) Read Serial File End
10.30/3.98	
10.30/3.98	scop order+glucose-syrup (2018-07-31)
10.30/3.98	(Solving Process)
10.30/3.98	
10.30/4.01	c BEGIN-Prog: Mon Aug 13 22:24:37 CEST 2018
10.30/4.01	c PID: 16463
10.30/4.01	c IP: 172.20.3.105
10.30/4.01	c HOST: node105.alineos.net
11.23/4.01	c (0,0) SatSolver.solve Begin
11.23/4.01	c (0,0) 0 bool, 0 clause
11.23/4.01	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307186-1534191873.xml-scop-16443.cnf
11.23/4.10	c (0,0) c
11.23/4.10	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
11.23/4.10	c (0,0) c
11.23/4.10	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
11.23/4.10	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
11.23/4.10	c (0,0) c ========================================[ Problem Statistics ]===========================================
11.23/4.10	c (0,0) c |                                                                                                       |
11.23/4.10	c (0,0) c |  Number of variables:          2595                                                                   |
11.23/4.10	c (0,0) c |  Number of clauses:           13561                                                                   |
11.23/4.10	c (0,0) c |  Parse time:                   0.00 s                                                                 |
11.23/4.10	c (0,0) c |                                                                                                       |
11.23/4.10	c (0,0) c |  Eliminated clauses:           0.01 Mb                                                                |
11.23/4.10	c (0,0) c |  Simplification time:          0.01 s                                                                 |
11.23/4.10	c (0,0) c |                                                                                                       |
11.23/4.10	c (0,0) c |  Generating clones                                                                                    |
11.23/4.10	c (0,0) c |  all clones generated. Memory =  34.24Mb.                                                             |
11.23/4.10	c (0,0) c ========================================================================================================|
11.23/4.10	c (0,0) c Thread 6 is 100% pure glucose! First thread to finish! (UNSAT answer).
11.23/4.10	c (0,0) c Total Memory so far : 610.27Mb
11.23/4.10	c (0,0) c
11.23/4.10	c (0,0) c real time : 0.062434 s
11.23/4.10	c (0,0) c cpu time  : 0.266726 s
11.23/4.10	c (0,0) c
11.23/4.10	c (0,0) c
11.23/4.10	c (0,0) c
11.23/4.10	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
11.23/4.10	c (0,0) c
11.23/4.10	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.23/4.10	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
11.23/4.10	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.23/4.10	c (0,0) c | Conflicts     |            9486 |       1329 |       1166 |       1300 |       1041 |        833 |       1326 |       1970 |        521 |
11.23/4.10	c (0,0) c | Decisions     |           17738 |       2499 |       2082 |       2453 |       2197 |       1721 |       2396 |       3148 |       1242 |
11.23/4.10	c (0,0) c | Propagations  |         1228560 |     173032 |     178411 |     151565 |     157710 |     129014 |     169232 |     191189 |      78407 |
11.23/4.10	c (0,0) c | Avg_Trail     |                 |        916 |       1175 |       1047 |       1069 |        997 |       1096 |        739 |        958 |
11.23/4.10	c (0,0) c | Avg_DL        |                 |         18 |         30 |         37 |         29 |         20 |         34 |         27 |         24 |
11.23/4.10	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.23/4.10	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.23/4.10	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.23/4.10	c (0,0) c | Exported      |             360 |         39 |         45 |         47 |         27 |         27 |         43 |        109 |         23 |
11.23/4.10	c (0,0) c | Imported      |             986 |         63 |        121 |        104 |        267 |         18 |        147 |        251 |         15 |
11.23/4.10	c (0,0) c | Good          |              45 |          1 |          3 |          4 |         16 |          2 |          5 |         12 |          2 |
11.23/4.10	c (0,0) c | Purge         |             941 |         62 |        118 |        100 |        251 |         16 |        142 |        239 |         13 |
11.23/4.10	c (0,0) c | Promoted      |              48 |          3 |          8 |          6 |         14 |          1 |         11 |          5 |          0 |
11.23/4.10	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.23/4.10	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
11.23/4.10	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.23/4.10	c (0,0) c | Unaries       |                 |         10 |          4 |          4 |          5 |          6 |          3 |          9 |          7 |
11.23/4.10	c (0,0) c | Binaries      |                 |          4 |          2 |          0 |          2 |          2 |          2 |         29 |          0 |
11.23/4.10	c (0,0) c | Glues         |                 |         39 |         45 |         47 |         27 |         27 |         43 |        109 |         23 |
11.23/4.10	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.23/4.10	c (0,0) c | Orig_Seen     |            31 % |       4495 |       5074 |       4745 |       4729 |       3807 |       4769 |       3515 |       2643 |
11.23/4.10	c (0,0) c | Diff Orig seen|                 |        980 |       1559 |       1230 |       1214 |        292 |       1254 |      X     | -      872 |
11.23/4.10	c (0,0) c | Hamming       |            19 % |        611 |        485 |        501 |        459 |        536 |        535 |      X     |        485 |
11.23/4.10	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
11.23/4.10	c (0,0) 
11.23/4.10	c (0,0) s UNSATISFIABLE
11.23/4.10	c (0,0) SatSolver.solve End
11.23/4.10	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
11.23/4.10	c (0,0) Show results Begin
11.23/4.10	s UNSATISFIABLE
11.23/4.10	c (0,0) Show results End
11.23/4.10	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
11.23/4.11	c (0,0) 0,0,STOP-AFTER(ALL)
11.23/4.11	c END-Prog: Mon Aug 13 22:24:37 CEST 2018

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307186-1534191873/watcher-4307186-1534191873 -o /tmp/evaluation-result-4307186-1534191873/solver-4307186-1534191873 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1534191843-15695 --watchdog 2580 scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307186-1534191873.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=16440, runsolver pid=16437

[startup+0.100148 s]*
/proc/loadavg: 1.83 1.19 1.10 3/202 16462
/proc/meminfo: memFree=27123832/32770624 swapFree=67108804/67108860
[pid=16440] ppid=16437 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/16440/stat : 16440 (scop.sh) S 16437 16440 15668 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236750439 115843072 349 33554432000 4194304 5098028 140726564908176 140726564905432 139750044299900 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31948800 140726564914210 140726564914435 140726564914435 140726564917197 0
/proc/16440/statm: 28282 349 296 221 0 87 0
[pid=16443] ppid=16440 vsize=27313900 memory=110660 CPUtime=0.1 cores=0-7
/proc/16443/stat : 16443 (java) S 16440 16440 15668 0 -1 1077944320 6589 0 0 0 8 2 0 0 20 0 20 0 236750439 27969433600 27665 33554432000 4194304 4196468 140727125637088 140727125619632 140466109411063 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
/proc/16443/statm: 6828475 27665 2740 1 0 6790935 0
[pid=16443/tid=16444] ppid=16440 vsize=27313900 memory=7969852298701479067 CPUtime=0.09 cores=0-7
/proc/16443/task/16444/stat : 16444 (java) R 16440 16440 15668 0 -1 4202560 4709 0 0 0 7 2 0 0 20 0 20 0 236750439 27969433600 27665 33554432000 4194304 4196468 140727125637088 140466081234496 140466093491550 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16445] ppid=16440 vsize=27313900 memory=732370777696304101 CPUtime=0 cores=0-7
/proc/16443/task/16445/stat : 16445 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 27665 33554432000 4194304 4196468 140727125637088 140466113653520 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16446] ppid=16440 vsize=27313900 memory=140639358850688 CPUtime=0 cores=0-7
/proc/16443/task/16446/stat : 16446 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 27665 33554432000 4194304 4196468 140727125637088 140465927809936 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16447] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16447/stat : 16447 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 27665 33554432000 4194304 4196468 140727125637088 140465926757392 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16448] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16448/stat : 16448 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 27665 33554432000 4194304 4196468 140727125637088 140465925704848 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16449] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16449/stat : 16449 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 27665 33554432000 4194304 4196468 140727125637088 140465924651280 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16450] ppid=16440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/16443/task/16450/stat : 16450 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 27665 33554432000 4194304 4196468 140727125637088 140465923598736 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16451] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16451/stat : 16451 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 27665 33554432000 4194304 4196468 140727125637088 140465922546192 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16452] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16452/stat : 16452 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 27665 33554432000 4194304 4196468 140727125637088 140465921493648 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16453] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16453/stat : 16453 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750443 27969433600 27665 33554432000 4194304 4196468 140727125637088 140464698096112 140466109422210 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16454] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16454/stat : 16454 (java) S 16440 16440 15668 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236750444 27969433600 27665 33554432000 4194304 4196468 140727125637088 140464019727776 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16455] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16455/stat : 16455 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750444 27969433600 27665 33554432000 4194304 4196468 140727125637088 140463751292400 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16456] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16456/stat : 16456 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 27665 33554432000 4194304 4196468 140727125637088 140463376784080 140466109429659 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16457] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16457/stat : 16457 (java) S 16440 16440 15668 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 27665 33554432000 4194304 4196468 140727125637088 140464697042928 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16458] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16458/stat : 16458 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 27665 33554432000 4194304 4196468 140727125637088 140464695990384 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16459] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16459/stat : 16459 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 27665 33554432000 4194304 4196468 140727125637088 140464694937840 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16460] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16460/stat : 16460 (java) S 16440 16440 15668 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 27665 33554432000 4194304 4196468 140727125637088 140464693885296 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16461] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16461/stat : 16461 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750447 27969433600 27665 33554432000 4194304 4196468 140727125637088 140462878878432 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16462] ppid=16440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/16443/task/16462/stat : 16462 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750447 27969433600 27665 33554432000 4194304 4196468 140727125637088 140464692833200 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 112056 KiB

[startup+0.210449 s]*
/proc/loadavg: 1.83 1.19 1.10 2/202 16462
/proc/meminfo: memFree=27107584/32770624 swapFree=67108804/67108860
[pid=16440] ppid=16437 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/16440/stat : 16440 (scop.sh) S 16437 16440 15668 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236750439 115843072 349 33554432000 4194304 5098028 140726564908176 140726564905432 139750044299900 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31948800 140726564914210 140726564914435 140726564914435 140726564917197 0
/proc/16440/statm: 28282 349 296 221 0 87 0
[pid=16443] ppid=16440 vsize=27313900 memory=125032 CPUtime=0.25 cores=0-7
/proc/16443/stat : 16443 (java) S 16440 16440 15668 0 -1 1077944320 10455 0 0 0 22 3 0 0 20 0 20 0 236750439 27969433600 31258 33554432000 4194304 4196468 140727125637088 140727125619632 140466109411063 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
/proc/16443/statm: 6828475 31258 2896 1 0 6790935 0
[pid=16443/tid=16444] ppid=16440 vsize=27313900 memory=0 CPUtime=0.19 cores=0-7
/proc/16443/task/16444/stat : 16444 (java) R 16440 16440 15668 0 -1 4202560 8356 0 0 0 17 2 0 0 20 0 20 0 236750439 27969433600 31258 33554432000 4194304 4196468 140727125637088 140466081232864 140466090804797 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16445] ppid=16440 vsize=27313900 memory=281278599829240 CPUtime=0 cores=0-7
/proc/16443/task/16445/stat : 16445 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 31258 33554432000 4194304 4196468 140727125637088 140466113653520 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16446] ppid=16440 vsize=27313900 memory=140639358850688 CPUtime=0 cores=0-7
/proc/16443/task/16446/stat : 16446 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 31258 33554432000 4194304 4196468 140727125637088 140465927809936 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16447] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16447/stat : 16447 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 31258 33554432000 4194304 4196468 140727125637088 140465926757392 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16448] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16448/stat : 16448 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 31258 33554432000 4194304 4196468 140727125637088 140465925704848 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16449] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16449/stat : 16449 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 31258 33554432000 4194304 4196468 140727125637088 140465924651280 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16450] ppid=16440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/16443/task/16450/stat : 16450 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 31258 33554432000 4194304 4196468 140727125637088 140465923598736 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16451] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16451/stat : 16451 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 31258 33554432000 4194304 4196468 140727125637088 140465922546192 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16452] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16452/stat : 16452 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 31258 33554432000 4194304 4196468 140727125637088 140465921493648 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16453] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16453/stat : 16453 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750443 27969433600 31258 33554432000 4194304 4196468 140727125637088 140464698096112 140466109422210 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16454] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16454/stat : 16454 (java) S 16440 16440 15668 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236750444 27969433600 31258 33554432000 4194304 4196468 140727125637088 140464019727776 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16455] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16455/stat : 16455 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750444 27969433600 31258 33554432000 4194304 4196468 140727125637088 140463751292400 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16456] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16456/stat : 16456 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 31258 33554432000 4194304 4196468 140727125637088 140463376784080 140466109429659 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16457] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16457/stat : 16457 (java) S 16440 16440 15668 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 31258 33554432000 4194304 4196468 140727125637088 140464697042928 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16458] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16458/stat : 16458 (java) S 16440 16440 15668 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 31258 33554432000 4194304 4196468 140727125637088 140464695990384 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16459] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16459/stat : 16459 (java) S 16440 16440 15668 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 31258 33554432000 4194304 4196468 140727125637088 140464694937840 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16460] ppid=16440 vsize=27313900 memory=0 CPUtime=0.02 cores=0-7
/proc/16443/task/16460/stat : 16460 (java) S 16440 16440 15668 0 -1 1077944384 294 0 0 0 2 0 0 0 20 0 20 0 236750446 27969433600 31258 33554432000 4194304 4196468 140727125637088 140464693885296 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16461] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16461/stat : 16461 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750447 27969433600 31258 33554432000 4194304 4196468 140727125637088 140462878878432 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16462] ppid=16440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/16443/task/16462/stat : 16462 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750447 27969433600 31258 33554432000 4194304 4196468 140727125637088 140464692833200 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 126428 KiB

[startup+0.310453 s]*
/proc/loadavg: 1.83 1.19 1.10 2/202 16462
/proc/meminfo: memFree=27103880/32770624 swapFree=67108804/67108860
[pid=16440] ppid=16437 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/16440/stat : 16440 (scop.sh) S 16437 16440 15668 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236750439 115843072 349 33554432000 4194304 5098028 140726564908176 140726564905432 139750044299900 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31948800 140726564914210 140726564914435 140726564914435 140726564917197 0
/proc/16440/statm: 28282 349 296 221 0 87 0
[pid=16443] ppid=16440 vsize=27313900 memory=129040 CPUtime=0.42 cores=0-7
/proc/16443/stat : 16443 (java) S 16440 16440 15668 0 -1 1077944320 11063 0 0 0 39 3 0 0 20 0 20 0 236750439 27969433600 32260 33554432000 4194304 4196468 140727125637088 140727125619632 140466109411063 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
/proc/16443/statm: 6828475 32260 2948 1 0 6790935 0
[pid=16443/tid=16444] ppid=16440 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16443/task/16444/stat : 16444 (java) R 16440 16440 15668 0 -1 4202560 8796 0 0 0 27 2 0 0 20 0 20 0 236750439 27969433600 32260 33554432000 4194304 4196468 140727125637088 140466081202320 140466089686866 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16445] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16445/stat : 16445 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 32260 33554432000 4194304 4196468 140727125637088 140466113653520 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16446] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16446/stat : 16446 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 32260 33554432000 4194304 4196468 140727125637088 140465927809936 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16447] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16447/stat : 16447 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 32260 33554432000 4194304 4196468 140727125637088 140465926757392 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16448] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16448/stat : 16448 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 32260 33554432000 4194304 4196468 140727125637088 140465925704848 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16449] ppid=16440 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/16443/task/16449/stat : 16449 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 32260 33554432000 4194304 4196468 140727125637088 140465924651280 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16450] ppid=16440 vsize=27313900 memory=140639241073583 CPUtime=0 cores=0-7
/proc/16443/task/16450/stat : 16450 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 32260 33554432000 4194304 4196468 140727125637088 140465923598736 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16451] ppid=16440 vsize=27313900 memory=140639241075888 CPUtime=0 cores=0-7
/proc/16443/task/16451/stat : 16451 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 32260 33554432000 4194304 4196468 140727125637088 140465922546192 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16452] ppid=16440 vsize=27313900 memory=140639241078192 CPUtime=0 cores=0-7
/proc/16443/task/16452/stat : 16452 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750442 27969433600 32260 33554432000 4194304 4196468 140727125637088 140465921493648 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16453] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16453/stat : 16453 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750443 27969433600 32260 33554432000 4194304 4196468 140727125637088 140464698096112 140466109422210 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16454] ppid=16440 vsize=27313900 memory=281278482163344 CPUtime=0 cores=0-7
/proc/16443/task/16454/stat : 16454 (java) S 16440 16440 15668 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236750444 27969433600 32260 33554432000 4194304 4196468 140727125637088 140464019727776 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16455] ppid=16440 vsize=27313900 memory=281278482170256 CPUtime=0 cores=0-7
/proc/16443/task/16455/stat : 16455 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750444 27969433600 32260 33554432000 4194304 4196468 140727125637088 140463751292400 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16456] ppid=16440 vsize=27313900 memory=281278482111536 CPUtime=0 cores=0-7
/proc/16443/task/16456/stat : 16456 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 32260 33554432000 4194304 4196468 140727125637088 140463376784080 140466109429659 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16457] ppid=16440 vsize=27313900 memory=281278482184080 CPUtime=0 cores=0-7
/proc/16443/task/16457/stat : 16457 (java) S 16440 16440 15668 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 236750446 27969433600 32260 33554432000 4194304 4196468 140727125637088 140464697042928 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16458] ppid=16440 vsize=27313900 memory=281278482190992 CPUtime=0.01 cores=0-7
/proc/16443/task/16458/stat : 16458 (java) S 16440 16440 15668 0 -1 1077944384 171 0 0 0 1 0 0 0 20 0 20 0 236750446 27969433600 32260 33554432000 4194304 4196468 140727125637088 140464695990384 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16459] ppid=16440 vsize=27313900 memory=281278482188688 CPUtime=0.02 cores=0-7
/proc/16443/task/16459/stat : 16459 (java) S 16440 16440 15668 0 -1 1077944384 122 0 0 0 2 0 0 0 20 0 20 0 236750446 27969433600 32260 33554432000 4194304 4196468 140727125637088 140464694937840 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16460] ppid=16440 vsize=27313900 memory=281278482204848 CPUtime=0.07 cores=0-7
/proc/16443/task/16460/stat : 16460 (java) S 16440 16440 15668 0 -1 1077944384 334 0 0 0 7 0 0 0 20 0 20 0 236750446 27969433600 32260 33554432000 4194304 4196468 140727125637088 140464693885296 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16461] ppid=16440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16461/stat : 16461 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750447 27969433600 32260 33554432000 4194304 4196468 140727125637088 140462878878432 140466109421269 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16462] ppid=16440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/16443/task/16462/stat : 16462 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750447 27969433600 32260 33554432000 4194304 4196468 140727125637088 140464692833200 140466109422210 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 130436 KiB

[startup+0.71037 s]
/proc/loadavg: 1.83 1.19 1.10 2/202 16462
/proc/meminfo: memFree=27079432/32770624 swapFree=67108804/67108860
[pid=16440] ppid=16437 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/16440/stat : 16440 (scop.sh) S 16437 16440 15668 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236750439 115843072 349 33554432000 4194304 5098028 140726564908176 140726564905432 139750044299900 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31948800 140726564914210 140726564914435 140726564914435 140726564917197 0
/proc/16440/statm: 28282 349 296 221 0 87 0
[pid=16443] ppid=16440 vsize=27320172 memory=171916 CPUtime=1.1 cores=0-7
/proc/16443/stat : 16443 (java) S 16440 16440 15668 0 -1 1077944320 18384 0 0 0 105 5 0 0 20 0 20 0 236750439 27975856128 42979 33554432000 4194304 4196468 140727125637088 140727125619632 140466109411063 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
/proc/16443/statm: 6830043 42979 3146 1 0 6791447 0
[pid=16443/tid=16444] ppid=16440 vsize=27320172 memory=281278482499712 CPUtime=0.68 cores=0-7
/proc/16443/task/16444/stat : 16444 (java) R 16440 16440 15668 0 -1 4202560 15350 0 0 0 64 4 0 0 20 0 20 0 236750439 27975856128 42979 33554432000 4194304 4196468 140727125637088 140466081232368 140466095123311 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16445] ppid=16440 vsize=27320172 memory=5072356377741 CPUtime=0 cores=0-7
/proc/16443/task/16445/stat : 16445 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27975856128 42979 33554432000 4194304 4196468 140727125637088 140466113653520 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16446] ppid=16440 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16446/stat : 16446 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27975856128 42979 33554432000 4194304 4196468 140727125637088 140465927809936 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16447] ppid=16440 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16447/stat : 16447 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27975856128 42979 33554432000 4194304 4196468 140727125637088 140465926757392 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0

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

[pid=16440] ppid=16437 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/16440/stat : 16440 (scop.sh) S 16437 16440 15668 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236750439 115843072 349 33554432000 4194304 5098028 140726564908176 140726564905432 139750044299900 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31948800 140726564914210 140726564914435 140726564914435 140726564917197 0
/proc/16440/statm: 28282 349 296 221 0 87 0
[pid=16443] ppid=16440 vsize=27328508 memory=542644 CPUtime=9.99 cores=0-7
/proc/16443/stat : 16443 (java) S 16440 16440 15668 0 -1 1077944320 29717 0 0 0 983 16 0 0 20 0 20 0 236750439 27984392192 135661 33554432000 4194304 4196468 140727125637088 140727125619632 140466109411063 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
/proc/16443/statm: 6832127 135661 3217 1 0 6792983 0
[pid=16443/tid=16444] ppid=16440 vsize=27328508 memory=7452160416560605807 CPUtime=3.05 cores=0-7
/proc/16443/task/16444/stat : 16444 (java) R 16440 16440 15668 0 -1 4202560 17480 0 0 0 295 10 0 0 20 0 20 0 236750439 27984392192 135661 33554432000 4194304 4196468 140727125637088 140466081248768 140466093491550 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16445] ppid=16440 vsize=27328508 memory=7452160416560605807 CPUtime=0 cores=0-7
/proc/16443/task/16445/stat : 16445 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27984392192 135661 33554432000 4194304 4196468 140727125637088 140466113653520 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16446] ppid=16440 vsize=27328508 memory=7738427047431270247 CPUtime=0 cores=0-7
/proc/16443/task/16446/stat : 16446 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27984392192 135661 33554432000 4194304 4196468 140727125637088 140465927809936 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16447] ppid=16440 vsize=27328508 memory=7452160416560605807 CPUtime=0 cores=0-7
/proc/16443/task/16447/stat : 16447 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27984392192 135661 33554432000 4194304 4196468 140727125637088 140465926757392 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16448] ppid=16440 vsize=27328508 memory=7452160416560605807 CPUtime=0 cores=0-7
/proc/16443/task/16448/stat : 16448 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27984392192 135661 33554432000 4194304 4196468 140727125637088 140465925704848 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16449] ppid=16440 vsize=27328508 memory=7669462401379100242 CPUtime=0 cores=0-7
/proc/16443/task/16449/stat : 16449 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750442 27984392192 135661 33554432000 4194304 4196468 140727125637088 140465924651280 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16450] ppid=16440 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16450/stat : 16450 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750442 27984392192 135661 33554432000 4194304 4196468 140727125637088 140465923598736 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16451] ppid=16440 vsize=27328508 memory=0 CPUtime=0 cores=0-7
/proc/16443/task/16451/stat : 16451 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750442 27984392192 135661 33554432000 4194304 4196468 140727125637088 140465922546192 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16452] ppid=16440 vsize=27328508 memory=141373143548050 CPUtime=0 cores=0-7
/proc/16443/task/16452/stat : 16452 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750442 27984392192 135661 33554432000 4194304 4196468 140727125637088 140465921493648 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16453] ppid=16440 vsize=27328508 memory=281278482330624 CPUtime=0 cores=0-7
/proc/16443/task/16453/stat : 16453 (java) S 16440 16440 15668 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 236750443 27984392192 135661 33554432000 4194304 4196468 140727125637088 140464698096112 140466109422210 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16454] ppid=16440 vsize=27328508 memory=281278482330816 CPUtime=0 cores=0-7
/proc/16443/task/16454/stat : 16454 (java) S 16440 16440 15668 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236750444 27984392192 135661 33554432000 4194304 4196468 140727125637088 140464019727776 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16455] ppid=16440 vsize=27328508 memory=281278482668320 CPUtime=0 cores=0-7
/proc/16443/task/16455/stat : 16455 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750444 27984392192 135661 33554432000 4194304 4196468 140727125637088 140463751292400 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16456] ppid=16440 vsize=27328508 memory=281278482668512 CPUtime=0 cores=0-7
/proc/16443/task/16456/stat : 16456 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750446 27984392192 135661 33554432000 4194304 4196468 140727125637088 140463376784080 140466109429659 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16457] ppid=16440 vsize=27328508 memory=281278482668704 CPUtime=1.96 cores=0-7
/proc/16443/task/16457/stat : 16457 (java) R 16440 16440 15668 0 -1 4202560 4043 0 0 0 195 1 0 0 20 0 20 0 236750446 27984392192 135661 33554432000 4194304 4196468 140727125637088 140464697032160 140466092907847 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16458] ppid=16440 vsize=27328508 memory=1616 CPUtime=1.85 cores=0-7
/proc/16443/task/16458/stat : 16458 (java) R 16440 16440 15668 0 -1 4202560 1645 0 0 0 184 1 0 0 20 0 20 0 236750446 27984392192 135661 33554432000 4194304 4196468 140727125637088 140464695976464 140466094338855 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16459] ppid=16440 vsize=27328508 memory=932 CPUtime=1.82 cores=0-7
/proc/16443/task/16459/stat : 16459 (java) R 16440 16440 15668 0 -1 4202560 1266 0 0 0 182 0 0 0 20 0 20 0 236750446 27984392192 135661 33554432000 4194304 4196468 140727125637088 140464694923488 140466109422998 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16460] ppid=16440 vsize=27328508 memory=1168 CPUtime=1.27 cores=0-7
/proc/16443/task/16460/stat : 16460 (java) S 16440 16440 15668 0 -1 1077944384 3940 0 0 0 125 2 0 0 20 0 20 0 236750446 27984392192 135661 33554432000 4194304 4196468 140727125637088 140464693885296 140466109422210 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16461] ppid=16440 vsize=27328508 memory=1984 CPUtime=0 cores=0-7
/proc/16443/task/16461/stat : 16461 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750447 27984392192 135661 33554432000 4194304 4196468 140727125637088 140462878878432 140466109421269 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
[pid=16443/tid=16462] ppid=16440 vsize=27328508 memory=920 CPUtime=0 cores=0-7
/proc/16443/task/16462/stat : 16462 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750447 27984392192 135661 33554432000 4194304 4196468 140727125637088 140464692833200 140466109422210 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12062720 140727125644264 140727125644589 140727125644589 140727125647311 0
Current children cumulated CPU time: 9.99 s
Current children cumulated vsize: 27441636 KiB
Current children cumulated memory: 544040 KiB

[startup+3.60035 s]
/proc/loadavg: 1.83 1.19 1.10 6/202 16462
/proc/meminfo: memFree=26754516/32770624 swapFree=67108804/67108860
[pid=16440] ppid=16437 vsize=113128 memory=1472 CPUtime=10.3 cores=0-7
/proc/16440/stat : 16440 (scop.sh) S 16437 16440 15668 0 -1 4202496 590 30724 0 0 0 0 1012 18 20 0 1 0 236750439 115843072 368 33554432000 4194304 5098028 140726564908176 140726564904920 139750044299900 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31948800 140726564914210 140726564914435 140726564914435 140726564917197 0
/proc/16440/statm: 28282 368 311 221 0 87 0
Current children cumulated CPU time: 10.3 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1472 KiB

[startup+4.0003 s]*
/proc/loadavg: 1.83 1.19 1.10 2/202 16482
/proc/meminfo: memFree=27135648/32770624 swapFree=67108804/67108860
[pid=16440] ppid=16437 vsize=113128 memory=1472 CPUtime=10.3 cores=0-7
/proc/16440/stat : 16440 (scop.sh) S 16437 16440 15668 0 -1 4202496 590 30724 0 0 0 0 1012 18 20 0 1 0 236750439 115843072 368 33554432000 4194304 5098028 140726564908176 140726564904920 139750044299900 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31948800 140726564914210 140726564914435 140726564914435 140726564917197 0
/proc/16440/statm: 28282 368 311 221 0 87 0
[pid=16463] ppid=16440 vsize=7756256 memory=99084 CPUtime=0.93 cores=0-7
/proc/16463/stat : 16463 (java) S 16440 16440 15668 0 -1 1077944320 17117 0 0 0 87 6 0 0 20 0 20 0 236750771 7942406144 24771 33554432000 4194304 4196468 140721897131136 140721897113680 140067250654967 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
/proc/16463/statm: 1939064 24771 3079 1 0 1900463 0
[pid=16463/tid=16464] ppid=16440 vsize=7756256 memory=6791534058613427641 CPUtime=0.66 cores=0-7
/proc/16463/task/16464/stat : 16464 (java) R 16440 16440 15668 0 -1 4202560 14563 0 0 0 62 4 0 0 20 0 20 0 236750771 7942406144 24771 33554432000 4194304 4196468 140721897131136 140067222485576 140067250666902 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16465] ppid=16440 vsize=7756256 memory=-7003737579269690708 CPUtime=0 cores=0-7
/proc/16463/task/16465/stat : 16465 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750772 7942406144 24771 33554432000 4194304 4196468 140721897131136 140067254896912 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16466] ppid=16440 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/16463/task/16466/stat : 16466 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750772 7942406144 24771 33554432000 4194304 4196468 140721897131136 140067072985488 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16467] ppid=16440 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/16463/task/16467/stat : 16467 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750772 7942406144 24771 33554432000 4194304 4196468 140721897131136 140067071932944 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16468] ppid=16440 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/16463/task/16468/stat : 16468 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750772 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066734111376 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16469] ppid=16440 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/16463/task/16469/stat : 16469 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750772 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066733058832 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16470] ppid=16440 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/16463/task/16470/stat : 16470 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750772 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066732006288 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16471] ppid=16440 vsize=7756256 memory=-8383303769241525621 CPUtime=0 cores=0-7
/proc/16463/task/16471/stat : 16471 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750772 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066730953744 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16472] ppid=16440 vsize=7756256 memory=-6301764625173935296 CPUtime=0 cores=0-7
/proc/16463/task/16472/stat : 16472 (java) S 16440 16440 15668 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236750772 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066729901200 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16473] ppid=16440 vsize=7756256 memory=5450916471341747007 CPUtime=0 cores=0-7
/proc/16463/task/16473/stat : 16473 (java) S 16440 16440 15668 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 236750774 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066545469424 140067250666114 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16474] ppid=16440 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/16463/task/16474/stat : 16474 (java) S 16440 16440 15668 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236750774 7942406144 24771 33554432000 4194304 4196468 140721897131136 140065527292832 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16475] ppid=16440 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/16463/task/16475/stat : 16475 (java) S 16440 16440 15668 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236750774 7942406144 24771 33554432000 4194304 4196468 140721897131136 140065393071088 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16476] ppid=16440 vsize=7756256 memory=56 CPUtime=0 cores=0-7
/proc/16463/task/16476/stat : 16476 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750777 7942406144 24771 33554432000 4194304 4196468 140721897131136 140065018566864 140067250673563 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16477] ppid=16440 vsize=7756256 memory=13869 CPUtime=0.01 cores=0-7
/proc/16463/task/16477/stat : 16477 (java) S 16440 16440 15668 0 -1 1077944384 409 0 0 0 1 0 0 0 20 0 20 0 236750777 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066544417264 140067250666114 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16478] ppid=16440 vsize=7756256 memory=23575 CPUtime=0.02 cores=0-7
/proc/16463/task/16478/stat : 16478 (java) S 16440 16440 15668 0 -1 1077944384 28 0 0 0 2 0 0 0 20 0 20 0 236750777 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066543364720 140067250666114 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16479] ppid=16440 vsize=7756256 memory=6791534058613427641 CPUtime=0.04 cores=0-7
/proc/16463/task/16479/stat : 16479 (java) S 16440 16440 15668 0 -1 1077944384 229 0 0 0 4 0 0 0 20 0 20 0 236750777 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066542312176 140067250666114 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16480] ppid=16440 vsize=7756256 memory=0 CPUtime=0.16 cores=0-7
/proc/16463/task/16480/stat : 16480 (java) R 16440 16440 15668 0 -1 4202560 524 0 0 0 16 0 0 0 20 0 20 0 236750777 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066541259632 140067250666902 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16481] ppid=16440 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/16463/task/16481/stat : 16481 (java) S 16440 16440 15668 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236750777 7942406144 24771 33554432000 4194304 4196468 140721897131136 140064520661216 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16482] ppid=16440 vsize=7756256 memory=1784 CPUtime=0 cores=0-7
/proc/16463/task/16482/stat : 16482 (java) S 16440 16440 15668 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236750777 7942406144 24771 33554432000 4194304 4196468 140721897131136 140066540206512 140067250666114 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
Current children cumulated CPU time: 11.23 s
Current children cumulated vsize: 7869384 KiB
Current children cumulated memory: 100556 KiB

[startup+4.11021 s]
/proc/loadavg: 1.83 1.19 1.10 2/202 16482
/proc/meminfo: memFree=27135648/32770624 swapFree=67108804/67108860
[pid=16440] ppid=16437 vsize=113128 memory=1472 CPUtime=10.3 cores=0-7
/proc/16440/stat : 16440 (scop.sh) S 16437 16440 15668 0 -1 4202496 590 30724 0 0 0 0 1012 18 20 0 1 0 236750439 115843072 368 33554432000 4194304 5098028 140726564908176 140726564904920 139750044299900 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 31948800 140726564914210 140726564914435 140726564914435 140726564917197 0
/proc/16440/statm: 28282 368 311 221 0 87 0
[pid=16463] ppid=16440 vsize=8282828 memory=117000 CPUtime=1.41 cores=0-7
/proc/16463/stat : 16463 (java) S 16440 16440 15668 0 -1 1077944320 17994 3432 0 0 106 7 26 2 20 0 22 0 236750771 8481615872 29250 33554432000 4194304 4196468 140721897131136 140721897113680 140067250654967 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
/proc/16463/statm: 2070707 29250 3137 1 0 2032106 0
[pid=16463/tid=16464] ppid=16440 vsize=8282828 memory=5816 CPUtime=1.01 cores=0-7
/proc/16463/task/16464/stat : 16464 (java) R 16440 16440 15668 0 -1 4202560 14962 3432 0 0 69 4 26 2 20 0 22 0 236750771 8481615872 29250 33554432000 4194304 4196468 140721897131136 140067222495120 140067232303915 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16465] ppid=16440 vsize=8282828 memory=3304 CPUtime=0.28 cores=0-7
/proc/16463/task/16465/stat : 16465 (java) S 16440 16440 15668 0 -1 1077944384 1 3432 0 0 0 0 26 2 20 0 22 0 236750772 8481615872 29250 33554432000 4194304 4196468 140721897131136 140067254896912 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16466] ppid=16440 vsize=8282828 memory=1260 CPUtime=0.28 cores=0-7
/proc/16463/task/16466/stat : 16466 (java) S 16440 16440 15668 0 -1 1077944384 1 3432 0 0 0 0 26 2 20 0 22 0 236750772 8481615872 29762 33554432000 4194304 4196468 140721897131136 140067072985488 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16467] ppid=16440 vsize=8282828 memory=14872 CPUtime=0.28 cores=0-7
/proc/16463/task/16467/stat : 16467 (java) S 16440 16440 15668 0 -1 1077944384 2 3432 0 0 0 0 26 2 20 0 22 0 236750772 8481615872 29762 33554432000 4194304 4196468 140721897131136 140067071932944 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16468] ppid=16440 vsize=8282828 memory=0 CPUtime=0.28 cores=0-7
/proc/16463/task/16468/stat : 16468 (java) S 16440 16440 15668 0 -1 1077944384 3 3432 0 0 0 0 26 2 20 0 22 0 236750772 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066734111376 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16469] ppid=16440 vsize=8282828 memory=15292 CPUtime=0.28 cores=0-7
/proc/16463/task/16469/stat : 16469 (java) S 16440 16440 15668 0 -1 1077944384 2 3432 0 0 0 0 26 2 20 0 22 0 236750772 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066733058832 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16470] ppid=16440 vsize=8282828 memory=35572 CPUtime=0.28 cores=0-7
/proc/16463/task/16470/stat : 16470 (java) S 16440 16440 15668 0 -1 1077944384 2 3432 0 0 0 0 26 2 20 0 22 0 236750772 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066732006288 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16471] ppid=16440 vsize=8282828 memory=496 CPUtime=0.28 cores=0-7
/proc/16463/task/16471/stat : 16471 (java) S 16440 16440 15668 0 -1 1077944384 1 3432 0 0 0 0 26 2 20 0 22 0 236750772 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066730953744 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16472] ppid=16440 vsize=8282828 memory=1616 CPUtime=0.28 cores=0-7
/proc/16463/task/16472/stat : 16472 (java) S 16440 16440 15668 0 -1 1077944384 2 3432 0 0 0 0 26 2 20 0 22 0 236750772 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066729901200 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16473] ppid=16440 vsize=8282828 memory=932 CPUtime=0.28 cores=0-7
/proc/16463/task/16473/stat : 16473 (java) S 16440 16440 15668 0 -1 1077944384 6 3432 0 0 0 0 26 2 20 0 22 0 236750774 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066545469424 140067250666114 0 0 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16474] ppid=16440 vsize=8282828 memory=288230574492221466 CPUtime=0.28 cores=0-7
/proc/16463/task/16474/stat : 16474 (java) S 16440 16440 15668 0 -1 1077944384 13 3432 0 0 0 0 26 2 20 0 22 0 236750774 8481615872 29762 33554432000 4194304 4196468 140721897131136 140065527292832 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16475] ppid=16440 vsize=8282828 memory=288230583166042425 CPUtime=0.28 cores=0-7
/proc/16463/task/16475/stat : 16475 (java) S 16440 16440 15668 0 -1 1077944384 21 3432 0 0 0 0 26 2 20 0 22 0 236750774 8481615872 29762 33554432000 4194304 4196468 140721897131136 140065393071088 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16476] ppid=16440 vsize=8282828 memory=16099269136353865 CPUtime=0.28 cores=0-7
/proc/16463/task/16476/stat : 16476 (java) S 16440 16440 15668 0 -1 1077944384 1 3432 0 0 0 0 26 2 20 0 22 0 236750777 8481615872 29762 33554432000 4194304 4196468 140721897131136 140065018566864 140067250673563 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16477] ppid=16440 vsize=8282828 memory=0 CPUtime=0.3 cores=0-7
/proc/16463/task/16477/stat : 16477 (java) S 16440 16440 15668 0 -1 1077944384 413 3432 0 0 2 0 26 2 20 0 22 0 236750777 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066544417264 140067250666114 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16478] ppid=16440 vsize=8282828 memory=0 CPUtime=0.33 cores=0-7
/proc/16463/task/16478/stat : 16478 (java) S 16440 16440 15668 0 -1 1077944384 254 3432 0 0 5 0 26 2 20 0 22 0 236750777 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066543364720 140067250666114 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16479] ppid=16440 vsize=8282828 memory=0 CPUtime=0.35 cores=0-7
/proc/16463/task/16479/stat : 16479 (java) S 16440 16440 15668 0 -1 1077944384 327 3432 0 0 7 0 26 2 20 0 22 0 236750777 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066542312176 140067250666114 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16480] ppid=16440 vsize=8282828 memory=0 CPUtime=0.47 cores=0-7
/proc/16463/task/16480/stat : 16480 (java) S 16440 16440 15668 0 -1 1077944384 605 3432 0 0 19 0 26 2 20 0 22 0 236750777 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066541259632 140067250666114 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16481] ppid=16440 vsize=8282828 memory=0 CPUtime=0.28 cores=0-7
/proc/16463/task/16481/stat : 16481 (java) S 16440 16440 15668 0 -1 1077944384 3 3432 0 0 0 0 26 2 20 0 22 0 236750777 8481615872 29762 33554432000 4194304 4196468 140721897131136 140064520661216 140067250665173 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
[pid=16463/tid=16482] ppid=16440 vsize=8282828 memory=0 CPUtime=0.28 cores=0-7
/proc/16463/task/16482/stat : 16482 (java) S 16440 16440 15668 0 -1 1077944384 1 3432 0 0 0 0 26 2 20 0 22 0 236750777 8481615872 29762 33554432000 4194304 4196468 140721897131136 140066540206512 140067250666114 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20811776 140721897137329 140721897137453 140721897137453 140721897140175 0
Current children cumulated CPU time: 11.71 s
Current children cumulated vsize: 8395956 KiB
Current children cumulated memory: 118472 KiB

Child status: 0
Real time (s): 4.11645
CPU time (s): 11.7506
CPU user time (s): 11.4592
CPU system time (s): 0.291396
CPU usage (%): 285.454
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 551004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4592
system time used= 0.291396
maximum resident set size= 549628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52777
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9278
involuntary context switches= 39


# summary of solver processes directly reported to runsolver:
#   pid: 16440
#   total CPU time (s): 11.7506
#   total CPU user time (s): 11.4592
#   total CPU system time (s): 0.291396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056849 second user time and 0.088891 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-13 22:24:33
IDJOB=4307186
IDBENCH=141379
IDSOLVER=2788
FILE ID=node105/4307186-1534191873
RUNJOBID= node105-1534191843-15695
PBS_JOBID= 21037996
Free space on /tmp= 41072 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-6-cp_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-4307186-1534191873/watcher-4307186-1534191873 -o /tmp/evaluation-result-4307186-1534191873/solver-4307186-1534191873 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1534191843-15695 --watchdog 2580  scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307186-1534191873.xml

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

MD5SUM BENCH= c46d03ece148f4d4d488319a25e0c2d7
RANDOM SEED=1660775520

node105.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.32
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.32
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.32
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.32
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:        27222324 kB
MemAvailable:   31903748 kB
Buffers:          181896 kB
Cached:          4756380 kB
SwapCached:           16 kB
Active:          1991752 kB
Inactive:        2999580 kB
Active(anon):       5008 kB
Inactive(anon):   100492 kB
Active(file):    1986744 kB
Inactive(file):  2899088 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:              9208 kB
Writeback:             0 kB
AnonPages:         90300 kB
Mapped:            52260 kB
Shmem:             49748 kB
Slab:             250268 kB
SReclaimable:     222856 kB
SUnreclaim:        27412 kB
KernelStack:        3600 kB
PageTables:         5468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 41064 MiB
End job on node105 at 2018-08-13 22:24:37