Trace number 4307168

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameQuasigroups/
QuasiGroup-4-07_c18.xml
MD5SUM3b77ed50ef14863a53905eb481969062
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 benchmark6.88428
Satisfiable
(Un)Satisfiability was proved
Number of variables98
Number of constraints86
Number of domains2
Minimum domain size7
Maximum domain size49
Distribution of domain sizes[{"size":7,"count":49},{"size":49,"count":42}]
Minimum variable degree0
Maximum variable degree45
Distribution of variable degrees[{"degree":0,"count":7},{"degree":2,"count":42},{"degree":44,"count":7},{"degree":45,"count":42}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":42},{"arity":7,"count":1},{"arity":49,"count":1},{"arity":50,"count":42}]
Number of extensional constraints0
Number of intensional constraints42
Distribution of constraint types[{"type":"intension","count":42},{"type":"allDifferent","count":1},{"type":"instantiation","count":1},{"type":"element","count":42}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c (scop.sh) java -Xms22g -Xmx22g -Xss128m -cp scop.jar fun.scop.XCSP18Encode -order -solver glucose-syrup -solverOption -model:-nthreads=8:-maxmemory=20000 -tmp HOME -serialFile HOME/scop-10554-serial-file.bin HOME/instance-4307168-1534207361.xml
0.65/0.53	
0.65/0.53	scop order+glucose-syrup (2018-07-31)
0.65/0.53	(Encoding Process)
0.65/0.53	
0.65/0.55	c BEGIN-Prog: Tue Aug 14 02:42:42 CEST 2018
0.65/0.55	c PID: 10557
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
1.40/0.96	c (0,0) Parsing End
1.40/0.96	c (0,0) CSP: 91 int (0 aux), 0 bool (0 aux), 86 ctr, max domain size 49
1.40/0.96	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.40/0.96	c (0,0) Constraint Name Generate Begin
1.40/0.97	c (0,0) Ctr:HOME/instance-4307168-1534207361.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num
1.40/0.97	c (0,0) Constraint Name Generate End
1.40/0.97	c (0,0) Heap : 225 MiB used (max 21589 MiB), NonHeap : 19 MiB used (max 0 MiB)
1.40/0.97	c (0,0) CSP to CSPinCNF Begin
2.37/1.33	c (0,0) translated 9 (10%) constraints
2.37/1.38	c (0,0) translated 18 (20%) constraints
2.71/1.42	c (0,0) translated 26 (30%) constraints
2.71/1.45	c (0,0) translated 35 (40%) constraints
2.71/1.47	c (0,0) translated 43 (50%) constraints
2.71/1.48	c (0,0) translated 52 (60%) constraints
2.71/1.49	c (0,0) translated 61 (70%) constraints
2.71/1.49	c (0,0) translated 69 (80%) constraints
2.71/1.49	c (0,0) translated 78 (90%) constraints
2.71/1.49	c (0,0) translated 86 (100%) constraints
3.03/1.56	c (1,1) STATISTICS1:HOME/instance-4307168-1534207361.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,91,2429,49,49,7,3,49:84;7:210;1:84,49:2100;7:2520;1:413,7:28;3:2058;2:294;1:49,3:84;2:294;1:6384,
3.03/1.56	c (1,1) ==========================================
3.03/1.56	c (1,1) Order
3.03/1.56	c (1,1) ==========================================
3.03/1.60	c (1,1) translated 243 (10%) constraints
3.45/1.65	c (1,1) translated 486 (20%) constraints
3.87/1.70	c (1,1) translated 729 (30%) constraints
3.87/1.79	c (1,1) translated 972 (40%) constraints
3.87/1.79	c (1,1) translated 1215 (50%) constraints
4.33/1.80	c (1,1) translated 1458 (60%) constraints
4.33/1.83	c (1,1) translated 1701 (70%) constraints
4.33/1.86	c (1,1) translated 1944 (80%) constraints
4.33/1.88	c (1,1) translated 2187 (90%) constraints
4.74/1.90	c (1,1) translated 2429 (100%) constraints
4.74/1.91	c (1,1) CSP to CSPinCNF End
4.74/1.91	c (1,1) CSP: 91 int (0 aux), 343 bool (343 aux), 6594 ctr, max domain size 49
4.74/1.91	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 28 MiB used (max 0 MiB)
4.74/1.91	c (1,1) CSPinCNF Propagation Begin
5.21/2.04	c (1,1) 182 values, 1332 unsatisfiable literals, and 1792 valid clauses are removed
5.21/2.04	c (1,1) CSPinCNF Propagation End
5.21/2.04	c (1,1) CSP: 161 int (70 aux), 273 bool (273 aux), 4802 ctr, max domain size 47
5.21/2.04	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
5.21/2.04	c (1,1) Simplify CSPinCNF Begin
5.21/2.08	c (1,1) Simplify CSPinCNF End
5.21/2.08	c (1,1) CSP: 161 int (70 aux), 805 bool (805 aux), 5334 ctr, max domain size 47
5.21/2.08	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
5.21/2.08	c (1,1) Calculate Precise Domain Begin
5.21/2.08	c (1,1) 0 values are removed by re-calculation
5.21/2.08	c (1,1) Calculate Precise Domain End
5.21/2.09	c (1,1) CSP: 161 int (70 aux), 805 bool (805 aux), 5334 ctr, max domain size 47
5.21/2.09	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 29 MiB used (max 0 MiB)
5.21/2.09	c (1,1) CSPinCNF to SatSolver Begin
5.63/2.19	c (1,1) 534 (10 %) CSP clauses are encoded (2727 SAT variables, 3726 SAT clauses)
6.02/2.21	c (1,1) 1067 (20 %) CSP clauses are encoded (2727 SAT variables, 4984 SAT clauses)
6.02/2.22	c (1,1) 1601 (30 %) CSP clauses are encoded (2727 SAT variables, 5518 SAT clauses)
6.02/2.23	c (1,1) 2134 (40 %) CSP clauses are encoded (2727 SAT variables, 6051 SAT clauses)
6.02/2.23	c (1,1) 2667 (50 %) CSP clauses are encoded (2727 SAT variables, 6584 SAT clauses)
6.02/2.24	c (1,1) 3201 (60 %) CSP clauses are encoded (2727 SAT variables, 7118 SAT clauses)
6.02/2.25	c (1,1) 3734 (70 %) CSP clauses are encoded (2727 SAT variables, 7651 SAT clauses)
6.02/2.25	c (1,1) 4268 (80 %) CSP clauses are encoded (2727 SAT variables, 8185 SAT clauses)
6.02/2.26	c (1,1) 4801 (90 %) CSP clauses are encoded (2727 SAT variables, 8718 SAT clauses)
6.02/2.28	c (1,1) 5334 (100 %) CSP clauses are encoded (2727 SAT variables, 12369 SAT clauses)
6.02/2.28	c (1,1) Launch Command will be: glucose-syrup -model -nthreads=8 -maxmemory=20000
6.02/2.28	c (1,1) CSPinCNF to SatSolver End
6.02/2.28	c (1,1) Heap : 450 MiB used (max 21589 MiB), NonHeap : 31 MiB used (max 0 MiB)
6.44/2.32	c (1,1) STATISTICS2:HOME/instance-4307168-1534207361.xml,Add:AllDifferentMatrix:Element:Eq:Instantiation:IntVar:Mul:Num,966,5334,49,47,5,3,49:40;36:32;25:12;7:120;6:188;5:112;1:112,47:1128;46:736;39:1092;38:152;31:372;7:2080;6:1408;5:440;2:5272;1:112,5:24;3:1436;2:3790;1:84,3:84;2:532;1:11476,
6.44/2.32	c (1,1) 2727 bool, 12392 clause
6.44/2.32	c (1,1) Export Begin
6.87/2.41	c (1,1) Export to HOME/scop-10554-serial-file.bin
6.87/2.41	c (1,1) Export End
6.87/2.42	c (1,1) Export File Size: 0.02 MB
6.87/2.42	c (1,1) 0,0,1,1,1,1,1,STOP-AFTER(DIMACS)
6.87/2.42	c END-Prog: Tue Aug 14 02:42:44 CEST 2018
6.87/2.44	c (scop.sh) java -Xms4g -Xmx4g -Xss128m -cp scop.jar fun.scop.XCSP18Solve HOME/scop-10554-serial-file.bin
6.98/2.93	c (0,0) Read Serial File Begin
6.98/2.93	c (0,0) HOME/scop-10554-serial-file.bin
7.73/3.09	c (0,0) Read Serial File End
7.73/3.10	
7.73/3.10	scop order+glucose-syrup (2018-07-31)
7.73/3.10	(Solving Process)
7.73/3.10	
7.88/3.12	c BEGIN-Prog: Tue Aug 14 02:42:45 CEST 2018
7.88/3.12	c PID: 10577
7.88/3.12	c IP: 172.20.3.107
7.88/3.12	c HOST: node107.alineos.net
7.88/3.13	c (0,0) SatSolver.solve Begin
7.88/3.13	c (0,0) 0 bool, 0 clause
7.88/3.13	c (0,0) glucose-syrup -model -nthreads=8 -maxmemory=20000 HOME/instance-4307168-1534207361.xml-scop-10557.cnf
8.09/3.40	c (0,0) c
8.09/3.40	c (0,0) c This is glucose-syrup 4.1 (glucose in many threads) --  based on MiniSAT (Many thanks to MiniSAT team)
8.09/3.40	c (0,0) c
8.09/3.40	c (0,0) c WARNING: for repeatability, setting FPU to use double precision
8.09/3.40	c (0,0) c 8 solvers engines and 1 companion as a blackboard created.
8.09/3.40	c (0,0) c ========================================[ Problem Statistics ]===========================================
8.09/3.40	c (0,0) c |                                                                                                       |
8.09/3.40	c (0,0) c |  Number of variables:          2727                                                                   |
8.09/3.40	c (0,0) c |  Number of clauses:           12392                                                                   |
8.09/3.40	c (0,0) c |  Parse time:                   0.00 s                                                                 |
8.09/3.40	c (0,0) c |                                                                                                       |
8.09/3.40	c (0,0) c |  Eliminated clauses:           0.04 Mb                                                                |
8.09/3.40	c (0,0) c |  Simplification time:          0.01 s                                                                 |
8.09/3.40	c (0,0) c |                                                                                                       |
8.09/3.40	c (0,0) c |  Generating clones                                                                                    |
8.09/3.40	c (0,0) c |  all clones generated. Memory =  34.88Mb.                                                             |
8.09/3.40	c (0,0) c ========================================================================================================|
8.09/3.40	c (0,0) c Thread 4 is 100% pure glucose! First thread to finish! (UNSAT answer).
8.09/3.40	c (0,0) c Total Memory so far : 610.85Mb
8.09/3.40	c (0,0) c
8.09/3.40	c (0,0) c real time : 0.252458 s
8.09/3.40	c (0,0) c cpu time  : 1.77196 s
8.09/3.41	c (0,0) c
8.09/3.41	c (0,0) c
8.09/3.41	c (0,0) c
8.09/3.41	c (0,0) c |---------------------------------------- FINAL STATS --------------------------------------------------|
8.09/3.41	c (0,0) c
8.09/3.41	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
8.09/3.41	c (0,0) c | Threads       |      Total      |          0 |          1 |          2 |          3 |          4 |          5 |          6 |          7 |
8.09/3.41	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
8.09/3.41	c (0,0) c | Conflicts     |           25582 |       3155 |       2913 |       3154 |       3294 |       3239 |       3269 |       3291 |       3267 |
8.09/3.41	c (0,0) c | Decisions     |           29744 |       3595 |       3333 |       3619 |       3845 |       3724 |       3878 |       3864 |       3886 |
8.09/3.41	c (0,0) c | Propagations  |         7770190 |    1007916 |     881765 |     966721 |    1000559 |    1000742 |     953337 |     982115 |     977035 |
8.09/3.41	c (0,0) c | Avg_Trail     |                 |        951 |        935 |        923 |        923 |        936 |        910 |        917 |        917 |
8.09/3.41	c (0,0) c | Avg_DL        |                 |         10 |          8 |          9 |         10 |          9 |         10 |         10 |         10 |
8.09/3.41	c (0,0) c | Avg_Res       |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
8.09/3.41	c (0,0) c | Avg_Res_Seen  |                 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
8.09/3.41	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
8.09/3.41	c (0,0) c | Exported      |             400 |         32 |         61 |         52 |         57 |         52 |         55 |         37 |         54 |
8.09/3.41	c (0,0) c | Imported      |            2347 |        211 |        310 |        314 |        343 |        347 |        327 |        254 |        241 |
8.09/3.41	c (0,0) c | Good          |             902 |         83 |        109 |        121 |        137 |        141 |        125 |         94 |         92 |
8.09/3.41	c (0,0) c | Purge         |            1445 |        128 |        201 |        193 |        206 |        206 |        202 |        160 |        149 |
8.09/3.41	c (0,0) c | Promoted      |              91 |          5 |         17 |         13 |         12 |         15 |          6 |         15 |          8 |
8.09/3.41	c (0,0) c | Remove_Imp    |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
8.09/3.41	c (0,0) c | Blocked_Reuse |               0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |          0 |
8.09/3.41	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
8.09/3.41	c (0,0) c | Unaries       |                 |          1 |          3 |          3 |          6 |          5 |          3 |          2 |          1 |
8.09/3.41	c (0,0) c | Binaries      |                 |         12 |         33 |         19 |         25 |         20 |         23 |         13 |         17 |
8.09/3.41	c (0,0) c | Glues         |                 |         32 |         61 |         52 |         57 |         52 |         55 |         37 |         54 |
8.09/3.41	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
8.09/3.41	c (0,0) c | Orig_Seen     |            41 % |       5112 |       5172 |       5143 |       5247 |       5181 |       5253 |       5234 |       5238 |
8.09/3.41	c (0,0) c | Diff Orig seen|                 | -       69 | -        9 | -       38 |         66 |      X     |         72 |         53 |         57 |
8.09/3.41	c (0,0) c | Hamming       |            17 % |        534 |        515 |        388 |        445 |      X     |        424 |        471 |        561 |
8.09/3.41	c (0,0) c |---------------|-----------------|------------|------------|------------|------------|------------|------------|------------|------------|
8.09/3.41	c (0,0) 
8.09/3.41	c (0,0) s UNSATISFIABLE
8.09/3.41	c (0,0) SatSolver.solve End
8.09/3.41	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
8.09/3.41	c (0,0) Show results Begin
8.09/3.41	s UNSATISFIABLE
8.09/3.41	c (0,0) Show results End
8.09/3.41	c (0,0) Heap : 143 MiB used (max 3925 MiB), NonHeap : 15 MiB used (max 0 MiB)
8.09/3.42	c (0,0) 0,0,STOP-AFTER(ALL)
8.09/3.42	c END-Prog: Tue Aug 14 02:42:45 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 (13233 MiB free)
  memory of node 1: 16384 MiB (10744 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4307168-1534207361/watcher-4307168-1534207361 -o /tmp/evaluation-result-4307168-1534207361/solver-4307168-1534207361 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534202255-9686 --watchdog 2580 scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307168-1534207361.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=10554, runsolver pid=10551

[startup+0.100157 s]*
/proc/loadavg: 7.73 8.05 8.15 2/201 10576
/proc/meminfo: memFree=24456716/32770624 swapFree=67108524/67108860
[pid=10554] ppid=10551 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10554/stat : 10554 (scop.sh) S 10551 10554 9659 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 238299334 115843072 349 33554432000 4194304 5098028 140736394919488 140736394916744 140474329207420 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10366976 140736394925090 140736394925315 140736394925315 140736394928077 0
/proc/10554/statm: 28282 349 296 221 0 87 0
[pid=10557] ppid=10554 vsize=27313900 memory=108464 CPUtime=0.1 cores=0-7
/proc/10557/stat : 10557 (java) S 10554 10554 9659 0 -1 1077944320 6083 0 0 0 8 2 0 0 20 0 20 0 238299334 27969433600 27116 33554432000 4194304 4196468 140727151895536 140727151878080 140412860493559 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
/proc/10557/statm: 6828475 27116 2739 1 0 6790935 0
[pid=10557/tid=10558] ppid=10554 vsize=27313900 memory=8040221042879144092 CPUtime=0.08 cores=0-7
/proc/10557/task/10558/stat : 10558 (java) R 10554 10554 9659 0 -1 4202560 4232 0 0 0 7 1 0 0 20 0 20 0 238299335 27969433600 27181 33554432000 4194304 4196468 140727151895536 140412832270640 140412860515485 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10559] ppid=10554 vsize=27313900 memory=732370200948562917 CPUtime=0 cores=0-7
/proc/10557/task/10559/stat : 10559 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 27181 33554432000 4194304 4196468 140727151895536 140412864735760 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10560] ppid=10554 vsize=27313900 memory=140062611109504 CPUtime=0 cores=0-7
/proc/10557/task/10560/stat : 10560 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 27181 33554432000 4194304 4196468 140727151895536 140412682824336 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10561] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10561/stat : 10561 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 27181 33554432000 4194304 4196468 140727151895536 140412281846032 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10562] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10562/stat : 10562 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 27181 33554432000 4194304 4196468 140727151895536 140412280793488 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10563] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10563/stat : 10563 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 27181 33554432000 4194304 4196468 140727151895536 140412279741456 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10564] ppid=10554 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/10557/task/10564/stat : 10564 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 27181 33554432000 4194304 4196468 140727151895536 140412278688912 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10565] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10565/stat : 10565 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 27181 33554432000 4194304 4196468 140727151895536 140412277635856 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10566] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10566/stat : 10566 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 27181 33554432000 4194304 4196468 140727151895536 140412276583312 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10567] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10567/stat : 10567 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299339 27969433600 27181 33554432000 4194304 4196468 140727151895536 140411113597168 140412860504706 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10568] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10568/stat : 10568 (java) S 10554 10554 9659 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 238299339 27969433600 27181 33554432000 4194304 4196468 140727151895536 140410802398368 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10569] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10569/stat : 10569 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299339 27969433600 27181 33554432000 4194304 4196468 140727151895536 140410533962480 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10570] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10570/stat : 10570 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 27181 33554432000 4194304 4196468 140727151895536 140410159454160 140412860512155 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10571] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10571/stat : 10571 (java) R 10554 10554 9659 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 27181 33554432000 4194304 4196468 140727151895536 140411112545008 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10572] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10572/stat : 10572 (java) R 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 27181 33554432000 4194304 4196468 140727151895536 140411111492464 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10573] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10573/stat : 10573 (java) R 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 27181 33554432000 4194304 4196468 140727151895536 140411110439408 140412860504706 0 4 2 16800973 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10574] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10574/stat : 10574 (java) R 10554 10554 9659 0 -1 4202560 243 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 27181 33554432000 4194304 4196468 140727151895536 140411109386864 140412839387272 0 4 2 16800973 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10575] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10575/stat : 10575 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 27181 33554432000 4194304 4196468 140727151895536 140409661549024 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10576] ppid=10554 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/10557/task/10576/stat : 10576 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 27181 33554432000 4194304 4196468 140727151895536 140411108334256 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 109860 KiB

[startup+0.210135 s]*
/proc/loadavg: 7.73 8.05 8.15 2/201 10576
/proc/meminfo: memFree=24440716/32770624 swapFree=67108524/67108860
[pid=10554] ppid=10551 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10554/stat : 10554 (scop.sh) S 10551 10554 9659 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 238299334 115843072 349 33554432000 4194304 5098028 140736394919488 140736394916744 140474329207420 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10366976 140736394925090 140736394925315 140736394925315 140736394928077 0
/proc/10554/statm: 28282 349 296 221 0 87 0
[pid=10557] ppid=10554 vsize=27313900 memory=123112 CPUtime=0.25 cores=0-7
/proc/10557/stat : 10557 (java) S 10554 10554 9659 0 -1 1077944320 9927 0 0 0 22 3 0 0 20 0 20 0 238299334 27969433600 30778 33554432000 4194304 4196468 140727151895536 140727151878080 140412860493559 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
/proc/10557/statm: 6828475 30778 2865 1 0 6790935 0
[pid=10557/tid=10558] ppid=10554 vsize=27313900 memory=0 CPUtime=0.19 cores=0-7
/proc/10557/task/10558/stat : 10558 (java) R 10554 10554 9659 0 -1 4202560 7830 0 0 0 17 2 0 0 20 0 20 0 238299335 27969433600 30778 33554432000 4194304 4196468 140727151895536 140412832302304 140412844574046 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10559] ppid=10554 vsize=27313900 memory=280125118510840 CPUtime=0 cores=0-7
/proc/10557/task/10559/stat : 10559 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 30778 33554432000 4194304 4196468 140727151895536 140412864735760 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10560] ppid=10554 vsize=27313900 memory=140062611109504 CPUtime=0 cores=0-7
/proc/10557/task/10560/stat : 10560 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 30778 33554432000 4194304 4196468 140727151895536 140412682824336 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10561] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10561/stat : 10561 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 30778 33554432000 4194304 4196468 140727151895536 140412281846032 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10562] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10562/stat : 10562 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 30778 33554432000 4194304 4196468 140727151895536 140412280793488 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10563] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10563/stat : 10563 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 30778 33554432000 4194304 4196468 140727151895536 140412279741456 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10564] ppid=10554 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/10557/task/10564/stat : 10564 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 30778 33554432000 4194304 4196468 140727151895536 140412278688912 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10565] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10565/stat : 10565 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 30778 33554432000 4194304 4196468 140727151895536 140412277635856 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10566] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10566/stat : 10566 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 30778 33554432000 4194304 4196468 140727151895536 140412276583312 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10567] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10567/stat : 10567 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299339 27969433600 30778 33554432000 4194304 4196468 140727151895536 140411113597168 140412860504706 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10568] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10568/stat : 10568 (java) S 10554 10554 9659 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 238299339 27969433600 30778 33554432000 4194304 4196468 140727151895536 140410802398368 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10569] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10569/stat : 10569 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299339 27969433600 30778 33554432000 4194304 4196468 140727151895536 140410533962480 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10570] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10570/stat : 10570 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 30778 33554432000 4194304 4196468 140727151895536 140410159454160 140412860512155 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10571] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10571/stat : 10571 (java) S 10554 10554 9659 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 30778 33554432000 4194304 4196468 140727151895536 140411112545008 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10572] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10572/stat : 10572 (java) S 10554 10554 9659 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 30778 33554432000 4194304 4196468 140727151895536 140411111492464 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10573] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10573/stat : 10573 (java) S 10554 10554 9659 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 30778 33554432000 4194304 4196468 140727151895536 140411110439408 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10574] ppid=10554 vsize=27313900 memory=0 CPUtime=0.02 cores=0-7
/proc/10557/task/10574/stat : 10574 (java) S 10554 10554 9659 0 -1 1077944384 289 0 0 0 2 0 0 0 20 0 20 0 238299342 27969433600 30778 33554432000 4194304 4196468 140727151895536 140411109386864 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10575] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10575/stat : 10575 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 30778 33554432000 4194304 4196468 140727151895536 140409661549024 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10576] ppid=10554 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/10557/task/10576/stat : 10576 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 30778 33554432000 4194304 4196468 140727151895536 140411108334256 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 124508 KiB

[startup+0.309523 s]*
/proc/loadavg: 7.73 8.05 8.15 2/201 10576
/proc/meminfo: memFree=24436400/32770624 swapFree=67108524/67108860
[pid=10554] ppid=10551 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10554/stat : 10554 (scop.sh) S 10551 10554 9659 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 238299334 115843072 349 33554432000 4194304 5098028 140736394919488 140736394916744 140474329207420 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10366976 140736394925090 140736394925315 140736394925315 140736394928077 0
/proc/10554/statm: 28282 349 296 221 0 87 0
[pid=10557] ppid=10554 vsize=27313900 memory=127336 CPUtime=0.41 cores=0-7
/proc/10557/stat : 10557 (java) S 10554 10554 9659 0 -1 1077944320 10593 0 0 0 38 3 0 0 20 0 20 0 238299334 27969433600 31834 33554432000 4194304 4196468 140727151895536 140727151878080 140412860493559 0 0 2 16800973 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
/proc/10557/statm: 6828475 31834 2971 1 0 6790935 0
[pid=10557/tid=10558] ppid=10554 vsize=27313900 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/10557/task/10558/stat : 10558 (java) R 10554 10554 9659 0 -1 4202560 8301 0 0 0 27 2 0 0 20 0 20 0 238299335 27969433600 31834 33554432000 4194304 4196468 140727151895536 140412832289008 140412860515485 0 4 2 16800973 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10559] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10559/stat : 10559 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 31834 33554432000 4194304 4196468 140727151895536 140412864735760 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10560] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10560/stat : 10560 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 31834 33554432000 4194304 4196468 140727151895536 140412682824336 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10561] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10561/stat : 10561 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 31834 33554432000 4194304 4196468 140727151895536 140412281846032 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10562] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10562/stat : 10562 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 31834 33554432000 4194304 4196468 140727151895536 140412280793488 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10563] ppid=10554 vsize=27313900 memory=2244 CPUtime=0 cores=0-7
/proc/10557/task/10563/stat : 10563 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 31834 33554432000 4194304 4196468 140727151895536 140412279741456 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10564] ppid=10554 vsize=27313900 memory=140062507496367 CPUtime=0 cores=0-7
/proc/10557/task/10564/stat : 10564 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 31834 33554432000 4194304 4196468 140727151895536 140412278688912 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10565] ppid=10554 vsize=27313900 memory=140062507498672 CPUtime=0 cores=0-7
/proc/10557/task/10565/stat : 10565 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 31834 33554432000 4194304 4196468 140727151895536 140412277635856 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10566] ppid=10554 vsize=27313900 memory=140062507500976 CPUtime=0 cores=0-7
/proc/10557/task/10566/stat : 10566 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27969433600 31834 33554432000 4194304 4196468 140727151895536 140412276583312 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10567] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10567/stat : 10567 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299339 27969433600 31834 33554432000 4194304 4196468 140727151895536 140411113597168 140412860504706 0 0 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10568] ppid=10554 vsize=27313900 memory=280125015008912 CPUtime=0 cores=0-7
/proc/10557/task/10568/stat : 10568 (java) S 10554 10554 9659 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 238299339 27969433600 31834 33554432000 4194304 4196468 140727151895536 140410802398368 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10569] ppid=10554 vsize=27313900 memory=280125015015824 CPUtime=0 cores=0-7
/proc/10557/task/10569/stat : 10569 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299339 27969433600 31834 33554432000 4194304 4196468 140727151895536 140410533962480 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10570] ppid=10554 vsize=27313900 memory=280125014957104 CPUtime=0 cores=0-7
/proc/10557/task/10570/stat : 10570 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 31834 33554432000 4194304 4196468 140727151895536 140410159454160 140412860512155 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10571] ppid=10554 vsize=27313900 memory=280125015029648 CPUtime=0.02 cores=0-7
/proc/10557/task/10571/stat : 10571 (java) S 10554 10554 9659 0 -1 1077944384 438 0 0 0 2 0 0 0 20 0 20 0 238299342 27969433600 31834 33554432000 4194304 4196468 140727151895536 140411112545008 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10572] ppid=10554 vsize=27313900 memory=280125015036560 CPUtime=0.01 cores=0-7
/proc/10557/task/10572/stat : 10572 (java) S 10554 10554 9659 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 238299342 27969433600 31834 33554432000 4194304 4196468 140727151895536 140411111492464 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10573] ppid=10554 vsize=27313900 memory=280125015034256 CPUtime=0 cores=0-7
/proc/10557/task/10573/stat : 10573 (java) S 10554 10554 9659 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 31834 33554432000 4194304 4196468 140727151895536 140411110439408 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10574] ppid=10554 vsize=27313900 memory=280125015050416 CPUtime=0.07 cores=0-7
/proc/10557/task/10574/stat : 10574 (java) S 10554 10554 9659 0 -1 1077944384 334 0 0 0 7 0 0 0 20 0 20 0 238299342 27969433600 31834 33554432000 4194304 4196468 140727151895536 140411109386864 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10575] ppid=10554 vsize=27313900 memory=0 CPUtime=0 cores=0-7
/proc/10557/task/10575/stat : 10575 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 31834 33554432000 4194304 4196468 140727151895536 140409661549024 140412860503765 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10576] ppid=10554 vsize=27313900 memory=-1 CPUtime=0 cores=0-7
/proc/10557/task/10576/stat : 10576 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299342 27969433600 31834 33554432000 4194304 4196468 140727151895536 140411108334256 140412860504706 0 4 2 16800973 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 27427028 KiB
Current children cumulated memory: 128732 KiB

[startup+0.70093 s]
/proc/loadavg: 7.73 8.05 8.15 2/201 10576
/proc/meminfo: memFree=24412580/32770624 swapFree=67108524/67108860
[pid=10554] ppid=10551 vsize=113128 memory=1396 CPUtime=0 cores=0-7
/proc/10554/stat : 10554 (scop.sh) S 10551 10554 9659 0 -1 4202496 559 321 0 0 0 0 0 0 20 0 1 0 238299334 115843072 349 33554432000 4194304 5098028 140736394919488 140736394916744 140474329207420 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10366976 140736394925090 140736394925315 140736394925315 140736394928077 0
/proc/10554/statm: 28282 349 296 221 0 87 0
[pid=10557] ppid=10554 vsize=27322296 memory=165376 CPUtime=1 cores=0-7
/proc/10557/stat : 10557 (java) S 10554 10554 9659 0 -1 1077944320 17864 0 0 0 94 6 0 0 20 0 20 0 238299334 27978031104 41344 33554432000 4194304 4196468 140727151895536 140727151878080 140412860493559 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
/proc/10557/statm: 6830574 41344 3144 1 0 6791959 0
[pid=10557/tid=10558] ppid=10554 vsize=27322296 memory=280125015345280 CPUtime=0.67 cores=0-7
/proc/10557/task/10558/stat : 10558 (java) R 10554 10554 9659 0 -1 4202560 15060 0 0 0 62 5 0 0 20 0 20 0 238299335 27978031104 41344 33554432000 4194304 4196468 140727151895536 140412832328928 140412844574046 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10559] ppid=10554 vsize=27322296 memory=11192 CPUtime=0 cores=0-7
/proc/10557/task/10559/stat : 10559 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299337 27978031104 41344 33554432000 4194304 4196468 140727151895536 140412864735760 140412860503765 0 4 2 25189581 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10560] ppid=10554 vsize=27322296 memory=752 CPUtime=0 cores=0-7
/proc/10557/task/10560/stat : 10560 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299337 27978031104 41344 33554432000 4194304 4196468 140727151895536 140412682824336 140412860503765 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0
[pid=10557/tid=10561] ppid=10554 vsize=27322296 memory=1828 CPUtime=0 cores=0-7
/proc/10557/task/10561/stat : 10561 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299337 27978031104 41344 33554432000 4194304 4196468 140727151895536 140412281846032 140412860503765 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24375296 140727151903720 140727151904045 140727151904045 140727151906767 0

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

/proc/loadavg: 7.73 8.05 8.15 2/201 10596
/proc/meminfo: memFree=24469484/32770624 swapFree=67108524/67108860
[pid=10554] ppid=10551 vsize=113128 memory=1472 CPUtime=6.98 cores=0-7
/proc/10554/stat : 10554 (scop.sh) S 10551 10554 9659 0 -1 4202496 589 28798 0 0 0 0 683 15 20 0 1 0 238299334 115843072 368 33554432000 4194304 5098028 140736394919488 140736394916232 140474329207420 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10366976 140736394925090 140736394925315 140736394925315 140736394928077 0
/proc/10554/statm: 28282 368 311 221 0 87 0
[pid=10577] ppid=10554 vsize=7754116 memory=100088 CPUtime=0.9 cores=0-7
/proc/10577/stat : 10577 (java) S 10554 10554 9659 0 -1 1077944320 16757 0 0 0 86 4 0 0 20 0 20 0 238299578 7940214784 25022 33554432000 4194304 4196468 140724546339744 140724546322288 139705355235063 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
/proc/10577/statm: 1938529 25022 2985 1 0 1900463 0
[pid=10577/tid=10578] ppid=10554 vsize=7754116 memory=56 CPUtime=0.64 cores=0-7
/proc/10577/task/10578/stat : 10578 (java) R 10554 10554 9659 0 -1 4202560 14309 0 0 0 61 3 0 0 20 0 20 0 238299579 7940214784 25022 33554432000 4194304 4196468 140724546339744 139705327061280 139705339315580 0 4 2 25189581 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10579] ppid=10554 vsize=7754116 memory=10881 CPUtime=0 cores=0-7
/proc/10577/task/10579/stat : 10579 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299580 7940214784 25022 33554432000 4194304 4196468 140724546339744 139705359477776 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10580] ppid=10554 vsize=7754116 memory=1396 CPUtime=0 cores=0-7
/proc/10577/task/10580/stat : 10580 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299580 7940214784 25022 33554432000 4194304 4196468 140724546339744 139705159646352 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10581] ppid=10554 vsize=7754116 memory=171712 CPUtime=0 cores=0-7
/proc/10577/task/10581/stat : 10581 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299580 7940214784 25022 33554432000 4194304 4196468 140724546339744 139705158593296 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10582] ppid=10554 vsize=7754116 memory=3712 CPUtime=0 cores=0-7
/proc/10577/task/10582/stat : 10582 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 238299580 7940214784 25022 33554432000 4194304 4196468 140724546339744 139705157540752 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10583] ppid=10554 vsize=7754116 memory=64488 CPUtime=0 cores=0-7
/proc/10577/task/10583/stat : 10583 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299580 7940214784 25022 33554432000 4194304 4196468 140724546339744 139705156487696 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10584] ppid=10554 vsize=7754116 memory=1064 CPUtime=0 cores=0-7
/proc/10577/task/10584/stat : 10584 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299580 7940214784 25022 33554432000 4194304 4196468 140724546339744 139705155435152 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10585] ppid=10554 vsize=7754116 memory=2072 CPUtime=0 cores=0-7
/proc/10577/task/10585/stat : 10585 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299580 7940214784 25022 33554432000 4194304 4196468 140724546339744 139705154382096 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10586] ppid=10554 vsize=7754116 memory=1740 CPUtime=0 cores=0-7
/proc/10577/task/10586/stat : 10586 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299580 7940214784 25022 33554432000 4194304 4196468 140724546339744 139704833927568 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10587] ppid=10554 vsize=7754116 memory=11192 CPUtime=0 cores=0-7
/proc/10577/task/10587/stat : 10587 (java) S 10554 10554 9659 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 238299581 7940214784 25022 33554432000 4194304 4196468 140724546339744 139704448735984 139705355246210 0 0 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10588] ppid=10554 vsize=7754116 memory=752 CPUtime=0 cores=0-7
/proc/10577/task/10588/stat : 10588 (java) S 10554 10554 9659 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 238299582 7940214784 25022 33554432000 4194304 4196468 140724546339744 139704011843232 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10589] ppid=10554 vsize=7754116 memory=1828 CPUtime=0 cores=0-7
/proc/10577/task/10589/stat : 10589 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299582 7940214784 25022 33554432000 4194304 4196468 140724546339744 139703743407344 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10590] ppid=10554 vsize=7754116 memory=1120 CPUtime=0 cores=0-7
/proc/10577/task/10590/stat : 10590 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299585 7940214784 25022 33554432000 4194304 4196468 140724546339744 139703368899024 139705355253659 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10591] ppid=10554 vsize=7754116 memory=2241 CPUtime=0.03 cores=0-7
/proc/10577/task/10591/stat : 10591 (java) S 10554 10554 9659 0 -1 1077944384 362 0 0 0 3 0 0 0 20 0 20 0 238299585 7940214784 25022 33554432000 4194304 4196468 140724546339744 139704447682800 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10592] ppid=10554 vsize=7754116 memory=2244 CPUtime=0.02 cores=0-7
/proc/10577/task/10592/stat : 10592 (java) S 10554 10554 9659 0 -1 1077944384 189 0 0 0 2 0 0 0 20 0 20 0 238299585 7940214784 25022 33554432000 4194304 4196468 140724546339744 139704446630256 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10593] ppid=10554 vsize=7754116 memory=6154567370709166958 CPUtime=0.02 cores=0-7
/proc/10577/task/10593/stat : 10593 (java) S 10554 10554 9659 0 -1 1077944384 113 0 0 0 2 0 0 0 20 0 20 0 238299585 7940214784 25022 33554432000 4194304 4196468 140724546339744 139704445577200 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10594] ppid=10554 vsize=7754116 memory=3516 CPUtime=0.15 cores=0-7
/proc/10577/task/10594/stat : 10594 (java) R 10554 10554 9659 0 -1 4202560 444 0 0 0 15 0 0 0 20 0 20 0 238299585 7940214784 25022 33554432000 4194304 4196468 140724546339744 139704444524656 139705355256410 0 4 2 25189581 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10595] ppid=10554 vsize=7754116 memory=872 CPUtime=0 cores=0-7
/proc/10577/task/10595/stat : 10595 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 238299585 7940214784 25022 33554432000 4194304 4196468 140724546339744 139702870993888 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10596] ppid=10554 vsize=7754116 memory=1288 CPUtime=0 cores=0-7
/proc/10577/task/10596/stat : 10596 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 238299585 7940214784 25022 33554432000 4194304 4196468 140724546339744 139704443473072 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
Current children cumulated CPU time: 7.88 s
Current children cumulated vsize: 7867244 KiB
Current children cumulated memory: 101560 KiB

[startup+3.42815 s]
# the end of solver process 10554 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.69449 s, system=0.254732 s

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

[startup+3.20165 s]
/proc/loadavg: 7.73 8.05 8.15 2/201 10596
/proc/meminfo: memFree=24469484/32770624 swapFree=67108524/67108860
[pid=10554] ppid=10551 vsize=113128 memory=1472 CPUtime=6.98 cores=0-7
/proc/10554/stat : 10554 (scop.sh) S 10551 10554 9659 0 -1 4202496 589 28798 0 0 0 0 683 15 20 0 1 0 238299334 115843072 368 33554432000 4194304 5098028 140736394919488 140736394916232 140474329207420 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10366976 140736394925090 140736394925315 140736394925315 140736394928077 0
/proc/10554/statm: 28282 368 311 221 0 87 0
[pid=10577] ppid=10554 vsize=8413904 memory=118520 CPUtime=1.1 cores=0-7
/proc/10577/stat : 10577 (java) S 10554 10554 9659 0 -1 1077944320 17805 0 0 0 105 5 0 0 20 0 24 0 238299578 8615837696 29630 33554432000 4194304 4196468 140724546339744 140724546322288 139705355235063 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
/proc/10577/statm: 2103476 29630 3149 1 0 2064875 0
[pid=10577/tid=10578] ppid=10554 vsize=8413904 memory=35872 CPUtime=0.73 cores=0-7
/proc/10577/task/10578/stat : 10578 (java) R 10554 10554 9659 0 -1 4202560 14899 0 0 0 69 4 0 0 20 0 24 0 238299579 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705327073856 139705340928566 0 4 2 25189581 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10579] ppid=10554 vsize=8413904 memory=3312 CPUtime=0 cores=0-7
/proc/10577/task/10579/stat : 10579 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705359477776 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10580] ppid=10554 vsize=8413904 memory=15708 CPUtime=0 cores=0-7
/proc/10577/task/10580/stat : 10580 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705159646352 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10581] ppid=10554 vsize=8413904 memory=1620 CPUtime=0 cores=0-7
/proc/10577/task/10581/stat : 10581 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705158593296 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10582] ppid=10554 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/10577/task/10582/stat : 10582 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705157540752 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10583] ppid=10554 vsize=8413904 memory=0 CPUtime=0 cores=0-7
/proc/10577/task/10583/stat : 10583 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705156487696 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10584] ppid=10554 vsize=8413904 memory=6186 CPUtime=0 cores=0-7
/proc/10577/task/10584/stat : 10584 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705155435152 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10585] ppid=10554 vsize=8413904 memory=1594 CPUtime=0 cores=0-7
/proc/10577/task/10585/stat : 10585 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705154382096 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10586] ppid=10554 vsize=8413904 memory=761 CPUtime=0 cores=0-7
/proc/10577/task/10586/stat : 10586 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704833927568 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10587] ppid=10554 vsize=8413904 memory=140062507809728 CPUtime=0 cores=0-7
/proc/10577/task/10587/stat : 10587 (java) S 10554 10554 9659 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 238299581 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704448735984 139705355246210 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10588] ppid=10554 vsize=8413904 memory=280125014888992 CPUtime=0 cores=0-7
/proc/10577/task/10588/stat : 10588 (java) S 10554 10554 9659 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 238299582 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704011843232 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10589] ppid=10554 vsize=8413904 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/10577/task/10589/stat : 10589 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299582 8615837696 29630 33554432000 4194304 4196468 140724546339744 139703743407344 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10590] ppid=10554 vsize=8413904 memory=6944656592455097440 CPUtime=0 cores=0-7
/proc/10577/task/10590/stat : 10590 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139703368899024 139705355253659 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10591] ppid=10554 vsize=8413904 memory=0 CPUtime=0.08 cores=0-7
/proc/10577/task/10591/stat : 10591 (java) S 10554 10554 9659 0 -1 1077944384 580 0 0 0 8 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704447682800 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10592] ppid=10554 vsize=8413904 memory=0 CPUtime=0.04 cores=0-7
/proc/10577/task/10592/stat : 10592 (java) S 10554 10554 9659 0 -1 1077944384 221 0 0 0 4 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704446630256 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10593] ppid=10554 vsize=8413904 memory=140058883522582 CPUtime=0.04 cores=0-7
/proc/10577/task/10593/stat : 10593 (java) S 10554 10554 9659 0 -1 1077944384 195 0 0 0 4 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704445577200 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10594] ppid=10554 vsize=8413904 memory=304274695476478263 CPUtime=0.18 cores=0-7
/proc/10577/task/10594/stat : 10594 (java) S 10554 10554 9659 0 -1 1077944384 514 0 0 0 18 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704444524656 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10595] ppid=10554 vsize=8413904 memory=15817785569708416 CPUtime=0 cores=0-7
/proc/10577/task/10595/stat : 10595 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139702870993888 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10596] ppid=10554 vsize=8413904 memory=8174712179017732963 CPUtime=0 cores=0-7
/proc/10577/task/10596/stat : 10596 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704443473072 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
Current children cumulated CPU time: 8.08 s
Current children cumulated vsize: 8527032 KiB
Current children cumulated memory: 119992 KiB

[startup+3.40166 s]
/proc/loadavg: 7.73 8.05 8.15 2/201 10596
/proc/meminfo: memFree=24469484/32770624 swapFree=67108524/67108860
[pid=10554] ppid=10551 vsize=113128 memory=1472 CPUtime=6.98 cores=0-7
/proc/10554/stat : 10554 (scop.sh) S 10551 10554 9659 0 -1 4202496 589 28798 0 0 0 0 683 15 20 0 1 0 238299334 115843072 368 33554432000 4194304 5098028 140736394919488 140736394916232 140474329207420 0 65536 4100 81923 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 10366976 140736394925090 140736394925315 140736394925315 140736394928077 0
/proc/10554/statm: 28282 368 311 221 0 87 0
[pid=10577] ppid=10554 vsize=8413904 memory=118520 CPUtime=1.11 cores=0-7
/proc/10577/stat : 10577 (java) S 10554 10554 9659 0 -1 1077944320 17817 0 0 0 106 5 0 0 20 0 24 0 238299578 8615837696 29630 33554432000 4194304 4196468 140724546339744 140724546322288 139705355235063 0 0 2 25189581 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
/proc/10577/statm: 2103476 29630 3149 1 0 2064875 0
[pid=10577/tid=10578] ppid=10554 vsize=8413904 memory=8244237499393860441 CPUtime=0.73 cores=0-7
/proc/10577/task/10578/stat : 10578 (java) S 10554 10554 9659 0 -1 1077944384 14910 0 0 0 69 4 0 0 20 0 24 0 238299579 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705327075216 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10579] ppid=10554 vsize=8413904 memory=8174712179017864035 CPUtime=0 cores=0-7
/proc/10577/task/10579/stat : 10579 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705359477776 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10580] ppid=10554 vsize=8413904 memory=7661580998934096228 CPUtime=0 cores=0-7
/proc/10577/task/10580/stat : 10580 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705159646352 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10581] ppid=10554 vsize=8413904 memory=8174712179017732963 CPUtime=0 cores=0-7
/proc/10577/task/10581/stat : 10581 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705158593296 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10582] ppid=10554 vsize=8413904 memory=8174712179017732963 CPUtime=0 cores=0-7
/proc/10577/task/10582/stat : 10582 (java) S 10554 10554 9659 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705157540752 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10583] ppid=10554 vsize=8413904 memory=8174712179017732963 CPUtime=0 cores=0-7
/proc/10577/task/10583/stat : 10583 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705156487696 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10584] ppid=10554 vsize=8413904 memory=8174712179017732963 CPUtime=0 cores=0-7
/proc/10577/task/10584/stat : 10584 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705155435152 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10585] ppid=10554 vsize=8413904 memory=8174712179017732963 CPUtime=0 cores=0-7
/proc/10577/task/10585/stat : 10585 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139705154382096 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10586] ppid=10554 vsize=8413904 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/10577/task/10586/stat : 10586 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 238299580 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704833927568 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10587] ppid=10554 vsize=8413904 memory=2132 CPUtime=0 cores=0-7
/proc/10577/task/10587/stat : 10587 (java) S 10554 10554 9659 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 24 0 238299581 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704448735984 139705355246210 0 0 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10588] ppid=10554 vsize=8413904 memory=2180 CPUtime=0 cores=0-7
/proc/10577/task/10588/stat : 10588 (java) S 10554 10554 9659 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 24 0 238299582 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704011843232 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10589] ppid=10554 vsize=8413904 memory=924 CPUtime=0 cores=0-7
/proc/10577/task/10589/stat : 10589 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299582 8615837696 29630 33554432000 4194304 4196468 140724546339744 139703743407344 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10590] ppid=10554 vsize=8413904 memory=1576 CPUtime=0 cores=0-7
/proc/10577/task/10590/stat : 10590 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139703368899024 139705355253659 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10591] ppid=10554 vsize=8413904 memory=3980 CPUtime=0.08 cores=0-7
/proc/10577/task/10591/stat : 10591 (java) S 10554 10554 9659 0 -1 1077944384 580 0 0 0 8 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704447682800 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10592] ppid=10554 vsize=8413904 memory=1932 CPUtime=0.04 cores=0-7
/proc/10577/task/10592/stat : 10592 (java) S 10554 10554 9659 0 -1 1077944384 221 0 0 0 4 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704446630256 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10593] ppid=10554 vsize=8413904 memory=7288 CPUtime=0.04 cores=0-7
/proc/10577/task/10593/stat : 10593 (java) S 10554 10554 9659 0 -1 1077944384 195 0 0 0 4 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704445577200 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10594] ppid=10554 vsize=8413904 memory=804 CPUtime=0.18 cores=0-7
/proc/10577/task/10594/stat : 10594 (java) S 10554 10554 9659 0 -1 1077944384 515 0 0 0 18 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704444524656 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10595] ppid=10554 vsize=8413904 memory=1696 CPUtime=0 cores=0-7
/proc/10577/task/10595/stat : 10595 (java) S 10554 10554 9659 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139702870993888 139705355245269 0 4 2 25189581 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
[pid=10577/tid=10596] ppid=10554 vsize=8413904 memory=22244 CPUtime=0 cores=0-7
/proc/10577/task/10596/stat : 10596 (java) S 10554 10554 9659 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 24 0 238299585 8615837696 29630 33554432000 4194304 4196468 140724546339744 139704443473072 139705355246210 0 4 2 25189581 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20516864 140724546348209 140724546348333 140724546348333 140724546351055 0
Current children cumulated CPU time: 8.09 s
Current children cumulated vsize: 8527032 KiB
Current children cumulated memory: 119992 KiB

Child status: 0
Real time (s): 3.4282
CPU time (s): 9.94922
CPU user time (s): 9.69449
CPU system time (s): 0.254732
CPU usage (%): 290.217
Max. virtual memory (cumulated for all children) (KiB): 27443704
Max. memory (cumulated for all children) (KiB): 397984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.69449
system time used= 0.254732
maximum resident set size= 400440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52418
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8471
involuntary context switches= 63


# summary of solver processes directly reported to runsolver:
#   pid: 10554
#   total CPU time (s): 9.94922
#   total CPU user time (s): 9.69449
#   total CPU system time (s): 0.254732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.058466 second user time and 0.062904 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-14 02:42:41
IDJOB=4307168
IDBENCH=141614
IDSOLVER=2788
FILE ID=node107/4307168-1534207361
RUNJOBID= node107-1534202255-9686
PBS_JOBID= 21038016
Free space on /tmp= 39620 MiB

SOLVER NAME= scop order+glucose-syrup (2018-07-31)
BENCH NAME= XCSP18/Quasigroups/QuasiGroup-4-07_c18.xml
COMMAND LINE= scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=NBCORE:-maxmemory=20000 TMPDIR BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4307168-1534207361/watcher-4307168-1534207361 -o /tmp/evaluation-result-4307168-1534207361/solver-4307168-1534207361 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node107-1534202255-9686 --watchdog 2580  scop.sh 22g scop.jar -order glucose-syrup -model:-nthreads=8:-maxmemory=20000 HOME HOME/instance-4307168-1534207361.xml

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

MD5SUM BENCH= 3b77ed50ef14863a53905eb481969062
RANDOM SEED=491181951

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:        24553228 kB
MemAvailable:   31901728 kB
Buffers:          178384 kB
Cached:          7376268 kB
SwapCached:           20 kB
Active:          3869432 kB
Inactive:        3740708 kB
Active(anon):       4192 kB
Inactive(anon):   103496 kB
Active(file):    3865240 kB
Inactive(file):  3637212 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:              8564 kB
Writeback:             0 kB
AnonPages:        113104 kB
Mapped:            53080 kB
Shmem:             49632 kB
Slab:             302884 kB
SReclaimable:     274508 kB
SUnreclaim:        28376 kB
KernelStack:        3776 kB
PageTables:         5440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     348892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 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-14 02:42:45