Trace number 4307421

Some explanations

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

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

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

Solver answer on this benchmark

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

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 -both -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-8440-serial-file.bin HOME/instance-4307421-1534192122.xml
0.65/0.52	
0.65/0.53	scop both+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:43 CEST 2018
0.65/0.55	c PID: 8443
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.14/1.34	c (0,0) Parsing End
3.14/1.34	c (0,0) CSP: 80 int (0 aux), 0 bool (0 aux), 1207 ctr, max domain size 4
3.14/1.34	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.14/1.34	c (0,0) Constraint Name Generate Begin
3.14/1.36	c (0,0) Ctr:HOME/instance-4307421-1534192122.xml,Cardinality:Instantiation:IntVar:LexMatrix:Ne:Num:Or
3.14/1.36	c (0,0) Constraint Name Generate End
3.14/1.36	c (0,0) Heap : 337 MiB used (max 21589 MiB), NonHeap : 22 MiB used (max 0 MiB)
3.14/1.36	c (0,0) CSP to CSPinCNF Begin
3.54/1.50	c (0,0) translated 121 (10%) constraints
3.87/1.53	c (1,0) translated 242 (20%) constraints
3.87/1.57	c (1,1) translated 363 (30%) constraints
3.87/1.59	c (1,1) translated 483 (40%) constraints
4.16/1.61	c (1,1) translated 604 (50%) constraints
4.16/1.63	c (1,1) translated 725 (60%) constraints
4.16/1.64	c (1,1) translated 845 (70%) constraints
4.16/1.65	c (1,1) translated 966 (80%) constraints
4.16/1.66	c (1,1) translated 1087 (90%) constraints
4.80/1.85	c (1,1) translated 1207 (100%) constraints
5.68/2.04	c (1,1) STATISTICS1:HOME/instance-4307421-1534192122.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.68/2.04	c (1,1) ==========================================
5.68/2.04	c (1,1) Both Encoding selects:
5.68/2.04	c (1,1) Order
5.68/2.04	c (1,1) ==========================================
5.68/2.07	c (1,1) translated 212 (10%) constraints
5.68/2.09	c (1,1) translated 424 (20%) constraints
6.10/2.11	c (1,1) translated 635 (30%) constraints
6.10/2.13	c (1,1) translated 847 (40%) constraints
6.10/2.16	c (1,1) translated 1058 (50%) constraints
6.48/2.20	c (1,1) translated 1270 (60%) constraints
6.48/2.24	c (1,1) translated 1482 (70%) constraints
6.48/2.27	c (1,1) translated 1693 (80%) constraints
6.90/2.30	c (1,1) translated 1905 (90%) constraints
6.90/2.31	c (1,1) translated 2116 (100%) constraints
6.90/2.32	c (1,1) CSP to CSPinCNF End
6.90/2.32	c (1,1) CSP: 140 int (60 aux), 741 bool (741 aux), 2912 ctr, max domain size 5
6.90/2.32	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
6.90/2.32	c (1,1) CSPinCNF Propagation Begin
7.29/2.42	c (1,1) 188 values, 1034 unsatisfiable literals, and 866 valid clauses are removed
7.29/2.42	c (1,1) CSPinCNF Propagation End
7.29/2.42	c (1,1) CSP: 280 int (200 aux), 601 bool (601 aux), 2046 ctr, max domain size 5
7.29/2.42	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
7.29/2.42	c (1,1) Simplify CSPinCNF Begin
7.29/2.49	c (1,1) Simplify CSPinCNF End
7.29/2.49	c (1,1) CSP: 280 int (200 aux), 1687 bool (1687 aux), 3132 ctr, max domain size 5
7.29/2.49	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 30 MiB used (max 0 MiB)
7.29/2.49	c (1,1) Calculate Precise Domain Begin
7.60/2.52	c (1,1) 0 values are removed by re-calculation
7.60/2.52	c (1,1) Calculate Precise Domain End
7.60/2.53	c (1,1) CSP: 280 int (200 aux), 1687 bool (1687 aux), 3132 ctr, max domain size 5
7.60/2.53	c (1,1) Heap : 563 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
7.60/2.53	c (1,1) CSPinCNF to SatSolver Begin
7.89/2.61	c (2,2) 314 (10 %) CSP clauses are encoded (2071 SAT variables, 1212 SAT clauses)
7.89/2.63	c (2,2) 627 (20 %) CSP clauses are encoded (2071 SAT variables, 2254 SAT clauses)
7.89/2.65	c (2,2) 940 (30 %) CSP clauses are encoded (2071 SAT variables, 3221 SAT clauses)
7.89/2.67	c (2,2) 1253 (40 %) CSP clauses are encoded (2071 SAT variables, 4110 SAT clauses)
7.89/2.68	c (2,2) 1566 (50 %) CSP clauses are encoded (2071 SAT variables, 4717 SAT clauses)
7.89/2.70	c (2,2) 1880 (60 %) CSP clauses are encoded (2071 SAT variables, 5983 SAT clauses)
8.24/2.71	c (2,2) 2193 (70 %) CSP clauses are encoded (2071 SAT variables, 7248 SAT clauses)
8.24/2.73	c (2,2) 2506 (80 %) CSP clauses are encoded (2071 SAT variables, 8513 SAT clauses)
8.24/2.74	c (2,2) 2819 (90 %) CSP clauses are encoded (2071 SAT variables, 9778 SAT clauses)
8.24/2.75	c (2,2) 3132 (100 %) CSP clauses are encoded (2071 SAT variables, 10575 SAT clauses)
8.24/2.75	c (2,2) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
8.24/2.75	c (2,2) CSPinCNF to SatSolver End
8.24/2.75	c (2,2) Heap : 675 MiB used (max 21589 MiB), NonHeap : 32 MiB used (max 0 MiB)
8.24/2.79	c (2,2) STATISTICS2:HOME/instance-4307421-1534192122.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.24/2.79	c (2,2) 2071 bool, 10578 clause
8.24/2.79	c (2,2) Export Begin
8.65/2.87	c (2,2) Export to HOME/scop-8440-serial-file.bin
8.65/2.87	c (2,2) Export End
8.65/2.87	c (2,2) Export File Size: 0.01 MB
8.65/2.87	c (2,2) 0,0,1,1,1,1,2,STOP-AFTER(DIMACS)
8.65/2.87	c END-Prog: Mon Aug 13 22:28:45 CEST 2018
8.65/2.89	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-8440-serial-file.bin
9.38/3.37	c (0,0) Read Serial File Begin
9.38/3.37	c (0,0) HOME/scop-8440-serial-file.bin
9.67/3.53	c (0,0) Read Serial File End
9.67/3.54	
9.86/3.66	scop order+glucose-syrup (2018-07-31)
9.86/3.66	(Solving Process)
9.86/3.66	
9.86/3.66	c BEGIN-Prog: Mon Aug 13 22:28:46 CEST 2018
9.86/3.66	c PID: 8463
9.86/3.66	c IP: 172.20.3.107
9.86/3.66	c HOST: node107.alineos.net
9.86/3.66	c (0,0) SatSolver.solve Begin
9.86/3.66	c (0,0) 0 bool, 0 clause
9.86/3.66	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307421-1534192122.xml-scop-8443.cnf
9.86/3.69	c (0,0) c
9.86/3.69	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
9.86/3.69	c (0,0) c
9.86/3.69	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
9.86/3.69	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
9.86/3.69	c (0,0) c ========================================[ Problem Statistics ]===========================================
9.86/3.69	c (0,0) c |                                                                                                       |
9.86/3.69	c (0,0) c |  Number of variables:          2071                                                                   |
9.86/3.69	c (0,0) c |  Number of clauses:           10578                                                                   |
9.86/3.69	c (0,0) c |  Parse time:                   0.00 s                                                                 |
9.86/3.69	c (0,0) c |                                                                                                       |
9.86/3.69	c (0,0) c |  Eliminated clauses:           0.01 Mb                                                                |
9.86/3.69	c (0,0) c |  Simplification time:          0.01 s                                                                 |
9.86/3.69	c (0,0) c |                                                                                                       |
9.86/3.69	c (0,0) c |  Generating clones                                                                                    |
9.86/3.69	c (0,0) c |  all clones generated. Memory =  31.96Mb.                                                             |
9.86/3.69	c (0,0) c ========================================================================================================|
9.86/3.69	c (0,0) c last restart ## conflicts  :  125 45 
9.86/3.69	c (0,0) c Thread 4 is 100% pure glucose! First thread to finish! (SAT answer).
9.86/3.69	c (0,0) c Total Memory so far : 607.99Mb
9.86/3.69	c (0,0) c
9.86/3.69	c (0,0) c real time : 0.0893421 s
9.86/3.69	c (0,0) c cpu time  : 0.045602 s
9.86/3.69	c (0,0) c
9.86/3.69	c (0,0) c
9.86/3.69	c (0,0) c
9.86/3.69	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
9.86/3.69	c (0,0) c
9.86/3.69	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.86/3.69	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
9.86/3.69	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.86/3.69	c (0,0) c | Conflicts     |            1012 |        190 |        117 |        116 |        116 |        125 |        118 |        117 |        113 |
9.86/3.69	c (0,0) c | Decisions     |            3104 |        986 |        298 |        292 |        292 |        341 |        302 |        298 |        295 |
9.86/3.69	c (0,0) c | Propagations  |          128065 |      13771 |      17007 |      13837 |      13837 |      18838 |      17436 |      17007 |      16332 |
9.86/3.69	c (0,0) c | Avg_Trail     |                 |        802 |        805 |        807 |        807 |        830 |        805 |        805 |        809 |
9.86/3.69	c (0,0) c | Avg_DL        |                 |         42 |         24 |         23 |         23 |         23 |         24 |         24 |         24 |
9.86/3.69	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.86/3.69	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.86/3.69	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.86/3.69	c (0,0) c | Exported      |              60 |          9 |          7 |          8 |          8 |          7 |          7 |          7 |          7 |
9.86/3.69	c (0,0) c | Imported      |             174 |         40 |          9 |         45 |         45 |          8 |          9 |          9 |          9 |
9.86/3.69	c (0,0) c | Good          |              63 |          7 |          8 |          8 |          8 |          8 |          8 |          8 |          8 |
9.86/3.69	c (0,0) c | Purge         |             111 |         33 |          1 |         37 |         37 |          0 |          1 |          1 |          1 |
9.86/3.69	c (0,0) c | Promoted      |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.86/3.69	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.86/3.69	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
9.86/3.69	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.86/3.69	c (0,0) c | Unaries       |                 |         16 |          2 |          2 |          2 |          2 |          2 |          2 |          2 |
9.86/3.69	c (0,0) c | Binaries      |                 |          3 |          1 |          1 |          1 |          1 |          1 |          1 |          1 |
9.86/3.69	c (0,0) c | Glues         |                 |          9 |          7 |          8 |          8 |          7 |          7 |          7 |          7 |
9.86/3.69	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.86/3.69	c (0,0) c | Orig_Seen     |            10 % |       1468 |       1097 |       1010 |       1010 |       1184 |       1117 |       1097 |       1081 |
9.86/3.69	c (0,0) c | Diff Orig seen|                 |        284 | -       87 | -      174 | -      174 |      X     | -       67 | -       87 | -      103 |
9.86/3.69	c (0,0) c | Hamming       |            16 % |        492 |        273 |        420 |        420 |      X     |        168 |        273 |        310 |
9.86/3.69	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
9.86/3.69	c (0,0) 
9.86/3.69	c (0,0) s SATISFIABLE
10.04/3.71	c (0,0) SatSolver.solve End
10.04/3.71	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
10.04/3.71	c (0,0) Show results Begin
10.04/3.77	s SATISFIABLE
10.04/3.78	v <instantiation>
10.04/3.78	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.04/3.78	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.04/3.78	v </instantiation>
10.04/3.78	c (0,0) Show results End
10.04/3.78	c (0,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 17 MiB used (max 0 MiB)
10.04/3.78	c (0,0) 0,0,STOP-AFTER(ALL)
10.04/3.78	c END-Prog: Mon Aug 13 22:28:46 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 (12434 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-4307421-1534192122/watcher-4307421-1534192122 -o /tmp/evaluation-result-4307421-1534192122/solver-4307421-1534192122 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534191883-7330 --watchdog 2580 scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307421-1534192122.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=8440, runsolver pid=8437
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 5.09 3.87 2.24 2/200 8462
/proc/meminfo: memFree=22986796/32770624 swapFree=67108860/67108860
[pid=8440] ppid=8437 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8440/stat : 8440 (scop.sh) S 8437 8440 7303 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236775390 115843072 349 33554432000 4194304 5098028 140720729100592 140720729097848 140372658770556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16543744 140720729105443 140720729105667 140720729105667 140720729108429 0
/proc/8440/statm: 28282 349 296 221 0 87 0
[pid=8443] ppid=8440 vsize=27313900 memory=108188 CPUtime=0.1 cores=0-7
/proc/8443/stat : 8443 (java) S 8440 8440 7303 0 -1 1077944320 6528 0 0 0 8 2 0 0 20 0 20 0 236775390 27969433600 27047 33554432000 4194304 4196468 140723875348848 140723875331392 140671343251191 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
/proc/8443/statm: 6828475 27047 2740 1 0 6790935 0
[pid=8443/tid=8444] ppid=8440 vsize=27313900 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/8443/task/8444/stat : 8444 (java) R 8440 8440 7303 0 -1 4202560 4670 0 0 0 7 2 0 0 20 0 20 0 236775391 27969433600 27112 33554432000 4194304 4196468 140723875348848 140671315086320 140671343273117 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8445] ppid=8440 vsize=27313900 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/8443/task/8445/stat : 8445 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 27112 33554432000 4194304 4196468 140723875348848 140671347493648 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8446] ppid=8440 vsize=27313900 memory=140099986912896 CPUtime=0 cores=0-7
/proc/8443/task/8446/stat : 8446 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 27112 33554432000 4194304 4196468 140723875348848 140671130889104 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8447] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8447/stat : 8447 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 27112 33554432000 4194304 4196468 140723875348848 140671129836560 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8448] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8448/stat : 8448 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 27112 33554432000 4194304 4196468 140723875348848 140671128784016 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8449] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8449/stat : 8449 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 27112 33554432000 4194304 4196468 140723875348848 140671127730448 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8450] ppid=8440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8443/task/8450/stat : 8450 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 27112 33554432000 4194304 4196468 140723875348848 140671126677904 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8451] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8451/stat : 8451 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 27112 33554432000 4194304 4196468 140723875348848 140671125625360 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8452] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8452/stat : 8452 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 27112 33554432000 4194304 4196468 140723875348848 140671124572816 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8453] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8453/stat : 8453 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775395 27969433600 27112 33554432000 4194304 4196468 140723875348848 140669978143216 140671343262338 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8454] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8454/stat : 8454 (java) S 8440 8440 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236775395 27969433600 27112 33554432000 4194304 4196468 140723875348848 140669238633888 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8455] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8455/stat : 8455 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775395 27969433600 27112 33554432000 4194304 4196468 140723875348848 140668970198512 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8456] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8456/stat : 8456 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 27112 33554432000 4194304 4196468 140723875348848 140668595690192 140671343269787 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8457] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8457/stat : 8457 (java) S 8440 8440 7303 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 27112 33554432000 4194304 4196468 140723875348848 140669729368048 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8458] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8458/stat : 8458 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 27112 33554432000 4194304 4196468 140723875348848 140669728315504 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8459] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8459/stat : 8459 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 27112 33554432000 4194304 4196468 140723875348848 140669727262960 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8460] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8460/stat : 8460 (java) S 8440 8440 7303 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 27112 33554432000 4194304 4196468 140723875348848 140669726210416 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8461] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8461/stat : 8461 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 27112 33554432000 4194304 4196468 140723875348848 140668097784544 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8462] ppid=8440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8443/task/8462/stat : 8462 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 27112 33554432000 4194304 4196468 140723875348848 140669725158320 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 109584 KiB

[startup+0.209768 s]*
/proc/loadavg: 5.09 3.87 2.24 2/200 8462
/proc/meminfo: memFree=22970376/32770624 swapFree=67108860/67108860
[pid=8440] ppid=8437 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8440/stat : 8440 (scop.sh) S 8437 8440 7303 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236775390 115843072 349 33554432000 4194304 5098028 140720729100592 140720729097848 140372658770556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16543744 140720729105443 140720729105667 140720729105667 140720729108429 0
/proc/8440/statm: 28282 349 296 221 0 87 0
[pid=8443] ppid=8440 vsize=27313900 memory=122828 CPUtime=0.24 cores=0-7
/proc/8443/stat : 8443 (java) S 8440 8440 7303 0 -1 1077944320 10424 0 0 0 21 3 0 0 20 0 20 0 236775390 27969433600 30707 33554432000 4194304 4196468 140723875348848 140723875331392 140671343251191 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
/proc/8443/statm: 6828475 30707 2899 1 0 6790935 0
[pid=8443/tid=8444] ppid=8440 vsize=27313900 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/8443/task/8444/stat : 8444 (java) R 8440 8440 7303 0 -1 4202560 8329 0 0 0 17 3 0 0 20 0 20 0 236775391 27969433600 30773 33554432000 4194304 4196468 140723875348848 140671315078592 140671327331678 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8445] ppid=8440 vsize=27313900 memory=331 CPUtime=0 cores=0-7
/proc/8443/task/8445/stat : 8445 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 30773 33554432000 4194304 4196468 140723875348848 140671347493648 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8446] ppid=8440 vsize=27313900 memory=140099986921589 CPUtime=0 cores=0-7
/proc/8443/task/8446/stat : 8446 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 30773 33554432000 4194304 4196468 140723875348848 140671130889104 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8447] ppid=8440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8443/task/8447/stat : 8447 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 30773 33554432000 4194304 4196468 140723875348848 140671129836560 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8448] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8448/stat : 8448 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 30773 33554432000 4194304 4196468 140723875348848 140671128784016 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8449] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8449/stat : 8449 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 30773 33554432000 4194304 4196468 140723875348848 140671127730448 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8450] ppid=8440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8443/task/8450/stat : 8450 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 30773 33554432000 4194304 4196468 140723875348848 140671126677904 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8451] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8451/stat : 8451 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 30773 33554432000 4194304 4196468 140723875348848 140671125625360 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8452] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8452/stat : 8452 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 30773 33554432000 4194304 4196468 140723875348848 140671124572816 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8453] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8453/stat : 8453 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775395 27969433600 30773 33554432000 4194304 4196468 140723875348848 140669978143216 140671343262338 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8454] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8454/stat : 8454 (java) S 8440 8440 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236775395 27969433600 30773 33554432000 4194304 4196468 140723875348848 140669238633888 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8455] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8455/stat : 8455 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775395 27969433600 30773 33554432000 4194304 4196468 140723875348848 140668970198512 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8456] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8456/stat : 8456 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 30773 33554432000 4194304 4196468 140723875348848 140668595690192 140671343269787 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8457] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8457/stat : 8457 (java) S 8440 8440 7303 0 -1 1077944384 313 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 30773 33554432000 4194304 4196468 140723875348848 140669729368048 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8458] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8458/stat : 8458 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 30773 33554432000 4194304 4196468 140723875348848 140669728315504 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8459] ppid=8440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8443/task/8459/stat : 8459 (java) S 8440 8440 7303 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 30773 33554432000 4194304 4196468 140723875348848 140669727262960 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8460] ppid=8440 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/8443/task/8460/stat : 8460 (java) S 8440 8440 7303 0 -1 1077944384 307 0 0 0 2 0 0 0 20 0 20 0 236775398 27969433600 30773 33554432000 4194304 4196468 140723875348848 140669726210416 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8461] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8461/stat : 8461 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 30773 33554432000 4194304 4196468 140723875348848 140668097784544 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8462] ppid=8440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8443/task/8462/stat : 8462 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 30773 33554432000 4194304 4196468 140723875348848 140669725158320 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 124224 KiB

[startup+0.309408 s]*
/proc/loadavg: 5.09 3.87 2.24 2/200 8462
/proc/meminfo: memFree=22965972/32770624 swapFree=67108860/67108860
[pid=8440] ppid=8437 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8440/stat : 8440 (scop.sh) S 8437 8440 7303 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236775390 115843072 349 33554432000 4194304 5098028 140720729100592 140720729097848 140372658770556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16543744 140720729105443 140720729105667 140720729105667 140720729108429 0
/proc/8440/statm: 28282 349 296 221 0 87 0
[pid=8443] ppid=8440 vsize=27313900 memory=127548 CPUtime=0.41 cores=0-7
/proc/8443/stat : 8443 (java) S 8440 8440 7303 0 -1 1077944320 11125 0 0 0 37 4 0 0 20 0 20 0 236775390 27969433600 31887 33554432000 4194304 4196468 140723875348848 140723875331392 140671343251191 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
/proc/8443/statm: 6828475 31887 3016 1 0 6790935 0
[pid=8443/tid=8444] ppid=8440 vsize=27313900 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8443/task/8444/stat : 8444 (java) R 8440 8440 7303 0 -1 4202560 8800 0 0 0 26 3 0 0 20 0 20 0 236775391 27969433600 31887 33554432000 4194304 4196468 140723875348848 140671315046640 140671343273117 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8445] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8445/stat : 8445 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 31887 33554432000 4194304 4196468 140723875348848 140671347493648 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8446] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8446/stat : 8446 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 31887 33554432000 4194304 4196468 140723875348848 140671130889104 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8447] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8447/stat : 8447 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 31887 33554432000 4194304 4196468 140723875348848 140671129836560 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8448] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8448/stat : 8448 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 31887 33554432000 4194304 4196468 140723875348848 140671128784016 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8449] ppid=8440 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/8443/task/8449/stat : 8449 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 31887 33554432000 4194304 4196468 140723875348848 140671127730448 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8450] ppid=8440 vsize=27313900 memory=140099887133615 CPUtime=0 cores=0-7
/proc/8443/task/8450/stat : 8450 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 31887 33554432000 4194304 4196468 140723875348848 140671126677904 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8451] ppid=8440 vsize=27313900 memory=140099887135920 CPUtime=0 cores=0-7
/proc/8443/task/8451/stat : 8451 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 31887 33554432000 4194304 4196468 140723875348848 140671125625360 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8452] ppid=8440 vsize=27313900 memory=140099887138224 CPUtime=0 cores=0-7
/proc/8443/task/8452/stat : 8452 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775393 27969433600 31887 33554432000 4194304 4196468 140723875348848 140671124572816 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8453] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8453/stat : 8453 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775395 27969433600 31887 33554432000 4194304 4196468 140723875348848 140669978143216 140671343262338 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8454] ppid=8440 vsize=27313900 memory=280199774283408 CPUtime=0 cores=0-7
/proc/8443/task/8454/stat : 8454 (java) S 8440 8440 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236775395 27969433600 31887 33554432000 4194304 4196468 140723875348848 140669238633888 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8455] ppid=8440 vsize=27313900 memory=280199774290320 CPUtime=0 cores=0-7
/proc/8443/task/8455/stat : 8455 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775395 27969433600 31887 33554432000 4194304 4196468 140723875348848 140668970198512 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8456] ppid=8440 vsize=27313900 memory=280199774231600 CPUtime=0 cores=0-7
/proc/8443/task/8456/stat : 8456 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 31887 33554432000 4194304 4196468 140723875348848 140668595690192 140671343269787 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8457] ppid=8440 vsize=27313900 memory=280199774304144 CPUtime=0.01 cores=0-7
/proc/8443/task/8457/stat : 8457 (java) S 8440 8440 7303 0 -1 1077944384 408 0 0 0 1 0 0 0 20 0 20 0 236775398 27969433600 31887 33554432000 4194304 4196468 140723875348848 140669729368048 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8458] ppid=8440 vsize=27313900 memory=280199774311056 CPUtime=0 cores=0-7
/proc/8443/task/8458/stat : 8458 (java) S 8440 8440 7303 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 31887 33554432000 4194304 4196468 140723875348848 140669728315504 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8459] ppid=8440 vsize=27313900 memory=280199774308752 CPUtime=0.01 cores=0-7
/proc/8443/task/8459/stat : 8459 (java) S 8440 8440 7303 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 20 0 236775398 27969433600 31887 33554432000 4194304 4196468 140723875348848 140669727262960 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8460] ppid=8440 vsize=27313900 memory=280199774324912 CPUtime=0.07 cores=0-7
/proc/8443/task/8460/stat : 8460 (java) S 8440 8440 7303 0 -1 1077944384 356 0 0 0 7 0 0 0 20 0 20 0 236775398 27969433600 31887 33554432000 4194304 4196468 140723875348848 140669726210416 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8461] ppid=8440 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8461/stat : 8461 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 31887 33554432000 4194304 4196468 140723875348848 140668097784544 140671343261397 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8462] ppid=8440 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/8443/task/8462/stat : 8462 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775398 27969433600 31887 33554432000 4194304 4196468 140723875348848 140669725158320 140671343262338 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 128944 KiB

[startup+0.700823 s]
/proc/loadavg: 5.09 3.87 2.24 2/200 8462
/proc/meminfo: memFree=22941912/32770624 swapFree=67108860/67108860
[pid=8440] ppid=8437 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/8440/stat : 8440 (scop.sh) S 8437 8440 7303 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236775390 115843072 349 33554432000 4194304 5098028 140720729100592 140720729097848 140372658770556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16543744 140720729105443 140720729105667 140720729105667 140720729108429 0
/proc/8440/statm: 28282 349 296 221 0 87 0
[pid=8443] ppid=8440 vsize=27320172 memory=167276 CPUtime=1.04 cores=0-7
/proc/8443/stat : 8443 (java) S 8440 8440 7303 0 -1 1077944320 18257 0 0 0 97 7 0 0 20 0 20 0 236775390 27975856128 41819 33554432000 4194304 4196468 140723875348848 140723875331392 140671343251191 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
/proc/8443/statm: 6830043 41819 3132 1 0 6791447 0
[pid=8443/tid=8444] ppid=8440 vsize=27320172 memory=280199774682800 CPUtime=0.66 cores=0-7
/proc/8443/task/8444/stat : 8444 (java) R 8440 8440 7303 0 -1 4202560 15346 0 0 0 61 5 0 0 20 0 20 0 236775391 27975856128 41819 33554432000 4194304 4196468 140723875348848 140671315086976 140671343273117 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8445] ppid=8440 vsize=27320172 memory=140099887342448 CPUtime=0 cores=0-7
/proc/8443/task/8445/stat : 8445 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27975856128 41819 33554432000 4194304 4196468 140723875348848 140671347493648 140671343261397 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8446] ppid=8440 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/8443/task/8446/stat : 8446 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775393 27975856128 41819 33554432000 4194304 4196468 140723875348848 140671130889104 140671343261397 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0
[pid=8443/tid=8447] ppid=8440 vsize=27320172 memory=872 CPUtime=0 cores=0-7
/proc/8443/task/8447/stat : 8447 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775393 27975856128 41819 33554432000 4194304 4196468 140723875348848 140671129836560 140671343261397 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25772032 140723875357674 140723875357997 140723875357997 140723875360719 0

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

# the end of solver process 8440 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.92859 s, system=0.283439 s

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

[startup+3.20112 s]
/proc/loadavg: 5.09 3.87 2.24 2/200 8482
/proc/meminfo: memFree=23040524/32770624 swapFree=67108860/67108860
[pid=8440] ppid=8437 vsize=113128 memory=1472 CPUtime=8.85 cores=0-7
/proc/8440/stat : 8440 (scop.sh) S 8437 8440 7303 0 -1 4202496 589 29755 0 0 0 0 867 18 20 0 1 0 236775390 115843072 368 33554432000 4194304 5098028 140720729100592 140720729097336 140372658770556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16543744 140720729105443 140720729105667 140720729105667 140720729108429 0
/proc/8440/statm: 28282 368 311 221 0 87 0
[pid=8463] ppid=8440 vsize=7749964 memory=66764 CPUtime=0.43 cores=0-7
/proc/8463/stat : 8463 (java) S 8440 8440 7303 0 -1 1077944320 10224 0 0 0 40 3 0 0 20 0 20 0 236775679 7935963136 16691 33554432000 4194304 4196468 140727453433424 140727453415968 140162436464375 0 0 2 16800973 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
/proc/8463/statm: 1937491 16691 2967 1 0 1899951 0
[pid=8463/tid=8464] ppid=8440 vsize=7749964 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8463/task/8464/stat : 8464 (java) R 8440 8440 7303 0 -1 4202560 7928 0 0 0 27 2 0 0 20 0 20 0 236775679 7935963136 16691 33554432000 4194304 4196468 140727453433424 140162408286336 140162420544862 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8465] ppid=8440 vsize=7749964 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8463/task/8465/stat : 8465 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775681 7935963136 16691 33554432000 4194304 4196468 140727453433424 140162440706320 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8466] ppid=8440 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8466/stat : 8466 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775681 7935963136 16691 33554432000 4194304 4196468 140727453433424 140162240874896 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8467] ppid=8440 vsize=7749964 memory=825241649 CPUtime=0 cores=0-7
/proc/8463/task/8467/stat : 8467 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775681 7935963136 16691 33554432000 4194304 4196468 140727453433424 140162239822352 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8468] ppid=8440 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8468/stat : 8468 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775681 7935963136 16691 33554432000 4194304 4196468 140727453433424 140162238769808 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8469] ppid=8440 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8469/stat : 8469 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775681 7935963136 16691 33554432000 4194304 4196468 140727453433424 140162237717264 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8470] ppid=8440 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8470/stat : 8470 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775681 7935963136 16691 33554432000 4194304 4196468 140727453433424 140162236664720 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8471] ppid=8440 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8471/stat : 8471 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775681 7935963136 16691 33554432000 4194304 4196468 140727453433424 140162235612176 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8472] ppid=8440 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8472/stat : 8472 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775681 7935963136 16691 33554432000 4194304 4196468 140727453433424 140162234559632 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8473] ppid=8440 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8473/stat : 8473 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236775682 7935963136 16691 33554432000 4194304 4196468 140727453433424 140161395742704 140162436475522 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8474] ppid=8440 vsize=7749964 memory=7681905605394137914 CPUtime=0 cores=0-7
/proc/8463/task/8474/stat : 8474 (java) S 8440 8440 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236775683 7935963136 16691 33554432000 4194304 4196468 140727453433424 140161090315168 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8475] ppid=8440 vsize=7749964 memory=1399101730491701635 CPUtime=0 cores=0-7
/proc/8463/task/8475/stat : 8475 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775683 7935963136 16691 33554432000 4194304 4196468 140727453433424 140160821879792 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8476] ppid=8440 vsize=7749964 memory=-7522837583129502606 CPUtime=0 cores=0-7
/proc/8463/task/8476/stat : 8476 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775685 7935963136 16691 33554432000 4194304 4196468 140727453433424 140160447371472 140162436482971 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8477] ppid=8440 vsize=7749964 memory=288230574492221466 CPUtime=0.01 cores=0-7
/proc/8463/task/8477/stat : 8477 (java) S 8440 8440 7303 0 -1 1077944384 480 0 0 0 1 0 0 0 20 0 20 0 236775685 7935963136 16691 33554432000 4194304 4196468 140727453433424 140161394690544 140162436475522 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8478] ppid=8440 vsize=7749964 memory=0 CPUtime=0.02 cores=0-7
/proc/8463/task/8478/stat : 8478 (java) S 8440 8440 7303 0 -1 1077944384 65 0 0 0 2 0 0 0 20 0 20 0 236775685 7935963136 16691 33554432000 4194304 4196468 140727453433424 140161393638000 140162436475522 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8479] ppid=8440 vsize=7749964 memory=0 CPUtime=0.01 cores=0-7
/proc/8463/task/8479/stat : 8479 (java) S 8440 8440 7303 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 20 0 236775685 7935963136 16691 33554432000 4194304 4196468 140727453433424 140161392585456 140162436475522 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8480] ppid=8440 vsize=7749964 memory=0 CPUtime=0.07 cores=0-7
/proc/8463/task/8480/stat : 8480 (java) S 8440 8440 7303 0 -1 1077944384 310 0 0 0 7 0 0 0 20 0 20 0 236775685 7935963136 16691 33554432000 4194304 4196468 140727453433424 140161391532912 140162436475522 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8481] ppid=8440 vsize=7749964 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8481/stat : 8481 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236775685 7935963136 16691 33554432000 4194304 4196468 140727453433424 140159949465824 140162436474581 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8482] ppid=8440 vsize=7749964 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/8463/task/8482/stat : 8482 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236775686 7935963136 16691 33554432000 4194304 4196468 140727453433424 140161390479792 140162436475522 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 7863092 KiB
Current children cumulated memory: 68236 KiB

[startup+3.60115 s]
/proc/loadavg: 5.09 3.87 2.24 2/200 8482
/proc/meminfo: memFree=23040524/32770624 swapFree=67108860/67108860
[pid=8440] ppid=8437 vsize=113128 memory=1472 CPUtime=8.85 cores=0-7
/proc/8440/stat : 8440 (scop.sh) S 8437 8440 7303 0 -1 4202496 589 29755 0 0 0 0 867 18 20 0 1 0 236775390 115843072 368 33554432000 4194304 5098028 140720729100592 140720729097336 140372658770556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16543744 140720729105443 140720729105667 140720729105667 140720729108429 0
/proc/8440/statm: 28282 368 311 221 0 87 0
[pid=8463] ppid=8440 vsize=7756484 memory=102836 CPUtime=1.01 cores=0-7
/proc/8463/stat : 8463 (java) S 8440 8440 7303 0 -1 1077944320 17017 0 0 0 96 5 0 0 20 0 21 0 236775679 7942639616 25709 33554432000 4194304 4196468 140727453433424 140727453415968 140162436464375 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
/proc/8463/statm: 1939121 25709 3117 1 0 1900520 0
[pid=8463/tid=8464] ppid=8440 vsize=7822020 memory=0 CPUtime=0.68 cores=0-7
/proc/8463/task/8464/stat : 8464 (java) R 8440 8440 7303 0 -1 4202560 14282 0 0 0 65 3 0 0 20 0 21 0 236775679 8009748480 25709 33554432000 4194304 4196468 140727453433424 140162408301104 140162436476310 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8465] ppid=8440 vsize=7822020 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8465/stat : 8465 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 236775681 8009748480 25710 33554432000 4194304 4196468 140727453433424 140162440706320 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8466] ppid=8440 vsize=7822020 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8466/stat : 8466 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 236775681 8009748480 25710 33554432000 4194304 4196468 140727453433424 140162240874896 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8467] ppid=8440 vsize=7822020 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8467/stat : 8467 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 236775681 8009748480 25710 33554432000 4194304 4196468 140727453433424 140162239822352 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8468] ppid=8440 vsize=7822020 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8468/stat : 8468 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 236775681 8009748480 25710 33554432000 4194304 4196468 140727453433424 140162238769808 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8469] ppid=8440 vsize=7822020 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8469/stat : 8469 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 236775681 8009748480 25710 33554432000 4194304 4196468 140727453433424 140162237717264 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8470] ppid=8440 vsize=7822020 memory=0 CPUtime=0 cores=0-7
/proc/8463/task/8470/stat : 8470 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 236775681 8009748480 25710 33554432000 4194304 4196468 140727453433424 140162236664720 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8471] ppid=8440 vsize=7822020 memory=6408091206840 CPUtime=0 cores=0-7
/proc/8463/task/8471/stat : 8471 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 236775681 8009748480 25710 33554432000 4194304 4196468 140727453433424 140162235612176 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8472] ppid=8440 vsize=7822020 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/8463/task/8472/stat : 8472 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 236775681 8009748480 25710 33554432000 4194304 4196468 140727453433424 140162234559632 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8473] ppid=8440 vsize=7822020 memory=15258134151170443 CPUtime=0 cores=0-7
/proc/8463/task/8473/stat : 8473 (java) S 8440 8440 7303 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 21 0 236775682 8009748480 25710 33554432000 4194304 4196468 140727453433424 140161395742704 140162436475522 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8474] ppid=8440 vsize=7822020 memory=36249523995139 CPUtime=0 cores=0-7
/proc/8463/task/8474/stat : 8474 (java) S 8440 8440 7303 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 21 0 236775683 8009748480 25710 33554432000 4194304 4196468 140727453433424 140161090315168 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8475] ppid=8440 vsize=7822020 memory=36249523995140 CPUtime=0 cores=0-7
/proc/8463/task/8475/stat : 8475 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 236775683 8009748480 25710 33554432000 4194304 4196468 140727453433424 140160821879792 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8476] ppid=8440 vsize=7822020 memory=36249523995141 CPUtime=0 cores=0-7
/proc/8463/task/8476/stat : 8476 (java) S 8440 8440 7303 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 236775685 8009748480 25710 33554432000 4194304 4196468 140727453433424 140160447371472 140162436482971 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8477] ppid=8440 vsize=7822020 memory=36249523995142 CPUtime=0.03 cores=0-7
/proc/8463/task/8477/stat : 8477 (java) S 8440 8440 7303 0 -1 1077944384 503 0 0 0 3 0 0 0 20 0 21 0 236775685 8009748480 25710 33554432000 4194304 4196468 140727453433424 140161394690544 140162436475522 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8478] ppid=8440 vsize=7822020 memory=9857 CPUtime=0.06 cores=0-7
/proc/8463/task/8478/stat : 8478 (java) S 8440 8440 7303 0 -1 1077944384 166 0 0 0 6 0 0 0 20 0 21 0 236775685 8009748480 25710 33554432000 4194304 4196468 140727453433424 140161393638000 140162436475522 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8479] ppid=8440 vsize=7822020 memory=0 CPUtime=0.04 cores=0-7
/proc/8463/task/8479/stat : 8479 (java) R 8440 8440 7303 0 -1 4202560 244 0 0 0 4 0 0 0 20 0 21 0 236775685 8009748480 25710 33554432000 4194304 4196468 140727453433424 140161392585456 140162415718724 0 4 2 25189581 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8480] ppid=8440 vsize=7822020 memory=280199774767056 CPUtime=0.17 cores=0-7
/proc/8463/task/8480/stat : 8480 (java) S 8440 8440 7303 0 -1 1077944384 480 0 0 0 17 0 0 0 20 0 21 0 236775685 8009748480 25710 33554432000 4194304 4196468 140727453433424 140161391532912 140162436475522 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8481] ppid=8440 vsize=7822020 memory=-6368199152461293614 CPUtime=0 cores=0-7
/proc/8463/task/8481/stat : 8481 (java) S 8440 8440 7303 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 236775685 8009748480 25710 33554432000 4194304 4196468 140727453433424 140159949465824 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8482] ppid=8440 vsize=7822020 memory=-7662980745959663145 CPUtime=0 cores=0-7
/proc/8463/task/8482/stat : 8482 (java) S 8440 8440 7303 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 236775686 8009748480 25776 33554432000 4194304 4196468 140727453433424 140161390479792 140162436475522 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
Current children cumulated CPU time: 9.86 s
Current children cumulated vsize: 7869612 KiB
Current children cumulated memory: 104308 KiB

[startup+3.70083 s]
/proc/loadavg: 5.09 3.87 2.24 2/200 8482
/proc/meminfo: memFree=23040524/32770624 swapFree=67108860/67108860
[pid=8440] ppid=8437 vsize=113128 memory=1472 CPUtime=8.85 cores=0-7
/proc/8440/stat : 8440 (scop.sh) S 8437 8440 7303 0 -1 4202496 589 29755 0 0 0 0 867 18 20 0 1 0 236775390 115843072 368 33554432000 4194304 5098028 140720729100592 140720729097336 140372658770556 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 16543744 140720729105443 140720729105667 140720729105667 140720729108429 0
/proc/8440/statm: 28282 368 311 221 0 87 0
[pid=8463] ppid=8440 vsize=8413904 memory=120876 CPUtime=1.19 cores=0-7
/proc/8463/stat : 8463 (java) S 8440 8440 7303 0 -1 1077944320 17453 2020 0 0 107 5 4 3 20 0 23 0 236775679 8615837696 30219 33554432000 4194304 4196468 140727453433424 140727453415968 140162436464375 0 0 2 25189581 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
/proc/8463/statm: 2103476 30219 3139 1 0 2064875 0
[pid=8463/tid=8464] ppid=8440 vsize=8413904 memory=175808 CPUtime=0.8 cores=0-7
/proc/8463/task/8464/stat : 8464 (java) S 8440 8440 7303 0 -1 1077944384 14503 2020 0 0 69 4 4 3 20 0 23 0 236775679 8615837696 30219 33554432000 4194304 4196468 140727453433424 140162408304528 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8465] ppid=8440 vsize=8413904 memory=8112282956445269571 CPUtime=0.07 cores=0-7
/proc/8463/task/8465/stat : 8465 (java) S 8440 8440 7303 0 -1 1077944384 1 2020 0 0 0 0 4 3 20 0 23 0 236775681 8615837696 30219 33554432000 4194304 4196468 140727453433424 140162440706320 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8466] ppid=8440 vsize=8413904 memory=1696 CPUtime=0.07 cores=0-7
/proc/8463/task/8466/stat : 8466 (java) S 8440 8440 7303 0 -1 1077944384 2 2020 0 0 0 0 4 3 20 0 23 0 236775681 8615837696 30219 33554432000 4194304 4196468 140727453433424 140162240874896 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8467] ppid=8440 vsize=8413904 memory=920 CPUtime=0.07 cores=0-7
/proc/8463/task/8467/stat : 8467 (java) S 8440 8440 7303 0 -1 1077944384 1 2020 0 0 0 0 4 3 20 0 23 0 236775681 8615837696 30219 33554432000 4194304 4196468 140727453433424 140162239822352 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8468] ppid=8440 vsize=8413904 memory=3712 CPUtime=0.07 cores=0-7
/proc/8463/task/8468/stat : 8468 (java) S 8440 8440 7303 0 -1 1077944384 1 2020 0 0 0 0 4 3 20 0 23 0 236775681 8615837696 30219 33554432000 4194304 4196468 140727453433424 140162238769808 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8469] ppid=8440 vsize=8413904 memory=64164 CPUtime=0.07 cores=0-7
/proc/8463/task/8469/stat : 8469 (java) S 8440 8440 7303 0 -1 1077944384 1 2020 0 0 0 0 4 3 20 0 23 0 236775681 8615837696 30219 33554432000 4194304 4196468 140727453433424 140162237717264 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8470] ppid=8440 vsize=8413904 memory=1064 CPUtime=0.07 cores=0-7
/proc/8463/task/8470/stat : 8470 (java) S 8440 8440 7303 0 -1 1077944384 1 2020 0 0 0 0 4 3 20 0 23 0 236775681 8615837696 30219 33554432000 4194304 4196468 140727453433424 140162236664720 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8471] ppid=8440 vsize=8413904 memory=2072 CPUtime=0.07 cores=0-7
/proc/8463/task/8471/stat : 8471 (java) S 8440 8440 7303 0 -1 1077944384 2 2020 0 0 0 0 4 3 20 0 23 0 236775681 8615837696 30219 33554432000 4194304 4196468 140727453433424 140162235612176 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8472] ppid=8440 vsize=8413904 memory=1740 CPUtime=0.07 cores=0-7
/proc/8463/task/8472/stat : 8472 (java) S 8440 8440 7303 0 -1 1077944384 3 2020 0 0 0 0 4 3 20 0 23 0 236775681 8615837696 30219 33554432000 4194304 4196468 140727453433424 140162234559632 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8473] ppid=8440 vsize=8413904 memory=72284 CPUtime=0.07 cores=0-7
/proc/8463/task/8473/stat : 8473 (java) S 8440 8440 7303 0 -1 1077944384 7 2020 0 0 0 0 4 3 20 0 23 0 236775682 8615837696 30219 33554432000 4194304 4196468 140727453433424 140161395742704 140162436475522 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8474] ppid=8440 vsize=8413904 memory=10881 CPUtime=0.07 cores=0-7
/proc/8463/task/8474/stat : 8474 (java) S 8440 8440 7303 0 -1 1077944384 13 2020 0 0 0 0 4 3 20 0 23 0 236775683 8615837696 30219 33554432000 4194304 4196468 140727453433424 140161090315168 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8475] ppid=8440 vsize=8413904 memory=20710 CPUtime=0.07 cores=0-7
/proc/8463/task/8475/stat : 8475 (java) S 8440 8440 7303 0 -1 1077944384 1 2020 0 0 0 0 4 3 20 0 23 0 236775683 8615837696 30219 33554432000 4194304 4196468 140727453433424 140160821879792 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8476] ppid=8440 vsize=8413904 memory=0 CPUtime=0.07 cores=0-7
/proc/8463/task/8476/stat : 8476 (java) S 8440 8440 7303 0 -1 1077944384 1 2020 0 0 0 0 4 3 20 0 23 0 236775685 8615837696 30219 33554432000 4194304 4196468 140727453433424 140160447371472 140162436482971 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8477] ppid=8440 vsize=8413904 memory=0 CPUtime=0.1 cores=0-7
/proc/8463/task/8477/stat : 8477 (java) R 8440 8440 7303 0 -1 4202560 505 2020 0 0 3 0 4 3 20 0 23 0 236775685 8615837696 30219 33554432000 4194304 4196468 140727453433424 140161394679568 140162415711171 0 4 2 25189581 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8478] ppid=8440 vsize=8413904 memory=11089 CPUtime=0.14 cores=0-7
/proc/8463/task/8478/stat : 8478 (java) S 8440 8440 7303 0 -1 1077944384 177 2020 0 0 7 0 4 3 20 0 23 0 236775685 8615837696 30219 33554432000 4194304 4196468 140727453433424 140161393638000 140162436475522 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8479] ppid=8440 vsize=8413904 memory=4420 CPUtime=0.12 cores=0-7
/proc/8463/task/8479/stat : 8479 (java) S 8440 8440 7303 0 -1 1077944384 309 2020 0 0 5 0 4 3 20 0 23 0 236775685 8615837696 30219 33554432000 4194304 4196468 140727453433424 140161392585456 140162436475522 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8480] ppid=8440 vsize=8413904 memory=6628 CPUtime=0.26 cores=0-7
/proc/8463/task/8480/stat : 8480 (java) S 8440 8440 7303 0 -1 1077944384 523 2020 0 0 19 0 4 3 20 0 23 0 236775685 8615837696 30219 33554432000 4194304 4196468 140727453433424 140161391532912 140162436475522 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8481] ppid=8440 vsize=8413904 memory=8836 CPUtime=0.07 cores=0-7
/proc/8463/task/8481/stat : 8481 (java) S 8440 8440 7303 0 -1 1077944384 3 2020 0 0 0 0 4 3 20 0 23 0 236775685 8615837696 30219 33554432000 4194304 4196468 140727453433424 140159949465824 140162436474581 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
[pid=8463/tid=8482] ppid=8440 vsize=8413904 memory=11044 CPUtime=0.07 cores=0-7
/proc/8463/task/8482/stat : 8482 (java) S 8440 8440 7303 0 -1 1077944384 2 2020 0 0 0 0 4 3 20 0 23 0 236775686 8615837696 30219 33554432000 4194304 4196468 140727453433424 140161390479792 140162436475522 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22364160 140727453435058 140727453435181 140727453435181 140727453437903 0
Current children cumulated CPU time: 10.04 s
Current children cumulated vsize: 8527032 KiB
Current children cumulated memory: 122348 KiB

Child status: 0
Real time (s): 3.78876
CPU time (s): 10.212
CPU user time (s): 9.92859
CPU system time (s): 0.283439
CPU usage (%): 269.535
Max. virtual memory (cumulated for all children) (KiB): 27441636
Max. memory (cumulated for all children) (KiB): 449120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.92858
system time used= 0.283439
maximum resident set size= 451552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50309
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= 9863
involuntary context switches= 34


# summary of solver processes directly reported to runsolver:
#   pid: 8440
#   total CPU time (s): 10.212
#   total CPU user time (s): 9.92859
#   total CPU system time (s): 0.283439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048119 second user time and 0.077459 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-13 22:28:42
IDJOB=4307421
IDBENCH=141386
IDSOLVER=2789
FILE ID=node107/4307421-1534192122
RUNJOBID= node107-1534191883-7330
PBS_JOBID= 21037998
Free space on /tmp= 39620 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/SocialGolfers/SocialGolfers-4-4-5-cp_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307421-1534192122/watcher-4307421-1534192122 -o /tmp/evaluation-result-4307421-1534192122/solver-4307421-1534192122 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534191883-7330 --watchdog 2580  scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307421-1534192122.xml

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

MD5SUM BENCH= 9520b1c3a7fc9338271b16f0cb9e04b3
RANDOM SEED=587996961

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:        23082940 kB
MemAvailable:   31902100 kB
Buffers:          232640 kB
Cached:          8782432 kB
SwapCached:            0 kB
Active:          4705064 kB
Inactive:        4365320 kB
Active(anon):       4036 kB
Inactive(anon):   103580 kB
Active(file):    4701028 kB
Inactive(file):  4261740 kB
Unevictable:        6976 kB
Mlocked:            6976 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8636 kB
Writeback:             0 kB
AnonPages:         62120 kB
Mapped:            53644 kB
Shmem:             49804 kB
Slab:             312864 kB
SReclaimable:     284852 kB
SUnreclaim:        28012 kB
KernelStack:        3184 kB
PageTables:         4520 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:46