Trace number 4295346

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.8-SuperNG 2018-06-13OPT445 13.7808 5.94306

General information on the benchmark

NameMario/
Mario-easy-5_c18.xml
MD5SUM4fc2559afebff091b84e9ba27308c103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark445
Best CPU time to get the best result obtained on this benchmark2.48119
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains30
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":1},{"size":15,"count":29}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax 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.96/0.76	c Concrete v3.8.1528841891564 running
8.82/4.18	o 180
8.82/4.20	o 186
9.09/4.23	o 219
9.09/4.23	o 222
9.09/4.24	o 273
9.09/4.29	o 274
9.40/4.31	o 294
9.40/4.31	o 299
9.74/4.40	o 390
9.74/4.46	o 411
9.74/4.48	o 421
10.07/4.56	o 436
10.07/4.56	o 442
10.07/4.57	o 445
13.72/5.93	v <instantiation cost="445">
13.72/5.93	v       <list>
13.72/5.93	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
13.72/5.93	v       </list>
13.72/5.93	v       <values>
13.72/5.93	v         12 0 6 11 2 3 8 10 7 9 14 4 13 5 1 60 0 137 290 143 376 209 79 72 0 210 11 168 139 36 0 0 74 24 6 5 54 91 22 0 31 3 47 60 28
13.72/5.93	v       </values>
13.72/5.93	v     </instantiation>
13.72/5.93	s OPTIMUM FOUND

Verifier Data

OK	445

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295346-1532548305/watcher-4295346-1532548305 -o /tmp/evaluation-result-4295346-1532548305/solver-4295346-1532548305 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580 concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=380016090 -superng HOME/instance-4295346-1532548305.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
solver pid=717, runsolver pid=714
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 1.82 1.70 1.51 4/218 759
/proc/meminfo: memFree=12284196/32770624 swapFree=67108860/67108860
[pid=717] ppid=714 vsize=113256 memory=1612 CPUtime=0.07 cores=1,3,5,7
/proc/717/stat : 717 (bash) R 714 717 31421 0 -1 4202496 941 11679 0 0 0 0 5 2 20 0 1 0 72393679 115974144 403 33554432000 4194304 5098028 140722779919504 140722779912488 139815952112640 0 0 4100 65536 0 0 0 17 1 0 0 2 0 0 7196144 7232144 18919424 140722779927702 140722779927848 140722779927848 140722779930606 0
/proc/717/statm: 28314 403 319 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1612 KiB

[startup+0.210274 s]*
/proc/loadavg: 1.82 1.70 1.51 4/216 783
/proc/meminfo: memFree=12270164/32770624 swapFree=67108860/67108860
[pid=717] ppid=714 vsize=10818904 memory=39764 CPUtime=0.23 cores=1,3,5,7
/proc/717/stat : 717 (java) S 714 717 31421 0 -1 1077944320 6684 13040 0 0 13 2 5 3 20 0 15 0 72393679 11078557696 9941 33554432000 4194304 4196468 140730788584480 140730788567024 139743045459703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
/proc/717/statm: 2704726 9941 2941 1 0 2667149 0
[pid=717/tid=770] ppid=714 vsize=10818904 memory=7022364594140610616 CPUtime=0.16 cores=1,3,5,7
/proc/717/task/770/stat : 770 (java) R 714 717 31421 0 -1 4202560 3344 13040 0 0 8 0 5 3 20 0 15 0 72393690 11078557696 9941 33554432000 4194304 4196468 140730788584480 139743017238712 139743045481629 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=771] ppid=714 vsize=10818904 memory=343 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/771/stat : 771 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393691 11078557696 9941 33554432000 4194304 4196468 140730788584480 139743049701904 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=772] ppid=714 vsize=10818904 memory=3906794799136986784 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/772/stat : 772 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393691 11078557696 9941 33554432000 4194304 4196468 140730788584480 139742937975440 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=773] ppid=714 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/773/stat : 773 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393691 11078557696 9941 33554432000 4194304 4196468 140730788584480 139742936922384 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=774] ppid=714 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/774/stat : 774 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393691 11078557696 9941 33554432000 4194304 4196468 140730788584480 139742616218000 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=775] ppid=714 vsize=10818904 memory=140718192678528 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/775/stat : 775 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393693 11078557696 9941 33554432000 4194304 4196468 140730788584480 139742504827632 139743045470850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=776] ppid=714 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/776/stat : 776 (java) S 714 717 31421 0 -1 1077944384 33 13040 0 0 0 0 5 3 20 0 15 0 72393693 11078557696 9941 33554432000 4194304 4196468 140730788584480 139742503773856 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=777] ppid=714 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/777/stat : 777 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393693 11078557696 9941 33554432000 4194304 4196468 140730788584480 139742398113008 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=778] ppid=714 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/778/stat : 778 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393696 11078557696 9941 33554432000 4194304 4196468 140730788584480 139741794134480 139743045478299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=779] ppid=714 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/717/task/779/stat : 779 (java) S 714 717 31421 0 -1 1077944384 509 13040 0 0 1 0 5 3 20 0 15 0 72393696 11078557696 9941 33554432000 4194304 4196468 140730788584480 139742470215920 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=780] ppid=714 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/780/stat : 780 (java) S 714 717 31421 0 -1 1077944384 54 13040 0 0 0 0 5 3 20 0 15 0 72393696 11078557696 9941 33554432000 4194304 4196468 140730788584480 139742469163376 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=781] ppid=714 vsize=10818904 memory=140718192678528 CPUtime=0.1 cores=1,3,5,7
/proc/717/task/781/stat : 781 (java) R 714 717 31421 0 -1 4202560 564 13040 0 0 2 0 5 3 20 0 15 0 72393696 11078557696 9941 33554432000 4194304 4196468 140730788584480 139742468110320 139743045471638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=782] ppid=714 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/782/stat : 782 (java) S 714 717 31421 0 -1 1077944384 3 13040 0 0 0 0 5 3 20 0 15 0 72393696 11078557696 9941 33554432000 4194304 4196468 140730788584480 139741324372320 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=783] ppid=714 vsize=10818904 memory=140718192678528 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/783/stat : 783 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393697 11078557696 9941 33554432000 4194304 4196468 140730788584480 139742467058736 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 39764 KiB

[startup+0.310345 s]*
/proc/loadavg: 1.82 1.70 1.51 3/216 783
/proc/meminfo: memFree=12259708/32770624 swapFree=67108860/67108860
[pid=717] ppid=714 vsize=10819352 memory=51440 CPUtime=0.36 cores=1,3,5,7
/proc/717/stat : 717 (java) S 714 717 31421 0 -1 1077944320 9943 13040 0 0 25 3 5 3 20 0 15 0 72393679 11079016448 12860 33554432000 4194304 4196468 140730788584480 140730788567024 139743045459703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
/proc/717/statm: 2704838 12860 3060 1 0 2667149 0
[pid=717/tid=770] ppid=714 vsize=10819352 memory=288355116380323867 CPUtime=0.27 cores=1,3,5,7
/proc/717/task/770/stat : 770 (java) R 714 717 31421 0 -1 4202560 6605 13040 0 0 17 2 5 3 20 0 15 0 72393690 11079016448 13381 33554432000 4194304 4196468 140730788584480 139743017271712 139743028646533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=771] ppid=714 vsize=10819352 memory=4294967595 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/771/stat : 771 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393691 11079016448 13381 33554432000 4194304 4196468 140730788584480 139743049701904 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=772] ppid=714 vsize=10819352 memory=4121834006220592800 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/772/stat : 772 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393691 11079016448 13381 33554432000 4194304 4196468 140730788584480 139742937975440 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=773] ppid=714 vsize=10819352 memory=-7385037593950845031 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/773/stat : 773 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393691 11079016448 13381 33554432000 4194304 4196468 140730788584480 139742936922384 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=774] ppid=714 vsize=10819352 memory=7589420999132590127 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/774/stat : 774 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393691 11079016448 13381 33554432000 4194304 4196468 140730788584480 139742616218000 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=775] ppid=714 vsize=10819352 memory=-6876588452865875872 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/775/stat : 775 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393693 11079016448 13381 33554432000 4194304 4196468 140730788584480 139742504827632 139743045470850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=776] ppid=714 vsize=10819352 memory=5983648038440153135 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/776/stat : 776 (java) S 714 717 31421 0 -1 1077944384 33 13040 0 0 0 0 5 3 20 0 15 0 72393693 11079016448 13381 33554432000 4194304 4196468 140730788584480 139742503773856 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=777] ppid=714 vsize=10819352 memory=3472464616373847728 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/777/stat : 777 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393693 11079016448 13381 33554432000 4194304 4196468 140730788584480 139742398113008 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=778] ppid=714 vsize=10819352 memory=3472323898181169199 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/778/stat : 778 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393696 11079016448 13381 33554432000 4194304 4196468 140730788584480 139741794134480 139743045478299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=779] ppid=714 vsize=10819352 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/717/task/779/stat : 779 (java) S 714 717 31421 0 -1 1077944384 510 13040 0 0 2 0 5 3 20 0 15 0 72393696 11079016448 13381 33554432000 4194304 4196468 140730788584480 139742470215920 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=780] ppid=714 vsize=10819352 memory=3467833531079598130 CPUtime=0.09 cores=1,3,5,7
/proc/717/task/780/stat : 780 (java) S 714 717 31421 0 -1 1077944384 54 13040 0 0 1 0 5 3 20 0 15 0 72393696 11079016448 13381 33554432000 4194304 4196468 140730788584480 139742469163376 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=781] ppid=714 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/717/task/781/stat : 781 (java) S 714 717 31421 0 -1 1077944384 575 13040 0 0 4 0 5 3 20 0 15 0 72393696 11079016448 13381 33554432000 4194304 4196468 140730788584480 139742468110320 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=782] ppid=714 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/782/stat : 782 (java) S 714 717 31421 0 -1 1077944384 3 13040 0 0 0 0 5 3 20 0 15 0 72393696 11079016448 13381 33554432000 4194304 4196468 140730788584480 139741324372320 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=783] ppid=714 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/783/stat : 783 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393697 11079016448 13381 33554432000 4194304 4196468 140730788584480 139742467058736 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51440 KiB

[startup+0.700725 s]
/proc/loadavg: 1.82 1.70 1.51 3/216 783
/proc/meminfo: memFree=12246604/32770624 swapFree=67108860/67108860
[pid=717] ppid=714 vsize=10819352 memory=88320 CPUtime=0.96 cores=1,3,5,7
/proc/717/stat : 717 (java) S 714 717 31421 0 -1 1077944320 16718 13040 0 0 84 4 5 3 20 0 15 0 72393679 11079016448 22080 33554432000 4194304 4196468 140730788584480 140730788567024 139743045459703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
/proc/717/statm: 2704838 22080 3238 1 0 2667149 0
[pid=717/tid=770] ppid=714 vsize=10819352 memory=28829630602021044 CPUtime=0.64 cores=1,3,5,7
/proc/717/task/770/stat : 770 (java) R 714 717 31421 0 -1 4202560 12169 13040 0 0 53 3 5 3 20 0 15 0 72393690 11079016448 22080 33554432000 4194304 4196468 140730788584480 139743017253216 139743029540190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=771] ppid=714 vsize=10819352 memory=288286662621552013 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/771/stat : 771 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393691 11079016448 22080 33554432000 4194304 4196468 140730788584480 139743049701904 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=772] ppid=714 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/772/stat : 772 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393691 11079016448 22080 33554432000 4194304 4196468 140730788584480 139742937975440 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=773] ppid=714 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/773/stat : 773 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393691 11079016448 22080 33554432000 4194304 4196468 140730788584480 139742936922384 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=774] ppid=714 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/774/stat : 774 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393691 11079016448 22080 33554432000 4194304 4196468 140730788584480 139742616218000 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=775] ppid=714 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/775/stat : 775 (java) S 714 717 31421 0 -1 1077944384 5 13040 0 0 0 0 5 3 20 0 15 0 72393693 11079016448 22080 33554432000 4194304 4196468 140730788584480 139742504827632 139743045470850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=776] ppid=714 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/776/stat : 776 (java) S 714 717 31421 0 -1 1077944384 33 13040 0 0 0 0 5 3 20 0 15 0 72393693 11079016448 22080 33554432000 4194304 4196468 140730788584480 139742503773856 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=777] ppid=714 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/777/stat : 777 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393693 11079016448 22080 33554432000 4194304 4196468 140730788584480 139742398113008 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=778] ppid=714 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/778/stat : 778 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393696 11079016448 22080 33554432000 4194304 4196468 140730788584480 139741794134480 139743045478299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=779] ppid=714 vsize=10819352 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/717/task/779/stat : 779 (java) S 714 717 31421 0 -1 1077944384 1197 13040 0 0 10 0 5 3 20 0 15 0 72393696 11079016448 22080 33554432000 4194304 4196468 140730788584480 139742470215920 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=780] ppid=714 vsize=10819352 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/717/task/780/stat : 780 (java) S 714 717 31421 0 -1 1077944384 456 13040 0 0 6 0 5 3 20 0 15 0 72393696 11079016448 22080 33554432000 4194304 4196468 140730788584480 139742469163376 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=781] ppid=714 vsize=10819352 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/717/task/781/stat : 781 (java) S 714 717 31421 0 -1 1077944384 655 13040 0 0 13 0 5 3 20 0 15 0 72393696 11079016448 22080 33554432000 4194304 4196468 140730788584480 139742468110320 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=782] ppid=714 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/782/stat : 782 (java) S 714 717 31421 0 -1 1077944384 3 13040 0 0 0 0 5 3 20 0 15 0 72393696 11079016448 22080 33554432000 4194304 4196468 140730788584480 139741324372320 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=783] ppid=714 vsize=10819352 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/783/stat : 783 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393697 11079016448 22080 33554432000 4194304 4196468 140730788584480 139742467058736 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 88320 KiB

[startup+1.50076 s]
/proc/loadavg: 1.82 1.70 1.51 3/216 783
/proc/meminfo: memFree=12202652/32770624 swapFree=67108860/67108860
[pid=717] ppid=714 vsize=10834252 memory=181380 CPUtime=2.26 cores=1,3,5,7
/proc/717/stat : 717 (java) S 714 717 31421 0 -1 1077944320 25525 13040 0 0 208 10 5 3 20 0 15 0 72393679 11094274048 45345 33554432000 4194304 4196468 140730788584480 140730788567024 139743045459703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
/proc/717/statm: 2708563 45345 3470 1 0 2670221 0
[pid=717/tid=770] ppid=714 vsize=10834252 memory=281436187928576 CPUtime=1.41 cores=1,3,5,7
/proc/717/task/770/stat : 770 (java) R 714 717 31421 0 -1 4202560 18075 13040 0 0 127 6 5 3 20 0 15 0 72393690 11094274048 45345 33554432000 4194304 4196468 140730788584480 139743017276776 139743029503333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=771] ppid=714 vsize=10834252 memory=5935861232537458028 CPUtime=0.09 cores=1,3,5,7
/proc/717/task/771/stat : 771 (java) S 714 717 31421 0 -1 1077944384 66 13040 0 0 1 0 5 3 20 0 15 0 72393691 11094274048 45345 33554432000 4194304 4196468 140730788584480 139743049701904 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=772] ppid=714 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/717/task/772/stat : 772 (java) S 714 717 31421 0 -1 1077944384 193 13040 0 0 1 0 5 3 20 0 15 0 72393691 11094274048 45345 33554432000 4194304 4196468 140730788584480 139742937975440 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=773] ppid=714 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/717/task/773/stat : 773 (java) S 714 717 31421 0 -1 1077944384 20 13040 0 0 1 0 5 3 20 0 15 0 72393691 11094274048 45345 33554432000 4194304 4196468 140730788584480 139742936922384 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=774] ppid=714 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/774/stat : 774 (java) S 714 717 31421 0 -1 1077944384 40 13040 0 0 0 0 5 3 20 0 15 0 72393691 11094274048 45345 33554432000 4194304 4196468 140730788584480 139742616218000 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=775] ppid=714 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/717/task/775/stat : 775 (java) S 714 717 31421 0 -1 1077944384 996 13040 0 0 1 0 5 3 20 0 15 0 72393693 11094274048 45345 33554432000 4194304 4196468 140730788584480 139742504827632 139743045470850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=776] ppid=714 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/776/stat : 776 (java) S 714 717 31421 0 -1 1077944384 55 13040 0 0 0 0 5 3 20 0 15 0 72393693 11094274048 45345 33554432000 4194304 4196468 140730788584480 139742503773920 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=777] ppid=714 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/777/stat : 777 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393693 11094274048 45345 33554432000 4194304 4196468 140730788584480 139742398113008 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=778] ppid=714 vsize=10834252 memory=-1161699032755952991 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/778/stat : 778 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393696 11094274048 45345 33554432000 4194304 4196468 140730788584480 139741794134480 139743045478299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=779] ppid=714 vsize=10834252 memory=6943526294502006880 CPUtime=0.29 cores=1,3,5,7
/proc/717/task/779/stat : 779 (java) R 714 717 31421 0 -1 4202560 1692 13040 0 0 21 0 5 3 20 0 15 0 72393696 11094274048 45345 33554432000 4194304 4196468 140730788584480 139742470215920 139743038444745 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=780] ppid=714 vsize=10834252 memory=6944652177228980320 CPUtime=0.28 cores=1,3,5,7
/proc/717/task/780/stat : 780 (java) S 714 717 31421 0 -1 1077944384 698 13040 0 0 20 0 5 3 20 0 15 0 72393696 11094274048 45345 33554432000 4194304 4196468 140730788584480 139742469163376 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=781] ppid=714 vsize=10834252 memory=6944656575208382560 CPUtime=0.4 cores=1,3,5,7
/proc/717/task/781/stat : 781 (java) S 714 717 31421 0 -1 1077944384 1491 13040 0 0 32 0 5 3 20 0 15 0 72393696 11094274048 45345 33554432000 4194304 4196468 140730788584480 139742468110320 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=782] ppid=714 vsize=10834252 memory=4956998493510226538 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/782/stat : 782 (java) S 714 717 31421 0 -1 1077944384 3 13040 0 0 0 0 5 3 20 0 15 0 72393696 11094274048 45345 33554432000 4194304 4196468 140730788584480 139741324372320 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=783] ppid=714 vsize=10834252 memory=-7812193691855998918 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/783/stat : 783 (java) S 714 717 31421 0 -1 1077944384 3 13040 0 0 0 0 5 3 20 0 15 0 72393697 11094274048 45345 33554432000 4194304 4196468 140730788584480 139742467058736 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10834252 KiB
Current children cumulated memory: 181380 KiB

[startup+3.11028 s]
/proc/loadavg: 1.83 1.70 1.51 4/216 783
/proc/meminfo: memFree=12054996/32770624 swapFree=67108860/67108860
[pid=717] ppid=714 vsize=10846560 memory=259664 CPUtime=5.79 cores=1,3,5,7
/proc/717/stat : 717 (java) S 714 717 31421 0 -1 1077944320 50687 13040 0 0 553 18 5 3 20 0 15 0 72393679 11106877440 64916 33554432000 4194304 4196468 140730788584480 140730788567024 139743045459703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
/proc/717/statm: 2711640 64916 3499 1 0 2673293 0
[pid=717/tid=770] ppid=714 vsize=10846560 memory=307652356542300464 CPUtime=2.96 cores=1,3,5,7
/proc/717/task/770/stat : 770 (java) R 714 717 31421 0 -1 4202560 32918 13040 0 0 279 9 5 3 20 0 15 0 72393690 11106877440 64916 33554432000 4194304 4196468 140730788584480 139743017292048 139743025735584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0

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

[pid=717/tid=782] ppid=714 vsize=10848608 memory=288284497924074936 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/782/stat : 782 (java) S 714 717 31421 0 -1 1077944384 3 13040 0 0 0 0 5 3 20 0 15 0 72393696 11108974592 65349 33554432000 4194304 4196468 140730788584480 139741324372320 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=783] ppid=714 vsize=10848608 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/783/stat : 783 (java) S 714 717 31421 0 -1 1077944384 10 13040 0 0 0 0 5 3 20 0 15 0 72393697 11108974592 65349 33554432000 4194304 4196468 140730788584480 139742467058736 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 261396 KiB

[startup+4.80127 s]
/proc/loadavg: 1.83 1.70 1.51 6/216 783
/proc/meminfo: memFree=11997220/32770624 swapFree=67108860/67108860
[pid=717] ppid=714 vsize=10916192 memory=384716 CPUtime=10.98 cores=1,3,5,7
/proc/717/stat : 717 (java) S 714 717 31421 0 -1 1077944320 72551 13040 0 0 1067 23 5 3 20 0 15 0 72393679 11178180608 96179 33554432000 4194304 4196468 140730788584480 140730788567024 139743045459703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
/proc/717/statm: 2729048 96179 3517 1 0 2690701 0
[pid=717/tid=770] ppid=714 vsize=10916192 memory=6947385649911455296 CPUtime=4.63 cores=1,3,5,7
/proc/717/task/770/stat : 770 (java) R 714 717 31421 0 -1 4202560 43021 13040 0 0 443 12 5 3 20 0 15 0 72393690 11178180608 96179 33554432000 4194304 4196468 140730788584480 139743017292072 139742620562451 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=771] ppid=714 vsize=10916192 memory=-8172468297011507069 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/771/stat : 771 (java) S 714 717 31421 0 -1 1077944384 130 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 96179 33554432000 4194304 4196468 140730788584480 139743049701904 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=772] ppid=714 vsize=10916192 memory=-7161732098442470212 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/772/stat : 772 (java) S 714 717 31421 0 -1 1077944384 290 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 96179 33554432000 4194304 4196468 140730788584480 139742937975440 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=773] ppid=714 vsize=10916192 memory=-7592679042076490856 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/773/stat : 773 (java) S 714 717 31421 0 -1 1077944384 223 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 96179 33554432000 4194304 4196468 140730788584480 139742936922384 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=774] ppid=714 vsize=10916192 memory=8305315425968087136 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/774/stat : 774 (java) S 714 717 31421 0 -1 1077944384 724 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 96179 33554432000 4194304 4196468 140730788584480 139742616218000 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=775] ppid=714 vsize=10916192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/775/stat : 775 (java) S 714 717 31421 0 -1 1077944384 2268 13040 0 0 3 0 5 3 20 0 15 0 72393693 11178180608 96179 33554432000 4194304 4196468 140730788584480 139742504827632 139743045470850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=776] ppid=714 vsize=10916192 memory=-7522837583045875833 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/776/stat : 776 (java) S 714 717 31421 0 -1 1077944384 55 13040 0 0 0 0 5 3 20 0 15 0 72393693 11178180608 96179 33554432000 4194304 4196468 140730788584480 139742503773984 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=777] ppid=714 vsize=10916192 memory=-9001728533042062950 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/777/stat : 777 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393693 11178180608 96179 33554432000 4194304 4196468 140730788584480 139742398113024 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=778] ppid=714 vsize=10916192 memory=-7385037593950845031 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/778/stat : 778 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393696 11178180608 96179 33554432000 4194304 4196468 140730788584480 139741794134480 139743045478299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=779] ppid=714 vsize=10916192 memory=-7025448733113094249 CPUtime=2.69 cores=1,3,5,7
/proc/717/task/779/stat : 779 (java) R 714 717 31421 0 -1 4202560 12654 13040 0 0 258 3 5 3 20 0 15 0 72393696 11178180608 96179 33554432000 4194304 4196468 140730788584480 139742470203472 139743029859247 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=780] ppid=714 vsize=10916192 memory=-7385037593950845031 CPUtime=1.95 cores=1,3,5,7
/proc/717/task/780/stat : 780 (java) R 714 717 31421 0 -1 4202560 4514 13040 0 0 186 1 5 3 20 0 15 0 72393696 11178180608 96179 33554432000 4194304 4196468 140730788584480 139742469149728 139743026983595 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=781] ppid=714 vsize=10916192 memory=0 CPUtime=1.69 cores=1,3,5,7
/proc/717/task/781/stat : 781 (java) S 714 717 31421 0 -1 1077944384 6463 13040 0 0 159 2 5 3 20 0 15 0 72393696 11178180608 96179 33554432000 4194304 4196468 140730788584480 139742468110320 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=782] ppid=714 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/782/stat : 782 (java) S 714 717 31421 0 -1 1077944384 3 13040 0 0 0 0 5 3 20 0 15 0 72393696 11178180608 96179 33554432000 4194304 4196468 140730788584480 139741324372320 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=783] ppid=714 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/783/stat : 783 (java) S 714 717 31421 0 -1 1077944384 11 13040 0 0 0 0 5 3 20 0 15 0 72393697 11178180608 96179 33554432000 4194304 4196468 140730788584480 139742467058736 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
Current children cumulated CPU time: 10.98 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 384716 KiB

[startup+5.60072 s]
/proc/loadavg: 1.83 1.70 1.51 5/216 783
/proc/meminfo: memFree=11927864/32770624 swapFree=67108860/67108860
[pid=717] ppid=714 vsize=10916192 memory=390716 CPUtime=13.22 cores=1,3,5,7
/proc/717/stat : 717 (java) S 714 717 31421 0 -1 1077944320 80963 13040 0 0 1289 25 5 3 20 0 15 0 72393679 11178180608 97679 33554432000 4194304 4196468 140730788584480 140730788567024 139743045459703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
/proc/717/statm: 2729048 97679 3524 1 0 2690701 0
[pid=717/tid=770] ppid=714 vsize=10916192 memory=6944656575208382560 CPUtime=5.43 cores=1,3,5,7
/proc/717/task/770/stat : 770 (java) R 714 717 31421 0 -1 4202560 44578 13040 0 0 522 13 5 3 20 0 15 0 72393690 11178180608 97679 33554432000 4194304 4196468 140730788584480 139743017290416 139742628448091 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=771] ppid=714 vsize=10916192 memory=81 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/771/stat : 771 (java) S 714 717 31421 0 -1 1077944384 137 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 97679 33554432000 4194304 4196468 140730788584480 139743049701904 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=772] ppid=714 vsize=10916192 memory=123 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/772/stat : 772 (java) S 714 717 31421 0 -1 1077944384 290 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 97679 33554432000 4194304 4196468 140730788584480 139742937975440 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=773] ppid=714 vsize=10916192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/773/stat : 773 (java) S 714 717 31421 0 -1 1077944384 232 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 97679 33554432000 4194304 4196468 140730788584480 139742936922384 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=774] ppid=714 vsize=10916192 memory=4140 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/774/stat : 774 (java) S 714 717 31421 0 -1 1077944384 726 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 97679 33554432000 4194304 4196468 140730788584480 139742616218000 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=775] ppid=714 vsize=10916192 memory=21704 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/775/stat : 775 (java) S 714 717 31421 0 -1 1077944384 2277 13040 0 0 3 0 5 3 20 0 15 0 72393693 11178180608 97679 33554432000 4194304 4196468 140730788584480 139742504827632 139743045470850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=776] ppid=714 vsize=10916192 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/776/stat : 776 (java) S 714 717 31421 0 -1 1077944384 55 13040 0 0 0 0 5 3 20 0 15 0 72393693 11178180608 97679 33554432000 4194304 4196468 140730788584480 139742503773984 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=777] ppid=714 vsize=10916192 memory=2400 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/777/stat : 777 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393693 11178180608 97679 33554432000 4194304 4196468 140730788584480 139742398113024 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=778] ppid=714 vsize=10916192 memory=1836 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/778/stat : 778 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393696 11178180608 97679 33554432000 4194304 4196468 140730788584480 139741794134480 139743045478299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=779] ppid=714 vsize=10916192 memory=13044 CPUtime=3.36 cores=1,3,5,7
/proc/717/task/779/stat : 779 (java) R 714 717 31421 0 -1 4202560 14852 13040 0 0 325 3 5 3 20 0 15 0 72393696 11178180608 97679 33554432000 4194304 4196468 140730788584480 139742470215920 139743045481050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=780] ppid=714 vsize=10916192 memory=792 CPUtime=2.63 cores=1,3,5,7
/proc/717/task/780/stat : 780 (java) R 714 717 31421 0 -1 4202560 7795 13040 0 0 254 1 5 3 20 0 15 0 72393696 11178180608 97679 33554432000 4194304 4196468 140730788584480 139742469163376 139743045481050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=781] ppid=714 vsize=10916192 memory=1952 CPUtime=1.77 cores=1,3,5,7
/proc/717/task/781/stat : 781 (java) S 714 717 31421 0 -1 1077944384 7024 13040 0 0 166 3 5 3 20 0 15 0 72393696 11178180608 97679 33554432000 4194304 4196468 140730788584480 139742468110320 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=782] ppid=714 vsize=10916192 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/782/stat : 782 (java) S 714 717 31421 0 -1 1077944384 3 13040 0 0 0 0 5 3 20 0 15 0 72393696 11178180608 97679 33554432000 4194304 4196468 140730788584480 139741324372320 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=783] ppid=714 vsize=10916192 memory=8536 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/783/stat : 783 (java) S 714 717 31421 0 -1 1077944384 799 13040 0 0 0 0 5 3 20 0 15 0 72393697 11178180608 97679 33554432000 4194304 4196468 140730788584480 139742467058736 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
Current children cumulated CPU time: 13.22 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 390716 KiB

[startup+5.80069 s]
/proc/loadavg: 1.83 1.70 1.51 5/216 783
/proc/meminfo: memFree=11927864/32770624 swapFree=67108860/67108860
[pid=717] ppid=714 vsize=10916192 memory=392360 CPUtime=13.58 cores=1,3,5,7
/proc/717/stat : 717 (java) S 714 717 31421 0 -1 1077944320 81849 13040 0 0 1325 25 5 3 20 0 15 0 72393679 11178180608 98090 33554432000 4194304 4196468 140730788584480 140730788567024 139743045459703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
/proc/717/statm: 2729048 98090 3524 1 0 2690701 0
[pid=717/tid=770] ppid=714 vsize=10916192 memory=3 CPUtime=5.63 cores=1,3,5,7
/proc/717/task/770/stat : 770 (java) R 714 717 31421 0 -1 4202560 44921 13040 0 0 542 13 5 3 20 0 15 0 72393690 11178180608 98090 33554432000 4194304 4196468 140730788584480 139743017290416 139742628448094 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=771] ppid=714 vsize=10916192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/771/stat : 771 (java) S 714 717 31421 0 -1 1077944384 137 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 98090 33554432000 4194304 4196468 140730788584480 139743049701904 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=772] ppid=714 vsize=10916192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/772/stat : 772 (java) S 714 717 31421 0 -1 1077944384 290 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 98090 33554432000 4194304 4196468 140730788584480 139742937975440 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=773] ppid=714 vsize=10916192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/773/stat : 773 (java) S 714 717 31421 0 -1 1077944384 232 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 98090 33554432000 4194304 4196468 140730788584480 139742936922384 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=774] ppid=714 vsize=10916192 memory=224 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/774/stat : 774 (java) S 714 717 31421 0 -1 1077944384 726 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 98090 33554432000 4194304 4196468 140730788584480 139742616218000 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=775] ppid=714 vsize=10916192 memory=149 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/775/stat : 775 (java) S 714 717 31421 0 -1 1077944384 2277 13040 0 0 3 0 5 3 20 0 15 0 72393693 11178180608 98090 33554432000 4194304 4196468 140730788584480 139742504827632 139743045470850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=776] ppid=714 vsize=10916192 memory=151 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/776/stat : 776 (java) S 714 717 31421 0 -1 1077944384 55 13040 0 0 0 0 5 3 20 0 15 0 72393693 11178180608 98090 33554432000 4194304 4196468 140730788584480 139742503773984 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=777] ppid=714 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/777/stat : 777 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393693 11178180608 98090 33554432000 4194304 4196468 140730788584480 139742398113024 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=778] ppid=714 vsize=10916192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/778/stat : 778 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393696 11178180608 98090 33554432000 4194304 4196468 140730788584480 139741794134480 139743045478299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=779] ppid=714 vsize=10916192 memory=1712 CPUtime=3.44 cores=1,3,5,7
/proc/717/task/779/stat : 779 (java) R 714 717 31421 0 -1 4202560 14933 13040 0 0 333 3 5 3 20 0 15 0 72393696 11178180608 98090 33554432000 4194304 4196468 140730788584480 139742470215920 139743024811209 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=780] ppid=714 vsize=10916192 memory=5412 CPUtime=2.71 cores=1,3,5,7
/proc/717/task/780/stat : 780 (java) S 714 717 31421 0 -1 1077944384 8245 13040 0 0 262 1 5 3 20 0 15 0 72393696 11178180608 98090 33554432000 4194304 4196468 140730788584480 139742469163376 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=781] ppid=714 vsize=10916192 memory=4612 CPUtime=1.77 cores=1,3,5,7
/proc/717/task/781/stat : 781 (java) S 714 717 31421 0 -1 1077944384 7038 13040 0 0 166 3 5 3 20 0 15 0 72393696 11178180608 98090 33554432000 4194304 4196468 140730788584480 139742468110320 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=782] ppid=714 vsize=10916192 memory=1012 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/782/stat : 782 (java) S 714 717 31421 0 -1 1077944384 3 13040 0 0 0 0 5 3 20 0 15 0 72393696 11178180608 98101 33554432000 4194304 4196468 140730788584480 139741324372320 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=783] ppid=714 vsize=10916192 memory=1436 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/783/stat : 783 (java) S 714 717 31421 0 -1 1077944384 799 13040 0 0 0 0 5 3 20 0 15 0 72393697 11178180608 98101 33554432000 4194304 4196468 140730788584480 139742467058736 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
Current children cumulated CPU time: 13.58 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 392360 KiB

[startup+5.90077 s]
/proc/loadavg: 1.83 1.70 1.51 5/216 783
/proc/meminfo: memFree=11927864/32770624 swapFree=67108860/67108860
[pid=717] ppid=714 vsize=10916192 memory=400648 CPUtime=13.72 cores=1,3,5,7
/proc/717/stat : 717 (java) S 714 717 31421 0 -1 1077944320 83036 13040 0 0 1339 25 5 3 20 0 15 0 72393679 11178180608 100162 33554432000 4194304 4196468 140730788584480 140730788567024 139743045459703 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 2 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
/proc/717/statm: 2729048 100162 3524 1 0 2690701 0
[pid=717/tid=770] ppid=714 vsize=10916192 memory=392360 CPUtime=5.73 cores=1,3,5,7
/proc/717/task/770/stat : 770 (java) R 714 717 31421 0 -1 4202560 44965 13040 0 0 552 13 5 3 20 0 15 0 72393690 11178180608 100162 33554432000 4194304 4196468 140730788584480 139743017291792 139742629792223 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=771] ppid=714 vsize=10916192 memory=314208 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/771/stat : 771 (java) S 714 717 31421 0 -1 1077944384 527 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 100162 33554432000 4194304 4196468 140730788584480 139743049701904 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=772] ppid=714 vsize=10916192 memory=307652356542300464 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/772/stat : 772 (java) S 714 717 31421 0 -1 1077944384 352 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 100162 33554432000 4194304 4196468 140730788584480 139742937975440 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=773] ppid=714 vsize=10916192 memory=281436188043344 CPUtime=0.12 cores=1,3,5,7
/proc/717/task/773/stat : 773 (java) S 714 717 31421 0 -1 1077944384 237 13040 0 0 4 0 5 3 20 0 15 0 72393691 11178180608 100162 33554432000 4194304 4196468 140730788584480 139742936922384 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=774] ppid=714 vsize=10916192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/717/task/774/stat : 774 (java) S 714 717 31421 0 -1 1077944384 1099 13040 0 0 3 0 5 3 20 0 15 0 72393691 11178180608 100162 33554432000 4194304 4196468 140730788584480 139742616218000 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=775] ppid=714 vsize=10916192 memory=-8961168018402230209 CPUtime=0.12 cores=1,3,5,7
/proc/717/task/775/stat : 775 (java) S 714 717 31421 0 -1 1077944384 2486 13040 0 0 4 0 5 3 20 0 15 0 72393693 11178180608 100162 33554432000 4194304 4196468 140730788584480 139742504827632 139743045470850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=776] ppid=714 vsize=10916192 memory=233640 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/776/stat : 776 (java) S 714 717 31421 0 -1 1077944384 55 13040 0 0 0 0 5 3 20 0 15 0 72393693 11178180608 100162 33554432000 4194304 4196468 140730788584480 139742503773984 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=777] ppid=714 vsize=10916192 memory=-7595718316222733696 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/777/stat : 777 (java) S 714 717 31421 0 -1 1077944384 1 13040 0 0 0 0 5 3 20 0 15 0 72393693 11178180608 100162 33554432000 4194304 4196468 140730788584480 139742398113024 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=778] ppid=714 vsize=10916192 memory=4140 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/778/stat : 778 (java) S 714 717 31421 0 -1 1077944384 2 13040 0 0 0 0 5 3 20 0 15 0 72393696 11178180608 100162 33554432000 4194304 4196468 140730788584480 139741794134480 139743045478299 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=779] ppid=714 vsize=10916192 memory=21704 CPUtime=3.46 cores=1,3,5,7
/proc/717/task/779/stat : 779 (java) S 714 717 31421 0 -1 1077944384 14987 13040 0 0 335 3 5 3 20 0 15 0 72393696 11178180608 100162 33554432000 4194304 4196468 140730788584480 139742470215920 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=780] ppid=714 vsize=10916192 memory=0 CPUtime=2.72 cores=1,3,5,7
/proc/717/task/780/stat : 780 (java) S 714 717 31421 0 -1 1077944384 8262 13040 0 0 263 1 5 3 20 0 15 0 72393696 11178180608 100162 33554432000 4194304 4196468 140730788584480 139742469163376 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=781] ppid=714 vsize=10916192 memory=143782620169690 CPUtime=1.78 cores=1,3,5,7
/proc/717/task/781/stat : 781 (java) S 714 717 31421 0 -1 1077944384 7070 13040 0 0 167 3 5 3 20 0 15 0 72393696 11178180608 100162 33554432000 4194304 4196468 140730788584480 139742468110320 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=782] ppid=714 vsize=10916192 memory=143782620169691 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/782/stat : 782 (java) S 714 717 31421 0 -1 1077944384 3 13040 0 0 0 0 5 3 20 0 15 0 72393696 11178180608 100162 33554432000 4194304 4196468 140730788584480 139741324372320 139743045469909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
[pid=717/tid=783] ppid=714 vsize=10916192 memory=143782620169692 CPUtime=0.08 cores=1,3,5,7
/proc/717/task/783/stat : 783 (java) S 714 717 31421 0 -1 1077944384 799 13040 0 0 0 0 5 3 20 0 15 0 72393697 11178180608 100162 33554432000 4194304 4196468 140730788584480 139742467058736 139743045470850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11210752 140730788587692 140730788590940 140730788590940 140730788593615 0
Current children cumulated CPU time: 13.72 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 400648 KiB

Child status: 0
Real time (s): 5.94306
CPU time (s): 13.7808
CPU user time (s): 13.4777
CPU system time (s): 0.303041
CPU usage (%): 231.88
Max. virtual memory (cumulated for all children) (KiB): 10919004
Max. memory (cumulated for all children) (KiB): 400648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.4777
system time used= 0.303041
maximum resident set size= 402844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97216
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7475
involuntary context switches= 48


# summary of solver processes directly reported to runsolver:
#   pid: 717
#   total CPU time (s): 13.7808
#   total CPU user time (s): 13.4777
#   total CPU system time (s): 0.303041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.051259 second user time and 0.103523 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-25 21:51:45
IDJOB=4295346
IDBENCH=141525
IDSOLVER=2751
FILE ID=node107/4295346-1532548305
RUNJOBID= node107-1532543154-31453
PBS_JOBID= 21021952
Free space on /tmp= 54500 MiB

SOLVER NAME= Concrete 3.8-SuperNG 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-easy-5_c18.xml
COMMAND LINE= concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295346-1532548305/watcher-4295346-1532548305 -o /tmp/evaluation-result-4295346-1532548305/solver-4295346-1532548305 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532543154-31453 --watchdog 2580  concrete-3.8/bin/xcsp-3-concrete -J-Xss32M -randomseed=380016090 -superng HOME/instance-4295346-1532548305.xml

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

MD5SUM BENCH= 4fc2559afebff091b84e9ba27308c103
RANDOM SEED=380016090

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:        12298300 kB
MemAvailable:   31215436 kB
Buffers:          284680 kB
Cached:         18752536 kB
SwapCached:            0 kB
Active:          4974128 kB
Inactive:       14830040 kB
Active(anon):     769928 kB
Inactive(anon):    25036 kB
Active(file):    4204200 kB
Inactive(file): 14805004 kB
Unevictable:        7168 kB
Mlocked:            7168 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26720 kB
Writeback:             0 kB
AnonPages:        774216 kB
Mapped:            53200 kB
Shmem:             25228 kB
Slab:             363656 kB
SReclaimable:     336392 kB
SUnreclaim:        27264 kB
KernelStack:        3520 kB
PageTables:         6816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1742704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    522240 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= 54472 MiB
End job on node107 at 2018-07-25 21:51:51