Trace number 4391285

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
AbsCon 2019-07-23? (problem) 48.997 15.8997

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-200-10-1.xml
MD5SUM4dc4d699091ca89690279c2093d69f52
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2200
Number of constraints2210
Number of domains1
Minimum domain size10594
Maximum domain size10594
Distribution of domain sizes[{"size":10594,"count":2200}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":2000}]
Minimum constraint arity1
Maximum constraint arity200
Distribution of constraint arities[{"arity":1,"count":200},{"arity":2,"count":2000},{"arity":200,"count":10}]
Number of extensional constraints0
Number of intensional constraints2200
Distribution of constraint types[{"type":"intension","count":2200},{"type":"noOverlap","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

2.40/1.88	
2.40/1.88	AbsCon 2 
2.40/1.90	
3.65/2.20	  Instance
3.65/2.20	    name=instance-4391285-1568388066, framework=COP, bounds=-infty..+infty
3.65/2.20	
3.65/2.20	  Loading variables...
5.23/2.79	  Loading constraints...

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391285-1568388066/watcher-4391285-1568388066 -o /tmp/evaluation-result-4391285-1568388066/solver-4391285-1568388066 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568388027-27066 --watchdog 2560 java -cp AbsCon19-06.jar AbsCon HOME/instance-4391285-1568388066.xml -cm 

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

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=27085, runsolver pid=27082

[startup+0.10015 s]*
/proc/loadavg: 1.53 1.66 1.69 5/228 27124
/proc/meminfo: memFree=29207428/32770624 swapFree=66999916/67108860
[pid=27085] ppid=27082 vsize=10659884 memory=30212 CPUtime=0.14 cores=1,3,5,7
/proc/27085/stat : 27085 (java) S 27082 27085 25641 0 -1 1077944320 5566 0 0 0 13 1 0 0 20 0 15 0 415071520 10915721216 7553 33554432000 4194304 4196468 140721529496576 140721529479120 140225001619191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
/proc/27085/statm: 2664971 7553 2910 1 0 2627468 0
[pid=27085/tid=27087] ppid=27082 vsize=10659884 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/27085/task/27087/stat : 27087 (java) R 27082 27085 25641 0 -1 4202560 2963 0 0 0 9 0 0 0 20 0 15 0 415071520 10915721216 7553 33554432000 4194304 4196468 140721529496576 140225005849536 140224993856318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27088] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27088/stat : 27088 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224927693328 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27089] ppid=27082 vsize=10659884 memory=4050345378072278688 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27089/stat : 27089 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224926640784 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27090] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224925587728 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27091] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27091/stat : 27091 (java) S 27082 27085 25641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224924535184 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27096] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27096/stat : 27096 (java) S 27082 27085 25641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415071522 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224037325552 140225001630338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27097] ppid=27082 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27097/stat : 27097 (java) S 27082 27085 25641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415071523 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224036271776 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27098] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27098/stat : 27098 (java) S 27082 27085 25641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415071523 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224035218672 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27110] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27110/stat : 27110 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415071525 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224034167248 140225001637787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27111] ppid=27082 vsize=10659884 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27085/task/27111/stat : 27111 (java) S 27082 27085 25641 0 -1 1077944384 521 0 0 0 1 0 0 0 20 0 15 0 415071525 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224033114352 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27112] ppid=27082 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27112/stat : 27112 (java) R 27082 27085 25641 0 -1 1077944384 159 0 0 0 0 0 0 0 20 0 15 0 415071525 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224032061808 140225001630338 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27113] ppid=27082 vsize=10659884 memory=140149944006272 CPUtime=0.02 cores=1,3,5,7
/proc/27085/task/27113/stat : 27113 (java) R 27082 27085 25641 0 -1 4202560 566 0 0 0 2 0 0 0 20 0 15 0 415071525 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224031004432 140225001640538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27114] ppid=27082 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27114/stat : 27114 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415071525 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224029956448 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27115] ppid=27082 vsize=10659884 memory=140149944006272 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27115/stat : 27115 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071526 10915721216 7553 33554432000 4194304 4196468 140721529496576 140224028904496 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 30212 KiB

[startup+0.210792 s]*
/proc/loadavg: 1.53 1.66 1.69 3/228 27124
/proc/meminfo: memFree=29185888/32770624 swapFree=66999916/67108860
[pid=27085] ppid=27082 vsize=10659884 memory=35152 CPUtime=0.32 cores=1,3,5,7
/proc/27085/stat : 27085 (java) S 27082 27085 25641 0 -1 1077944320 6398 0 0 0 30 2 0 0 20 0 15 0 415071520 10915721216 8788 33554432000 4194304 4196468 140721529496576 140721529479120 140225001619191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
/proc/27085/statm: 2664971 8788 2989 1 0 2627468 0
[pid=27085/tid=27087] ppid=27082 vsize=10659884 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/27085/task/27087/stat : 27087 (java) R 27082 27085 25641 0 -1 4202560 3468 0 0 0 18 1 0 0 20 0 15 0 415071520 10915721216 8788 33554432000 4194304 4196468 140721529496576 140225005851280 140224593627370 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27088] ppid=27082 vsize=10659884 memory=345 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27088/stat : 27088 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224927693328 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27089] ppid=27082 vsize=10659884 memory=140149947018520 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27089/stat : 27089 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224926640784 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27090] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224925587728 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27091] ppid=27082 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27091/stat : 27091 (java) S 27082 27085 25641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224924535184 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27096] ppid=27082 vsize=10659884 memory=140149944006272 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27096/stat : 27096 (java) S 27082 27085 25641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415071522 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224037325552 140225001630338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27097] ppid=27082 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27097/stat : 27097 (java) S 27082 27085 25641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415071523 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224036271776 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27098] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27098/stat : 27098 (java) S 27082 27085 25641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415071523 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224035218672 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27110] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27110/stat : 27110 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415071525 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224034167248 140225001637787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27111] ppid=27082 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27085/task/27111/stat : 27111 (java) S 27082 27085 25641 0 -1 1077944384 631 0 0 0 3 0 0 0 20 0 15 0 415071525 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224033114352 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27112] ppid=27082 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27085/task/27112/stat : 27112 (java) S 27082 27085 25641 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 415071525 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224032061808 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27113] ppid=27082 vsize=10659884 memory=140149944006272 CPUtime=0.05 cores=1,3,5,7
/proc/27085/task/27113/stat : 27113 (java) S 27082 27085 25641 0 -1 1077944384 588 0 0 0 5 0 0 0 20 0 15 0 415071525 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224031008752 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27114] ppid=27082 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27114/stat : 27114 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415071525 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224029956448 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27115] ppid=27082 vsize=10659884 memory=140149944006272 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27115/stat : 27115 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071526 10915721216 8788 33554432000 4194304 4196468 140721529496576 140224028904496 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35152 KiB

[startup+0.310173 s]*
/proc/loadavg: 1.53 1.66 1.69 3/228 27124
/proc/meminfo: memFree=29180996/32770624 swapFree=66999916/67108860
[pid=27085] ppid=27082 vsize=10659884 memory=40312 CPUtime=0.46 cores=1,3,5,7
/proc/27085/stat : 27085 (java) S 27082 27085 25641 0 -1 1077944320 8862 0 0 0 43 3 0 0 20 0 15 0 415071520 10915721216 10078 33554432000 4194304 4196468 140721529496576 140721529479120 140225001619191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
/proc/27085/statm: 2664971 10078 3002 1 0 2627468 0
[pid=27085/tid=27087] ppid=27082 vsize=10659884 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/27085/task/27087/stat : 27087 (java) R 27082 27085 25641 0 -1 4202560 5861 0 0 0 27 2 0 0 20 0 15 0 415071520 10915721216 10078 33554432000 4194304 4196468 140721529496576 140225005840080 140224593409024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27088] ppid=27082 vsize=10659884 memory=4294977067 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27088/stat : 27088 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224927693328 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27089] ppid=27082 vsize=10659884 memory=140149947012788 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27089/stat : 27089 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224926640784 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27090] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224925587728 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27091] ppid=27082 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27091/stat : 27091 (java) S 27082 27085 25641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415071521 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224924535184 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27096] ppid=27082 vsize=10659884 memory=140149944006272 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27096/stat : 27096 (java) S 27082 27085 25641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415071522 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224037325552 140225001630338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27097] ppid=27082 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27097/stat : 27097 (java) S 27082 27085 25641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415071523 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224036271776 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27098] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27098/stat : 27098 (java) S 27082 27085 25641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415071523 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224035218672 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27110] ppid=27082 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27110/stat : 27110 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415071525 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224034167248 140225001637787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27111] ppid=27082 vsize=10659884 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/27085/task/27111/stat : 27111 (java) S 27082 27085 25641 0 -1 1077944384 639 0 0 0 3 0 0 0 20 0 15 0 415071525 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224033114352 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27112] ppid=27082 vsize=10659884 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/27085/task/27112/stat : 27112 (java) S 27082 27085 25641 0 -1 1077944384 391 0 0 0 4 0 0 0 20 0 15 0 415071525 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224032061808 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27113] ppid=27082 vsize=10659884 memory=140149944006272 CPUtime=0.07 cores=1,3,5,7
/proc/27085/task/27113/stat : 27113 (java) R 27082 27085 25641 0 -1 4202560 613 0 0 0 7 0 0 0 20 0 15 0 415071525 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224031008752 140225001640538 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27114] ppid=27082 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27114/stat : 27114 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415071525 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224029956448 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27115] ppid=27082 vsize=10659884 memory=140149944006272 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27115/stat : 27115 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071526 10915721216 10078 33554432000 4194304 4196468 140721529496576 140224028904496 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40312 KiB

[startup+0.700696 s]
/proc/loadavg: 1.53 1.66 1.69 3/228 27124
/proc/meminfo: memFree=29159368/32770624 swapFree=66999916/67108860
[pid=27085] ppid=27082 vsize=10661932 memory=64224 CPUtime=1.09 cores=1,3,5,7
/proc/27085/stat : 27085 (java) S 27082 27085 25641 0 -1 1077944320 12608 0 0 0 104 5 0 0 20 0 15 0 415071520 10917818368 16056 33554432000 4194304 4196468 140721529496576 140721529479120 140225001619191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
/proc/27085/statm: 2665483 16056 3070 1 0 2627980 0
[pid=27085/tid=27087] ppid=27082 vsize=10661932 memory=280299632325952 CPUtime=0.67 cores=1,3,5,7
/proc/27085/task/27087/stat : 27087 (java) R 27082 27085 25641 0 -1 4202560 8416 0 0 0 63 4 0 0 20 0 15 0 415071520 10917818368 16056 33554432000 4194304 4196468 140721529496576 140225005842128 140225001641117 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27088] ppid=27082 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27088/stat : 27088 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224927693328 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27089] ppid=27082 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27089/stat : 27089 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224926640784 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27090] ppid=27082 vsize=10661932 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224925587728 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27091] ppid=27082 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27091/stat : 27091 (java) S 27082 27085 25641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415071521 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224924535184 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27096] ppid=27082 vsize=10661932 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27096/stat : 27096 (java) S 27082 27085 25641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415071522 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224037325552 140225001630338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27097] ppid=27082 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27097/stat : 27097 (java) S 27082 27085 25641 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 415071523 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224036271776 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27098] ppid=27082 vsize=10661932 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27098/stat : 27098 (java) S 27082 27085 25641 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 415071523 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224035218672 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27110] ppid=27082 vsize=10661932 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27110/stat : 27110 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415071525 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224034167248 140225001637787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27111] ppid=27082 vsize=10661932 memory=1220 CPUtime=0.1 cores=1,3,5,7
/proc/27085/task/27111/stat : 27111 (java) S 27082 27085 25641 0 -1 1077944384 1060 0 0 0 10 0 0 0 20 0 15 0 415071525 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224033114352 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27112] ppid=27082 vsize=10661932 memory=992 CPUtime=0.1 cores=1,3,5,7
/proc/27085/task/27112/stat : 27112 (java) R 27082 27085 25641 0 -1 4202560 647 0 0 0 10 0 0 0 20 0 15 0 415071525 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224032061808 140224980943360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27113] ppid=27082 vsize=10661932 memory=5988 CPUtime=0.18 cores=1,3,5,7
/proc/27085/task/27113/stat : 27113 (java) S 27082 27085 25641 0 -1 1077944384 1126 0 0 0 18 0 0 0 20 0 15 0 415071525 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224031008752 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27114] ppid=27082 vsize=10661932 memory=1544 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27114/stat : 27114 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 415071525 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224029956448 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27115] ppid=27082 vsize=10661932 memory=776 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27115/stat : 27115 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071526 10917818368 16056 33554432000 4194304 4196468 140721529496576 140224028904496 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 64224 KiB

[startup+1.50074 s]
/proc/loadavg: 1.53 1.66 1.69 3/228 27124
/proc/meminfo: memFree=29124804/32770624 swapFree=66999916/67108860
[pid=27085] ppid=27082 vsize=10663980 memory=76280 CPUtime=2 cores=1,3,5,7
/proc/27085/stat : 27085 (java) S 27082 27085 25641 0 -1 1077944320 16310 0 0 0 194 6 0 0 20 0 15 0 415071520 10919915520 19070 33554432000 4194304 4196468 140721529496576 140721529479120 140225001619191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
/proc/27085/statm: 2665995 19070 3093 1 0 2628492 0
[pid=27085/tid=27087] ppid=27082 vsize=10663980 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/27085/task/27087/stat : 27087 (java) R 27082 27085 25641 0 -1 4202560 11090 0 0 0 143 4 0 0 20 0 15 0 415071520 10919915520 19070 33554432000 4194304 4196468 140721529496576 140225005845072 140225001641117 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27088] ppid=27082 vsize=10663980 memory=11 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27088/stat : 27088 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10919915520 19070 33554432000 4194304 4196468 140721529496576 140224927693328 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27089] ppid=27082 vsize=10663980 memory=13 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27089/stat : 27089 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10919915520 19070 33554432000 4194304 4196468 140721529496576 140224926640784 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27090] ppid=27082 vsize=10663980 memory=18 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (java) S 27082 27085 25641 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 415071521 10919915520 19070 33554432000 4194304 4196468 140721529496576 140224925587728 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27091] ppid=27082 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27091/stat : 27091 (java) S 27082 27085 25641 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 415071521 10919915520 19070 33554432000 4194304 4196468 140721529496576 140224924535184 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27096] ppid=27082 vsize=10663980 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27096/stat : 27096 (java) S 27082 27085 25641 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 415071522 10919915520 19070 33554432000 4194304 4196468 140721529496576 140224037325552 140225001630338 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0

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

[startup+14.4007 s]
/proc/loadavg: 2.14 1.78 1.73 6/230 27126
/proc/meminfo: memFree=18232216/32770624 swapFree=66999916/67108860
[pid=27085] ppid=27082 vsize=10748324 memory=8265212 CPUtime=43.91 cores=1,3,5,7
/proc/27085/stat : 27085 (java) S 27082 27085 25641 0 -1 1077944320 144580 0 0 0 3532 859 0 0 20 0 16 0 415071520 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140721529479120 140225001619191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
/proc/27085/statm: 2687081 2066303 3370 1 0 2647217 0
[pid=27085/tid=27087] ppid=27082 vsize=10748324 memory=2020 CPUtime=1.85 cores=1,3,5,7
/proc/27085/task/27087/stat : 27087 (java) S 27082 27085 25641 0 -1 1077944384 12677 0 0 0 179 6 0 0 20 0 16 0 415071520 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140225005862064 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27088] ppid=27082 vsize=10748324 memory=1432 CPUtime=8.09 cores=1,3,5,7
/proc/27085/task/27088/stat : 27088 (java) R 27082 27085 25641 0 -1 4202560 18195 0 0 0 597 212 0 0 20 0 16 0 415071521 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224927693328 140224994722163 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27089] ppid=27082 vsize=10748324 memory=6791534058613427641 CPUtime=8.21 cores=1,3,5,7
/proc/27085/task/27089/stat : 27089 (java) R 27082 27085 25641 0 -1 4202560 38933 0 0 0 623 198 0 0 20 0 16 0 415071521 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224926640592 140224994247399 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27090] ppid=27082 vsize=10748324 memory=6299802978650451056 CPUtime=8.16 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (java) R 27082 27085 25641 0 -1 4202560 18567 0 0 0 608 208 0 0 20 0 16 0 415071521 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224925587848 140224994247399 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27091] ppid=27082 vsize=10748324 memory=6935654753335332944 CPUtime=8.14 cores=1,3,5,7
/proc/27085/task/27091/stat : 27091 (java) R 27082 27085 25641 0 -1 4202560 14828 0 0 0 594 220 0 0 20 0 16 0 415071521 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224924534992 140224994247399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27096] ppid=27082 vsize=10748324 memory=7813865652928602452 CPUtime=0.48 cores=1,3,5,7
/proc/27085/task/27096/stat : 27096 (java) S 27082 27085 25641 0 -1 1077944384 14383 0 0 0 47 1 0 0 20 0 16 0 415071522 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224037324112 140225001629397 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27097] ppid=27082 vsize=10748324 memory=7524512692651257697 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27097/stat : 27097 (java) S 27082 27085 25641 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 415071523 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224036271840 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27098] ppid=27082 vsize=10748324 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27098/stat : 27098 (java) S 27082 27085 25641 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 415071523 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224035218688 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27110] ppid=27082 vsize=10748324 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27110/stat : 27110 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415071525 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224034167248 140225001637787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27111] ppid=27082 vsize=10748324 memory=800 CPUtime=2.07 cores=1,3,5,7
/proc/27085/task/27111/stat : 27111 (java) S 27082 27085 25641 0 -1 1077944384 8792 0 0 0 206 1 0 0 20 0 16 0 415071525 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224033114352 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27112] ppid=27082 vsize=10748324 memory=1808 CPUtime=2.27 cores=1,3,5,7
/proc/27085/task/27112/stat : 27112 (java) S 27082 27085 25641 0 -1 1077944384 7884 0 0 0 226 1 0 0 20 0 16 0 415071525 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224032061808 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27113] ppid=27082 vsize=10748324 memory=924 CPUtime=0.8 cores=1,3,5,7
/proc/27085/task/27113/stat : 27113 (java) S 27082 27085 25641 0 -1 1077944384 3666 0 0 0 79 1 0 0 20 0 16 0 415071525 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224031008752 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27114] ppid=27082 vsize=10748324 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27114/stat : 27114 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415071525 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224029956448 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27115] ppid=27082 vsize=10748324 memory=4100 CPUtime=0.01 cores=1,3,5,7
/proc/27085/task/27115/stat : 27115 (java) S 27082 27085 25641 0 -1 1077944384 93 0 0 0 0 1 0 0 20 0 16 0 415071526 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224028904496 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27125] ppid=27082 vsize=10748324 memory=2304 CPUtime=3.73 cores=1,3,5,7
/proc/27085/task/27125/stat : 27125 (java) S 27082 27085 25641 0 -1 1077944384 5166 0 0 0 369 4 0 0 20 0 16 0 415071708 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224011949760 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
Current children cumulated CPU time: 43.91 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8265212 KiB

[startup+15.2008 s]
/proc/loadavg: 2.29 1.82 1.74 6/230 27126
/proc/meminfo: memFree=18231844/32770624 swapFree=66999916/67108860
[pid=27085] ppid=27082 vsize=10748324 memory=8265212 CPUtime=47.01 cores=1,3,5,7
/proc/27085/stat : 27085 (java) S 27082 27085 25641 0 -1 1077944320 146727 0 0 0 3841 860 0 0 20 0 16 0 415071520 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140721529479120 140225001619191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
/proc/27085/statm: 2687081 2066303 3370 1 0 2647217 0
[pid=27085/tid=27087] ppid=27082 vsize=10748324 memory=6791534058613427641 CPUtime=1.85 cores=1,3,5,7
/proc/27085/task/27087/stat : 27087 (java) S 27082 27085 25641 0 -1 1077944384 12677 0 0 0 179 6 0 0 20 0 16 0 415071520 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140225005862064 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27088] ppid=27082 vsize=10748324 memory=0 CPUtime=8.9 cores=1,3,5,7
/proc/27085/task/27088/stat : 27088 (java) R 27082 27085 25641 0 -1 4202560 20159 0 0 0 677 213 0 0 20 0 16 0 415071521 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224927693528 140224994722170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27089] ppid=27082 vsize=10748324 memory=2276 CPUtime=8.98 cores=1,3,5,7
/proc/27085/task/27089/stat : 27089 (java) R 27082 27085 25641 0 -1 4202560 38941 0 0 0 700 198 0 0 20 0 16 0 415071521 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224926640592 140224994247399 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27090] ppid=27082 vsize=10748324 memory=2832 CPUtime=8.92 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (java) R 27082 27085 25641 0 -1 4202560 18572 0 0 0 684 208 0 0 20 0 16 0 415071521 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224925587848 140224994247399 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27091] ppid=27082 vsize=10748324 memory=1712 CPUtime=8.9 cores=1,3,5,7
/proc/27085/task/27091/stat : 27091 (java) R 27082 27085 25641 0 -1 4202560 14842 0 0 0 670 220 0 0 20 0 16 0 415071521 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224924534992 140224994247399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27096] ppid=27082 vsize=10748324 memory=1408 CPUtime=0.48 cores=1,3,5,7
/proc/27085/task/27096/stat : 27096 (java) S 27082 27085 25641 0 -1 1077944384 14383 0 0 0 47 1 0 0 20 0 16 0 415071522 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224037324112 140225001629397 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27097] ppid=27082 vsize=10748324 memory=988 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27097/stat : 27097 (java) S 27082 27085 25641 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 16 0 415071523 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224036271840 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27098] ppid=27082 vsize=10748324 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27098/stat : 27098 (java) S 27082 27085 25641 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 415071523 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224035218688 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27110] ppid=27082 vsize=10748324 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27110/stat : 27110 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415071525 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224034167248 140225001637787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27111] ppid=27082 vsize=10748324 memory=9536 CPUtime=2.07 cores=1,3,5,7
/proc/27085/task/27111/stat : 27111 (java) S 27082 27085 25641 0 -1 1077944384 8792 0 0 0 206 1 0 0 20 0 16 0 415071525 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224033114352 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27112] ppid=27082 vsize=10748324 memory=692 CPUtime=2.27 cores=1,3,5,7
/proc/27085/task/27112/stat : 27112 (java) S 27082 27085 25641 0 -1 1077944384 7884 0 0 0 226 1 0 0 20 0 16 0 415071525 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224032061808 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27113] ppid=27082 vsize=10748324 memory=4128 CPUtime=0.8 cores=1,3,5,7
/proc/27085/task/27113/stat : 27113 (java) S 27082 27085 25641 0 -1 1077944384 3666 0 0 0 79 1 0 0 20 0 16 0 415071525 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224031008752 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27114] ppid=27082 vsize=10748324 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27114/stat : 27114 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415071525 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224029956448 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27115] ppid=27082 vsize=10748324 memory=1712 CPUtime=0.01 cores=1,3,5,7
/proc/27085/task/27115/stat : 27115 (java) S 27082 27085 25641 0 -1 1077944384 249 0 0 0 0 1 0 0 20 0 16 0 415071526 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224028904496 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27125] ppid=27082 vsize=10748324 memory=1220 CPUtime=3.73 cores=1,3,5,7
/proc/27085/task/27125/stat : 27125 (java) S 27082 27085 25641 0 -1 1077944384 5166 0 0 0 369 4 0 0 20 0 16 0 415071708 11006283776 2066303 33554432000 4194304 4196468 140721529496576 140224011949760 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
Current children cumulated CPU time: 47.01 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8265212 KiB

[startup+15.6007 s]
/proc/loadavg: 2.29 1.82 1.74 6/230 27126
/proc/meminfo: memFree=18231844/32770624 swapFree=66999916/67108860
[pid=27085] ppid=27082 vsize=10748324 memory=8265584 CPUtime=48.24 cores=1,3,5,7
/proc/27085/stat : 27085 (java) S 27082 27085 25641 0 -1 1077944320 157676 0 0 0 3963 861 0 0 20 0 16 0 415071520 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140721529479120 140225001619191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
/proc/27085/statm: 2687081 2066396 3370 1 0 2647217 0
[pid=27085/tid=27087] ppid=27082 vsize=10748324 memory=14012 CPUtime=1.85 cores=1,3,5,7
/proc/27085/task/27087/stat : 27087 (java) S 27082 27085 25641 0 -1 1077944384 12677 0 0 0 179 6 0 0 20 0 16 0 415071520 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140225005862064 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27088] ppid=27082 vsize=10748324 memory=20716 CPUtime=9.18 cores=1,3,5,7
/proc/27085/task/27088/stat : 27088 (java) S 27082 27085 25641 0 -1 1077944384 20619 0 0 0 705 213 0 0 20 0 16 0 415071521 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224927693328 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27089] ppid=27082 vsize=10748324 memory=12024 CPUtime=9.25 cores=1,3,5,7
/proc/27085/task/27089/stat : 27089 (java) S 27082 27085 25641 0 -1 1077944384 39473 0 0 0 727 198 0 0 20 0 16 0 415071521 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224926640784 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27090] ppid=27082 vsize=10748324 memory=2120 CPUtime=9.19 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (java) S 27082 27085 25641 0 -1 1077944384 18696 0 0 0 711 208 0 0 20 0 16 0 415071521 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224925587728 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27091] ppid=27082 vsize=10748324 memory=496 CPUtime=9.18 cores=1,3,5,7
/proc/27085/task/27091/stat : 27091 (java) S 27082 27085 25641 0 -1 1077944384 15015 0 0 0 698 220 0 0 20 0 16 0 415071521 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224924535184 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27096] ppid=27082 vsize=10748324 memory=1560 CPUtime=0.59 cores=1,3,5,7
/proc/27085/task/27096/stat : 27096 (java) R 27082 27085 25641 0 -1 4202560 23910 0 0 0 58 1 0 0 20 0 16 0 415071522 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224037324096 140224979989366 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27097] ppid=27082 vsize=10748324 memory=932 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27097/stat : 27097 (java) S 27082 27085 25641 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 415071523 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224036271840 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27098] ppid=27082 vsize=10748324 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27098/stat : 27098 (java) S 27082 27085 25641 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 415071523 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224035218688 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27110] ppid=27082 vsize=10748324 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27110/stat : 27110 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415071525 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224034167248 140225001637787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27111] ppid=27082 vsize=10748324 memory=6791534058613427641 CPUtime=2.07 cores=1,3,5,7
/proc/27085/task/27111/stat : 27111 (java) S 27082 27085 25641 0 -1 1077944384 8792 0 0 0 206 1 0 0 20 0 16 0 415071525 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224033114352 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27112] ppid=27082 vsize=10748324 memory=1760 CPUtime=2.27 cores=1,3,5,7
/proc/27085/task/27112/stat : 27112 (java) S 27082 27085 25641 0 -1 1077944384 7884 0 0 0 226 1 0 0 20 0 16 0 415071525 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224032061808 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27113] ppid=27082 vsize=10748324 memory=111632 CPUtime=0.8 cores=1,3,5,7
/proc/27085/task/27113/stat : 27113 (java) S 27082 27085 25641 0 -1 1077944384 3666 0 0 0 79 1 0 0 20 0 16 0 415071525 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224031008752 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27114] ppid=27082 vsize=10748324 memory=800 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27114/stat : 27114 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415071525 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224029956448 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27115] ppid=27082 vsize=10748324 memory=1808 CPUtime=0.01 cores=1,3,5,7
/proc/27085/task/27115/stat : 27115 (java) S 27082 27085 25641 0 -1 1077944384 249 0 0 0 0 1 0 0 20 0 16 0 415071526 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224028904496 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27125] ppid=27082 vsize=10748324 memory=924 CPUtime=3.74 cores=1,3,5,7
/proc/27085/task/27125/stat : 27125 (java) S 27082 27085 25641 0 -1 1077944384 5288 0 0 0 370 4 0 0 20 0 16 0 415071708 11006283776 2066396 33554432000 4194304 4196468 140721529496576 140224011949824 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
Current children cumulated CPU time: 48.24 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8265584 KiB

[startup+15.8008 s]
/proc/loadavg: 2.29 1.82 1.74 6/230 27126
/proc/meminfo: memFree=18231844/32770624 swapFree=66999916/67108860
[pid=27085] ppid=27082 vsize=10748324 memory=8265864 CPUtime=48.84 cores=1,3,5,7
/proc/27085/stat : 27085 (java) S 27082 27085 25641 0 -1 1077944320 157940 0 0 0 4023 861 0 0 20 0 16 0 415071520 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140721529479120 140225001619191 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
/proc/27085/statm: 2687081 2066466 3370 1 0 2647217 0
[pid=27085/tid=27087] ppid=27082 vsize=10748324 memory=4100 CPUtime=1.85 cores=1,3,5,7
/proc/27085/task/27087/stat : 27087 (java) S 27082 27085 25641 0 -1 1077944384 12677 0 0 0 179 6 0 0 20 0 16 0 415071520 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140225005862064 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27088] ppid=27082 vsize=10748324 memory=2304 CPUtime=9.31 cores=1,3,5,7
/proc/27085/task/27088/stat : 27088 (java) R 27082 27085 25641 0 -1 4202560 20628 0 0 0 718 213 0 0 20 0 16 0 415071521 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224927693528 140224986615595 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27089] ppid=27082 vsize=10748324 memory=2304 CPUtime=9.38 cores=1,3,5,7
/proc/27085/task/27089/stat : 27089 (java) R 27082 27085 25641 0 -1 4202560 39609 0 0 0 740 198 0 0 20 0 16 0 415071521 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224926640672 140224986317902 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27090] ppid=27082 vsize=10748324 memory=1408 CPUtime=9.33 cores=1,3,5,7
/proc/27085/task/27090/stat : 27090 (java) R 27082 27085 25641 0 -1 4202560 18752 0 0 0 725 208 0 0 20 0 16 0 415071521 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224925587728 140224986615572 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27091] ppid=27082 vsize=10748324 memory=2720 CPUtime=9.31 cores=1,3,5,7
/proc/27085/task/27091/stat : 27091 (java) R 27082 27085 25641 0 -1 4202560 15073 0 0 0 711 220 0 0 20 0 16 0 415071521 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224924535184 140224986318480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27096] ppid=27082 vsize=10748324 memory=8264992 CPUtime=0.66 cores=1,3,5,7
/proc/27085/task/27096/stat : 27096 (java) S 27082 27085 25641 0 -1 1077944384 23911 0 0 0 65 1 0 0 20 0 16 0 415071522 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224037324112 140225001629397 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27097] ppid=27082 vsize=10748324 memory=280299632598048 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27097/stat : 27097 (java) S 27082 27085 25641 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 16 0 415071523 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224036271840 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27098] ppid=27082 vsize=10748324 memory=-6737208495982354336 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27098/stat : 27098 (java) S 27082 27085 25641 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 415071523 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224035218688 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27110] ppid=27082 vsize=10748324 memory=-7966001967256141664 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27110/stat : 27110 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415071525 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224034167248 140225001637787 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27111] ppid=27082 vsize=10748324 memory=-6876588628787748224 CPUtime=2.07 cores=1,3,5,7
/proc/27085/task/27111/stat : 27111 (java) S 27082 27085 25641 0 -1 1077944384 8792 0 0 0 206 1 0 0 20 0 16 0 415071525 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224033114352 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27112] ppid=27082 vsize=10748324 memory=-6737208495982354336 CPUtime=2.27 cores=1,3,5,7
/proc/27085/task/27112/stat : 27112 (java) S 27082 27085 25641 0 -1 1077944384 7884 0 0 0 226 1 0 0 20 0 16 0 415071525 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224032061808 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27113] ppid=27082 vsize=10748324 memory=6944656592455360569 CPUtime=0.8 cores=1,3,5,7
/proc/27085/task/27113/stat : 27113 (java) S 27082 27085 25641 0 -1 1077944384 3666 0 0 0 79 1 0 0 20 0 16 0 415071525 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224031008752 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27114] ppid=27082 vsize=10748324 memory=-6876588461455810464 CPUtime=0 cores=1,3,5,7
/proc/27085/task/27114/stat : 27114 (java) S 27082 27085 25641 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 415071525 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224029956448 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27115] ppid=27082 vsize=10748324 memory=-9178176116494409632 CPUtime=0.01 cores=1,3,5,7
/proc/27085/task/27115/stat : 27115 (java) S 27082 27085 25641 0 -1 1077944384 249 0 0 0 0 1 0 0 20 0 16 0 415071526 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224028904496 140225001630338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
[pid=27085/tid=27125] ppid=27082 vsize=10748324 memory=4137287014106042739 CPUtime=3.74 cores=1,3,5,7
/proc/27085/task/27125/stat : 27125 (java) S 27082 27085 25641 0 -1 1077944384 5292 0 0 0 370 4 0 0 20 0 16 0 415071708 11006283776 2066466 33554432000 4194304 4196468 140721529496576 140224011949760 140225001629397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12144640 140721529500683 140721529500786 140721529500786 140721529503695 0
Current children cumulated CPU time: 48.84 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8265864 KiB

Child status: 0
Real time (s): 15.8997
CPU time (s): 48.997
CPU user time (s): 40.3376
CPU system time (s): 8.65943
CPU usage (%): 308.163
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 8265864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.3376
system time used= 8.65943
maximum resident set size= 8266376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 158150
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4870
involuntary context switches= 427


# summary of solver processes directly reported to runsolver:
#   pid: 27085
#   total CPU time (s): 48.997
#   total CPU user time (s): 40.3376
#   total CPU system time (s): 8.65943

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.120608 second user time and 0.219021 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-13 17:20:27
IDJOB=4391285
IDBENCH=115615
IDSOLVER=2833
FILE ID=node123/4391285-1568388066
RUNJOBID= node123-1568388027-27066
PBS_JOBID= 21701841
Free space on /tmp= 59184 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-200-10-1.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391285-1568388066/watcher-4391285-1568388066 -o /tmp/evaluation-result-4391285-1568388066/solver-4391285-1568388066 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568388027-27066 --watchdog 2560  java -cp AbsCon19-06.jar AbsCon HOME/instance-4391285-1568388066.xml -cm

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

MD5SUM BENCH= 4dc4d699091ca89690279c2093d69f52
RANDOM SEED=1481816563

node123.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.49
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.49
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.49
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.49
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:        29244476 kB
MemAvailable:   31876672 kB
Buffers:          119352 kB
Cached:          2777528 kB
SwapCached:         7392 kB
Active:           851932 kB
Inactive:        2056276 kB
Active(anon):       3520 kB
Inactive(anon):    49068 kB
Active(file):     848412 kB
Inactive(file):  2007208 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       66999916 kB
Dirty:              8676 kB
Writeback:             0 kB
AnonPages:        112708 kB
Mapped:            43864 kB
Shmem:             32680 kB
Slab:             213876 kB
SReclaimable:     184824 kB
SUnreclaim:        29052 kB
KernelStack:        3376 kB
PageTables:         5592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59164 MiB
End job on node123 at 2019-09-13 17:20:43