Trace number 4391051

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) 63.3639 21.5331

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-100-20-6.xml
MD5SUM571b8211ed3e79202e57862d25f221de
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 variables2100
Number of constraints2120
Number of domains1
Minimum domain size5536
Maximum domain size5536
Distribution of domain sizes[{"size":5536,"count":2100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":2000}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":2000},{"arity":100,"count":20}]
Number of extensional constraints0
Number of intensional constraints2100
Distribution of constraint types[{"type":"intension","count":2100},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

2.54/2.80	
2.54/2.80	AbsCon 2 
2.61/2.81	
3.65/3.15	  Instance
3.65/3.15	    name=instance-4391051-1568380515, framework=COP, bounds=-infty..+infty
3.65/3.15	
3.65/3.15	  Loading variables...
4.64/3.43	  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 (15023 MiB free)
  memory of node 1: 16384 MiB (15356 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391051-1568380515/watcher-4391051-1568380515 -o /tmp/evaluation-result-4391051-1568380515/solver-4391051-1568380515 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568380477-29948 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4391051-1568380515.xml -cm 

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

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
Current StackSize limit: 8192 KiB

solver pid=29978, runsolver pid=29969

[startup+0.100142 s]*
/proc/loadavg: 0.00 0.01 0.05 2/199 29979
/proc/meminfo: memFree=31109088/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=10648 memory=400 CPUtime=0 cores=0,2,4,6
/proc/29978/stat : 29978 (java) D 29969 29978 29917 0 -1 1077944320 310 0 0 0 0 0 0 0 20 0 1 0 414290216 10903552 100 33554432000 4194304 4196468 140726823296736 140726823274936 140561740270096 0 0 4096 0 18446744072101592612 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 2662 100 77 1 0 84 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 10648 KiB
Current children cumulated memory: 400 KiB

[startup+0.209259 s]*
/proc/loadavg: 0.00 0.01 0.05 2/201 29981
/proc/meminfo: memFree=31108164/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=111596 memory=5600 CPUtime=0 cores=0,2,4,6
/proc/29978/stat : 29978 (java) S 29969 29978 29917 0 -1 1077944320 1725 0 0 0 0 0 0 0 20 0 2 0 414290216 114274304 1400 33554432000 4194304 4196468 140726823296736 140726823279280 140561747590903 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 27899 1400 1062 1 0 16810 0
[pid=29978/tid=29981] ppid=29969 vsize=111596 memory=4871374705135476842 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29981/stat : 29981 (java) D 29969 29978 29917 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 2 0 414290231 114274304 1400 33554432000 4194304 4196468 140726823296736 140561751830760 140561740268917 0 4 0 16784584 18446744072101592612 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 111596 KiB
Current children cumulated memory: 5600 KiB

[startup+0.309329 s]*
/proc/loadavg: 0.00 0.01 0.05 4/209 29989
/proc/meminfo: memFree=31088136/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=10260324 memory=19856 CPUtime=0.02 cores=0,2,4,6
/proc/29978/stat : 29978 (java) S 29969 29978 29917 0 -1 1077944320 3813 0 0 0 2 0 0 0 20 0 9 0 414290216 10506571776 4964 33554432000 4194304 4196468 140726823296736 140726823279280 140561747590903 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 2565081 4964 2108 1 0 2527622 0
[pid=29978/tid=29981] ppid=29969 vsize=10260324 memory=4026531858 CPUtime=0.02 cores=0,2,4,6
/proc/29978/task/29981/stat : 29981 (java) S 29969 29978 29917 0 -1 1077944384 2459 0 0 0 2 0 0 0 20 0 9 0 414290231 10506571776 4964 33554432000 4194304 4196468 140726823296736 140561751826288 140561740287485 0 4 0 16784584 18446744071581020693 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29986] ppid=29969 vsize=10260324 memory=1943298 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29986/stat : 29986 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 414290246 10506571776 4964 33554432000 4194304 4196468 140726823296736 140561673665424 140561747601109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29987] ppid=29969 vsize=10260324 memory=4121552729393833632 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29987/stat : 29987 (java) S 29969 29978 29917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 414290246 10506571776 4964 33554432000 4194304 4196468 140726823296736 140561672612624 140561747601109 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29988] ppid=29969 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29988/stat : 29988 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 414290246 10506571776 4964 33554432000 4194304 4196468 140726823296736 140561671560336 140561747601109 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29989] ppid=29969 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29989/stat : 29989 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 414290246 10506571776 4964 33554432000 4194304 4196468 140726823296736 140561670507536 140561747601109 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29991] ppid=29969 vsize=10260324 memory=139834027648640 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29991/stat : 29991 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 414290248 10506571776 4964 33554432000 4194304 4196468 140726823296736 140560984668272 140561747602050 0 0 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29993] ppid=29969 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29993/stat : 29993 (java) S 29969 29978 29917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 414290248 10506571776 4964 33554432000 4194304 4196468 140726823296736 140560983614240 140561747601109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29995] ppid=29969 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29995/stat : 29995 (java) S 29969 29978 29917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 414290248 10506571776 4964 33554432000 4194304 4196468 140726823296736 140560982561968 140561747601109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10260324 KiB
Current children cumulated memory: 19856 KiB

[startup+0.700799 s]
/proc/loadavg: 0.00 0.01 0.05 2/225 30005
/proc/meminfo: memFree=31085840/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=10659884 memory=34128 CPUtime=0.22 cores=0,2,4,6
/proc/29978/stat : 29978 (java) S 29969 29978 29917 0 -1 1077944320 6514 0 0 0 21 1 0 0 20 0 15 0 414290216 10915721216 8532 33554432000 4194304 4196468 140726823296736 140726823279280 140561747590903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 2664971 8532 2940 1 0 2627468 0
[pid=29978/tid=29981] ppid=29969 vsize=10659884 memory=2388 CPUtime=0.14 cores=0,2,4,6
/proc/29978/task/29981/stat : 29981 (java) R 29969 29978 29917 0 -1 4202560 3657 0 0 0 13 1 0 0 20 0 15 0 414290231 10915721216 8532 33554432000 4194304 4196468 140726823296736 140561751792536 140561344461762 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29986] ppid=29969 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29986/stat : 29986 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414290246 10915721216 8532 33554432000 4194304 4196468 140726823296736 140561673665424 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29987] ppid=29969 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29987/stat : 29987 (java) S 29969 29978 29917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414290246 10915721216 8532 33554432000 4194304 4196468 140726823296736 140561672612624 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29988] ppid=29969 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29988/stat : 29988 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414290246 10915721216 8532 33554432000 4194304 4196468 140726823296736 140561671560336 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29989] ppid=29969 vsize=10659884 memory=164 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29989/stat : 29989 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414290246 10915721216 8532 33554432000 4194304 4196468 140726823296736 140561670507536 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29991] ppid=29969 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29991/stat : 29991 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414290248 10915721216 8532 33554432000 4194304 4196468 140726823296736 140560984668272 140561747602050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29993] ppid=29969 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29993/stat : 29993 (java) S 29969 29978 29917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414290248 10915721216 8532 33554432000 4194304 4196468 140726823296736 140560983614240 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29995] ppid=29969 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29995/stat : 29995 (java) S 29969 29978 29917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414290248 10915721216 8532 33554432000 4194304 4196468 140726823296736 140560982561904 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30001] ppid=29969 vsize=10659884 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30001/stat : 30001 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414290265 10915721216 8532 33554432000 4194304 4196468 140726823296736 140560981510224 140561747609499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30002] ppid=29969 vsize=10659884 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/29978/task/30002/stat : 30002 (java) S 29969 29978 29917 0 -1 1077944384 490 0 0 0 1 0 0 0 20 0 15 0 414290265 10915721216 8532 33554432000 4194304 4196468 140726823296736 140560980458096 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30003] ppid=29969 vsize=10659884 memory=-3535470213243961690 CPUtime=0.01 cores=0,2,4,6
/proc/29978/task/30003/stat : 30003 (java) S 29969 29978 29917 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 15 0 414290265 10915721216 8532 33554432000 4194304 4196468 140726823296736 140560979405296 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30004] ppid=29969 vsize=10659884 memory=6656426216303648864 CPUtime=0.05 cores=0,2,4,6
/proc/29978/task/30004/stat : 30004 (java) S 29969 29978 29917 0 -1 1077944384 686 0 0 0 5 0 0 0 20 0 15 0 414290265 10915721216 8532 33554432000 4194304 4196468 140726823296736 140560978353008 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30005] ppid=29969 vsize=10659884 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30005/stat : 30005 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414290266 10915721216 8532 33554432000 4194304 4196468 140726823296736 140560977300448 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 34128 KiB

[startup+1.50074 s]
/proc/loadavg: 0.00 0.01 0.05 6/227 30007
/proc/meminfo: memFree=31035896/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=10661932 memory=68088 CPUtime=1.38 cores=0,2,4,6
/proc/29978/stat : 29978 (java) S 29969 29978 29917 0 -1 1077944320 13776 0 0 0 132 6 0 0 20 0 15 0 414290216 10917818368 17022 33554432000 4194304 4196468 140726823296736 140726823279280 140561747590903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 2665483 17022 3062 1 0 2627980 0
[pid=29978/tid=29981] ppid=29969 vsize=10661932 memory=6944656592455097440 CPUtime=0.94 cores=0,2,4,6
/proc/29978/task/29981/stat : 29981 (java) R 29969 29978 29917 0 -1 4202560 9416 0 0 0 89 5 0 0 20 0 15 0 414290231 10917818368 17022 33554432000 4194304 4196468 140726823296736 140561751816784 140561730777741 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29986] ppid=29969 vsize=10661932 memory=-6535773532705741663 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29986/stat : 29986 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414290246 10917818368 17022 33554432000 4194304 4196468 140726823296736 140561673665424 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29987] ppid=29969 vsize=10661932 memory=33 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29987/stat : 29987 (java) S 29969 29978 29917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414290246 10917818368 17022 33554432000 4194304 4196468 140726823296736 140561672612624 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29988] ppid=29969 vsize=10661932 memory=3620 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29988/stat : 29988 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414290246 10917818368 17022 33554432000 4194304 4196468 140726823296736 140561671560336 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29989] ppid=29969 vsize=10661932 memory=39032 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29989/stat : 29989 (java) S 29969 29978 29917 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414290246 10917818368 17022 33554432000 4194304 4196468 140726823296736 140561670507536 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29991] ppid=29969 vsize=10661932 memory=1988 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29991/stat : 29991 (java) S 29969 29978 29917 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 414290248 10917818368 17022 33554432000 4194304 4196468 140726823296736 140560984668272 140561747602050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29993] ppid=29969 vsize=10661932 memory=988 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29993/stat : 29993 (java) S 29969 29978 29917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414290248 10917818368 17022 33554432000 4194304 4196468 140726823296736 140560983614240 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29995] ppid=29969 vsize=10661932 memory=1428 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29995/stat : 29995 (java) S 29969 29978 29917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414290248 10917818368 17022 33554432000 4194304 4196468 140726823296736 140560982561904 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30001] ppid=29969 vsize=10661932 memory=1772 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30001/stat : 30001 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414290265 10917818368 17022 33554432000 4194304 4196468 140726823296736 140560981510224 140561747609499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30002] ppid=29969 vsize=10661932 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/29978/task/30002/stat : 30002 (java) S 29969 29978 29917 0 -1 1077944384 851 0 0 0 11 0 0 0 20 0 15 0 414290265 10917818368 17022 33554432000 4194304 4196468 140726823296736 140560980458096 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30003] ppid=29969 vsize=10661932 memory=6656426216303648864 CPUtime=0.12 cores=0,2,4,6
/proc/29978/task/30003/stat : 30003 (java) S 29969 29978 29917 0 -1 1077944384 897 0 0 0 12 0 0 0 20 0 15 0 414290265 10917818368 17022 33554432000 4194304 4196468 140726823296736 140560979405296 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30004] ppid=29969 vsize=10661932 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/29978/task/30004/stat : 30004 (java) S 29969 29978 29917 0 -1 1077944384 1249 0 0 0 19 0 0 0 20 0 15 0 414290265 10917818368 17022 33554432000 4194304 4196468 140726823296736 140560978353008 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30005] ppid=29969 vsize=10661932 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30005/stat : 30005 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414290266 10917818368 17022 33554432000 4194304 4196468 140726823296736 140560977300448 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30007] ppid=29969 vsize=10661932 memory=-1161699032756030039 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30007/stat : 30007 (java) S 29969 29978 29917 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414290274 10917818368 17022 33554432000 4194304 4196468 140726823296736 140560976247216 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 68088 KiB

[startup+3.11078 s]
/proc/loadavg: 0.16 0.05 0.06 10/229 30009
/proc/meminfo: memFree=30819492/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=10744136 memory=162648 CPUtime=3.65 cores=0,2,4,6
/proc/29978/stat : 29978 (java) S 29969 29978 29917 0 -1 1077944320 25271 0 6 0 353 12 0 0 20 0 16 0 414290216 11001995264 40662 33554432000 4194304 4196468 140726823296736 140726823279280 140561747590903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 2686034 40662 3313 1 0 2646705 0
[pid=29978/tid=29981] ppid=29969 vsize=10744136 memory=1943560 CPUtime=1.86 cores=0,2,4,6
/proc/29978/task/29981/stat : 29981 (java) S 29969 29978 29917 0 -1 1077944384 13764 0 6 0 179 7 0 0 20 0 16 0 414290231 11001995264 40728 33554432000 4194304 4196468 140726823296736 140561751833776 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29986] ppid=29969 vsize=10744136 memory=76940 CPUtime=0.01 cores=0,2,4,6
/proc/29978/task/29986/stat : 29986 (java) S 29969 29978 29917 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 16 0 414290246 11001995264 40728 33554432000 4194304 4196468 140726823296736 140561673665424 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29987] ppid=29969 vsize=10744136 memory=279667735378144 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29987/stat : 29987 (java) S 29969 29978 29917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414290246 11001995264 40728 33554432000 4194304 4196468 140726823296736 140561672612624 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29988] ppid=29969 vsize=10744136 memory=60996 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29988/stat : 29988 (java) S 29969 29978 29917 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 414290246 11001995264 40728 33554432000 4194304 4196468 140726823296736 140561671560336 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29989] ppid=29969 vsize=10744136 memory=257637908277838 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29989/stat : 29989 (java) S 29969 29978 29917 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 414290246 11001995264 40728 33554432000 4194304 4196468 140726823296736 140561670507536 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29991] ppid=29969 vsize=10744136 memory=6944656425123094137 CPUtime=0.01 cores=0,2,4,6
/proc/29978/task/29991/stat : 29991 (java) S 29969 29978 29917 0 -1 1077944384 703 0 0 0 1 0 0 0 20 0 16 0 414290248 11001995264 40728 33554432000 4194304 4196468 140726823296736 140560984668272 140561747602050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29993] ppid=29969 vsize=10744136 memory=4277417616405548217 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29993/stat : 29993 (java) S 29969 29978 29917 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 414290248 11001995264 40728 33554432000 4194304 4196468 140726823296736 140560983614304 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29995] ppid=29969 vsize=10744136 memory=95304 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29995/stat : 29995 (java) S 29969 29978 29917 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414290248 11001995264 40728 33554432000 4194304 4196468 140726823296736 140560982561920 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30001] ppid=29969 vsize=10744136 memory=95304 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30001/stat : 30001 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414290265 11001995264 40728 33554432000 4194304 4196468 140726823296736 140560981510224 140561747609499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30002] ppid=29969 vsize=10744136 memory=800 CPUtime=0.46 cores=0,2,4,6
/proc/29978/task/30002/stat : 30002 (java) R 29969 29978 29917 0 -1 4202560 2953 0 0 0 46 0 0 0 20 0 16 0 414290265 11001995264 40728 33554432000 4194304 4196468 140726823296736 140560980444120 140561732508264 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30003] ppid=29969 vsize=10744136 memory=4104 CPUtime=0.51 cores=0,2,4,6
/proc/29978/task/30003/stat : 30003 (java) R 29969 29978 29917 0 -1 4202560 2864 0 0 0 51 0 0 0 20 0 16 0 414290265 11001995264 40728 33554432000 4194304 4196468 140726823296736 140560979391176 140561739880352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30004] ppid=29969 vsize=10744136 memory=1804 CPUtime=0.42 cores=0,2,4,6
/proc/29978/task/30004/stat : 30004 (java) R 29969 29978 29917 0 -1 4202560 2651 0 0 0 42 0 0 0 20 0 16 0 414290265 11001995264 40728 33554432000 4194304 4196468 140726823296736 140560978349944 140561726081360 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30005] ppid=29969 vsize=10744136 memory=920 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30005/stat : 30005 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414290266 11001995264 40728 33554432000 4194304 4196468 140726823296736 140560977300448 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30007] ppid=29969 vsize=10744136 memory=3804 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30007/stat : 30007 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414290274 11001995264 40728 33554432000 4194304 4196468 140726823296736 140560976247216 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30009] ppid=29969 vsize=10744136 memory=2304 CPUtime=0.27 cores=0,2,4,6
/proc/29978/task/30009/stat : 30009 (java) R 29969 29978 29917 0 -1 4202560 794 0 0 0 27 0 0 0 20 0 16 0 414290496 11001995264 40728 33554432000 4194304 4196468 140726823296736 140560959288736 140561344656778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
Current children cumulated CPU time: 3.65 s
Current children cumulated vsize: 10744136 KiB
Current children cumulated memory: 162648 KiB

[startup+6.30181 s]
/proc/loadavg: 0.16 0.05 0.06 7/229 30009
/proc/meminfo: memFree=28266528/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=10748324 memory=2513252 CPUtime=14.5 cores=0,2,4,6
/proc/29978/stat : 29978 (java) S 29969 29978 29917 0 -1 1077944320 40350 0 6 0 1209 241 0 0 20 0 16 0 414290216 11006283776 628313 33554432000 4194304 4196468 140726823296736 140726823279280 140561747590903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 2687081 628313 3369 1 0 2647217 0
[pid=29978/tid=29981] ppid=29969 vsize=10748324 memory=2154260 CPUtime=1.86 cores=0,2,4,6
/proc/29978/task/29981/stat : 29981 (java) S 29969 29978 29917 0 -1 1077944384 13764 0 6 0 179 7 0 0 20 0 16 0 414290231 11006283776 628313 33554432000 4194304 4196468 140726823296736 140561751833776 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0

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

/proc/loadavg: 1.10 0.26 0.12 4/230 30011
/proc/meminfo: memFree=22110872/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=10748324 memory=8269160 CPUtime=55.04 cores=0,2,4,6
/proc/29978/stat : 29978 (java) S 29969 29978 29917 0 -1 1077944320 92160 0 6 0 4740 764 0 0 20 0 16 0 414290216 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140726823279280 140561747590903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 2687081 2067290 3374 1 0 2647217 0
[pid=29978/tid=29981] ppid=29969 vsize=10748324 memory=2832 CPUtime=1.86 cores=0,2,4,6
/proc/29978/task/29981/stat : 29981 (java) S 29969 29978 29917 0 -1 1077944384 13764 0 6 0 179 7 0 0 20 0 16 0 414290231 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140561751833776 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29986] ppid=29969 vsize=10748324 memory=6791534058613427641 CPUtime=10.61 cores=0,2,4,6
/proc/29978/task/29986/stat : 29986 (java) S 29969 29978 29917 0 -1 1077944384 6623 0 0 0 887 174 0 0 20 0 16 0 414290246 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140561673665424 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29987] ppid=29969 vsize=10748324 memory=1976 CPUtime=10.5 cores=0,2,4,6
/proc/29978/task/29987/stat : 29987 (java) S 29969 29978 29917 0 -1 1077944384 6775 0 0 0 851 199 0 0 20 0 16 0 414290246 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140561672612624 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29988] ppid=29969 vsize=10748324 memory=2432 CPUtime=10.51 cores=0,2,4,6
/proc/29978/task/29988/stat : 29988 (java) S 29969 29978 29917 0 -1 1077944384 6389 0 0 0 873 178 0 0 20 0 16 0 414290246 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140561671560336 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29989] ppid=29969 vsize=10748324 memory=8292148140386801351 CPUtime=10.56 cores=0,2,4,6
/proc/29978/task/29989/stat : 29989 (java) S 29969 29978 29917 0 -1 1077944384 14939 0 0 0 863 193 0 0 20 0 16 0 414290246 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140561670507536 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29991] ppid=29969 vsize=10748324 memory=800 CPUtime=0.73 cores=0,2,4,6
/proc/29978/task/29991/stat : 29991 (java) R 29969 29978 29917 0 -1 4202560 21376 0 0 0 72 1 0 0 20 0 16 0 414290248 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140560984666816 140561725961083 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29993] ppid=29969 vsize=10748324 memory=1764 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29993/stat : 29993 (java) S 29969 29978 29917 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 414290248 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140560983614304 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29995] ppid=29969 vsize=10748324 memory=279667735446080 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29995/stat : 29995 (java) S 29969 29978 29917 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414290248 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140560982561920 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30001] ppid=29969 vsize=10748324 memory=44 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30001/stat : 30001 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414290265 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140560981510224 140561747609499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30002] ppid=29969 vsize=10748324 memory=48 CPUtime=2.03 cores=0,2,4,6
/proc/29978/task/30002/stat : 30002 (java) S 29969 29978 29917 0 -1 1077944384 4230 0 0 0 202 1 0 0 20 0 16 0 414290265 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140560980458096 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30003] ppid=29969 vsize=10748324 memory=47 CPUtime=2.4 cores=0,2,4,6
/proc/29978/task/30003/stat : 30003 (java) S 29969 29978 29917 0 -1 1077944384 5323 0 0 0 240 0 0 0 20 0 16 0 414290265 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140560979405296 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30004] ppid=29969 vsize=10748324 memory=4 CPUtime=0.82 cores=0,2,4,6
/proc/29978/task/30004/stat : 30004 (java) S 29969 29978 29917 0 -1 1077944384 4179 0 0 0 81 1 0 0 20 0 16 0 414290265 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140560978353008 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30005] ppid=29969 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30005/stat : 30005 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414290266 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140560977300448 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30007] ppid=29969 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30007/stat : 30007 (java) S 29969 29978 29917 0 -1 1077944384 534 0 0 0 0 0 0 0 20 0 16 0 414290274 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140560976247216 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30009] ppid=29969 vsize=10748324 memory=5156236 CPUtime=4.88 cores=0,2,4,6
/proc/29978/task/30009/stat : 30009 (java) S 29969 29978 29917 0 -1 1077944384 6632 0 0 0 485 3 0 0 20 0 16 0 414290496 11006283776 2067290 33554432000 4194304 4196468 140726823296736 140560959292288 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
Current children cumulated CPU time: 55.04 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8269160 KiB

[startup+20.8008 s]
/proc/loadavg: 1.10 0.26 0.12 7/229 30011
/proc/meminfo: memFree=22110500/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=10748324 memory=8270244 CPUtime=60.84 cores=0,2,4,6
/proc/29978/stat : 29978 (java) S 29969 29978 29917 0 -1 1077944320 92838 0 6 0 5318 766 0 0 20 0 15 0 414290216 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140726823279280 140561747590903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 2687081 2067561 3375 1 0 2647217 0
[pid=29978/tid=29981] ppid=29969 vsize=10748324 memory=3620 CPUtime=1.86 cores=0,2,4,6
/proc/29978/task/29981/stat : 29981 (java) S 29969 29978 29917 0 -1 1077944384 13810 0 6 0 179 7 0 0 20 0 15 0 414290231 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140561751826512 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29986] ppid=29969 vsize=10748324 memory=0 CPUtime=12 cores=0,2,4,6
/proc/29978/task/29986/stat : 29986 (java) R 29969 29978 29917 0 -1 4202560 6690 0 0 0 1026 174 0 0 20 0 15 0 414290246 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140561673665544 140561740219111 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29987] ppid=29969 vsize=10748324 memory=6791534058613427641 CPUtime=11.9 cores=0,2,4,6
/proc/29978/task/29987/stat : 29987 (java) R 29969 29978 29917 0 -1 4202560 6904 0 0 0 991 199 0 0 20 0 15 0 414290246 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140561672612744 140561740690563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29988] ppid=29969 vsize=10748324 memory=0 CPUtime=11.92 cores=0,2,4,6
/proc/29978/task/29988/stat : 29988 (java) R 29969 29978 29917 0 -1 4202560 6655 0 0 0 1014 178 0 0 20 0 15 0 414290246 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140561671560456 140561740690567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29989] ppid=29969 vsize=10748324 memory=0 CPUtime=11.97 cores=0,2,4,6
/proc/29978/task/29989/stat : 29989 (java) R 29969 29978 29917 0 -1 4202560 15067 0 0 0 1003 194 0 0 20 0 15 0 414290246 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140561670507656 140561740690584 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29991] ppid=29969 vsize=10748324 memory=8269160 CPUtime=0.92 cores=0,2,4,6
/proc/29978/task/29991/stat : 29991 (java) S 29969 29978 29917 0 -1 1077944384 21379 0 0 0 91 1 0 0 20 0 15 0 414290248 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140560984666816 140561747601109 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29993] ppid=29969 vsize=10748324 memory=8269572 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29993/stat : 29993 (java) S 29969 29978 29917 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 414290248 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140560983614304 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29995] ppid=29969 vsize=10748324 memory=624 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29995/stat : 29995 (java) S 29969 29978 29917 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 414290248 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140560982561920 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30001] ppid=29969 vsize=10748324 memory=3996 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30001/stat : 30001 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414290265 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140560981510224 140561747609499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30002] ppid=29969 vsize=10748324 memory=0 CPUtime=2.03 cores=0,2,4,6
/proc/29978/task/30002/stat : 30002 (java) S 29969 29978 29917 0 -1 1077944384 4230 0 0 0 202 1 0 0 20 0 15 0 414290265 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140560980458096 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30003] ppid=29969 vsize=10748324 memory=8269028 CPUtime=2.4 cores=0,2,4,6
/proc/29978/task/30003/stat : 30003 (java) S 29969 29978 29917 0 -1 1077944384 5323 0 0 0 240 0 0 0 20 0 15 0 414290265 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140560979405296 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30004] ppid=29969 vsize=10748324 memory=56 CPUtime=0.82 cores=0,2,4,6
/proc/29978/task/30004/stat : 30004 (java) S 29969 29978 29917 0 -1 1077944384 4179 0 0 0 81 1 0 0 20 0 15 0 414290265 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140560978353008 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30005] ppid=29969 vsize=10748324 memory=-9107503738634214773 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30005/stat : 30005 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414290266 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140560977300448 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30007] ppid=29969 vsize=10748324 memory=-8383303769241525621 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30007/stat : 30007 (java) S 29969 29978 29917 0 -1 1077944384 538 0 0 0 0 0 0 0 20 0 15 0 414290274 11006283776 2067561 33554432000 4194304 4196468 140726823296736 140560976247216 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
Current children cumulated CPU time: 60.84 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8270244 KiB

[startup+21.2038 s]
/proc/loadavg: 1.10 0.26 0.12 7/229 30011
/proc/meminfo: memFree=22109896/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=10748324 memory=8270264 CPUtime=62.44 cores=0,2,4,6
/proc/29978/stat : 29978 (java) S 29969 29978 29917 0 -1 1077944320 93119 0 6 0 5477 767 0 0 20 0 15 0 414290216 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140726823279280 140561747590903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 2687081 2067566 3375 1 0 2647217 0
[pid=29978/tid=29981] ppid=29969 vsize=10748324 memory=56 CPUtime=1.86 cores=0,2,4,6
/proc/29978/task/29981/stat : 29981 (java) S 29969 29978 29917 0 -1 1077944384 13810 0 6 0 179 7 0 0 20 0 15 0 414290231 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140561751826512 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 30 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29986] ppid=29969 vsize=10748324 memory=302304366344536374 CPUtime=12.39 cores=0,2,4,6
/proc/29978/task/29986/stat : 29986 (java) R 29969 29978 29917 0 -1 4202560 6748 0 0 0 1065 174 0 0 20 0 15 0 414290246 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140561673665544 140561740219111 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29987] ppid=29969 vsize=10748324 memory=14698482732632482 CPUtime=12.31 cores=0,2,4,6
/proc/29978/task/29987/stat : 29987 (java) R 29969 29978 29917 0 -1 4202560 6976 0 0 0 1031 200 0 0 20 0 15 0 414290246 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140561672612744 140561740693981 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29988] ppid=29969 vsize=10748324 memory=8317141777509777479 CPUtime=12.33 cores=0,2,4,6
/proc/29978/task/29988/stat : 29988 (java) R 29969 29978 29917 0 -1 4202560 6730 0 0 0 1054 179 0 0 20 0 15 0 414290246 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140561671560456 140561740693889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29989] ppid=29969 vsize=10748324 memory=288289965383877230 CPUtime=12.38 cores=0,2,4,6
/proc/29978/task/29989/stat : 29989 (java) R 29969 29978 29917 0 -1 4202560 15143 0 0 0 1044 194 0 0 20 0 15 0 414290246 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140561670507656 140561740219111 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29991] ppid=29969 vsize=10748324 memory=3986653710254874656 CPUtime=0.92 cores=0,2,4,6
/proc/29978/task/29991/stat : 29991 (java) S 29969 29978 29917 0 -1 1077944384 21379 0 0 0 91 1 0 0 20 0 15 0 414290248 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140560984666816 140561747601109 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29993] ppid=29969 vsize=10748324 memory=7449615047023683671 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29993/stat : 29993 (java) S 29969 29978 29917 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 414290248 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140560983614304 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29995] ppid=29969 vsize=10748324 memory=7449615047023683671 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29995/stat : 29995 (java) S 29969 29978 29917 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 414290248 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140560982561920 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30001] ppid=29969 vsize=10748324 memory=7449615047023683671 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30001/stat : 30001 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414290265 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140560981510224 140561747609499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30002] ppid=29969 vsize=10748324 memory=7449615047023683671 CPUtime=2.03 cores=0,2,4,6
/proc/29978/task/30002/stat : 30002 (java) S 29969 29978 29917 0 -1 1077944384 4230 0 0 0 202 1 0 0 20 0 15 0 414290265 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140560980458096 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30003] ppid=29969 vsize=10748324 memory=7449615047023683671 CPUtime=2.4 cores=0,2,4,6
/proc/29978/task/30003/stat : 30003 (java) S 29969 29978 29917 0 -1 1077944384 5323 0 0 0 240 0 0 0 20 0 15 0 414290265 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140560979405296 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30004] ppid=29969 vsize=10748324 memory=7449615047023683671 CPUtime=0.82 cores=0,2,4,6
/proc/29978/task/30004/stat : 30004 (java) S 29969 29978 29917 0 -1 1077944384 4179 0 0 0 81 1 0 0 20 0 15 0 414290265 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140560978353008 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30005] ppid=29969 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30005/stat : 30005 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414290266 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140560977300448 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30007] ppid=29969 vsize=10748324 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30007/stat : 30007 (java) S 29969 29978 29917 0 -1 1077944384 538 0 0 0 0 0 0 0 20 0 15 0 414290274 11006283776 2067566 33554432000 4194304 4196468 140726823296736 140560976247216 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
Current children cumulated CPU time: 62.44 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8270264 KiB

[startup+21.4058 s]
/proc/loadavg: 1.10 0.26 0.12 7/229 30011
/proc/meminfo: memFree=22109896/32770624 swapFree=66940840/67108860
[pid=29978] ppid=29969 vsize=10748324 memory=8270308 CPUtime=63.09 cores=0,2,4,6
/proc/29978/stat : 29978 (java) S 29969 29978 29917 0 -1 1077944320 93388 0 6 0 5542 767 0 0 20 0 16 0 414290216 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140726823279280 140561747590903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 1 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
/proc/29978/statm: 2687081 2067577 3375 1 0 2647217 0
[pid=29978/tid=29981] ppid=29969 vsize=10748324 memory=-6061782783651949635 CPUtime=1.86 cores=0,2,4,6
/proc/29978/task/29981/stat : 29981 (java) S 29969 29978 29917 0 -1 1077944384 13814 0 6 0 179 7 0 0 20 0 16 0 414290231 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140561751831584 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 30 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29986] ppid=29969 vsize=10748324 memory=7523093201397116007 CPUtime=12.54 cores=0,2,4,6
/proc/29978/task/29986/stat : 29986 (java) R 29969 29978 29917 0 -1 4202560 6748 0 0 0 1080 174 0 0 20 0 16 0 414290246 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140561673665424 140561732587307 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29987] ppid=29969 vsize=10748324 memory=7595435397332101223 CPUtime=12.46 cores=0,2,4,6
/proc/29978/task/29987/stat : 29987 (java) R 29969 29978 29917 0 -1 4202560 6981 0 0 0 1046 200 0 0 20 0 16 0 414290246 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140561672612824 140561729144144 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29988] ppid=29969 vsize=10748324 memory=279667736384992 CPUtime=12.48 cores=0,2,4,6
/proc/29978/task/29988/stat : 29988 (java) R 29969 29978 29917 0 -1 4202560 6732 0 0 0 1069 179 0 0 20 0 16 0 414290246 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140561671560336 140561732290693 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29989] ppid=29969 vsize=10748324 memory=0 CPUtime=12.52 cores=0,2,4,6
/proc/29978/task/29989/stat : 29989 (java) R 29969 29978 29917 0 -1 4202560 15247 0 0 0 1058 194 0 0 20 0 16 0 414290246 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140561670507536 140561732291152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29991] ppid=29969 vsize=10748324 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/29978/task/29991/stat : 29991 (java) S 29969 29978 29917 0 -1 1077944384 21516 0 0 0 96 1 0 0 20 0 16 0 414290248 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140560984666816 140561747601109 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29993] ppid=29969 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29993/stat : 29993 (java) S 29969 29978 29917 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 414290248 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140560983614304 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=29995] ppid=29969 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/29995/stat : 29995 (java) S 29969 29978 29917 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 414290248 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140560982561920 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30001] ppid=29969 vsize=10748324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30001/stat : 30001 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414290265 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140560981510224 140561747609499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30002] ppid=29969 vsize=10748324 memory=39460 CPUtime=2.03 cores=0,2,4,6
/proc/29978/task/30002/stat : 30002 (java) S 29969 29978 29917 0 -1 1077944384 4230 0 0 0 202 1 0 0 20 0 16 0 414290265 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140560980458096 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30003] ppid=29969 vsize=10748324 memory=92 CPUtime=2.4 cores=0,2,4,6
/proc/29978/task/30003/stat : 30003 (java) S 29969 29978 29917 0 -1 1077944384 5323 0 0 0 240 0 0 0 20 0 16 0 414290265 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140560979405296 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30004] ppid=29969 vsize=10748324 memory=7959395632134764856 CPUtime=0.82 cores=0,2,4,6
/proc/29978/task/30004/stat : 30004 (java) S 29969 29978 29917 0 -1 1077944384 4179 0 0 0 81 1 0 0 20 0 16 0 414290265 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140560978353008 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30005] ppid=29969 vsize=10748324 memory=6297270605684435008 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30005/stat : 30005 (java) S 29969 29978 29917 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414290266 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140560977300448 140561747601109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
[pid=29978/tid=30007] ppid=29969 vsize=10748324 memory=6011581402601046114 CPUtime=0 cores=0,2,4,6
/proc/29978/task/30007/stat : 30007 (java) S 29969 29978 29917 0 -1 1077944384 538 0 0 0 0 0 0 0 20 0 16 0 414290274 11006283776 2067577 33554432000 4194304 4196468 140726823296736 140560976247216 140561747602050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26075136 140726823298059 140726823298162 140726823298162 140726823301071 0
Current children cumulated CPU time: 63.09 s
Current children cumulated vsize: 10748324 KiB
Current children cumulated memory: 8270308 KiB

[startup+21.5007 s]*
/proc/loadavg: 1.09 0.27 0.13 4/216 30012
/proc/meminfo: memFree=22161128/32770624 swapFree=66940840/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 21.5331
CPU time (s): 63.3639
CPU user time (s): 55.6555
CPU system time (s): 7.70837
CPU usage (%): 294.264
Max. virtual memory (cumulated for all children) (KiB): 10748324
Max. memory (cumulated for all children) (KiB): 8270308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.6555
system time used= 7.70837
maximum resident set size= 8270796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93633
page faults= 6
swaps= 0
block input operations= 6440
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4733
involuntary context switches= 652


# summary of solver processes directly reported to runsolver:
#   pid: 29978
#   total CPU time (s): 63.3639
#   total CPU user time (s): 55.6555
#   total CPU system time (s): 7.70837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.161513 second user time and 0.258664 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-13 15:14:37
IDJOB=4391051
IDBENCH=115771
IDSOLVER=2832
FILE ID=node149/4391051-1568380515
RUNJOBID= node149-1568380477-29948
PBS_JOBID= 21701822
Free space on /tmp= 57072 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-100-20-6.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391051-1568380515/watcher-4391051-1568380515 -o /tmp/evaluation-result-4391051-1568380515/solver-4391051-1568380515 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1568380477-29948 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4391051-1568380515.xml -cm

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

MD5SUM BENCH= 571b8211ed3e79202e57862d25f221de
RANDOM SEED=139609832

node149.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.81
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.81
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.81
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.81
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:        31110384 kB
MemAvailable:   31857500 kB
Buffers:          144984 kB
Cached:           898352 kB
SwapCached:        61312 kB
Active:           431704 kB
Inactive:         672476 kB
Active(anon):      28248 kB
Inactive(anon):    72352 kB
Active(file):     403456 kB
Inactive(file):   600124 kB
Unevictable:      111264 kB
Mlocked:          111264 kB
SwapTotal:      67108860 kB
SwapFree:       66940840 kB
Dirty:             17104 kB
Writeback:             0 kB
AnonPages:        112404 kB
Mapped:            43436 kB
Shmem:             31276 kB
Slab:             147276 kB
SReclaimable:     118740 kB
SUnreclaim:        28536 kB
KernelStack:        3376 kB
PageTables:         5040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501980 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:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 57052 MiB
End job on node149 at 2019-09-13 15:14:59