Trace number 4307533

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)UNSAT 22.5736 8.15579

General information on the benchmark

NameRlfap/Rlfap-dec-scens11/
Rlfap-scen-11-f04_c18.xml
MD5SUM3c3f91fe2d5d1aa7af585cdf812638b5
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark20.0865
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Number of domains5
Minimum domain size6
Maximum domain size40
Distribution of domain sizes[{"size":6,"count":2},{"size":22,"count":14},{"size":33,"count":336},{"size":40,"count":328}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":1},{"degree":3,"count":26},{"degree":4,"count":13},{"degree":5,"count":86},{"degree":6,"count":20},{"degree":7,"count":89},{"degree":8,"count":12},{"degree":9,"count":87},{"degree":10,"count":28},{"degree":11,"count":42},{"degree":12,"count":25},{"degree":13,"count":40},{"degree":14,"count":14},{"degree":15,"count":40},{"degree":16,"count":8},{"degree":17,"count":29},{"degree":18,"count":6},{"degree":19,"count":18},{"degree":20,"count":13},{"degree":21,"count":11},{"degree":22,"count":7},{"degree":23,"count":7},{"degree":24,"count":8},{"degree":25,"count":8},{"degree":27,"count":9},{"degree":28,"count":8},{"degree":29,"count":2},{"degree":30,"count":6},{"degree":31,"count":1},{"degree":35,"count":3},{"degree":36,"count":3},{"degree":38,"count":2},{"degree":39,"count":2},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4103}]
Number of extensional constraints0
Number of intensional constraints4103
Distribution of constraint types[{"type":"intension","count":4103}]
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-24671-serial-file.bin HOME/instance-4307533-1534184661.xml
0.65/0.53	
0.65/0.53	scop both+glucose-syrup (2018-07-31)
0.65/0.53	(Encoding Process)
0.65/0.53	
0.65/0.56	c BEGIN-Prog: Mon Aug 13 20:24:22 CEST 2018
0.65/0.56	c PID: 24674
0.65/0.56	c IP: 172.20.3.134
0.65/0.56	c HOST: node134.alineos.net
0.65/0.57	c (0,0) Parsing Begin
5.68/1.97	c (1,1) Parsing End
5.68/1.97	c (1,1) CSP: 680 int (0 aux), 0 bool (0 aux), 4103 ctr, max domain size 40
5.68/1.97	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.68/1.98	c (1,1) Constraint Name Generate Begin
5.68/2.00	c (1,1) Ctr:HOME/instance-4307533-1534184661.xml,Dist:Eq:IntVar:Le:Num
5.68/2.00	c (1,1) Constraint Name Generate End
5.68/2.00	c (1,1) Heap : 788 MiB used (max 21589 MiB), NonHeap : 26 MiB used (max 0 MiB)
5.68/2.00	c (1,1) CSP to CSPinCNF Begin
6.77/2.27	c (1,1) translated 411 (10%) constraints
7.09/2.34	c (1,1) translated 821 (20%) constraints
7.09/2.38	c (1,1) translated 1231 (30%) constraints
7.47/2.43	c (1,1) translated 1642 (40%) constraints
7.47/2.46	c (1,1) translated 2052 (50%) constraints
7.86/2.50	c (1,1) translated 2462 (60%) constraints
7.86/2.54	c (2,1) translated 2873 (70%) constraints
7.86/2.58	c (2,2) translated 3283 (80%) constraints
8.27/2.61	c (2,2) translated 3693 (90%) constraints
8.76/2.74	c (2,2) translated 4103 (100%) constraints
9.21/2.83	c (2,2) STATISTICS1:HOME/instance-4307533-1534184661.xml,Dist:Eq:IntVar:Le:Num,680,4783,40,40,2,2,40:3314;33:5144;22:368;6:60,40:9348;33:7956;22:404;6:64,2:4103;1:680,2:8886,
9.21/2.83	c (2,2) ==========================================
9.21/2.83	c (2,2) Both Encoding selects:
9.21/2.83	c (2,2) Order
9.21/2.83	c (2,2) ==========================================
9.21/2.87	c (2,2) translated 479 (10%) constraints
9.21/2.89	c (2,2) translated 957 (20%) constraints
9.63/2.91	c (2,2) translated 1435 (30%) constraints
9.63/2.93	c (2,2) translated 1914 (40%) constraints
9.63/2.94	c (2,2) translated 2392 (50%) constraints
9.63/2.95	c (2,2) translated 2870 (60%) constraints
9.63/2.96	c (2,2) translated 3349 (70%) constraints
9.63/2.98	c (2,2) translated 3827 (80%) constraints
9.63/2.99	c (2,2) translated 4305 (90%) constraints
9.63/3.00	c (2,2) translated 4783 (100%) constraints
9.63/3.01	c (2,2) CSP to CSPinCNF End
10.07/3.01	c (2,2) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 40
10.07/3.01	c (2,2) Heap : 901 MiB used (max 21589 MiB), NonHeap : 33 MiB used (max 0 MiB)
10.07/3.01	c (2,2) CSPinCNF Propagation Begin
12.43/4.45	c (3,3) 0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.43/4.45	c (3,3) CSPinCNF Propagation End
12.43/4.46	c (3,3) CSP: 680 int (0 aux), 0 bool (0 aux), 4783 ctr, max domain size 40
12.43/4.46	c (3,3) Heap : 2365 MiB used (max 21589 MiB), NonHeap : 34 MiB used (max 0 MiB)
12.43/4.46	c (3,3) Simplify CSPinCNF Begin
13.27/4.70	c (4,4) Simplify CSPinCNF End
13.27/4.70	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 40
13.27/4.70	c (4,4) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.27/4.70	c (4,4) Calculate Precise Domain Begin
13.27/4.70	c (4,4) 0 values are removed by re-calculation
13.27/4.70	c (4,4) Calculate Precise Domain End
13.27/4.71	c (4,4) CSP: 680 int (0 aux), 8206 bool (8206 aux), 12989 ctr, max domain size 40
13.27/4.71	c (4,4) Heap : 2478 MiB used (max 21589 MiB), NonHeap : 35 MiB used (max 0 MiB)
13.27/4.71	c (4,4) CSPinCNF to SatSolver Begin
14.60/5.01	c (4,4) 1299 (10 %) CSP clauses are encoded (32054 SAT variables, 51964 SAT clauses)
14.97/5.12	c (4,4) 2598 (20 %) CSP clauses are encoded (32054 SAT variables, 80330 SAT clauses)
15.15/5.20	c (4,4) 3897 (30 %) CSP clauses are encoded (32054 SAT variables, 106604 SAT clauses)
15.33/5.31	c (4,4) 5196 (40 %) CSP clauses are encoded (32054 SAT variables, 135237 SAT clauses)
15.54/5.41	c (4,4) 6495 (50 %) CSP clauses are encoded (32054 SAT variables, 164767 SAT clauses)
15.75/5.51	c (4,4) 7794 (60 %) CSP clauses are encoded (32054 SAT variables, 195014 SAT clauses)
15.75/5.59	c (5,5) 9093 (70 %) CSP clauses are encoded (32054 SAT variables, 225087 SAT clauses)
15.86/5.68	c (5,5) 10392 (80 %) CSP clauses are encoded (32054 SAT variables, 255305 SAT clauses)
16.00/5.76	c (5,5) 11691 (90 %) CSP clauses are encoded (32054 SAT variables, 284527 SAT clauses)
16.19/5.83	c (5,5) 12989 (100 %) CSP clauses are encoded (32054 SAT variables, 311511 SAT clauses)
16.19/5.83	c (5,5) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
16.19/5.83	c (5,5) CSPinCNF to SatSolver End
16.19/5.83	c (5,5) Heap : 3153 MiB used (max 21589 MiB), NonHeap : 37 MiB used (max 0 MiB)
16.50/5.92	c (5,5) STATISTICS2:HOME/instance-4307533-1534184661.xml,Dist:Eq:IntVar:Le:Num,8886,12989,40,40,2,2,40:3314;33:5144;22:368;6:60,40:9348;33:7956;22:404;6:64;2:16412,2:12309;1:680,2:8886;1:16412,
16.50/5.92	c (5,5) 32054 bool, 311523 clause
16.50/5.92	c (5,5) Export Begin
17.47/6.29	c (5,5) Export to HOME/scop-24671-serial-file.bin
17.47/6.29	c (5,5) Export End
17.47/6.29	c (5,5) Export File Size: 4.37 MB
17.47/6.29	c (5,5) 1,1,2,3,4,4,5,STOP-AFTER(DIMACS)
17.47/6.29	c END-Prog: Mon Aug 13 20:24:28 CEST 2018
17.61/6.32	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-24671-serial-file.bin
17.63/6.82	c (0,0) Read Serial File Begin
17.63/6.82	c (0,0) HOME/scop-24671-serial-file.bin
19.05/7.17	c (0,0) Read Serial File End
19.05/7.17	
19.05/7.17	scop order+glucose-syrup (2018-07-31)
19.05/7.17	(Solving Process)
19.05/7.17	
19.22/7.20	c BEGIN-Prog: Mon Aug 13 20:24:29 CEST 2018
19.22/7.20	c PID: 24694
19.22/7.20	c IP: 172.20.3.134
19.22/7.20	c HOST: node134.alineos.net
19.22/7.21	c (0,0) SatSolver.solve Begin
19.22/7.21	c (0,0) 0 bool, 0 clause
19.22/7.21	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307533-1534184661.xml-scop-24674.cnf
22.35/8.13	c (1,0) c
22.35/8.13	c (1,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
22.35/8.13	c (1,0) c
22.35/8.13	c (1,0) c WARNING: for repeatability, setting FPU to use double precision
22.35/8.13	c (1,0) c 8 solvers engines and 1 companion as a blackboard created.
22.35/8.13	c (1,0) c ========================================[ Problem Statistics ]===========================================
22.35/8.13	c (1,0) c |                                                                                                       |
22.35/8.13	c (1,0) c |  Number of variables:         32054                                                                   |
22.35/8.13	c (1,0) c |  Number of clauses:          311523                                                                   |
22.35/8.13	c (1,0) c |  Parse time:                   0.12 s                                                                 |
22.35/8.13	c (1,0) c |                                                                                                       |
22.35/8.13	c (1,0) c |  Eliminated clauses:           0.08 Mb                                                                |
22.35/8.13	c (1,0) c |  Simplification time:          0.30 s                                                                 |
22.35/8.13	c (1,0) c |                                                                                                       |
22.35/8.13	c (1,0) c |  Generating clones                                                                                    |
22.35/8.13	c (1,0) c |  all clones generated. Memory = 217.15Mb.                                                             |
22.35/8.13	c (1,0) c ========================================================================================================|
22.35/8.13	c (1,0) c Thread 2 is 100% pure glucose! First thread to finish! (UNSAT answer).
22.35/8.13	c (1,0) c Total Memory so far : 793.82Mb
22.35/8.13	c (1,0) c
22.35/8.13	c (1,0) c real time : 0.896893 s
22.35/8.13	c (1,0) c cpu time  : 3.01051 s
22.35/8.13	c (1,0) c
22.35/8.13	c (1,0) c
22.35/8.13	c (1,0) c
22.35/8.13	c (1,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
22.35/8.13	c (1,0) c
22.35/8.13	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.35/8.13	c (1,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
22.35/8.13	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.35/8.13	c (1,0) c | Conflicts     |           42902 |       5115 |       5183 |       5476 |       5665 |       5380 |       5621 |       5279 |       5183 |
22.35/8.13	c (1,0) c | Decisions     |           61402 |       7273 |       7423 |       7888 |       8126 |       7754 |       8028 |       7521 |       7389 |
22.35/8.13	c (1,0) c | Propagations  |         8302701 |    1048604 |    1011501 |    1023665 |    1081041 |    1044695 |    1078650 |    1010347 |    1004198 |
22.35/8.13	c (1,0) c | Avg_Trail     |                 |       3389 |       2604 |       2490 |       2452 |       2534 |       2462 |       2564 |       2600 |
22.35/8.13	c (1,0) c | Avg_DL        |                 |        133 |         70 |         66 |         64 |         67 |         65 |         69 |         69 |
22.35/8.13	c (1,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.35/8.13	c (1,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.35/8.13	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.35/8.13	c (1,0) c | Exported      |            3208 |        220 |        299 |        482 |        600 |        441 |        504 |        352 |        310 |
22.35/8.13	c (1,0) c | Imported      |           12951 |       2404 |        755 |       2720 |       1235 |        760 |       2323 |       1792 |        962 |
22.35/8.13	c (1,0) c | Good          |             803 |        111 |         77 |        124 |         94 |         80 |        112 |        109 |         96 |
22.35/8.13	c (1,0) c | Purge         |           12148 |       2293 |        678 |       2596 |       1141 |        680 |       2211 |       1683 |        866 |
22.35/8.13	c (1,0) c | Promoted      |             525 |         15 |         45 |        105 |         85 |         45 |         88 |         61 |         81 |
22.35/8.13	c (1,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.35/8.13	c (1,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
22.35/8.13	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.35/8.13	c (1,0) c | Unaries       |                 |          1 |          0 |          3 |          3 |          0 |          2 |          0 |          1 |
22.35/8.13	c (1,0) c | Binaries      |                 |         19 |         16 |         20 |         24 |         14 |         23 |         11 |         17 |
22.35/8.13	c (1,0) c | Glues         |                 |        135 |        157 |        161 |        192 |        160 |        172 |        171 |        165 |
22.35/8.13	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.35/8.13	c (1,0) c | Orig_Seen     |             2 % |       8816 |       9068 |       8978 |       9341 |       9125 |       9323 |       9016 |       9146 |
22.35/8.13	c (1,0) c | Diff Orig seen|                 | -      162 |         90 |      X     |        363 |        147 |        345 |         38 |        168 |
22.35/8.13	c (1,0) c | Hamming       |             3 % |       6198 |        546 |      X     |        407 |        445 |        435 |        566 |        378 |
22.35/8.13	c (1,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
22.35/8.13	c (1,0) 
22.35/8.13	c (1,0) s UNSATISFIABLE
22.35/8.14	c (1,0) SatSolver.solve End
22.35/8.14	c (1,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
22.35/8.14	c (1,0) Show results Begin
22.35/8.14	s UNSATISFIABLE
22.35/8.14	c (1,0) Show results End
22.35/8.14	c (1,0) Heap : 163 MiB used (max 3925 MiB), NonHeap : 16 MiB used (max 0 MiB)
22.35/8.14	c (1,0) 1,1,STOP-AFTER(ALL)
22.35/8.14	c END-Prog: Mon Aug 13 20:24:29 CEST 2018

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307533-1534184661/watcher-4307533-1534184661 -o /tmp/evaluation-result-4307533-1534184661/solver-4307533-1534184661 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1534182009-22644 --watchdog 2580 scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307533-1534184661.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=24671, runsolver pid=24668

[startup+0.108775 s]*
/proc/loadavg: 3.00 6.18 7.60 2/203 24693
/proc/meminfo: memFree=17687764/32770624 swapFree=67108688/67108860
[pid=24671] ppid=24668 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24671/stat : 24671 (scop.sh) S 24668 24671 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236029335 115843072 349 33554432000 4194304 5098028 140731038207664 140731038204920 140526182904444 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18538496 140731038213155 140731038213379 140731038213379 140731038216141 0
/proc/24671/statm: 28282 349 296 221 0 87 0
[pid=24674] ppid=24671 vsize=27313900 memory=111296 CPUtime=0.11 cores=0-7
/proc/24674/stat : 24674 (java) S 24671 24671 22617 0 -1 1077944320 6709 0 0 0 8 3 0 0 20 0 20 0 236029336 27969433600 27824 33554432000 4194304 4196468 140731154069168 140731154051712 139888546893559 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
/proc/24674/statm: 6828475 27824 2768 1 0 6790935 0
[pid=24674/tid=24675] ppid=24671 vsize=27313900 memory=4134930498285298233 CPUtime=0.1 cores=0-7
/proc/24674/task/24675/stat : 24675 (java) R 24671 24671 22617 0 -1 4202560 4806 0 0 0 7 3 0 0 20 0 20 0 236029336 27969433600 27824 33554432000 4194304 4196468 140731154069168 139888518673632 139888530080389 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24676] ppid=24671 vsize=27313900 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/24674/task/24676/stat : 24676 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 27824 33554432000 4194304 4196468 140731154069168 139888551136144 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24677] ppid=24671 vsize=27313900 memory=139804788000384 CPUtime=0 cores=0-7
/proc/24674/task/24677/stat : 24677 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 27824 33554432000 4194304 4196468 140731154069168 139888365292304 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24678] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24678/stat : 24678 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 27824 33554432000 4194304 4196468 140731154069168 139888364240016 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24679] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24679/stat : 24679 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 27824 33554432000 4194304 4196468 140731154069168 139888363187216 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24680] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24680/stat : 24680 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 27824 33554432000 4194304 4196468 140731154069168 139888362133904 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24681] ppid=24671 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24674/task/24681/stat : 24681 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 27824 33554432000 4194304 4196468 140731154069168 139888361081104 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24682] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24682/stat : 24682 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 27824 33554432000 4194304 4196468 140731154069168 139887964224144 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24683] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24683/stat : 24683 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 27824 33554432000 4194304 4196468 140731154069168 139887963171344 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24684] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24684/stat : 24684 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236029340 27969433600 27824 33554432000 4194304 4196468 140731154069168 139886598220400 139888546904706 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24685] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24685/stat : 24685 (java) S 24671 24671 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236029341 27969433600 27824 33554432000 4194304 4196468 140731154069168 139886480844064 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24686] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24686/stat : 24686 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029341 27969433600 27824 33554432000 4194304 4196468 140731154069168 139886212408944 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24687] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24687/stat : 24687 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 27824 33554432000 4194304 4196468 140731154069168 139885837900368 139888546912155 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24688] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24688/stat : 24688 (java) S 24671 24671 22617 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 27824 33554432000 4194304 4196468 140731154069168 139886597167216 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24689] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24689/stat : 24689 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 27824 33554432000 4194304 4196468 140731154069168 139886596114416 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24690] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24690/stat : 24690 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 27824 33554432000 4194304 4196468 140731154069168 139886595062128 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24691] ppid=24671 vsize=27313900 memory=0 CPUtime=0.01 cores=0-7
/proc/24674/task/24691/stat : 24691 (java) S 24671 24671 22617 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 20 0 236029343 27969433600 27824 33554432000 4194304 4196468 140731154069168 139886594009328 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24692] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24692/stat : 24692 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 27824 33554432000 4194304 4196468 140731154069168 139885339994976 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24693] ppid=24671 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24674/task/24693/stat : 24693 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029344 27969433600 27824 33554432000 4194304 4196468 140731154069168 139886592957232 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 112692 KiB

[startup+0.210554 s]*
/proc/loadavg: 3.00 6.18 7.60 2/203 24693
/proc/meminfo: memFree=17673812/32770624 swapFree=67108688/67108860
[pid=24671] ppid=24668 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24671/stat : 24671 (scop.sh) S 24668 24671 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236029335 115843072 349 33554432000 4194304 5098028 140731038207664 140731038204920 140526182904444 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18538496 140731038213155 140731038213379 140731038213379 140731038216141 0
/proc/24671/statm: 28282 349 296 221 0 87 0
[pid=24674] ppid=24671 vsize=27313900 memory=124104 CPUtime=0.24 cores=0-7
/proc/24674/stat : 24674 (java) S 24671 24671 22617 0 -1 1077944320 10207 0 0 0 20 4 0 0 20 0 20 0 236029336 27969433600 31026 33554432000 4194304 4196468 140731154069168 140731154051712 139888546893559 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
/proc/24674/statm: 6828475 31026 2897 1 0 6790935 0
[pid=24674/tid=24675] ppid=24671 vsize=27313900 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/24674/task/24675/stat : 24675 (java) R 24671 24671 22617 0 -1 4202560 8126 0 0 0 16 3 0 0 20 0 20 0 236029336 27969433600 31026 33554432000 4194304 4196468 140731154069168 139888518714912 139888539130686 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24676] ppid=24671 vsize=27313900 memory=342 CPUtime=0 cores=0-7
/proc/24674/task/24676/stat : 24676 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31026 33554432000 4194304 4196468 140731154069168 139888551136144 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24677] ppid=24671 vsize=27313900 memory=139804788023197 CPUtime=0 cores=0-7
/proc/24674/task/24677/stat : 24677 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31026 33554432000 4194304 4196468 140731154069168 139888365292304 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24678] ppid=24671 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24674/task/24678/stat : 24678 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31026 33554432000 4194304 4196468 140731154069168 139888364240016 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24679] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24679/stat : 24679 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31026 33554432000 4194304 4196468 140731154069168 139888363187216 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24680] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24680/stat : 24680 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31026 33554432000 4194304 4196468 140731154069168 139888362133904 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24681] ppid=24671 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24674/task/24681/stat : 24681 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31026 33554432000 4194304 4196468 140731154069168 139888361081104 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24682] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24682/stat : 24682 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31026 33554432000 4194304 4196468 140731154069168 139887964224144 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24683] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24683/stat : 24683 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31026 33554432000 4194304 4196468 140731154069168 139887963171344 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24684] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24684/stat : 24684 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236029340 27969433600 31026 33554432000 4194304 4196468 140731154069168 139886598220400 139888546904706 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24685] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24685/stat : 24685 (java) S 24671 24671 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236029341 27969433600 31026 33554432000 4194304 4196468 140731154069168 139886480844064 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24686] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24686/stat : 24686 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029341 27969433600 31026 33554432000 4194304 4196468 140731154069168 139886212408944 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24687] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24687/stat : 24687 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 31026 33554432000 4194304 4196468 140731154069168 139885837900368 139888546912155 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24688] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24688/stat : 24688 (java) S 24671 24671 22617 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 31026 33554432000 4194304 4196468 140731154069168 139886597167216 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24689] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24689/stat : 24689 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 31026 33554432000 4194304 4196468 140731154069168 139886596114416 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24690] ppid=24671 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24674/task/24690/stat : 24690 (java) S 24671 24671 22617 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 31026 33554432000 4194304 4196468 140731154069168 139886595062128 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24691] ppid=24671 vsize=27313900 memory=-1 CPUtime=0.02 cores=0-7
/proc/24674/task/24691/stat : 24691 (java) S 24671 24671 22617 0 -1 1077944384 282 0 0 0 2 0 0 0 20 0 20 0 236029343 27969433600 31026 33554432000 4194304 4196468 140731154069168 139886594009328 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24692] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24692/stat : 24692 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 31026 33554432000 4194304 4196468 140731154069168 139885339994976 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24693] ppid=24671 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24674/task/24693/stat : 24693 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029344 27969433600 31026 33554432000 4194304 4196468 140731154069168 139886592957232 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 125500 KiB

[startup+0.310425 s]*
/proc/loadavg: 3.00 6.18 7.60 2/203 24693
/proc/meminfo: memFree=17670028/32770624 swapFree=67108688/67108860
[pid=24671] ppid=24668 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24671/stat : 24671 (scop.sh) S 24668 24671 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236029335 115843072 349 33554432000 4194304 5098028 140731038207664 140731038204920 140526182904444 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18538496 140731038213155 140731038213379 140731038213379 140731038216141 0
/proc/24671/statm: 28282 349 296 221 0 87 0
[pid=24674] ppid=24671 vsize=27313900 memory=127892 CPUtime=0.42 cores=0-7
/proc/24674/stat : 24674 (java) S 24671 24671 22617 0 -1 1077944320 10756 0 0 0 37 5 0 0 20 0 20 0 236029336 27969433600 31973 33554432000 4194304 4196468 140731154069168 140731154051712 139888546893559 0 0 2 16800973 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
/proc/24674/statm: 6828475 31973 2965 1 0 6790935 0
[pid=24674/tid=24675] ppid=24671 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/24674/task/24675/stat : 24675 (java) R 24671 24671 22617 0 -1 4202560 8503 0 0 0 25 4 0 0 20 0 20 0 236029336 27969433600 31973 33554432000 4194304 4196468 140731154069168 139888518689008 139888532059145 0 4 2 16800973 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24676] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24676/stat : 24676 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31973 33554432000 4194304 4196468 140731154069168 139888551136144 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24677] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24677/stat : 24677 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31973 33554432000 4194304 4196468 140731154069168 139888365292304 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24678] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24678/stat : 24678 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31973 33554432000 4194304 4196468 140731154069168 139888364240016 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24679] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24679/stat : 24679 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31973 33554432000 4194304 4196468 140731154069168 139888363187216 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24680] ppid=24671 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/24674/task/24680/stat : 24680 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31973 33554432000 4194304 4196468 140731154069168 139888362133904 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24681] ppid=24671 vsize=27313900 memory=139804675240879 CPUtime=0 cores=0-7
/proc/24674/task/24681/stat : 24681 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31973 33554432000 4194304 4196468 140731154069168 139888361081104 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24682] ppid=24671 vsize=27313900 memory=139804675243184 CPUtime=0 cores=0-7
/proc/24674/task/24682/stat : 24682 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31973 33554432000 4194304 4196468 140731154069168 139887964224144 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24683] ppid=24671 vsize=27313900 memory=139804675245488 CPUtime=0 cores=0-7
/proc/24674/task/24683/stat : 24683 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27969433600 31973 33554432000 4194304 4196468 140731154069168 139887963171344 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24684] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24684/stat : 24684 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 236029340 27969433600 31973 33554432000 4194304 4196468 140731154069168 139886598220400 139888546904706 0 0 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24685] ppid=24671 vsize=27313900 memory=279609350497936 CPUtime=0 cores=0-7
/proc/24674/task/24685/stat : 24685 (java) S 24671 24671 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 236029341 27969433600 31973 33554432000 4194304 4196468 140731154069168 139886480844064 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24686] ppid=24671 vsize=27313900 memory=279609350504848 CPUtime=0 cores=0-7
/proc/24674/task/24686/stat : 24686 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029341 27969433600 31973 33554432000 4194304 4196468 140731154069168 139886212408944 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24687] ppid=24671 vsize=27313900 memory=279609350446128 CPUtime=0 cores=0-7
/proc/24674/task/24687/stat : 24687 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 31973 33554432000 4194304 4196468 140731154069168 139885837900368 139888546912155 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24688] ppid=24671 vsize=27313900 memory=279609350518672 CPUtime=0.01 cores=0-7
/proc/24674/task/24688/stat : 24688 (java) S 24671 24671 22617 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 20 0 236029343 27969433600 31973 33554432000 4194304 4196468 140731154069168 139886597167216 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24689] ppid=24671 vsize=27313900 memory=279609350525584 CPUtime=0.01 cores=0-7
/proc/24674/task/24689/stat : 24689 (java) S 24671 24671 22617 0 -1 1077944384 95 0 0 0 1 0 0 0 20 0 20 0 236029343 27969433600 31973 33554432000 4194304 4196468 140731154069168 139886596114416 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24690] ppid=24671 vsize=27313900 memory=279609350523280 CPUtime=0 cores=0-7
/proc/24674/task/24690/stat : 24690 (java) S 24671 24671 22617 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 31973 33554432000 4194304 4196468 140731154069168 139886595062128 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24691] ppid=24671 vsize=27313900 memory=279609350539440 CPUtime=0.07 cores=0-7
/proc/24674/task/24691/stat : 24691 (java) S 24671 24671 22617 0 -1 1077944384 302 0 0 0 7 0 0 0 20 0 20 0 236029343 27969433600 31973 33554432000 4194304 4196468 140731154069168 139886594009328 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24692] ppid=24671 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24692/stat : 24692 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 236029343 27969433600 31973 33554432000 4194304 4196468 140731154069168 139885339994976 139888546903765 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24693] ppid=24671 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/24674/task/24693/stat : 24693 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029344 27969433600 31973 33554432000 4194304 4196468 140731154069168 139886592957232 139888546904706 0 4 2 16800973 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 129288 KiB

[startup+0.700975 s]
/proc/loadavg: 3.00 6.18 7.60 2/203 24693
/proc/meminfo: memFree=17646692/32770624 swapFree=67108688/67108860
[pid=24671] ppid=24668 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/24671/stat : 24671 (scop.sh) S 24668 24671 22617 0 -1 4202496 560 321 0 0 0 0 0 0 20 0 1 0 236029335 115843072 349 33554432000 4194304 5098028 140731038207664 140731038204920 140526182904444 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18538496 140731038213155 140731038213379 140731038213379 140731038216141 0
/proc/24671/statm: 28282 349 296 221 0 87 0
[pid=24674] ppid=24671 vsize=27320172 memory=164568 CPUtime=1 cores=0-7
/proc/24674/stat : 24674 (java) S 24671 24671 22617 0 -1 1077944320 17643 0 0 0 94 6 0 0 20 0 20 0 236029336 27975856128 41142 33554432000 4194304 4196468 140731154069168 140731154051712 139888546893559 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
/proc/24674/statm: 6830043 41142 3105 1 0 6791447 0
[pid=24674/tid=24675] ppid=24671 vsize=27320172 memory=279609350897328 CPUtime=0.67 cores=0-7
/proc/24674/task/24675/stat : 24675 (java) R 24671 24671 22617 0 -1 4202560 14871 0 0 0 62 5 0 0 20 0 20 0 236029336 27975856128 41142 33554432000 4194304 4196468 140731154069168 139888518730944 139888043511137 0 4 2 25189581 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24676] ppid=24671 vsize=27320172 memory=139804675449712 CPUtime=0 cores=0-7
/proc/24674/task/24676/stat : 24676 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27975856128 41142 33554432000 4194304 4196468 140731154069168 139888551136144 139888546903765 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24677] ppid=24671 vsize=27320172 memory=0 CPUtime=0 cores=0-7
/proc/24674/task/24677/stat : 24677 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27975856128 41142 33554432000 4194304 4196468 140731154069168 139888365292304 139888546903765 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0
[pid=24674/tid=24678] ppid=24671 vsize=27320172 memory=1616 CPUtime=0 cores=0-7
/proc/24674/task/24678/stat : 24678 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 236029339 27975856128 41142 33554432000 4194304 4196468 140731154069168 139888364240016 139888546903765 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19062784 140731154072553 140731154072877 140731154072877 140731154075599 0

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

Current children cumulated CPU time: 19.41 s
Current children cumulated vsize: 8527032 KiB
Current children cumulated memory: 142420 KiB

[startup+8.00175 s]*
/proc/loadavg: 2.76 6.08 7.55 9/216 24727
/proc/meminfo: memFree=17433512/32770624 swapFree=67108688/67108860
[pid=24671] ppid=24668 vsize=113128 memory=1472 CPUtime=17.63 cores=0-7
/proc/24671/stat : 24671 (scop.sh) S 24668 24671 22617 0 -1 4202496 590 36914 0 0 0 0 1686 77 20 0 1 0 236029335 115843072 368 33554432000 4194304 5098028 140731038207664 140731038204408 140526182904444 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18538496 140731038213155 140731038213379 140731038213379 140731038216141 0
/proc/24671/statm: 28282 368 311 221 0 87 0
[pid=24694] ppid=24671 vsize=8413904 memory=140948 CPUtime=1.78 cores=0-7
/proc/24694/stat : 24694 (java) S 24671 24671 22617 0 -1 1077944320 19386 0 0 0 165 13 0 0 20 0 24 0 236029968 8615837696 35237 33554432000 4194304 4196468 140731821615520 140731821598064 140214965284599 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
/proc/24694/statm: 2103476 35237 3163 1 0 2064875 0
[pid=24714] ppid=24694 vsize=812476 memory=216856 CPUtime=2.13 cores=0-7
/proc/24714/stat : 24714 (glucose-syrup) S 24694 24671 22617 0 -1 1077944320 41153 0 0 0 205 8 0 0 20 0 9 0 236030058 831975424 54214 33554432000 4194304 4373367 140733268871200 140733268869744 140493328018050 0 4 0 8388610 18446744073709551615 0 0 17 5 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
/proc/24714/statm: 203119 54214 370 44 0 198807 0
[pid=24714/tid=24720] ppid=24694 vsize=812476 memory=3472275356459741752 CPUtime=0.19 cores=0-7
/proc/24714/task/24720/stat : 24720 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 404 0 0 0 19 0 0 0 20 0 9 0 236030116 831975424 54214 33554432000 4194304 4373367 140733268871200 140493296184200 4272341 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24721] ppid=24694 vsize=812476 memory=-7966001734603266090 CPUtime=0.18 cores=0-7
/proc/24714/task/24721/stat : 24721 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 431 0 0 0 18 0 0 0 20 0 9 0 236030116 831975424 54214 33554432000 4194304 4373367 140733268871200 140493272411048 4272316 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24722] ppid=24694 vsize=812476 memory=0 CPUtime=0.19 cores=0-7
/proc/24714/task/24722/stat : 24722 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 436 0 0 0 19 0 0 0 20 0 9 0 236030116 831975424 54214 33554432000 4194304 4373367 140733268871200 140493264018408 4271828 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24723] ppid=24694 vsize=812476 memory=3472592183261933599 CPUtime=0.19 cores=0-7
/proc/24714/task/24723/stat : 24723 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 451 0 0 0 19 0 0 0 20 0 9 0 236030116 831975424 54214 33554432000 4194304 4373367 140733268871200 140493255626096 4291500 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24724] ppid=24694 vsize=812476 memory=7649399358562382898 CPUtime=0.19 cores=0-7
/proc/24714/task/24724/stat : 24724 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 429 0 0 0 19 0 0 0 20 0 9 0 236030116 831975424 54214 33554432000 4194304 4373367 140733268871200 140493247232904 4271828 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24725] ppid=24694 vsize=812476 memory=5939510593234168664 CPUtime=0.19 cores=0-7
/proc/24714/task/24725/stat : 24725 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 427 0 0 0 19 0 0 0 20 0 9 0 236030116 831975424 54214 33554432000 4194304 4373367 140733268871200 140493238840472 4271917 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24726] ppid=24694 vsize=812476 memory=4051325625883178032 CPUtime=0.19 cores=0-7
/proc/24714/task/24726/stat : 24726 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 434 0 0 0 19 0 0 0 20 0 9 0 236030116 831975424 54214 33554432000 4194304 4373367 140733268871200 140493230447496 4271619 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24727] ppid=24694 vsize=812476 memory=7594868229400717421 CPUtime=0.19 cores=0-7
/proc/24714/task/24727/stat : 24727 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 430 0 0 0 19 0 0 0 20 0 9 0 236030116 831975424 54214 33554432000 4194304 4373367 140733268871200 140493222055112 4291024 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24694/tid=24695] ppid=24671 vsize=8413904 memory=7449611718424027479 CPUtime=0.92 cores=0-7
/proc/24694/task/24695/stat : 24695 (java) S 24671 24671 22617 0 -1 1077944384 15114 0 0 0 81 11 0 0 20 0 24 0 236029969 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214937124752 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24696] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24696/stat : 24696 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214969526672 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24697] ppid=24671 vsize=8413904 memory=279609351386704 CPUtime=0 cores=0-7
/proc/24694/task/24697/stat : 24697 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214450247952 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24698] ppid=24671 vsize=8413904 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/24694/task/24698/stat : 24698 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214449195664 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24699] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24699/stat : 24699 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214448142864 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24700] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24700/stat : 24700 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214447090576 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24701] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24701/stat : 24701 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214446037776 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24702] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24702/stat : 24702 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214444985488 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24703] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24703/stat : 24703 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214443932688 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24704] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24704/stat : 24704 (java) S 24671 24671 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236029971 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214058776688 140214965295746 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24705] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24705/stat : 24705 (java) S 24671 24671 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236029972 8615837696 35237 33554432000 4194304 4196468 140731821615520 140213636555552 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24706] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24706/stat : 24706 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029972 8615837696 35237 33554432000 4194304 4196468 140731821615520 140213368120432 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24707] ppid=24671 vsize=8413904 memory=279605860713534 CPUtime=0 cores=0-7
/proc/24694/task/24707/stat : 24707 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140212993611856 140214965303195 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24708] ppid=24671 vsize=8413904 memory=6655300316396806240 CPUtime=0.21 cores=0-7
/proc/24694/task/24708/stat : 24708 (java) S 24671 24671 22617 0 -1 1077944384 795 0 0 0 21 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214057724528 140214965295746 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24709] ppid=24671 vsize=8413904 memory=6656426216303648864 CPUtime=0.2 cores=0-7
/proc/24694/task/24709/stat : 24709 (java) S 24671 24671 22617 0 -1 1077944384 629 0 0 0 20 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214056671728 140214965295746 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24710] ppid=24671 vsize=8413904 memory=6944656592455360604 CPUtime=0.16 cores=0-7
/proc/24694/task/24710/stat : 24710 (java) S 24671 24671 22617 0 -1 1077944384 792 0 0 0 16 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214055619440 140214965295746 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24711] ppid=24671 vsize=8413904 memory=301793952498201904 CPUtime=0.24 cores=0-7
/proc/24694/task/24711/stat : 24711 (java) S 24671 24671 22617 0 -1 1077944384 658 0 0 0 24 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214054566640 140214965295746 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24712] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24712/stat : 24712 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140212495706464 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24713] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24713/stat : 24713 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214053513520 140214965295746 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24715] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24715/stat : 24715 (java) S 24671 24671 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236030059 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214045705536 140214965309209 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24717] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24717/stat : 24717 (java) S 24671 24671 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236030059 8615837696 35237 33554432000 4194304 4196468 140731821615520 140211824607152 140214965306525 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24718] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24718/stat : 24718 (java) S 24671 24671 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236030059 8615837696 35237 33554432000 4194304 4196468 140731821615520 140212093042480 140214965306525 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24719] ppid=24671 vsize=8413904 memory=7809070665841994859 CPUtime=0 cores=0-7
/proc/24694/task/24719/stat : 24719 (java) S 24671 24671 22617 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 236030061 8615837696 35237 33554432000 4194304 4196468 140731821615520 140211556179744 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
Current children cumulated CPU time: 21.54 s
Current children cumulated vsize: 9339508 KiB
Current children cumulated memory: 359276 KiB

[startup+8.11175 s]
/proc/loadavg: 2.76 6.08 7.55 9/216 24727
/proc/meminfo: memFree=17433512/32770624 swapFree=67108688/67108860
[pid=24671] ppid=24668 vsize=113128 memory=1472 CPUtime=17.63 cores=0-7
/proc/24671/stat : 24671 (scop.sh) S 24668 24671 22617 0 -1 4202496 590 36914 0 0 0 0 1686 77 20 0 1 0 236029335 115843072 368 33554432000 4194304 5098028 140731038207664 140731038204408 140526182904444 0 65536 4100 81923 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 18538496 140731038213155 140731038213379 140731038213379 140731038216141 0
/proc/24671/statm: 28282 368 311 221 0 87 0
[pid=24694] ppid=24671 vsize=8413904 memory=140948 CPUtime=1.78 cores=0-7
/proc/24694/stat : 24694 (java) S 24671 24671 22617 0 -1 1077944320 19386 0 0 0 165 13 0 0 20 0 24 0 236029968 8615837696 35237 33554432000 4194304 4196468 140731821615520 140731821598064 140214965284599 0 0 2 25189581 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
/proc/24694/statm: 2103476 35237 3163 1 0 2064875 0
[pid=24714] ppid=24694 vsize=812872 memory=217912 CPUtime=2.94 cores=0-7
/proc/24714/stat : 24714 (glucose-syrup) S 24694 24671 22617 0 -1 1077944320 41422 0 0 0 286 8 0 0 20 0 9 0 236030058 832380928 54478 33554432000 4194304 4373367 140733268871200 140733268869744 140493328018050 0 4 0 8388610 18446744073709551615 0 0 17 5 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
/proc/24714/statm: 203218 54478 385 44 0 198906 0
[pid=24714/tid=24720] ppid=24694 vsize=812872 memory=1472 CPUtime=0.29 cores=0-7
/proc/24714/task/24720/stat : 24720 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 420 0 0 0 29 0 0 0 20 0 9 0 236030116 832380928 54478 33554432000 4194304 4373367 140733268871200 140493296184520 4291680 0 4 0 8388610 0 0 0 -1 3 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24721] ppid=24694 vsize=812872 memory=1472 CPUtime=0.28 cores=0-7
/proc/24714/task/24721/stat : 24721 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 451 0 0 0 28 0 0 0 20 0 9 0 236030116 832380928 54478 33554432000 4194304 4373367 140733268871200 140493272411504 4271925 0 4 0 8388610 0 0 0 -1 7 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24722] ppid=24694 vsize=812872 memory=64100 CPUtime=0.29 cores=0-7
/proc/24714/task/24722/stat : 24722 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 485 0 0 0 29 0 0 0 20 0 9 0 236030116 832380928 54478 33554432000 4194304 4373367 140733268871200 140493264018576 4258908 0 4 0 8388610 0 0 0 -1 4 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24723] ppid=24694 vsize=812872 memory=2316 CPUtime=0.29 cores=0-7
/proc/24714/task/24723/stat : 24723 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 500 0 0 0 29 0 0 0 20 0 9 0 236030116 832380928 54478 33554432000 4194304 4373367 140733268871200 140493255625928 4272316 0 4 0 8388610 0 0 0 -1 1 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24724] ppid=24694 vsize=812872 memory=0 CPUtime=0.29 cores=0-7
/proc/24714/task/24724/stat : 24724 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 449 0 0 0 29 0 0 0 20 0 9 0 236030116 832380928 54478 33554432000 4194304 4373367 140733268871200 140493247233224 4272344 0 4 0 8388610 0 0 0 -1 2 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24725] ppid=24694 vsize=812872 memory=279609350537152 CPUtime=0.29 cores=0-7
/proc/24714/task/24725/stat : 24725 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 476 0 0 0 29 0 0 0 20 0 9 0 236030116 832380928 54478 33554432000 4194304 4373367 140733268871200 140493238840520 4271834 0 4 0 8388610 0 0 0 -1 5 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24726] ppid=24694 vsize=812872 memory=1472 CPUtime=0.29 cores=0-7
/proc/24714/task/24726/stat : 24726 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 452 0 0 0 29 0 0 0 20 0 9 0 236030116 832380928 54478 33554432000 4194304 4373367 140733268871200 140493230447816 4271838 0 4 0 8388610 0 0 0 -1 0 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24714/tid=24727] ppid=24694 vsize=812872 memory=140948 CPUtime=0.29 cores=0-7
/proc/24714/task/24727/stat : 24727 (glucose-syrup) R 24694 24671 22617 0 -1 4202560 476 0 0 0 29 0 0 0 20 0 9 0 236030116 832380928 54478 33554432000 4194304 4373367 140733268871200 140493222055112 140493313309669 0 4 0 8388610 0 0 0 -1 6 0 0 0 0 0 6470912 6472264 25214976 140733268874320 140733268874452 140733268874452 140733268877255 0
[pid=24694/tid=24695] ppid=24671 vsize=8413904 memory=1396 CPUtime=0.92 cores=0-7
/proc/24694/task/24695/stat : 24695 (java) S 24671 24671 22617 0 -1 1077944384 15114 0 0 0 81 11 0 0 20 0 24 0 236029969 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214937124752 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24696] ppid=24671 vsize=8413904 memory=451984 CPUtime=0 cores=0-7
/proc/24694/task/24696/stat : 24696 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214969526672 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24697] ppid=24671 vsize=8413904 memory=1472 CPUtime=0 cores=0-7
/proc/24694/task/24697/stat : 24697 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214450247952 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24698] ppid=24671 vsize=8413904 memory=140948 CPUtime=0 cores=0-7
/proc/24694/task/24698/stat : 24698 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214449195664 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24699] ppid=24671 vsize=8413904 memory=1388 CPUtime=0 cores=0-7
/proc/24694/task/24699/stat : 24699 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214448142864 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24700] ppid=24671 vsize=8413904 memory=9664 CPUtime=0 cores=0-7
/proc/24694/task/24700/stat : 24700 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214447090576 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24701] ppid=24671 vsize=8413904 memory=1136 CPUtime=0 cores=0-7
/proc/24694/task/24701/stat : 24701 (java) S 24671 24671 22617 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214446037776 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24702] ppid=24671 vsize=8413904 memory=2412 CPUtime=0 cores=0-7
/proc/24694/task/24702/stat : 24702 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214444985488 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24703] ppid=24671 vsize=8413904 memory=928 CPUtime=0 cores=0-7
/proc/24694/task/24703/stat : 24703 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029970 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214443932688 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24704] ppid=24671 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/24694/task/24704/stat : 24704 (java) S 24671 24671 22617 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 236029971 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214058776688 140214965295746 0 0 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24705] ppid=24671 vsize=8413904 memory=288230574492221466 CPUtime=0 cores=0-7
/proc/24694/task/24705/stat : 24705 (java) S 24671 24671 22617 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 236029972 8615837696 35237 33554432000 4194304 4196468 140731821615520 140213636555552 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24706] ppid=24671 vsize=8413904 memory=288230596050944315 CPUtime=0 cores=0-7
/proc/24694/task/24706/stat : 24706 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029972 8615837696 35237 33554432000 4194304 4196468 140731821615520 140213368120432 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24707] ppid=24671 vsize=8413904 memory=15538518206188108 CPUtime=0 cores=0-7
/proc/24694/task/24707/stat : 24707 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140212993611856 140214965303195 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24708] ppid=24671 vsize=8413904 memory=-9001734013606258791 CPUtime=0.21 cores=0-7
/proc/24694/task/24708/stat : 24708 (java) S 24671 24671 22617 0 -1 1077944384 795 0 0 0 21 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214057724528 140214965295746 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24709] ppid=24671 vsize=8413904 memory=-7384994778349281184 CPUtime=0.2 cores=0-7
/proc/24694/task/24709/stat : 24709 (java) S 24671 24671 22617 0 -1 1077944384 629 0 0 0 20 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214056671728 140214965295746 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24710] ppid=24671 vsize=8413904 memory=7681905605394137914 CPUtime=0.16 cores=0-7
/proc/24694/task/24710/stat : 24710 (java) S 24671 24671 22617 0 -1 1077944384 792 0 0 0 16 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214055619440 140214965295746 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24711] ppid=24671 vsize=8413904 memory=-7522837583129502606 CPUtime=0.24 cores=0-7
/proc/24694/task/24711/stat : 24711 (java) S 24671 24671 22617 0 -1 1077944384 658 0 0 0 24 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214054566640 140214965295746 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24712] ppid=24671 vsize=8413904 memory=3073144 CPUtime=0 cores=0-7
/proc/24694/task/24712/stat : 24712 (java) S 24671 24671 22617 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140212495706464 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24713] ppid=24671 vsize=8413904 memory=7449611718424027479 CPUtime=0 cores=0-7
/proc/24694/task/24713/stat : 24713 (java) S 24671 24671 22617 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 236029975 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214053513520 140214965295746 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24715] ppid=24671 vsize=8413904 memory=6010433504173976936 CPUtime=0 cores=0-7
/proc/24694/task/24715/stat : 24715 (java) S 24671 24671 22617 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 24 0 236030059 8615837696 35237 33554432000 4194304 4196468 140731821615520 140214045705536 140214965309209 0 4 2 25189581 18446744071579417331 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24717] ppid=24671 vsize=8413904 memory=7091876754258028134 CPUtime=0 cores=0-7
/proc/24694/task/24717/stat : 24717 (java) S 24671 24671 22617 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 24 0 236030059 8615837696 35237 33554432000 4194304 4196468 140731821615520 140211824607152 140214965306525 0 4 2 25189581 18446744071580971376 0 0 -1 4 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24718] ppid=24671 vsize=8413904 memory=4639074098508484689 CPUtime=0 cores=0-7
/proc/24694/task/24718/stat : 24718 (java) S 24671 24671 22617 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 24 0 236030059 8615837696 35237 33554432000 4194304 4196468 140731821615520 140212093042480 140214965306525 0 4 2 25189581 18446744071580971376 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
[pid=24694/tid=24719] ppid=24671 vsize=8413904 memory=7019531075406292847 CPUtime=0 cores=0-7
/proc/24694/task/24719/stat : 24719 (java) S 24671 24671 22617 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 24 0 236030061 8615837696 35237 33554432000 4194304 4196468 140731821615520 140211556179744 140214965294805 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17444864 140731821618353 140731821618477 140731821618477 140731821621199 0
Current children cumulated CPU time: 22.35 s
Current children cumulated vsize: 9339904 KiB
Current children cumulated memory: 360332 KiB

Child status: 0
Real time (s): 8.15579
CPU time (s): 22.5736
CPU user time (s): 21.5542
CPU system time (s): 1.01943
CPU usage (%): 276.78
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 3080896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.5542
system time used= 1.01943
maximum resident set size= 3079952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98498
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10235
involuntary context switches= 60


# summary of solver processes directly reported to runsolver:
#   pid: 24671
#   total CPU time (s): 22.5736
#   total CPU user time (s): 21.5542
#   total CPU system time (s): 1.01943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.096002 second user time and 0.121266 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 20:24:21
IDJOB=4307533
IDBENCH=141183
IDSOLVER=2789
FILE ID=node134/4307533-1534184661
RUNJOBID= node134-1534182009-22644
PBS_JOBID= 21037981
Free space on /tmp= 42776 MiB

SOLVER NAME= scop both+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/Rlfap/Rlfap-dec-scens11/Rlfap-scen-11-f04_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-4307533-1534184661/watcher-4307533-1534184661 -o /tmp/evaluation-result-4307533-1534184661/solver-4307533-1534184661 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1534182009-22644 --watchdog 2580  scop.sh 22g scop.jar -both glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307533-1534184661.xml

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

MD5SUM BENCH= 3c3f91fe2d5d1aa7af585cdf812638b5
RANDOM SEED=63601118

node134.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.68
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.68
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.68
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.68
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:        17787888 kB
MemAvailable:   31900828 kB
Buffers:          227492 kB
Cached:         14034128 kB
SwapCached:           52 kB
Active:          4500980 kB
Inactive:        9817408 kB
Active(anon):       5876 kB
Inactive(anon):   103128 kB
Active(file):    4495104 kB
Inactive(file):  9714280 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:              8704 kB
Writeback:             4 kB
AnonPages:        135760 kB
Mapped:            56028 kB
Shmem:             49652 kB
Slab:             360944 kB
SReclaimable:     332016 kB
SUnreclaim:        28928 kB
KernelStack:        3648 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     349048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 42768 MiB
End job on node134 at 2018-08-13 20:24:30