Trace number 4307185

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
scop order+glucose-syrup (2018-07-31)SAT 10.4033 3.82214

General information on the benchmark

NameSocialGolfers/
SocialGolfers-4-4-5-cp_c18.xml
MD5SUM9520b1c3a7fc9338271b16f0cb9e04b3
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 benchmark8.77848
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1207
Number of domains1
Minimum domain size4
Maximum domain size4
Distribution of domain sizes[{"size":4,"count":80}]
Minimum variable degree62
Maximum variable degree63
Distribution of variable degrees[{"degree":62,"count":64},{"degree":63,"count":16}]
Minimum constraint arity4
Maximum constraint arity80
Distribution of constraint arities[{"arity":4,"count":1200},{"arity":16,"count":6},{"arity":80,"count":1}]
Number of extensional constraints0
Number of intensional constraints1200
Distribution of constraint types[{"type":"intension","count":1200},{"type":"lex","count":1},{"type":"cardinality","count":5},{"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-8319-serial-file.bin HOME/instance-4307185-1534192117.xml
0.65/0.52	
0.65/0.53	scop order+glucose-syrup (2018-07-31)
0.65/0.53	(Encoding Process)
0.65/0.53	
0.65/0.55	c BEGIN-Prog: Mon Aug 13 22:28:38 CEST 2018
0.65/0.55	c PID: 8322
0.65/0.55	c IP: 172.20.3.107
0.65/0.55	c HOST: node107.alineos.net
0.65/0.56	c (0,0) Parsing Begin
3.18/1.34	c (0,0) Parsing End
3.18/1.35	c (0,0) CSP: 80 int (0 aux), 0 bool (0 aux), 1207 ctr, max domain size 4
3.18/1.35	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.18/1.35	c (0,0) Constraint Name Generate Begin
3.18/1.36	c (0,0) Ctr:HOME/instance-4307185-1534192117.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
3.18/1.36	c (0,0) Constraint Name Generate End
3.18/1.36	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.18/1.36	c (0,0) CSP to CSPinCNF Begin
3.91/1.50	c (0,0) translated 121 (10%) constraints
3.91/1.54	c (1,1) translated 242 (20%) constraints
3.91/1.58	c (1,1) translated 363 (30%) constraints
4.20/1.60	c (1,1) translated 483 (40%) constraints
4.20/1.62	c (1,1) translated 604 (50%) constraints
4.20/1.64	c (1,1) translated 725 (60%) constraints
4.20/1.65	c (1,1) translated 845 (70%) constraints
4.20/1.66	c (1,1) translated 966 (80%) constraints
4.20/1.67	c (1,1) translated 1087 (90%) constraints
4.79/1.86	c (1,1) translated 1207 (100%) constraints
5.65/2.06	c (1,1) STATISTICS1:HOME/instance-4307185-1534192117.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,501,2116,32768,4,4,16,32768:40;4:2118;1:541,4:4779;2:1263;1:1195,4:1301;3:339;2:421;1:55,16:40;2:2659;1:1935,
5.65/2.06	c (1,1) ==========================================
5.65/2.06	c (1,1) Order
5.65/2.06	c (1,1) ==========================================
5.65/2.10	c (1,1) translated 212 (10%) constraints
6.07/2.12	c (1,1) translated 424 (20%) constraints
6.07/2.14	c (1,1) translated 635 (30%) constraints
6.07/2.16	c (1,1) translated 847 (40%) constraints
6.07/2.18	c (1,1) translated 1058 (50%) constraints
6.46/2.22	c (1,1) translated 1270 (60%) constraints
6.46/2.26	c (1,1) translated 1482 (70%) constraints
6.46/2.29	c (1,1) translated 1693 (80%) constraints
6.90/2.31	c (1,1) translated 1905 (90%) constraints
6.90/2.32	c (1,1) translated 2116 (100%) constraints
6.90/2.33	c (1,1) CSP to CSPinCNF End
6.90/2.33	c (1,1) CSP: 140 int (60 aux), 741 bool (741 aux), 2912 ctr, max domain size 5
6.90/2.33	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
6.90/2.33	c (1,1) CSPinCNF Propagation Begin
7.33/2.41	c (1,1) 188 values, 1034 unsatisfiable literals, and 866 valid clauses are removed
7.33/2.41	c (1,1) CSPinCNF Propagation End
7.33/2.41	c (1,1) CSP: 280 int (200 aux), 601 bool (601 aux), 2046 ctr, max domain size 5
7.33/2.41	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
7.33/2.41	c (1,1) Simplify CSPinCNF Begin
7.33/2.48	c (1,1) Simplify CSPinCNF End
7.33/2.49	c (1,1) CSP: 280 int (200 aux), 1687 bool (1687 aux), 3132 ctr, max domain size 5
7.33/2.49	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
7.33/2.49	c (1,1) Calculate Precise Domain Begin
7.73/2.52	c (1,1) 0 values are removed by re-calculation
7.73/2.52	c (1,1) Calculate Precise Domain End
7.73/2.52	c (1,1) CSP: 280 int (200 aux), 1687 bool (1687 aux), 3132 ctr, max domain size 5
7.73/2.52	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
7.73/2.52	c (1,1) CSPinCNF to SatSolver Begin
8.02/2.61	c (2,2) 314 (10 %) CSP clauses are encoded (2071 SAT variables, 1212 SAT clauses)
8.02/2.63	c (2,2) 627 (20 %) CSP clauses are encoded (2071 SAT variables, 2254 SAT clauses)
8.02/2.65	c (2,2) 940 (30 %) CSP clauses are encoded (2071 SAT variables, 3221 SAT clauses)
8.02/2.67	c (2,2) 1253 (40 %) CSP clauses are encoded (2071 SAT variables, 4110 SAT clauses)
8.02/2.68	c (2,2) 1566 (50 %) CSP clauses are encoded (2071 SAT variables, 4717 SAT clauses)
8.02/2.69	c (2,2) 1880 (60 %) CSP clauses are encoded (2071 SAT variables, 5983 SAT clauses)
8.37/2.71	c (2,2) 2193 (70 %) CSP clauses are encoded (2071 SAT variables, 7248 SAT clauses)
8.37/2.73	c (2,2) 2506 (80 %) CSP clauses are encoded (2071 SAT variables, 8513 SAT clauses)
8.37/2.74	c (2,2) 2819 (90 %) CSP clauses are encoded (2071 SAT variables, 9778 SAT clauses)
8.37/2.75	c (2,2) 3132 (100 %) CSP clauses are encoded (2071 SAT variables, 10575 SAT clauses)
8.37/2.75	c (2,2) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
8.37/2.75	c (2,2) CSPinCNF to SatSolver End
8.37/2.75	c (2,2) Heap : 675 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
8.37/2.79	c (2,2) STATISTICS2:HOME/instance-4307185-1534192117.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or,1967,3132,64,5,4,7,64:32;32:64;25:32;4:1158;1:35,5:192;4:3119;2:6299;1:35,4:803;3:149;2:2037;1:143,7:32;6:64;3:32;2:1193;1:6555,
8.37/2.79	c (2,2) 2071 bool, 10578 clause
8.37/2.79	c (2,2) Export Begin
8.79/2.88	c (2,2) Export to HOME/scop-8319-serial-file.bin
8.79/2.88	c (2,2) Export End
8.79/2.88	c (2,2) Export File Size: 0.01 MB
8.79/2.88	c (2,2) 0,0,1,1,1,1,2,STOP-AFTER(DIMACS)
8.79/2.88	c END-Prog: Mon Aug 13 22:28:40 CEST 2018
8.79/2.89	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-8319-serial-file.bin
9.58/3.38	c (0,0) Read Serial File Begin
9.58/3.38	c (0,0) HOME/scop-8319-serial-file.bin
9.84/3.54	c (0,0) Read Serial File End
9.84/3.55	
10.04/3.69	scop order+glucose-syrup (2018-07-31)
10.04/3.69	(Solving Process)
10.04/3.69	
10.04/3.69	c BEGIN-Prog: Mon Aug 13 22:28:41 CEST 2018
10.04/3.69	c PID: 8342
10.04/3.69	c IP: 172.20.3.107
10.04/3.69	c HOST: node107.alineos.net
10.04/3.69	c (0,0) SatSolver.solve Begin
10.04/3.69	c (0,0) 0 bool, 0 clause
10.04/3.69	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307185-1534192117.xml-scop-8322.cnf
10.13/3.72	c (0,0) c
10.13/3.72	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
10.13/3.72	c (0,0) c
10.13/3.72	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
10.13/3.72	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
10.13/3.72	c (0,0) c ========================================[ Problem Statistics ]===========================================
10.13/3.72	c (0,0) c |                                                                                                       |
10.13/3.72	c (0,0) c |  Number of variables:          2071                                                                   |
10.13/3.72	c (0,0) c |  Number of clauses:           10578                                                                   |
10.13/3.72	c (0,0) c |  Parse time:                   0.00 s                                                                 |
10.13/3.72	c (0,0) c |                                                                                                       |
10.13/3.72	c (0,0) c |  Eliminated clauses:           0.01 Mb                                                                |
10.13/3.72	c (0,0) c |  Simplification time:          0.01 s                                                                 |
10.13/3.72	c (0,0) c |                                                                                                       |
10.13/3.72	c (0,0) c |  Generating clones                                                                                    |
10.13/3.72	c (0,0) c |  all clones generated. Memory =  31.96Mb.                                                             |
10.13/3.72	c (0,0) c ========================================================================================================|
10.13/3.72	c (0,0) c last restart ## conflicts  :  125 45 
10.13/3.72	c (0,0) c Thread 3 is 100% pure glucose! First thread to finish! (SAT answer).
10.13/3.72	c (0,0) c Total Memory so far : 607.99Mb
10.13/3.72	c (0,0) c
10.13/3.72	c (0,0) c real time : 0.116341 s
10.13/3.72	c (0,0) c cpu time  : 0.048022 s
10.13/3.72	c (0,0) c
10.13/3.72	c (0,0) c
10.13/3.72	c (0,0) c
10.13/3.72	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
10.13/3.72	c (0,0) c
10.13/3.72	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.13/3.72	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
10.13/3.72	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.13/3.72	c (0,0) c | Conflicts     |             919 |        159 |        119 |         96 |        125 |         96 |        121 |         95 |        108 |
10.13/3.72	c (0,0) c | Decisions     |            2911 |        950 |        307 |        248 |        341 |        248 |        308 |        248 |        261 |
10.13/3.72	c (0,0) c | Propagations  |          112461 |      12472 |      17794 |      11027 |      18822 |      11027 |      17951 |      11027 |      12341 |
10.13/3.72	c (0,0) c | Avg_Trail     |                 |        783 |        807 |        809 |        830 |        809 |        815 |        806 |        811 |
10.13/3.72	c (0,0) c | Avg_DL        |                 |         46 |         24 |         25 |         23 |         25 |         24 |         25 |         24 |
10.13/3.72	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
10.13/3.72	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
10.13/3.72	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.13/3.72	c (0,0) c | Exported      |              53 |          8 |          7 |          6 |          7 |          6 |          7 |          6 |          6 |
10.13/3.72	c (0,0) c | Imported      |              84 |         40 |          5 |          9 |          4 |          6 |          5 |          6 |          9 |
10.13/3.72	c (0,0) c | Good          |              49 |          7 |          5 |          8 |          4 |          6 |          5 |          6 |          8 |
10.13/3.72	c (0,0) c | Purge         |              35 |         33 |          0 |          1 |          0 |          0 |          0 |          0 |          1 |
10.13/3.72	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
10.13/3.72	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
10.13/3.72	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
10.13/3.72	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.13/3.72	c (0,0) c | Unaries       |                 |         16 |          2 |          1 |          2 |          1 |          2 |          1 |          1 |
10.13/3.72	c (0,0) c | Binaries      |                 |          2 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
10.13/3.72	c (0,0) c | Glues         |                 |          8 |          7 |          6 |          7 |          6 |          7 |          6 |          6 |
10.13/3.72	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.13/3.72	c (0,0) c | Orig_Seen     |             9 % |       1229 |       1130 |        898 |       1184 |        898 |       1152 |        870 |        935 |
10.13/3.72	c (0,0) c | Diff Orig seen|                 |         45 | -       54 | -      286 |      X     | -      286 | -       32 | -      314 | -      249 |
10.13/3.72	c (0,0) c | Hamming       |            15 % |        454 |        100 |        385 |      X     |        385 |        114 |        385 |        376 |
10.13/3.72	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
10.13/3.72	c (0,0) 
10.13/3.72	c (0,0) s SATISFIABLE
10.13/3.74	c (0,0) SatSolver.solve End
10.13/3.74	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
10.13/3.74	c (0,0) Show results Begin
10.33/3.80	s SATISFIABLE
10.33/3.81	v <instantiation>
10.33/3.81	v     <list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[0][15] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[1][15] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[2][15] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[3][15] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] x[4][15]</list>
10.33/3.81	v     <values>0 0 0 0 1 1 1 1 2 2 2 2 3 3 3 3 0 1 2 3 0 1 2 3 0 1 2 3 0 1 2 3 2 1 0 3 0 3 2 1 3 0 1 2 1 2 3 0 2 3 0 1 1 0 3 2 3 2 1 0 0 1 2 3 2 3 1 0 3 2 0 1 1 0 2 3 0 1 3 2</values>
10.33/3.81	v </instantiation>
10.33/3.81	c (0,0) Show results End
10.33/3.81	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
10.33/3.81	c (0,0) 0,0,STOP-AFTER(ALL)
10.33/3.81	c END-Prog: Mon Aug 13 22:28:41 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 (12432 MiB free)
  memory of node 1: 16384 MiB (10107 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307185-1534192117/watcher-4307185-1534192117 -o /tmp/evaluation-result-4307185-1534192117/solver-4307185-1534192117 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534191883-7330 --watchdog 2580 scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307185-1534192117.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
solver pid=8319, runsolver pid=8316
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 5.10 3.85 2.23 2/200 8341
/proc/meminfo: memFree=22983616/32770624 swapFree=67108860/67108860
[pid=8319] ppid=8316 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8319/stat : 8319 (scop.sh) S 8316 8319 7303 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236774885 115843072 349 33554432000 4194304 5098028 140720770098080 140720770095336 139849109586556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20238336 140720770106402 140720770106627 140720770106627 140720770109389 0
/proc/8319/statm: 28282 349 296 221 0 87 0
[pid=8322] ppid=8319 vsize=27313900 memory=109932 CPUtime=0.1 cores=0-7
/proc/8322/stat : 8322 (java) S 8319 8319 7303 0 -1 1077944320 5934 0 0 0 8 2 0 0 20 0 20 0 236774885 27969433600 27483 33554432000 4194304 4196468 140724099062848 140724099045392 140570275696375 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
/proc/8322/statm: 6828475 27483 2735 1 0 6790935 0
[pid=8322/tid=8323] ppid=8319 vsize=27313900 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/8322/task/8323/stat : 8323 (java) R 8319 8319 7303 0 -1 4202560 4077 0 0 0 7 2 0 0 20 0 20 0 236774885 27969433600 27548 33554432000 4194304 4196468 140724099062848 140570247530816 140570275708310 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8324] ppid=8319 vsize=27313900 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/8322/task/8324/stat : 8324 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 27548 33554432000 4194304 4196468 140724099062848 140570279938960 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8325] ppid=8319 vsize=27313900 memory=140013916890752 CPUtime=0 cores=0-7
/proc/8322/task/8325/stat : 8325 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 27548 33554432000 4194304 4196468 140724099062848 140570063334160 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8326] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8326/stat : 8326 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 27548 33554432000 4194304 4196468 140724099062848 140570062281872 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8327] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8327/stat : 8327 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 27548 33554432000 4194304 4196468 140724099062848 140570061229072 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8328] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8328/stat : 8328 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 27548 33554432000 4194304 4196468 140724099062848 140570060175760 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8329] ppid=8319 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8322/task/8329/stat : 8329 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 27548 33554432000 4194304 4196468 140724099062848 140570059122960 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8330] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8330/stat : 8330 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 27548 33554432000 4194304 4196468 140724099062848 140570058070672 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8331] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8331/stat : 8331 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 27548 33554432000 4194304 4196468 140724099062848 140570057017872 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8332] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8332/stat : 8332 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774889 27969433600 27548 33554432000 4194304 4196468 140724099062848 140568528149104 140570275707522 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8333] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8333/stat : 8333 (java) S 8319 8319 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236774890 27969433600 27548 33554432000 4194304 4196468 140724099062848 140568239793440 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8334] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8334/stat : 8334 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774890 27969433600 27548 33554432000 4194304 4196468 140724099062848 140567971358320 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8335] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8335/stat : 8335 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774892 27969433600 27548 33554432000 4194304 4196468 140724099062848 140567596849744 140570275714971 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8336] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8336/stat : 8336 (java) S 8319 8319 7303 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 236774892 27969433600 27548 33554432000 4194304 4196468 140724099062848 140568527095920 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8337] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8337/stat : 8337 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236774892 27969433600 27548 33554432000 4194304 4196468 140724099062848 140568526043120 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8338] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8338/stat : 8338 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236774892 27969433600 27548 33554432000 4194304 4196468 140724099062848 140568524990832 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8339] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8339/stat : 8339 (java) S 8319 8319 7303 0 -1 1077944384 252 0 0 0 0 0 0 0 20 0 20 0 236774892 27969433600 27548 33554432000 4194304 4196468 140724099062848 140568523938032 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8340] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8340/stat : 8340 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236774893 27969433600 27548 33554432000 4194304 4196468 140724099062848 140567098944352 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8341] ppid=8319 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8322/task/8341/stat : 8341 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774893 27969433600 27548 33554432000 4194304 4196468 140724099062848 140568522885936 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 111328 KiB

[startup+0.209787 s]*
/proc/loadavg: 5.10 3.85 2.23 2/200 8341
/proc/meminfo: memFree=22967616/32770624 swapFree=67108860/67108860
[pid=8319] ppid=8316 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8319/stat : 8319 (scop.sh) S 8316 8319 7303 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236774885 115843072 349 33554432000 4194304 5098028 140720770098080 140720770095336 139849109586556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20238336 140720770106402 140720770106627 140720770106627 140720770109389 0
/proc/8319/statm: 28282 349 296 221 0 87 0
[pid=8322] ppid=8319 vsize=27313900 memory=124532 CPUtime=0.24 cores=0-7
/proc/8322/stat : 8322 (java) S 8319 8319 7303 0 -1 1077944320 9843 0 0 0 21 3 0 0 20 0 20 0 236774885 27969433600 31133 33554432000 4194304 4196468 140724099062848 140724099045392 140570275696375 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
/proc/8322/statm: 6828475 31133 2875 1 0 6790935 0
[pid=8322/tid=8323] ppid=8319 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8322/task/8323/stat : 8323 (java) R 8319 8319 7303 0 -1 4202560 7739 0 0 0 17 2 0 0 20 0 20 0 236774885 27969433600 31199 33554432000 4194304 4196468 140724099062848 140570247486080 140570259776862 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8324] ppid=8319 vsize=27313900 memory=331 CPUtime=0 cores=0-7
/proc/8322/task/8324/stat : 8324 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 31199 33554432000 4194304 4196468 140724099062848 140570279938960 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8325] ppid=8319 vsize=27313900 memory=140013916899324 CPUtime=0 cores=0-7
/proc/8322/task/8325/stat : 8325 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 31199 33554432000 4194304 4196468 140724099062848 140570063334160 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8326] ppid=8319 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8322/task/8326/stat : 8326 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 31199 33554432000 4194304 4196468 140724099062848 140570062281872 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8327] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8327/stat : 8327 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 31199 33554432000 4194304 4196468 140724099062848 140570061229072 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8328] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8328/stat : 8328 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 31199 33554432000 4194304 4196468 140724099062848 140570060175760 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8329] ppid=8319 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8322/task/8329/stat : 8329 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 31199 33554432000 4194304 4196468 140724099062848 140570059122960 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8330] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8330/stat : 8330 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 31199 33554432000 4194304 4196468 140724099062848 140570058070672 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8331] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8331/stat : 8331 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 31199 33554432000 4194304 4196468 140724099062848 140570057017872 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8332] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8332/stat : 8332 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774889 27969433600 31199 33554432000 4194304 4196468 140724099062848 140568528149104 140570275707522 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8333] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8333/stat : 8333 (java) S 8319 8319 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236774890 27969433600 31199 33554432000 4194304 4196468 140724099062848 140568239793440 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8334] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8334/stat : 8334 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774890 27969433600 31199 33554432000 4194304 4196468 140724099062848 140567971358320 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8335] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8335/stat : 8335 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774892 27969433600 31199 33554432000 4194304 4196468 140724099062848 140567596849744 140570275714971 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8336] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8336/stat : 8336 (java) S 8319 8319 7303 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 20 0 236774892 27969433600 31199 33554432000 4194304 4196468 140724099062848 140568527095920 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8337] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8337/stat : 8337 (java) S 8319 8319 7303 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 236774892 27969433600 31199 33554432000 4194304 4196468 140724099062848 140568526043120 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8338] ppid=8319 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8322/task/8338/stat : 8338 (java) S 8319 8319 7303 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 236774892 27969433600 31199 33554432000 4194304 4196468 140724099062848 140568524990832 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8339] ppid=8319 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/8322/task/8339/stat : 8339 (java) S 8319 8319 7303 0 -1 1077944384 311 0 0 0 2 0 0 0 20 0 20 0 236774892 27969433600 31199 33554432000 4194304 4196468 140724099062848 140568523938032 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8340] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8340/stat : 8340 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236774893 27969433600 31199 33554432000 4194304 4196468 140724099062848 140567098944352 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8341] ppid=8319 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8322/task/8341/stat : 8341 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774893 27969433600 31199 33554432000 4194304 4196468 140724099062848 140568522885936 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 125928 KiB

[startup+0.309423 s]*
/proc/loadavg: 5.10 3.85 2.23 2/200 8341
/proc/meminfo: memFree=22963468/32770624 swapFree=67108860/67108860
[pid=8319] ppid=8316 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8319/stat : 8319 (scop.sh) S 8316 8319 7303 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236774885 115843072 349 33554432000 4194304 5098028 140720770098080 140720770095336 139849109586556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20238336 140720770106402 140720770106627 140720770106627 140720770109389 0
/proc/8319/statm: 28282 349 296 221 0 87 0
[pid=8322] ppid=8319 vsize=27313900 memory=129016 CPUtime=0.42 cores=0-7
/proc/8322/stat : 8322 (java) S 8319 8319 7303 0 -1 1077944320 10532 0 0 0 38 4 0 0 20 0 20 0 236774885 27969433600 32254 33554432000 4194304 4196468 140724099062848 140724099045392 140570275696375 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
/proc/8322/statm: 6828475 32254 2964 1 0 6790935 0
[pid=8322/tid=8323] ppid=8319 vsize=27313900 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8322/task/8323/stat : 8323 (java) R 8319 8319 7303 0 -1 4202560 8212 0 0 0 26 3 0 0 20 0 20 0 236774885 27969433600 32254 33554432000 4194304 4196468 140724099062848 140570247491824 140570259776862 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8324] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8324/stat : 8324 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 32254 33554432000 4194304 4196468 140724099062848 140570279938960 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8325] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8325/stat : 8325 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 32254 33554432000 4194304 4196468 140724099062848 140570063334160 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8326] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8326/stat : 8326 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 32254 33554432000 4194304 4196468 140724099062848 140570062281872 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8327] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8327/stat : 8327 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 32254 33554432000 4194304 4196468 140724099062848 140570061229072 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8328] ppid=8319 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/8322/task/8328/stat : 8328 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 32254 33554432000 4194304 4196468 140724099062848 140570060175760 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8329] ppid=8319 vsize=27313900 memory=140013786461103 CPUtime=0 cores=0-7
/proc/8322/task/8329/stat : 8329 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 32254 33554432000 4194304 4196468 140724099062848 140570059122960 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8330] ppid=8319 vsize=27313900 memory=140013786463408 CPUtime=0 cores=0-7
/proc/8322/task/8330/stat : 8330 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 32254 33554432000 4194304 4196468 140724099062848 140570058070672 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8331] ppid=8319 vsize=27313900 memory=140013786465712 CPUtime=0 cores=0-7
/proc/8322/task/8331/stat : 8331 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27969433600 32254 33554432000 4194304 4196468 140724099062848 140570057017872 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8332] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8332/stat : 8332 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774889 27969433600 32254 33554432000 4194304 4196468 140724099062848 140568528149104 140570275707522 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8333] ppid=8319 vsize=27313900 memory=280027572938384 CPUtime=0 cores=0-7
/proc/8322/task/8333/stat : 8333 (java) S 8319 8319 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236774890 27969433600 32254 33554432000 4194304 4196468 140724099062848 140568239793440 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8334] ppid=8319 vsize=27313900 memory=280027572945296 CPUtime=0 cores=0-7
/proc/8322/task/8334/stat : 8334 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774890 27969433600 32254 33554432000 4194304 4196468 140724099062848 140567971358320 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8335] ppid=8319 vsize=27313900 memory=280027572886576 CPUtime=0 cores=0-7
/proc/8322/task/8335/stat : 8335 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774892 27969433600 32254 33554432000 4194304 4196468 140724099062848 140567596849744 140570275714971 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8336] ppid=8319 vsize=27313900 memory=280027572959120 CPUtime=0.01 cores=0-7
/proc/8322/task/8336/stat : 8336 (java) S 8319 8319 7303 0 -1 1077944384 436 0 0 0 1 0 0 0 20 0 20 0 236774892 27969433600 32254 33554432000 4194304 4196468 140724099062848 140568527095920 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8337] ppid=8319 vsize=27313900 memory=280027572966032 CPUtime=0.01 cores=0-7
/proc/8322/task/8337/stat : 8337 (java) S 8319 8319 7303 0 -1 1077944384 72 0 0 0 1 0 0 0 20 0 20 0 236774892 27969433600 32254 33554432000 4194304 4196468 140724099062848 140568526043120 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8338] ppid=8319 vsize=27313900 memory=280027572963728 CPUtime=0.01 cores=0-7
/proc/8322/task/8338/stat : 8338 (java) S 8319 8319 7303 0 -1 1077944384 122 0 0 0 1 0 0 0 20 0 20 0 236774892 27969433600 32254 33554432000 4194304 4196468 140724099062848 140568524990832 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8339] ppid=8319 vsize=27313900 memory=280027572979888 CPUtime=0.07 cores=0-7
/proc/8322/task/8339/stat : 8339 (java) S 8319 8319 7303 0 -1 1077944384 353 0 0 0 7 0 0 0 20 0 20 0 236774892 27969433600 32254 33554432000 4194304 4196468 140724099062848 140568523938032 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8340] ppid=8319 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8340/stat : 8340 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236774893 27969433600 32254 33554432000 4194304 4196468 140724099062848 140567098944352 140570275706581 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8341] ppid=8319 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8322/task/8341/stat : 8341 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774893 27969433600 32254 33554432000 4194304 4196468 140724099062848 140568522885936 140570275707522 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 130412 KiB

[startup+0.700839 s]
/proc/loadavg: 5.10 3.85 2.23 2/200 8341
/proc/meminfo: memFree=22939284/32770624 swapFree=67108860/67108860
[pid=8319] ppid=8316 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8319/stat : 8319 (scop.sh) S 8316 8319 7303 0 -1 4202496 562 321 0 0 0 0 0 0 20 0 1 0 236774885 115843072 349 33554432000 4194304 5098028 140720770098080 140720770095336 139849109586556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20238336 140720770106402 140720770106627 140720770106627 140720770109389 0
/proc/8319/statm: 28282 349 296 221 0 87 0
[pid=8322] ppid=8319 vsize=27320172 memory=168520 CPUtime=1.04 cores=0-7
/proc/8322/stat : 8322 (java) S 8319 8319 7303 0 -1 1077944320 17592 0 0 0 98 6 0 0 20 0 20 0 236774885 27975856128 42130 33554432000 4194304 4196468 140724099062848 140724099045392 140570275696375 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
/proc/8322/statm: 6830043 42130 3130 1 0 6791447 0
[pid=8322/tid=8323] ppid=8319 vsize=27320172 memory=280027573337776 CPUtime=0.66 cores=0-7
/proc/8322/task/8323/stat : 8323 (java) R 8319 8319 7303 0 -1 4202560 14753 0 0 0 62 4 0 0 20 0 20 0 236774885 27975856128 42130 33554432000 4194304 4196468 140724099062848 140570247532624 140570259776862 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8324] ppid=8319 vsize=27320172 memory=140013786669936 CPUtime=0 cores=0-7
/proc/8322/task/8324/stat : 8324 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236774888 27975856128 42130 33554432000 4194304 4196468 140724099062848 140570279938960 140570275706581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8325] ppid=8319 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/8322/task/8325/stat : 8325 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236774888 27975856128 42130 33554432000 4194304 4196468 140724099062848 140570063334160 140570275706581 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0
[pid=8322/tid=8326] ppid=8319 vsize=27320172 memory=872 CPUtime=0 cores=0-7
/proc/8322/task/8326/stat : 8326 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236774888 27975856128 42130 33554432000 4194304 4196468 140724099062848 140570062281872 140570275706581 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22061056 140724099064809 140724099065133 140724099065133 140724099067855 0

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

# the end of solver process 8319 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=10.1159 s, system=0.287433 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20117 s]
/proc/loadavg: 5.10 3.85 2.23 2/200 8361
/proc/meminfo: memFree=23042292/32770624 swapFree=67108860/67108860
[pid=8319] ppid=8316 vsize=113128 memory=1472 CPUtime=9.04 cores=0-7
/proc/8319/stat : 8319 (scop.sh) S 8316 8319 7303 0 -1 4202496 591 31457 0 0 0 0 887 17 20 0 1 0 236774885 115843072 368 33554432000 4194304 5098028 140720770098080 140720770094824 139849109586556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20238336 140720770106402 140720770106627 140720770106627 140720770109389 0
/proc/8319/statm: 28282 368 311 221 0 87 0
[pid=8342] ppid=8319 vsize=7749964 memory=64508 CPUtime=0.42 cores=0-7
/proc/8342/stat : 8342 (java) S 8319 8319 7303 0 -1 1077944320 10206 0 0 0 38 4 0 0 20 0 20 0 236775174 7935963136 16127 33554432000 4194304 4196468 140736534688752 140736534671296 140137329385207 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
/proc/8342/statm: 1937491 16127 2969 1 0 1899951 0
[pid=8342/tid=8343] ppid=8319 vsize=7749964 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8342/task/8343/stat : 8343 (java) R 8319 8319 7303 0 -1 4202560 7902 0 0 0 26 3 0 0 20 0 20 0 236775175 7935963136 16127 33554432000 4194304 4196468 140736534688752 140137301193136 140137329407133 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8344] ppid=8319 vsize=7749964 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8342/task/8344/stat : 8344 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7935963136 16127 33554432000 4194304 4196468 140736534688752 140137333627280 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8345] ppid=8319 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8345/stat : 8345 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775176 7935963136 16127 33554432000 4194304 4196468 140736534688752 140137133795600 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8346] ppid=8319 vsize=7749964 memory=825241649 CPUtime=0 cores=0-7
/proc/8342/task/8346/stat : 8346 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136813685392 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8347] ppid=8319 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8347/stat : 8347 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775176 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136812632592 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8348] ppid=8319 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8348/stat : 8348 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136811580304 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8349] ppid=8319 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8349/stat : 8349 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136810527504 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8350] ppid=8319 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8350/stat : 8350 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136809475216 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8351] ppid=8319 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8351/stat : 8351 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136808422416 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8352] ppid=8319 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8352/stat : 8352 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775177 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136557074544 140137329396354 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8353] ppid=8319 vsize=7749964 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/8342/task/8353/stat : 8353 (java) S 8319 8319 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236775178 7935963136 16127 33554432000 4194304 4196468 140736534688752 140135790273312 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8354] ppid=8319 vsize=7749964 memory=1399101730491701635 CPUtime=0 cores=0-7
/proc/8342/task/8354/stat : 8354 (java) S 8319 8319 7303 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236775178 7935963136 16127 33554432000 4194304 4196468 140736534688752 140135656051824 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8355] ppid=8319 vsize=7749964 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/8342/task/8355/stat : 8355 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775180 7935963136 16127 33554432000 4194304 4196468 140736534688752 140135281547344 140137329403803 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8356] ppid=8319 vsize=7749964 memory=288230574492221466 CPUtime=0.01 cores=0-7
/proc/8342/task/8356/stat : 8356 (java) S 8319 8319 7303 0 -1 1077944384 527 0 0 0 1 0 0 0 20 0 20 0 236775180 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136556022384 140137329396354 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8357] ppid=8319 vsize=7749964 memory=0 CPUtime=0.01 cores=0-7
/proc/8342/task/8357/stat : 8357 (java) S 8319 8319 7303 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 236775180 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136554969584 140137329396354 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8358] ppid=8319 vsize=7749964 memory=0 CPUtime=0.01 cores=0-7
/proc/8342/task/8358/stat : 8358 (java) S 8319 8319 7303 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 20 0 236775180 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136553917296 140137329396354 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8359] ppid=8319 vsize=7749964 memory=0 CPUtime=0.07 cores=0-7
/proc/8342/task/8359/stat : 8359 (java) S 8319 8319 7303 0 -1 1077944384 299 0 0 0 7 0 0 0 20 0 20 0 236775180 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136552864496 140137329396354 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8360] ppid=8319 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8360/stat : 8360 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775181 7935963136 16127 33554432000 4194304 4196468 140736534688752 140134783641952 140137329395413 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8361] ppid=8319 vsize=7749964 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8342/task/8361/stat : 8361 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775181 7935963136 16127 33554432000 4194304 4196468 140736534688752 140136551811376 140137329396354 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
Current children cumulated CPU time: 9.46 s
Current children cumulated vsize: 7863092 KiB
Current children cumulated memory: 65980 KiB

[startup+3.60087 s]
/proc/loadavg: 5.10 3.85 2.23 2/200 8361
/proc/meminfo: memFree=23042292/32770624 swapFree=67108860/67108860
[pid=8319] ppid=8316 vsize=113128 memory=1472 CPUtime=9.04 cores=0-7
/proc/8319/stat : 8319 (scop.sh) S 8316 8319 7303 0 -1 4202496 591 31457 0 0 0 0 887 17 20 0 1 0 236774885 115843072 368 33554432000 4194304 5098028 140720770098080 140720770094824 139849109586556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20238336 140720770106402 140720770106627 140720770106627 140720770109389 0
/proc/8319/statm: 28282 368 311 221 0 87 0
[pid=8342] ppid=8319 vsize=7756256 memory=100744 CPUtime=1 cores=0-7
/proc/8342/stat : 8342 (java) S 8319 8319 7303 0 -1 1077944320 16994 0 0 0 93 7 0 0 20 0 20 0 236775174 7942406144 25186 33554432000 4194304 4196468 140736534688752 140736534671296 140137329385207 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
/proc/8342/statm: 1939064 25186 3127 1 0 1900463 0
[pid=8342/tid=8343] ppid=8319 vsize=7756256 memory=0 CPUtime=0.68 cores=0-7
/proc/8342/task/8343/stat : 8343 (java) R 8319 8319 7303 0 -1 4202560 14251 0 0 0 63 5 0 0 20 0 20 0 236775175 7942406144 25186 33554432000 4194304 4196468 140736534688752 140137301216784 140137313465694 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8344] ppid=8319 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8344/stat : 8344 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7942406144 25186 33554432000 4194304 4196468 140736534688752 140137333627280 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8345] ppid=8319 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8345/stat : 8345 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775176 7942406144 25186 33554432000 4194304 4196468 140736534688752 140137133795600 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8346] ppid=8319 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8346/stat : 8346 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136813685392 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8347] ppid=8319 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8347/stat : 8347 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775176 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136812632592 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8348] ppid=8319 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8348/stat : 8348 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136811580304 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8349] ppid=8319 vsize=7756256 memory=0 CPUtime=0 cores=0-7
/proc/8342/task/8349/stat : 8349 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136810527504 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8350] ppid=8319 vsize=7756256 memory=6408091206840 CPUtime=0 cores=0-7
/proc/8342/task/8350/stat : 8350 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136809475216 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8351] ppid=8319 vsize=7756256 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/8342/task/8351/stat : 8351 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775176 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136808422416 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8352] ppid=8319 vsize=7756256 memory=15258134151170443 CPUtime=0 cores=0-7
/proc/8342/task/8352/stat : 8352 (java) S 8319 8319 7303 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 236775177 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136557074544 140137329396354 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8353] ppid=8319 vsize=7756256 memory=35729832952081 CPUtime=0 cores=0-7
/proc/8342/task/8353/stat : 8353 (java) S 8319 8319 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236775178 7942406144 25186 33554432000 4194304 4196468 140736534688752 140135790273312 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8354] ppid=8319 vsize=7756256 memory=35729832952082 CPUtime=0 cores=0-7
/proc/8342/task/8354/stat : 8354 (java) S 8319 8319 7303 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 236775178 7942406144 25186 33554432000 4194304 4196468 140736534688752 140135656051824 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8355] ppid=8319 vsize=7756256 memory=35729832952083 CPUtime=0 cores=0-7
/proc/8342/task/8355/stat : 8355 (java) S 8319 8319 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775180 7942406144 25186 33554432000 4194304 4196468 140736534688752 140135281547344 140137329403803 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8356] ppid=8319 vsize=7756256 memory=35729832952084 CPUtime=0.04 cores=0-7
/proc/8342/task/8356/stat : 8356 (java) S 8319 8319 7303 0 -1 1077944384 540 0 0 0 4 0 0 0 20 0 20 0 236775180 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136556022384 140137329396354 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8357] ppid=8319 vsize=7756256 memory=9857 CPUtime=0.04 cores=0-7
/proc/8342/task/8357/stat : 8357 (java) S 8319 8319 7303 0 -1 1077944384 141 0 0 0 4 0 0 0 20 0 20 0 236775180 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136554969584 140137329396354 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8358] ppid=8319 vsize=7756256 memory=0 CPUtime=0.04 cores=0-7
/proc/8342/task/8358/stat : 8358 (java) R 8319 8319 7303 0 -1 4202560 251 0 0 0 4 0 0 0 20 0 20 0 236775180 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136553905168 140137310577183 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8359] ppid=8319 vsize=7756256 memory=280027573422032 CPUtime=0.16 cores=0-7
/proc/8342/task/8359/stat : 8359 (java) R 8319 8319 7303 0 -1 4202560 455 0 0 0 16 0 0 0 20 0 20 0 236775180 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136552864496 140137321622334 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8360] ppid=8319 vsize=7756256 memory=-6368199152461293614 CPUtime=0 cores=0-7
/proc/8342/task/8360/stat : 8360 (java) S 8319 8319 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775181 7942406144 25186 33554432000 4194304 4196468 140736534688752 140134783641952 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8361] ppid=8319 vsize=7756256 memory=-7662980745959663145 CPUtime=0 cores=0-7
/proc/8342/task/8361/stat : 8361 (java) S 8319 8319 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775181 7942406144 25186 33554432000 4194304 4196468 140736534688752 140136551811376 140137329396354 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 7869384 KiB
Current children cumulated memory: 102216 KiB

[startup+3.80196 s]
/proc/loadavg: 5.10 3.85 2.23 2/200 8361
/proc/meminfo: memFree=23042292/32770624 swapFree=67108860/67108860
[pid=8319] ppid=8316 vsize=113128 memory=1472 CPUtime=9.04 cores=0-7
/proc/8319/stat : 8319 (scop.sh) S 8316 8319 7303 0 -1 4202496 591 31457 0 0 0 0 887 17 20 0 1 0 236774885 115843072 368 33554432000 4194304 5098028 140720770098080 140720770094824 139849109586556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 20238336 140720770106402 140720770106627 140720770106627 140720770109389 0
/proc/8319/statm: 28282 368 311 221 0 87 0
[pid=8342] ppid=8319 vsize=8282828 memory=118268 CPUtime=1.29 cores=0-7
/proc/8342/stat : 8342 (java) S 8319 8319 7303 0 -1 1077944320 17892 2519 0 0 116 8 4 1 20 0 22 0 236775174 8481615872 29567 33554432000 4194304 4196468 140736534688752 140736534671296 140137329385207 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
/proc/8342/statm: 2070707 29567 3144 1 0 2032106 0
[pid=8342/tid=8343] ppid=8319 vsize=8282828 memory=-4504271847523324239 CPUtime=0.83 cores=0-7
/proc/8342/task/8343/stat : 8343 (java) R 8319 8319 7303 0 -1 4202560 14783 2519 0 0 73 5 4 1 20 0 22 0 236775175 8481615872 29567 33554432000 4194304 4196468 140736534688752 140137301216848 140137329407133 0 4 2 25189581 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8344] ppid=8319 vsize=8282828 memory=9051283677730746851 CPUtime=0.05 cores=0-7
/proc/8342/task/8344/stat : 8344 (java) S 8319 8319 7303 0 -1 1077944384 1 2519 0 0 0 0 4 1 20 0 22 0 236775176 8481615872 29567 33554432000 4194304 4196468 140736534688752 140137333627280 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8345] ppid=8319 vsize=8282828 memory=-8253362762721551997 CPUtime=0.05 cores=0-7
/proc/8342/task/8345/stat : 8345 (java) S 8319 8319 7303 0 -1 1077944384 3 2519 0 0 0 0 4 1 20 0 22 0 236775176 8481615872 29567 33554432000 4194304 4196468 140736534688752 140137133795600 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8346] ppid=8319 vsize=8282828 memory=4132769004644038186 CPUtime=0.05 cores=0-7
/proc/8342/task/8346/stat : 8346 (java) S 8319 8319 7303 0 -1 1077944384 1 2519 0 0 0 0 4 1 20 0 22 0 236775176 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136813685392 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8347] ppid=8319 vsize=8282828 memory=3047711591873946765 CPUtime=0.05 cores=0-7
/proc/8342/task/8347/stat : 8347 (java) S 8319 8319 7303 0 -1 1077944384 2 2519 0 0 0 0 4 1 20 0 22 0 236775176 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136812632592 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8348] ppid=8319 vsize=8282828 memory=8514701219881254558 CPUtime=0.05 cores=0-7
/proc/8342/task/8348/stat : 8348 (java) S 8319 8319 7303 0 -1 1077944384 1 2519 0 0 0 0 4 1 20 0 22 0 236775176 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136811580304 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8349] ppid=8319 vsize=8282828 memory=-7161131788332309537 CPUtime=0.05 cores=0-7
/proc/8342/task/8349/stat : 8349 (java) S 8319 8319 7303 0 -1 1077944384 1 2519 0 0 0 0 4 1 20 0 22 0 236775176 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136810527504 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8350] ppid=8319 vsize=8282828 memory=11023 CPUtime=0.05 cores=0-7
/proc/8342/task/8350/stat : 8350 (java) S 8319 8319 7303 0 -1 1077944384 1 2519 0 0 0 0 4 1 20 0 22 0 236775176 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136809475216 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8351] ppid=8319 vsize=8282828 memory=0 CPUtime=0.05 cores=0-7
/proc/8342/task/8351/stat : 8351 (java) S 8319 8319 7303 0 -1 1077944384 1 2519 0 0 0 0 4 1 20 0 22 0 236775176 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136808422416 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8352] ppid=8319 vsize=8282828 memory=0 CPUtime=0.05 cores=0-7
/proc/8342/task/8352/stat : 8352 (java) S 8319 8319 7303 0 -1 1077944384 6 2519 0 0 0 0 4 1 20 0 22 0 236775177 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136557074544 140137329396354 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8353] ppid=8319 vsize=8282828 memory=0 CPUtime=0.05 cores=0-7
/proc/8342/task/8353/stat : 8353 (java) S 8319 8319 7303 0 -1 1077944384 13 2519 0 0 0 0 4 1 20 0 22 0 236775178 8481615872 29567 33554432000 4194304 4196468 140736534688752 140135790273312 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8354] ppid=8319 vsize=8282828 memory=0 CPUtime=0.05 cores=0-7
/proc/8342/task/8354/stat : 8354 (java) S 8319 8319 7303 0 -1 1077944384 21 2519 0 0 0 0 4 1 20 0 22 0 236775178 8481615872 29567 33554432000 4194304 4196468 140736534688752 140135656051824 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8355] ppid=8319 vsize=8282828 memory=0 CPUtime=0.05 cores=0-7
/proc/8342/task/8355/stat : 8355 (java) S 8319 8319 7303 0 -1 1077944384 1 2519 0 0 0 0 4 1 20 0 22 0 236775180 8481615872 29567 33554432000 4194304 4196468 140736534688752 140135281547344 140137329403803 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8356] ppid=8319 vsize=8282828 memory=140013786789543 CPUtime=0.1 cores=0-7
/proc/8342/task/8356/stat : 8356 (java) R 8319 8319 7303 0 -1 4202560 552 2519 0 0 5 0 4 1 20 0 22 0 236775180 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136556022384 140137329406554 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8357] ppid=8319 vsize=8282828 memory=1408 CPUtime=0.1 cores=0-7
/proc/8342/task/8357/stat : 8357 (java) S 8319 8319 7303 0 -1 1077944384 144 2519 0 0 5 0 4 1 20 0 22 0 236775180 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136554969584 140137329396354 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8358] ppid=8319 vsize=8282828 memory=2440 CPUtime=0.12 cores=0-7
/proc/8342/task/8358/stat : 8358 (java) S 8319 8319 7303 0 -1 1077944384 326 2519 0 0 7 0 4 1 20 0 22 0 236775180 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136553917296 140137329396354 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8359] ppid=8319 vsize=8282828 memory=1396 CPUtime=0.27 cores=0-7
/proc/8342/task/8359/stat : 8359 (java) R 8319 8319 7303 0 -1 4202560 587 2519 0 0 22 0 4 1 20 0 22 0 236775180 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136552864496 140137329406554 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8360] ppid=8319 vsize=8282828 memory=307572 CPUtime=0.05 cores=0-7
/proc/8342/task/8360/stat : 8360 (java) S 8319 8319 7303 0 -1 1077944384 3 2519 0 0 0 0 4 1 20 0 22 0 236775181 8481615872 29567 33554432000 4194304 4196468 140736534688752 140134783641952 140137329395413 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
[pid=8342/tid=8361] ppid=8319 vsize=8282828 memory=8112282956445269571 CPUtime=0.05 cores=0-7
/proc/8342/task/8361/stat : 8361 (java) S 8319 8319 7303 0 -1 1077944384 2 2519 0 0 0 0 4 1 20 0 22 0 236775181 8481615872 29567 33554432000 4194304 4196468 140736534688752 140136551811376 140137329396354 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37097472 140736534693042 140736534693165 140736534693165 140736534695887 0
Current children cumulated CPU time: 10.33 s
Current children cumulated vsize: 8395956 KiB
Current children cumulated memory: 119740 KiB

Child status: 0
Real time (s): 3.82214
CPU time (s): 10.4033
CPU user time (s): 10.1159
CPU system time (s): 0.287433
CPU usage (%): 272.185
Max. virtual memory (cumulated for all children) (KiB): 27441636
Max. memory (cumulated for all children) (KiB): 454196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1159
system time used= 0.287433
maximum resident set size= 456896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52525
page faults= 0
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9667
involuntary context switches= 24


# summary of solver processes directly reported to runsolver:
#   pid: 8319
#   total CPU time (s): 10.4033
#   total CPU user time (s): 10.1159
#   total CPU system time (s): 0.287433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040414 second user time and 0.086742 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-13 22:28:37
IDJOB=4307185
IDBENCH=141386
IDSOLVER=2788
FILE ID=node107/4307185-1534192117
RUNJOBID= node107-1534191883-7330
PBS_JOBID= 21037998
Free space on /tmp= 39620 MiB

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

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

MD5SUM BENCH= 9520b1c3a7fc9338271b16f0cb9e04b3
RANDOM SEED=379325514

node107.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.40
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.40
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.40
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.40
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:        23081356 kB
MemAvailable:   31900340 kB
Buffers:          232612 kB
Cached:          8782516 kB
SwapCached:            0 kB
Active:          4704472 kB
Inactive:        4365292 kB
Active(anon):       3656 kB
Inactive(anon):   103580 kB
Active(file):    4700816 kB
Inactive(file):  4261712 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8588 kB
Writeback:             0 kB
AnonPages:         61652 kB
Mapped:            53644 kB
Shmem:             49804 kB
Slab:             312988 kB
SReclaimable:     284916 kB
SUnreclaim:        28072 kB
KernelStack:        3232 kB
PageTables:         5256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 39612 MiB
End job on node107 at 2018-08-13 22:28:41