Trace number 4401367

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 NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT5549 131.926 116.99

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr18a.xml
MD5SUM7a8b402fb105147dc13a1900b7358194
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark5549
Best CPU time to get the best result obtained on this benchmark12.9848
Satisfiable
(Un)Satisfiability was proved
Number of variables342
Number of constraints18
Number of domains2
Minimum domain size18
Maximum domain size75
Distribution of domain sizes[{"size":18,"count":18},{"size":75,"count":17}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":307},{"degree":2,"count":24},{"degree":3,"count":6},{"degree":4,"count":5}]
Minimum constraint arity3
Maximum constraint arity18
Distribution of constraint arities[{"arity":3,"count":17},{"arity":18,"count":1}]
Number of extensional constraints17
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":17},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.74/0.56	c Concrete v3.12.2.1568631193530 running
7.49/3.40	o 11209
7.83/3.41	o 10327
7.83/3.41	o 10269
7.83/3.42	o 9962
7.83/3.42	o 9467
7.83/3.49	o 9082
7.83/3.50	o 8917
9.49/3.94	o 8678
10.18/4.19	o 8676
10.49/4.24	o 8545
10.78/4.32	o 8293
10.78/4.33	o 8062
10.78/4.35	o 7188
10.78/4.36	o 7149
11.35/4.55	o 7146
11.35/4.55	o 6683
11.35/4.56	o 6090
11.35/4.56	o 5706
11.35/4.56	o 5571
25.13/14.15	o 5559
26.40/15.30	o 5549
131.82/116.96	v <instantiation
131.82/116.96	v         cost = '5549'>
131.82/116.96	v       <list>
131.82/116.96	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] d[0][1] d[0][2] d[0][3] d[2][4] d[2][5] d[3][6] d[3][7] d[5][8] d[6][9] d[7][10] d[8][11] d[8][12] d[10][13] d[10][14] d[12][15] d[14][16] d[15][17]
131.82/116.96	v       </list>
131.82/116.96	v       <values>
131.82/116.96	v         2 12 5 3 17 11 9 4 0 10 7 6 16 13 8 15 14 1 1 3 2 13 19 12 12 4 43 1 1 2 16 4 12 14 13
131.82/116.96	v       </values>
131.82/116.96	v     </instantiation>
131.82/116.96	s OPTIMUM FOUND

Verifier Data

OK	5549

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 (14637 MiB free)
  memory of node 1: 16384 MiB (13926 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401367-1568677688/watcher-4401367-1568677688 -o /tmp/evaluation-result-4401367-1568677688/solver-4401367-1568677688 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1790479423 HOME/instance-4401367-1568677688.xml 

running on 4 cores: 0,2,4,6

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

solver pid=13794, runsolver pid=13791

[startup+0.100127 s]*
/proc/loadavg: 1.16 1.31 1.45 3/217 13851
/proc/meminfo: memFree=29245624/32770624 swapFree=66922452/67108860
[pid=13794] ppid=13791 vsize=9972712 memory=14916 CPUtime=0.1 cores=0,2,4,6
/proc/13794/stat : 13794 (java) S 13791 13794 12464 0 -1 1077944320 4508 13160 0 0 1 1 5 3 20 0 6 0 444037571 10212057088 3729 33554432000 4194304 4196468 140735373873936 140735373856480 139730050862839 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
/proc/13794/statm: 2493178 3729 1935 1 0 2481616 0
[pid=13794/tid=13847] ppid=13791 vsize=9972712 memory=4279135704013571723 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13847/stat : 13847 (java) R 13791 13794 12464 0 -1 4202560 2317 13160 0 0 0 0 5 3 20 0 6 0 444037580 10212057088 3795 33554432000 4194304 4196468 140735373873936 139730022699600 139730034943326 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13848] ppid=13791 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13848/stat : 13848 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 6 0 444037581 10212057088 3795 33554432000 4194304 4196468 140735373873936 139730055105424 139730050873045 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13849] ppid=13791 vsize=9972712 memory=140368836109952 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13849/stat : 13849 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 6 0 444037581 10212057088 3795 33554432000 4194304 4196468 140735373873936 139729984862992 139730050873045 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13850] ppid=13791 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13850/stat : 13850 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 6 0 444037581 10212057088 3795 33554432000 4194304 4196468 140735373873936 139729622723728 139730050873045 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13851] ppid=13791 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13851/stat : 13851 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 6 0 444037581 10212057088 3795 33554432000 4194304 4196468 140735373873936 139729621670928 139730050873045 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14916 KiB

[startup+0.2128 s]*
/proc/loadavg: 1.16 1.31 1.45 4/226 13860
/proc/meminfo: memFree=29227012/32770624 swapFree=66922452/67108860
[pid=13794] ppid=13791 vsize=10820164 memory=38252 CPUtime=0.27 cores=0,2,4,6
/proc/13794/stat : 13794 (java) S 13791 13794 12464 0 -1 1077944320 7411 13160 0 0 17 2 5 3 20 0 15 0 444037571 11079847936 9563 33554432000 4194304 4196468 140735373873936 140735373856480 139730050862839 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
/proc/13794/statm: 2705041 9563 3255 1 0 2667149 0
[pid=13794/tid=13847] ppid=13791 vsize=10820184 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/13794/task/13847/stat : 13847 (java) R 13791 13794 12464 0 -1 4202560 3840 13160 0 0 10 1 5 3 20 0 15 0 444037580 11079868416 9563 33554432000 4194304 4196468 140735373873936 139730022686000 139730043540853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13848] ppid=13791 vsize=10820188 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13848/stat : 13848 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037581 11079872512 9563 33554432000 4194304 4196468 140735373873936 139730055105424 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13849] ppid=13791 vsize=10820188 memory=140368836109952 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13849/stat : 13849 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 15 0 444037581 11079872512 9563 33554432000 4194304 4196468 140735373873936 139729984862992 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13850] ppid=13791 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13850/stat : 13850 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037581 11079872512 9563 33554432000 4194304 4196468 140735373873936 139729622723728 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13851] ppid=13791 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13851/stat : 13851 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 15 0 444037581 11079872512 9563 33554432000 4194304 4196468 140735373873936 139729621670928 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13852] ppid=13791 vsize=10820188 memory=140368836109952 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13852/stat : 13852 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 15 0 444037582 11079872512 9563 33554432000 4194304 4196468 140735373873936 139729510054000 139730050873986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13853] ppid=13791 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13853/stat : 13853 (java) S 13791 13794 12464 0 -1 1077944384 33 13160 0 0 0 0 5 3 20 0 15 0 444037582 11079872512 9563 33554432000 4194304 4196468 140735373873936 139729508999968 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13854] ppid=13791 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13854/stat : 13854 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037583 11079880704 9563 33554432000 4194304 4196468 140735373873936 139728909231216 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13855] ppid=13791 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13855/stat : 13855 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037585 11079880704 9563 33554432000 4194304 4196468 140735373873936 139728601831504 139730050881435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13856] ppid=13791 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13794/task/13856/stat : 13856 (java) S 13791 13794 12464 0 -1 1077944384 347 13160 0 0 1 0 5 3 20 0 15 0 444037585 11079880704 9563 33554432000 4194304 4196468 140735373873936 139729475443312 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13857] ppid=13791 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/13794/task/13857/stat : 13857 (java) R 13791 13794 12464 0 -1 4202560 327 13160 0 0 1 0 5 3 20 0 15 0 444037585 11079880704 9563 33554432000 4194304 4196468 140735373873936 139729474390512 139730030699136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13858] ppid=13791 vsize=10820196 memory=140368836109952 CPUtime=0.11 cores=0,2,4,6
/proc/13794/task/13858/stat : 13858 (java) S 13791 13794 12464 0 -1 1077944384 674 13160 0 0 3 0 5 3 20 0 15 0 444037585 11079880704 9563 33554432000 4194304 4196468 140735373873936 139729473338224 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13859] ppid=13791 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13859/stat : 13859 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037586 11079880704 9563 33554432000 4194304 4196468 140735373873936 139728568273888 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13860] ppid=13791 vsize=10820196 memory=140368836109952 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13860/stat : 13860 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037586 11079880704 9563 33554432000 4194304 4196468 140735373873936 139729472285104 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820164 KiB
Current children cumulated memory: 38252 KiB

[startup+0.31046 s]*
/proc/loadavg: 1.16 1.31 1.45 3/226 13860
/proc/meminfo: memFree=29214324/32770624 swapFree=66922452/67108860
[pid=13794] ppid=13791 vsize=10820196 memory=46808 CPUtime=0.4 cores=0,2,4,6
/proc/13794/stat : 13794 (java) S 13791 13794 12464 0 -1 1077944320 10951 13160 0 0 28 4 5 3 20 0 15 0 444037571 11079880704 11702 33554432000 4194304 4196468 140735373873936 140735373856480 139730050862839 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
/proc/13794/statm: 2705049 11702 3329 1 0 2667149 0
[pid=13794/tid=13847] ppid=13791 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/13794/task/13847/stat : 13847 (java) R 13791 13794 12464 0 -1 4202560 7295 13160 0 0 19 2 5 3 20 0 15 0 444037580 11079880704 11702 33554432000 4194304 4196468 140735373873936 139730022671792 139730034943326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13848] ppid=13791 vsize=10820196 memory=7450749738881214051 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13848/stat : 13848 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037581 11079880704 11702 33554432000 4194304 4196468 140735373873936 139730055105424 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13849] ppid=13791 vsize=10820196 memory=5787233549803348032 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13849/stat : 13849 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 15 0 444037581 11079880704 11702 33554432000 4194304 4196468 140735373873936 139729984862992 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13850] ppid=13791 vsize=10820196 memory=7649539744484376769 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13850/stat : 13850 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037581 11079880704 11702 33554432000 4194304 4196468 140735373873936 139729622723728 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13851] ppid=13791 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13851/stat : 13851 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 15 0 444037581 11079880704 11702 33554432000 4194304 4196468 140735373873936 139729621670928 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13852] ppid=13791 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13852/stat : 13852 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 15 0 444037582 11079880704 11702 33554432000 4194304 4196468 140735373873936 139729510054000 139730050873986 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13853] ppid=13791 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13853/stat : 13853 (java) S 13791 13794 12464 0 -1 1077944384 33 13160 0 0 0 0 5 3 20 0 15 0 444037582 11079880704 11702 33554432000 4194304 4196468 140735373873936 139729508999968 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13854] ppid=13791 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13854/stat : 13854 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037583 11079880704 11702 33554432000 4194304 4196468 140735373873936 139728909231216 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13855] ppid=13791 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13855/stat : 13855 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037585 11079880704 11702 33554432000 4194304 4196468 140735373873936 139728601831504 139730050881435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13856] ppid=13791 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/13794/task/13856/stat : 13856 (java) S 13791 13794 12464 0 -1 1077944384 358 13160 0 0 2 0 5 3 20 0 15 0 444037585 11079880704 11702 33554432000 4194304 4196468 140735373873936 139729475443312 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13857] ppid=13791 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13794/task/13857/stat : 13857 (java) S 13791 13794 12464 0 -1 1077944384 341 13160 0 0 1 0 5 3 20 0 15 0 444037585 11079880704 11702 33554432000 4194304 4196468 140735373873936 139729474390512 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13858] ppid=13791 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/13794/task/13858/stat : 13858 (java) S 13791 13794 12464 0 -1 1077944384 702 13160 0 0 5 0 5 3 20 0 15 0 444037585 11079880704 11702 33554432000 4194304 4196468 140735373873936 139729473338224 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13859] ppid=13791 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13859/stat : 13859 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037586 11079880704 11702 33554432000 4194304 4196468 140735373873936 139728568273888 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13860] ppid=13791 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13860/stat : 13860 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037586 11079880704 11702 33554432000 4194304 4196468 140735373873936 139729472285104 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 46808 KiB

[startup+0.700741 s]
/proc/loadavg: 1.16 1.31 1.45 3/226 13860
/proc/meminfo: memFree=29199368/32770624 swapFree=66922452/67108860
[pid=13794] ppid=13791 vsize=10824364 memory=80564 CPUtime=1.1 cores=0,2,4,6
/proc/13794/stat : 13794 (java) S 13791 13794 12464 0 -1 1077944320 15388 13160 0 0 96 6 5 3 20 0 15 0 444037571 11084148736 20141 33554432000 4194304 4196468 140735373873936 140735373856480 139730050862839 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
/proc/13794/statm: 2706091 20141 3513 1 0 2668173 0
[pid=13794/tid=13847] ppid=13791 vsize=10824364 memory=2241 CPUtime=0.67 cores=0,2,4,6
/proc/13794/task/13847/stat : 13847 (java) R 13791 13794 12464 0 -1 4202560 10554 13160 0 0 55 4 5 3 20 0 15 0 444037580 11084148736 20141 33554432000 4194304 4196468 140735373873936 139730022692384 139730050884765 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13848] ppid=13791 vsize=10824364 memory=2244 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13848/stat : 13848 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037581 11084148736 20141 33554432000 4194304 4196468 140735373873936 139730055105424 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13849] ppid=13791 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13849/stat : 13849 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 15 0 444037581 11084148736 20141 33554432000 4194304 4196468 140735373873936 139729984862992 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13850] ppid=13791 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13850/stat : 13850 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037581 11084148736 20141 33554432000 4194304 4196468 140735373873936 139729622723728 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13851] ppid=13791 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13851/stat : 13851 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 15 0 444037581 11084148736 20141 33554432000 4194304 4196468 140735373873936 139729621670928 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13852] ppid=13791 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13852/stat : 13852 (java) S 13791 13794 12464 0 -1 1077944384 5 13160 0 0 0 0 5 3 20 0 15 0 444037582 11084148736 20141 33554432000 4194304 4196468 140735373873936 139729510054000 139730050873986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13853] ppid=13791 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13853/stat : 13853 (java) S 13791 13794 12464 0 -1 1077944384 33 13160 0 0 0 0 5 3 20 0 15 0 444037582 11084148736 20141 33554432000 4194304 4196468 140735373873936 139729508999968 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13854] ppid=13791 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13854/stat : 13854 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037583 11084148736 20141 33554432000 4194304 4196468 140735373873936 139728909231216 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13855] ppid=13791 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13855/stat : 13855 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037585 11084148736 20141 33554432000 4194304 4196468 140735373873936 139728601831504 139730050881435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13856] ppid=13791 vsize=10824364 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/13794/task/13856/stat : 13856 (java) R 13791 13794 12464 0 -1 4202560 787 13160 0 0 12 0 5 3 20 0 15 0 444037585 11084148736 20141 33554432000 4194304 4196468 140735373873936 139729475443312 139730030699191 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13857] ppid=13791 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/13794/task/13857/stat : 13857 (java) S 13791 13794 12464 0 -1 1077944384 786 13160 0 0 11 0 5 3 20 0 15 0 444037585 11084148736 20141 33554432000 4194304 4196468 140735373873936 139729474390512 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13858] ppid=13791 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/13794/task/13858/stat : 13858 (java) S 13791 13794 12464 0 -1 1077944384 1000 13160 0 0 17 0 5 3 20 0 15 0 444037585 11084148736 20141 33554432000 4194304 4196468 140735373873936 139729473338224 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13859] ppid=13791 vsize=10824364 memory=280737450295536 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13859/stat : 13859 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037586 11084148736 20141 33554432000 4194304 4196468 140735373873936 139728568273888 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13860] ppid=13791 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13860/stat : 13860 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037586 11084148736 20141 33554432000 4194304 4196468 140735373873936 139729472285104 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 80564 KiB

[startup+1.50404 s]
/proc/loadavg: 1.16 1.31 1.45 3/226 13860
/proc/meminfo: memFree=29154188/32770624 swapFree=66922452/67108860
[pid=13794] ppid=13791 vsize=10834680 memory=168360 CPUtime=2.43 cores=0,2,4,6
/proc/13794/stat : 13794 (java) S 13791 13794 12464 0 -1 1077944320 22020 13160 0 0 224 11 5 3 20 0 15 0 444037571 11094712320 42090 33554432000 4194304 4196468 140735373873936 140735373856480 139730050862839 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
/proc/13794/statm: 2708670 42090 3575 1 0 2670733 0
[pid=13794/tid=13847] ppid=13791 vsize=10834680 memory=18 CPUtime=1.44 cores=0,2,4,6
/proc/13794/task/13847/stat : 13847 (java) R 13791 13794 12464 0 -1 4202560 15482 13160 0 0 129 7 5 3 20 0 15 0 444037580 11094712320 42090 33554432000 4194304 4196468 140735373873936 139730022660560 139730050874774 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13848] ppid=13791 vsize=10834680 memory=26 CPUtime=0.09 cores=0,2,4,6
/proc/13794/task/13848/stat : 13848 (java) S 13791 13794 12464 0 -1 1077944384 19 13160 0 0 1 0 5 3 20 0 15 0 444037581 11094712320 42090 33554432000 4194304 4196468 140735373873936 139730055105424 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13849] ppid=13791 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13849/stat : 13849 (java) S 13791 13794 12464 0 -1 1077944384 349 13160 0 0 0 0 5 3 20 0 15 0 444037581 11094712320 42090 33554432000 4194304 4196468 140735373873936 139729984862992 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13850] ppid=13791 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13794/task/13850/stat : 13850 (java) S 13791 13794 12464 0 -1 1077944384 78 13160 0 0 1 0 5 3 20 0 15 0 444037581 11094712320 42090 33554432000 4194304 4196468 140735373873936 139729622723728 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13851] ppid=13791 vsize=10834680 memory=94292 CPUtime=0.09 cores=0,2,4,6
/proc/13794/task/13851/stat : 13851 (java) S 13791 13794 12464 0 -1 1077944384 55 13160 0 0 1 0 5 3 20 0 15 0 444037581 11094712320 42090 33554432000 4194304 4196468 140735373873936 139729621670928 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13852] ppid=13791 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/13794/task/13852/stat : 13852 (java) S 13791 13794 12464 0 -1 1077944384 115 13160 0 0 1 0 5 3 20 0 15 0 444037582 11094712320 42090 33554432000 4194304 4196468 140735373873936 139729510054000 139730050873986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13853] ppid=13791 vsize=10834680 memory=7234844112153764953 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13853/stat : 13853 (java) S 13791 13794 12464 0 -1 1077944384 34 13160 0 0 0 0 5 3 20 0 15 0 444037582 11094712320 42090 33554432000 4194304 4196468 140735373873936 139729509000032 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13854] ppid=13791 vsize=10834680 memory=7090748672507863637 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13854/stat : 13854 (java) S 13791 13794 12464 0 -1 1077944384 2 13160 0 0 0 0 5 3 20 0 15 0 444037583 11094712320 42090 33554432000 4194304 4196468 140735373873936 139728909231232 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13855] ppid=13791 vsize=10834680 memory=7084279210497829995 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13855/stat : 13855 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037585 11094712320 42090 33554432000 4194304 4196468 140735373873936 139728601831504 139730050881435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13856] ppid=13791 vsize=10834680 memory=5787216060782762340 CPUtime=0.3 cores=0,2,4,6
/proc/13794/task/13856/stat : 13856 (java) S 13791 13794 12464 0 -1 1077944384 921 13160 0 0 22 0 5 3 20 0 15 0 444037585 11094712320 42090 33554432000 4194304 4196468 140735373873936 139729475443312 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13857] ppid=13791 vsize=10834680 memory=7524222404385334359 CPUtime=0.32 cores=0,2,4,6
/proc/13794/task/13857/stat : 13857 (java) R 13791 13794 12464 0 -1 4202560 928 13160 0 0 24 0 5 3 20 0 15 0 444037585 11094712320 42090 33554432000 4194304 4196468 140735373873936 139729474390448 139730043847881 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13858] ppid=13791 vsize=10834680 memory=7234844112153764953 CPUtime=0.48 cores=0,2,4,6
/proc/13794/task/13858/stat : 13858 (java) R 13791 13794 12464 0 -1 1077944384 1821 13160 0 0 40 0 5 3 20 0 15 0 444037585 11094712320 42090 33554432000 4194304 4196468 140735373873936 139729473338224 139730050873986 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13859] ppid=13791 vsize=10834680 memory=7234844112153764953 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13859/stat : 13859 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037586 11094712320 42090 33554432000 4194304 4196468 140735373873936 139728568273888 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13860] ppid=13791 vsize=10834680 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13860/stat : 13860 (java) S 13791 13794 12464 0 -1 1077944384 1 13160 0 0 0 0 5 3 20 0 15 0 444037586 11094712320 42090 33554432000 4194304 4196468 140735373873936 139729472285104 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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

[pid=13794/tid=13859] ppid=13791 vsize=10849048 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13859/stat : 13859 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037586 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728568273888 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13860] ppid=13791 vsize=10849048 memory=2832 CPUtime=0.14 cores=0,2,4,6
/proc/13794/task/13860/stat : 13860 (java) S 13791 13794 12464 0 -1 1077944384 777 13160 0 0 3 3 5 3 20 0 15 0 444037586 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729472285104 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
Current children cumulated CPU time: 130.08 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 779700 KiB

[startup+116.001 s]*
/proc/loadavg: 1.53 1.40 1.46 5/227 13870
/proc/meminfo: memFree=28476872/32770624 swapFree=66922452/67108860
[pid=13794] ppid=13791 vsize=10849048 memory=779700 CPUtime=130.91 cores=0,2,4,6
/proc/13794/stat : 13794 (java) S 13791 13794 12464 0 -1 1077944320 118037 13160 0 0 13020 63 5 3 20 0 15 0 444037571 11109425152 194925 33554432000 4194304 4196468 140735373873936 140735373856480 139730050862839 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
/proc/13794/statm: 2712262 194925 3629 1 0 2674317 0
[pid=13794/tid=13847] ppid=13791 vsize=10849048 memory=6791534058613427641 CPUtime=115.26 cores=0,2,4,6
/proc/13794/task/13847/stat : 13847 (java) R 13791 13794 12464 0 -1 4202560 33035 13160 0 0 11497 21 5 3 20 0 15 0 444037580 11109425152 194925 33554432000 4194304 4196468 140735373873936 139730022697368 139729667266948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13848] ppid=13791 vsize=10849048 memory=4872558044660077418 CPUtime=0.37 cores=0,2,4,6
/proc/13794/task/13848/stat : 13848 (java) S 13791 13794 12464 0 -1 1077944384 766 13160 0 0 25 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139730055105424 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13849] ppid=13791 vsize=10849048 memory=2116 CPUtime=0.38 cores=0,2,4,6
/proc/13794/task/13849/stat : 13849 (java) S 13791 13794 12464 0 -1 1077944384 3471 13160 0 0 25 5 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729984862992 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13850] ppid=13791 vsize=10849048 memory=12024 CPUtime=0.37 cores=0,2,4,6
/proc/13794/task/13850/stat : 13850 (java) S 13791 13794 12464 0 -1 1077944384 1962 13160 0 0 25 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729622723728 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13851] ppid=13791 vsize=10849048 memory=1560 CPUtime=0.37 cores=0,2,4,6
/proc/13794/task/13851/stat : 13851 (java) S 13791 13794 12464 0 -1 1077944384 2646 13160 0 0 25 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729621670928 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13852] ppid=13791 vsize=10849048 memory=500 CPUtime=0.34 cores=0,2,4,6
/proc/13794/task/13852/stat : 13852 (java) S 13791 13794 12464 0 -1 1077944384 3291 13160 0 0 24 2 5 3 20 0 15 0 444037582 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729510054000 139730050873986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13853] ppid=13791 vsize=10849048 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13853/stat : 13853 (java) S 13791 13794 12464 0 -1 1077944384 43 13160 0 0 0 0 5 3 20 0 15 0 444037582 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729509000032 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13854] ppid=13791 vsize=10849048 memory=1984 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13854/stat : 13854 (java) S 13791 13794 12464 0 -1 1077944384 11 13160 0 0 0 0 5 3 20 0 15 0 444037583 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728909231232 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13855] ppid=13791 vsize=10849048 memory=2364 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13855/stat : 13855 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728601831504 139730050881435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13856] ppid=13791 vsize=10849048 memory=779648 CPUtime=5.24 cores=0,2,4,6
/proc/13794/task/13856/stat : 13856 (java) S 13791 13794 12464 0 -1 1077944384 21906 13160 0 0 510 6 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729475443312 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13857] ppid=13791 vsize=10849048 memory=779648 CPUtime=4.63 cores=0,2,4,6
/proc/13794/task/13857/stat : 13857 (java) S 13791 13794 12464 0 -1 1077944384 20716 13160 0 0 449 6 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729474390512 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13858] ppid=13791 vsize=10849048 memory=779648 CPUtime=4.42 cores=0,2,4,6
/proc/13794/task/13858/stat : 13858 (java) S 13791 13794 12464 0 -1 1077944384 27198 13160 0 0 427 7 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729473338224 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13859] ppid=13791 vsize=10849048 memory=1176 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13859/stat : 13859 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037586 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728568273888 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13860] ppid=13791 vsize=10849048 memory=6072 CPUtime=0.14 cores=0,2,4,6
/proc/13794/task/13860/stat : 13860 (java) S 13791 13794 12464 0 -1 1077944384 777 13160 0 0 3 3 5 3 20 0 15 0 444037586 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729472285104 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
Current children cumulated CPU time: 130.91 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 779700 KiB

[startup+116.407 s]
/proc/loadavg: 1.53 1.40 1.46 5/227 13870
/proc/meminfo: memFree=28476872/32770624 swapFree=66922452/67108860
[pid=13794] ppid=13791 vsize=10849048 memory=779700 CPUtime=131.31 cores=0,2,4,6
/proc/13794/stat : 13794 (java) S 13791 13794 12464 0 -1 1077944320 118039 13160 0 0 13060 63 5 3 20 0 15 0 444037571 11109425152 194925 33554432000 4194304 4196468 140735373873936 140735373856480 139730050862839 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
/proc/13794/statm: 2712262 194925 3629 1 0 2674317 0
[pid=13794/tid=13847] ppid=13791 vsize=10849048 memory=7667772425969101655 CPUtime=115.66 cores=0,2,4,6
/proc/13794/task/13847/stat : 13847 (java) R 13791 13794 12464 0 -1 4202560 33037 13160 0 0 11537 21 5 3 20 0 15 0 444037580 11109425152 194925 33554432000 4194304 4196468 140735373873936 139730022697128 139729665819997 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13848] ppid=13791 vsize=10849048 memory=5300 CPUtime=0.37 cores=0,2,4,6
/proc/13794/task/13848/stat : 13848 (java) S 13791 13794 12464 0 -1 1077944384 766 13160 0 0 25 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139730055105424 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13849] ppid=13791 vsize=10849048 memory=6791534058613427641 CPUtime=0.38 cores=0,2,4,6
/proc/13794/task/13849/stat : 13849 (java) S 13791 13794 12464 0 -1 1077944384 3471 13160 0 0 25 5 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729984862992 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13850] ppid=13791 vsize=10849048 memory=46968 CPUtime=0.38 cores=0,2,4,6
/proc/13794/task/13850/stat : 13850 (java) S 13791 13794 12464 0 -1 1077944384 1962 13160 0 0 26 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729622723728 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13851] ppid=13791 vsize=10849048 memory=988 CPUtime=0.37 cores=0,2,4,6
/proc/13794/task/13851/stat : 13851 (java) S 13791 13794 12464 0 -1 1077944384 2646 13160 0 0 25 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729621670928 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13852] ppid=13791 vsize=10849048 memory=2016 CPUtime=0.34 cores=0,2,4,6
/proc/13794/task/13852/stat : 13852 (java) S 13791 13794 12464 0 -1 1077944384 3291 13160 0 0 24 2 5 3 20 0 15 0 444037582 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729510054000 139730050873986 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13853] ppid=13791 vsize=10849048 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13853/stat : 13853 (java) S 13791 13794 12464 0 -1 1077944384 43 13160 0 0 0 0 5 3 20 0 15 0 444037582 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729509000032 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13854] ppid=13791 vsize=10849048 memory=46968 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13854/stat : 13854 (java) S 13791 13794 12464 0 -1 1077944384 11 13160 0 0 0 0 5 3 20 0 15 0 444037583 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728909231232 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13855] ppid=13791 vsize=10849048 memory=988 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13855/stat : 13855 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728601831504 139730050881435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13856] ppid=13791 vsize=10849048 memory=779700 CPUtime=5.24 cores=0,2,4,6
/proc/13794/task/13856/stat : 13856 (java) S 13791 13794 12464 0 -1 1077944384 21906 13160 0 0 510 6 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729475443312 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13857] ppid=13791 vsize=10849048 memory=288230574492221466 CPUtime=4.63 cores=0,2,4,6
/proc/13794/task/13857/stat : 13857 (java) S 13791 13794 12464 0 -1 1077944384 20716 13160 0 0 449 6 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729474390512 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13858] ppid=13791 vsize=10849048 memory=303148769816609083 CPUtime=4.42 cores=0,2,4,6
/proc/13794/task/13858/stat : 13858 (java) S 13791 13794 12464 0 -1 1077944384 27198 13160 0 0 427 7 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729473338224 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13859] ppid=13791 vsize=10849048 memory=14977758686087579 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13859/stat : 13859 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037586 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728568273888 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13860] ppid=13791 vsize=10849048 memory=6791534058613427641 CPUtime=0.14 cores=0,2,4,6
/proc/13794/task/13860/stat : 13860 (java) S 13791 13794 12464 0 -1 1077944384 777 13160 0 0 3 3 5 3 20 0 15 0 444037586 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729472285104 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
Current children cumulated CPU time: 131.31 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 779700 KiB

[startup+116.801 s]
/proc/loadavg: 1.53 1.40 1.46 5/227 13870
/proc/meminfo: memFree=28476872/32770624 swapFree=66922452/67108860
[pid=13794] ppid=13791 vsize=10849048 memory=779700 CPUtime=131.71 cores=0,2,4,6
/proc/13794/stat : 13794 (java) S 13791 13794 12464 0 -1 1077944320 118043 13160 0 0 13100 63 5 3 20 0 15 0 444037571 11109425152 194925 33554432000 4194304 4196468 140735373873936 140735373856480 139730050862839 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
/proc/13794/statm: 2712262 194925 3629 1 0 2674317 0
[pid=13794/tid=13847] ppid=13791 vsize=10849048 memory=1560 CPUtime=116.05 cores=0,2,4,6
/proc/13794/task/13847/stat : 13847 (java) R 13791 13794 12464 0 -1 4202560 33039 13160 0 0 11576 21 5 3 20 0 15 0 444037580 11109425152 194925 33554432000 4194304 4196468 140735373873936 139730022697072 139730029940316 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13848] ppid=13791 vsize=10849048 memory=500 CPUtime=0.37 cores=0,2,4,6
/proc/13794/task/13848/stat : 13848 (java) S 13791 13794 12464 0 -1 1077944384 767 13160 0 0 25 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139730055105424 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13849] ppid=13791 vsize=10849048 memory=928 CPUtime=0.38 cores=0,2,4,6
/proc/13794/task/13849/stat : 13849 (java) S 13791 13794 12464 0 -1 1077944384 3472 13160 0 0 25 5 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729984862992 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13850] ppid=13791 vsize=10849048 memory=6791534058613427641 CPUtime=0.38 cores=0,2,4,6
/proc/13794/task/13850/stat : 13850 (java) S 13791 13794 12464 0 -1 1077944384 1962 13160 0 0 26 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729622723728 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13851] ppid=13791 vsize=10849048 memory=1176 CPUtime=0.37 cores=0,2,4,6
/proc/13794/task/13851/stat : 13851 (java) S 13791 13794 12464 0 -1 1077944384 2646 13160 0 0 25 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729621670928 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13852] ppid=13791 vsize=10849048 memory=779700 CPUtime=0.35 cores=0,2,4,6
/proc/13794/task/13852/stat : 13852 (java) S 13791 13794 12464 0 -1 1077944384 3291 13160 0 0 25 2 5 3 20 0 15 0 444037582 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729510054000 139730050873986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13853] ppid=13791 vsize=10849048 memory=780 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13853/stat : 13853 (java) S 13791 13794 12464 0 -1 1077944384 43 13160 0 0 0 0 5 3 20 0 15 0 444037582 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729509000032 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13854] ppid=13791 vsize=10849048 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13854/stat : 13854 (java) S 13791 13794 12464 0 -1 1077944384 11 13160 0 0 0 0 5 3 20 0 15 0 444037583 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728909231232 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13855] ppid=13791 vsize=10849048 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13855/stat : 13855 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728601831504 139730050881435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13856] ppid=13791 vsize=10849048 memory=288230596050944315 CPUtime=5.24 cores=0,2,4,6
/proc/13794/task/13856/stat : 13856 (java) S 13791 13794 12464 0 -1 1077944384 21906 13160 0 0 510 6 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729475443312 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13857] ppid=13791 vsize=10849048 memory=779700 CPUtime=4.63 cores=0,2,4,6
/proc/13794/task/13857/stat : 13857 (java) S 13791 13794 12464 0 -1 1077944384 20716 13160 0 0 449 6 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729474390512 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13858] ppid=13791 vsize=10849048 memory=988 CPUtime=4.42 cores=0,2,4,6
/proc/13794/task/13858/stat : 13858 (java) S 13791 13794 12464 0 -1 1077944384 27198 13160 0 0 427 7 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729473338224 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13859] ppid=13791 vsize=10849048 memory=2016 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13859/stat : 13859 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037586 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728568273888 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13860] ppid=13791 vsize=10849048 memory=1428 CPUtime=0.14 cores=0,2,4,6
/proc/13794/task/13860/stat : 13860 (java) S 13791 13794 12464 0 -1 1077944384 777 13160 0 0 3 3 5 3 20 0 15 0 444037586 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729472285104 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
Current children cumulated CPU time: 131.71 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 779700 KiB

[startup+116.901 s]
/proc/loadavg: 1.53 1.40 1.46 5/227 13870
/proc/meminfo: memFree=28476872/32770624 swapFree=66922452/67108860
[pid=13794] ppid=13791 vsize=10849048 memory=779700 CPUtime=131.82 cores=0,2,4,6
/proc/13794/stat : 13794 (java) S 13791 13794 12464 0 -1 1077944320 118046 13160 0 0 13111 63 5 3 20 0 15 0 444037571 11109425152 194925 33554432000 4194304 4196468 140735373873936 140735373856480 139730050862839 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
/proc/13794/statm: 2712262 194925 3629 1 0 2674317 0
[pid=13794/tid=13847] ppid=13791 vsize=10849048 memory=779700 CPUtime=116.15 cores=0,2,4,6
/proc/13794/task/13847/stat : 13847 (java) R 13791 13794 12464 0 -1 4202560 33040 13160 0 0 11586 21 5 3 20 0 15 0 444037580 11109425152 194925 33554432000 4194304 4196468 140735373873936 139730022695016 139729665181644 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13848] ppid=13791 vsize=10849048 memory=772 CPUtime=0.37 cores=0,2,4,6
/proc/13794/task/13848/stat : 13848 (java) S 13791 13794 12464 0 -1 1077944384 767 13160 0 0 25 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139730055105424 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13849] ppid=13791 vsize=10849048 memory=779700 CPUtime=0.38 cores=0,2,4,6
/proc/13794/task/13849/stat : 13849 (java) S 13791 13794 12464 0 -1 1077944384 3472 13160 0 0 25 5 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729984862992 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13850] ppid=13791 vsize=10849048 memory=779700 CPUtime=0.38 cores=0,2,4,6
/proc/13794/task/13850/stat : 13850 (java) S 13791 13794 12464 0 -1 1077944384 1963 13160 0 0 26 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729622723728 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13851] ppid=13791 vsize=10849048 memory=779700 CPUtime=0.37 cores=0,2,4,6
/proc/13794/task/13851/stat : 13851 (java) S 13791 13794 12464 0 -1 1077944384 2647 13160 0 0 25 4 5 3 20 0 15 0 444037581 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729621670928 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13852] ppid=13791 vsize=10849048 memory=988 CPUtime=0.35 cores=0,2,4,6
/proc/13794/task/13852/stat : 13852 (java) S 13791 13794 12464 0 -1 1077944384 3291 13160 0 0 25 2 5 3 20 0 15 0 444037582 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729510054000 139730050873986 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13853] ppid=13791 vsize=10849048 memory=779700 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13853/stat : 13853 (java) S 13791 13794 12464 0 -1 1077944384 43 13160 0 0 0 0 5 3 20 0 15 0 444037582 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729509000032 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13854] ppid=13791 vsize=10849048 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13854/stat : 13854 (java) S 13791 13794 12464 0 -1 1077944384 11 13160 0 0 0 0 5 3 20 0 15 0 444037583 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728909231232 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13855] ppid=13791 vsize=10849048 memory=779648 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13855/stat : 13855 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728601831504 139730050881435 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13856] ppid=13791 vsize=10849048 memory=3620 CPUtime=5.24 cores=0,2,4,6
/proc/13794/task/13856/stat : 13856 (java) S 13791 13794 12464 0 -1 1077944384 21906 13160 0 0 510 6 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729475443312 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13857] ppid=13791 vsize=10849048 memory=779700 CPUtime=4.63 cores=0,2,4,6
/proc/13794/task/13857/stat : 13857 (java) S 13791 13794 12464 0 -1 1077944384 20716 13160 0 0 449 6 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729474390512 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13858] ppid=13791 vsize=10849048 memory=0 CPUtime=4.42 cores=0,2,4,6
/proc/13794/task/13858/stat : 13858 (java) S 13791 13794 12464 0 -1 1077944384 27198 13160 0 0 427 7 5 3 20 0 15 0 444037585 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729473338224 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13859] ppid=13791 vsize=10849048 memory=6944652027076318631 CPUtime=0.08 cores=0,2,4,6
/proc/13794/task/13859/stat : 13859 (java) S 13791 13794 12464 0 -1 1077944384 3 13160 0 0 0 0 5 3 20 0 15 0 444037586 11109425152 194925 33554432000 4194304 4196468 140735373873936 139728568273888 139730050873045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
[pid=13794/tid=13860] ppid=13791 vsize=10849048 memory=9716 CPUtime=0.14 cores=0,2,4,6
/proc/13794/task/13860/stat : 13860 (java) S 13791 13794 12464 0 -1 1077944384 777 13160 0 0 3 3 5 3 20 0 15 0 444037586 11109425152 194925 33554432000 4194304 4196468 140735373873936 139729472285104 139730050873986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6537216 140735373880047 140735373882565 140735373882565 140735373885391 0
Current children cumulated CPU time: 131.82 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 779700 KiB

Child status: 0
Real time (s): 116.99
CPU time (s): 131.926
CPU user time (s): 131.237
CPU system time (s): 0.689312
CPU usage (%): 112.767
Max. virtual memory (cumulated for all children) (KiB): 10855568
Max. memory (cumulated for all children) (KiB): 810736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.237
system time used= 0.689312
maximum resident set size= 812784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132044
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27415
involuntary context switches= 374


# summary of solver processes directly reported to runsolver:
#   pid: 13794
#   total CPU time (s): 131.926
#   total CPU user time (s): 131.237
#   total CPU system time (s): 0.689312

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.855911 second user time and 1.01334 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 01:50:01
IDJOB=4401367
IDBENCH=123027
IDSOLVER=2858
FILE ID=node139/4401367-1568677688
RUNJOBID= node139-1568673443-12495
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-chr18a.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401367-1568677688/watcher-4401367-1568677688 -o /tmp/evaluation-result-4401367-1568677688/solver-4401367-1568677688 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1790479423 HOME/instance-4401367-1568677688.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 7a8b402fb105147dc13a1900b7358194
RANDOM SEED=1790479423

node139.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.57
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.57
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.57
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.57
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:        29249484 kB
MemAvailable:   29969884 kB
Buffers:          109672 kB
Cached:           901892 kB
SwapCached:        78148 kB
Active:          2496308 kB
Inactive:         453028 kB
Active(anon):    1863328 kB
Inactive(anon):   117720 kB
Active(file):     632980 kB
Inactive(file):   335308 kB
Unevictable:      107820 kB
Mlocked:          107820 kB
SwapTotal:      67108860 kB
SwapFree:       66922452 kB
Dirty:             35624 kB
Writeback:             4 kB
AnonPages:       2032920 kB
Mapped:            61580 kB
Shmem:             34356 kB
Slab:             164408 kB
SReclaimable:     135896 kB
SUnreclaim:        28512 kB
KernelStack:        3920 kB
PageTables:         9848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2964748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1849344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 01:51:58