Trace number 4390528

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
AbsCon 2019-07-23? (problem) 718.553 237.343

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0700d-int.xml
MD5SUM95bc0b66e49d41fb88ec1889e7409155
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark176.644
Satisfiable
(Un)Satisfiability was proved
Number of variables700
Number of constraints978600
Number of domains1
Minimum domain size699
Maximum domain size699
Distribution of domain sizes[{"size":699,"count":700}]
Minimum variable degree2796
Maximum variable degree2796
Distribution of variable degrees[{"degree":2796,"count":700}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":978600}]
Number of extensional constraints0
Number of intensional constraints978600
Distribution of constraint types[{"type":"intension","count":978600}]
Optimization problemNO
Type of objective

Solver Data

2.39/1.88	
2.39/1.88	AbsCon 2 
2.39/1.89	
19.76/10.16	  Instance
19.76/10.16	    name=instance-4390528-1568382059, framework=CSP
19.76/10.16	
19.76/10.16	  Loading variables...
19.95/10.23	  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 (14521 MiB free)
  memory of node 1: 16384 MiB (15226 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4390528-1568382059/watcher-4390528-1568382059 -o /tmp/evaluation-result-4390528-1568382059/solver-4390528-1568382059 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568376840-4291 --watchdog 2580 java -cp AbsCon19-06.jar AbsCon HOME/instance-4390528-1568382059.xml -cm 

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

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


[startup+0.100158 s]*
/proc/loadavg: 4.47 3.07 2.05 5/227 5044
/proc/meminfo: memFree=30445096/32770624 swapFree=66997100/67108860
[pid=5029] ppid=5026 vsize=10659884 memory=28352 CPUtime=0.13 cores=1,3,5,7
/proc/5029/stat : 5029 (java) S 5026 5029 4259 0 -1 1077944320 5595 0 0 0 12 1 0 0 20 0 15 0 414460617 10915721216 7088 33554432000 4194304 4196468 140737341297296 140737341279840 139906606391031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
/proc/5029/statm: 2664971 7088 2910 1 0 2627468 0
[pid=5029/tid=5031] ppid=5026 vsize=10659884 memory=-8617482348318186131 CPUtime=0.09 cores=1,3,5,7
/proc/5029/task/5031/stat : 5031 (java) R 5026 5029 4259 0 -1 4202560 3326 0 0 0 8 1 0 0 20 0 15 0 414460617 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906610622096 139906227784540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5032] ppid=5026 vsize=10659884 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5032/stat : 5032 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906548394512 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5033] ppid=5026 vsize=10659884 memory=140265534310016 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5033/stat : 5033 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906211699344 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5034] ppid=5026 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5034/stat : 5034 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906210646288 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5035] ppid=5026 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5035/stat : 5035 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906209593744 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5036] ppid=5026 vsize=10659884 memory=140265534310016 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5036/stat : 5036 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460619 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906165500656 139906606402178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5037] ppid=5026 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5037/stat : 5037 (java) S 5026 5029 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414460620 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906164446880 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5038] ppid=5026 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5038/stat : 5038 (java) S 5026 5029 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414460620 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906163393776 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5039] ppid=5026 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5039/stat : 5039 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414460622 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906162342352 139906606409627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5040] ppid=5026 vsize=10659884 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/5029/task/5040/stat : 5040 (java) S 5026 5029 4259 0 -1 1077944384 522 0 0 0 1 0 0 0 20 0 15 0 414460623 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906161289456 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5041] ppid=5026 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5041/stat : 5041 (java) R 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414460623 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906160236912 139906606402178 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5042] ppid=5026 vsize=10659884 memory=140265534310016 CPUtime=0.02 cores=1,3,5,7
/proc/5029/task/5042/stat : 5042 (java) R 5026 5029 4259 0 -1 4202560 391 0 0 0 2 0 0 0 20 0 15 0 414460623 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906159183856 139906585332645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5043] ppid=5026 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5043/stat : 5043 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414460623 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906158131552 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5044] ppid=5026 vsize=10659884 memory=140265534310016 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5044/stat : 5044 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460623 10915721216 7088 33554432000 4194304 4196468 140737341297296 139906157079600 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 28352 KiB

[startup+0.21055 s]*
/proc/loadavg: 4.47 3.07 2.05 3/227 5044
/proc/meminfo: memFree=30438212/32770624 swapFree=66997100/67108860
[pid=5029] ppid=5026 vsize=10659884 memory=35244 CPUtime=0.33 cores=1,3,5,7
/proc/5029/stat : 5029 (java) S 5026 5029 4259 0 -1 1077944320 6923 0 0 0 31 2 0 0 20 0 15 0 414460617 10915721216 8811 33554432000 4194304 4196468 140737341297296 140737341279840 139906606391031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
/proc/5029/statm: 2664971 8811 2990 1 0 2627468 0
[pid=5029/tid=5031] ppid=5026 vsize=10659884 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/5029/task/5031/stat : 5031 (java) R 5026 5029 4259 0 -1 4202560 3884 0 0 0 19 1 0 0 20 0 15 0 414460617 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906610617392 139906606412957 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5032] ppid=5026 vsize=10659884 memory=339 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5032/stat : 5032 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906548394512 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5033] ppid=5026 vsize=10659884 memory=3977718356879656608 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5033/stat : 5033 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906211699344 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5034] ppid=5026 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5034/stat : 5034 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906210646288 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5035] ppid=5026 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5035/stat : 5035 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906209593744 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5036] ppid=5026 vsize=10659884 memory=140265534310016 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5036/stat : 5036 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460619 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906165500656 139906606402178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5037] ppid=5026 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5037/stat : 5037 (java) S 5026 5029 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414460620 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906164446880 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5038] ppid=5026 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5038/stat : 5038 (java) S 5026 5029 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414460620 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906163393776 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5039] ppid=5026 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5039/stat : 5039 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414460622 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906162342352 139906606409627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5040] ppid=5026 vsize=10659884 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/5029/task/5040/stat : 5040 (java) S 5026 5029 4259 0 -1 1077944384 921 0 0 0 4 0 0 0 20 0 15 0 414460623 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906161289456 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5041] ppid=5026 vsize=10659884 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/5029/task/5041/stat : 5041 (java) S 5026 5029 4259 0 -1 1077944384 82 0 0 0 1 0 0 0 20 0 15 0 414460623 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906160236912 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5042] ppid=5026 vsize=10659884 memory=140265534310016 CPUtime=0.05 cores=1,3,5,7
/proc/5029/task/5042/stat : 5042 (java) S 5026 5029 4259 0 -1 1077944384 676 0 0 0 5 0 0 0 20 0 15 0 414460623 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906159183856 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5043] ppid=5026 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5043/stat : 5043 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414460623 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906158131552 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5044] ppid=5026 vsize=10659884 memory=140265534310016 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5044/stat : 5044 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460623 10915721216 8811 33554432000 4194304 4196468 140737341297296 139906157079600 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 35244 KiB

[startup+0.315088 s]*
/proc/loadavg: 4.47 3.07 2.05 3/227 5044
/proc/meminfo: memFree=30429996/32770624 swapFree=66997100/67108860
[pid=5029] ppid=5026 vsize=10659884 memory=40368 CPUtime=0.47 cores=1,3,5,7
/proc/5029/stat : 5029 (java) S 5026 5029 4259 0 -1 1077944320 9456 0 0 0 44 3 0 0 20 0 15 0 414460617 10915721216 10092 33554432000 4194304 4196468 140737341297296 140737341279840 139906606391031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
/proc/5029/statm: 2664971 10092 3002 1 0 2627468 0
[pid=5029/tid=5031] ppid=5026 vsize=10659884 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/5029/task/5031/stat : 5031 (java) R 5026 5029 4259 0 -1 4202560 6356 0 0 0 28 2 0 0 20 0 15 0 414460617 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906610622816 139906590471518 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5032] ppid=5026 vsize=10659884 memory=2669794 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5032/stat : 5032 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906548394512 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5033] ppid=5026 vsize=10659884 memory=4123246413102237344 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5033/stat : 5033 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906211699344 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5034] ppid=5026 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5034/stat : 5034 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906210646288 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5035] ppid=5026 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5035/stat : 5035 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460618 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906209593744 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5036] ppid=5026 vsize=10659884 memory=140265534310016 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5036/stat : 5036 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460619 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906165500656 139906606402178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5037] ppid=5026 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5037/stat : 5037 (java) S 5026 5029 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414460620 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906164446880 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5038] ppid=5026 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5038/stat : 5038 (java) S 5026 5029 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414460620 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906163393776 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5039] ppid=5026 vsize=10659884 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5039/stat : 5039 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414460622 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906162342352 139906606409627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5040] ppid=5026 vsize=10659884 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/5029/task/5040/stat : 5040 (java) S 5026 5029 4259 0 -1 1077944384 954 0 0 0 5 0 0 0 20 0 15 0 414460623 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906161289456 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5041] ppid=5026 vsize=10659884 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/5029/task/5041/stat : 5041 (java) S 5026 5029 4259 0 -1 1077944384 90 0 0 0 2 0 0 0 20 0 15 0 414460623 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906160236912 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5042] ppid=5026 vsize=10659884 memory=140265534310016 CPUtime=0.08 cores=1,3,5,7
/proc/5029/task/5042/stat : 5042 (java) S 5026 5029 4259 0 -1 1077944384 700 0 0 0 8 0 0 0 20 0 15 0 414460623 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906159183856 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5043] ppid=5026 vsize=10659884 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5043/stat : 5043 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414460623 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906158131552 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5044] ppid=5026 vsize=10659884 memory=140265534310016 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5044/stat : 5044 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460623 10915721216 10092 33554432000 4194304 4196468 140737341297296 139906157079600 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 10659884 KiB
Current children cumulated memory: 40368 KiB

[startup+0.702041 s]
/proc/loadavg: 4.47 3.07 2.05 5/227 5044
/proc/meminfo: memFree=30423108/32770624 swapFree=66997100/67108860
[pid=5029] ppid=5026 vsize=10661932 memory=62548 CPUtime=1.09 cores=1,3,5,7
/proc/5029/stat : 5029 (java) S 5026 5029 4259 0 -1 1077944320 12783 0 0 0 103 6 0 0 20 0 15 0 414460617 10917818368 15637 33554432000 4194304 4196468 140737341297296 140737341279840 139906606391031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
/proc/5029/statm: 2665483 15637 3062 1 0 2627980 0
[pid=5029/tid=5031] ppid=5026 vsize=10661932 memory=9752 CPUtime=0.67 cores=1,3,5,7
/proc/5029/task/5031/stat : 5031 (java) R 5026 5029 4259 0 -1 4202560 8897 0 0 0 63 4 0 0 20 0 15 0 414460617 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906610623056 139906586662768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5032] ppid=5026 vsize=10661932 memory=12024 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5032/stat : 5032 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460618 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906548394512 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5033] ppid=5026 vsize=10661932 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5033/stat : 5033 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460618 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906211699344 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5034] ppid=5026 vsize=10661932 memory=500 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5034/stat : 5034 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460618 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906210646288 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5035] ppid=5026 vsize=10661932 memory=928 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5035/stat : 5035 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460618 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906209593744 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5036] ppid=5026 vsize=10661932 memory=1528 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5036/stat : 5036 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460619 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906165500656 139906606402178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5037] ppid=5026 vsize=10661932 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5037/stat : 5037 (java) S 5026 5029 4259 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 414460620 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906164446880 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5038] ppid=5026 vsize=10661932 memory=876 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5038/stat : 5038 (java) S 5026 5029 4259 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 414460620 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906163393776 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5039] ppid=5026 vsize=10661932 memory=1980 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5039/stat : 5039 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414460622 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906162342352 139906606409627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5040] ppid=5026 vsize=10661932 memory=7086240636179075427 CPUtime=0.11 cores=1,3,5,7
/proc/5029/task/5040/stat : 5040 (java) S 5026 5029 4259 0 -1 1077944384 1167 0 0 0 11 0 0 0 20 0 15 0 414460623 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906161289456 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5041] ppid=5026 vsize=10661932 memory=7453282923427948884 CPUtime=0.08 cores=1,3,5,7
/proc/5029/task/5041/stat : 5041 (java) R 5026 5029 4259 0 -1 4202560 295 0 0 0 8 0 0 0 20 0 15 0 414460623 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906160222792 139906587934760 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5042] ppid=5026 vsize=10661932 memory=7223879631928058176 CPUtime=0.18 cores=1,3,5,7
/proc/5029/task/5042/stat : 5042 (java) S 5026 5029 4259 0 -1 1077944384 1064 0 0 0 18 0 0 0 20 0 15 0 414460623 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906159183856 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5043] ppid=5026 vsize=10661932 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5043/stat : 5043 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 414460623 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906158131552 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5044] ppid=5026 vsize=10661932 memory=6441959910864939369 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5044/stat : 5044 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460623 10917818368 15637 33554432000 4194304 4196468 140737341297296 139906157079600 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10661932 KiB
Current children cumulated memory: 62548 KiB

[startup+1.50075 s]
/proc/loadavg: 4.47 3.07 2.05 3/227 5044
/proc/meminfo: memFree=30406388/32770624 swapFree=66997100/67108860
[pid=5029] ppid=5026 vsize=10663980 memory=75084 CPUtime=1.97 cores=1,3,5,7
/proc/5029/stat : 5029 (java) S 5026 5029 4259 0 -1 1077944320 18328 0 0 0 191 6 0 0 20 0 15 0 414460617 10919915520 18771 33554432000 4194304 4196468 140737341297296 140737341279840 139906606391031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
/proc/5029/statm: 2665995 18771 3095 1 0 2628492 0
[pid=5029/tid=5031] ppid=5026 vsize=10663980 memory=161894832908811 CPUtime=1.48 cores=1,3,5,7
/proc/5029/task/5031/stat : 5031 (java) R 5026 5029 4259 0 -1 4202560 13067 0 0 0 143 5 0 0 20 0 15 0 414460617 10919915520 18771 33554432000 4194304 4196468 140737341297296 139906610623056 139906590471518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5032] ppid=5026 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5032/stat : 5032 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460618 10919915520 18771 33554432000 4194304 4196468 140737341297296 139906548394512 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5033] ppid=5026 vsize=10663980 memory=0 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5033/stat : 5033 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460618 10919915520 18771 33554432000 4194304 4196468 140737341297296 139906211699344 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5034] ppid=5026 vsize=10663980 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5034/stat : 5034 (java) S 5026 5029 4259 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 414460618 10919915520 18771 33554432000 4194304 4196468 140737341297296 139906210646288 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5035] ppid=5026 vsize=10663980 memory=7809523229951467576 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5035/stat : 5035 (java) S 5026 5029 4259 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 414460618 10919915520 18771 33554432000 4194304 4196468 140737341297296 139906209593744 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5036] ppid=5026 vsize=10663980 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5036/stat : 5036 (java) S 5026 5029 4259 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 414460619 10919915520 18771 33554432000 4194304 4196468 140737341297296 139906165500656 139906606402178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0

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

[startup+236.001 s]*
/proc/loadavg: 4.84 3.69 2.50 6/229 5071
/proc/meminfo: memFree=22238828/32770624 swapFree=66997108/67108860
[pid=5029] ppid=5026 vsize=10746276 memory=8217224 CPUtime=713.64 cores=1,3,5,7
/proc/5029/stat : 5029 (java) S 5026 5029 4259 0 -1 1077944320 324181 0 0 0 70575 789 0 0 20 0 16 0 414460617 11004186624 2054306 33554432000 4194304 4196468 140737341297296 140737341279840 139906606391031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
/proc/5029/statm: 2686569 2054306 3383 1 0 2646705 0
[pid=5029/tid=5031] ppid=5026 vsize=10746276 memory=8317482817917895235 CPUtime=1.85 cores=1,3,5,7
/proc/5029/task/5031/stat : 5031 (java) S 5026 5029 4259 0 -1 1077944384 15355 0 0 0 179 6 0 0 20 0 16 0 414460617 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906610631712 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5032] ppid=5026 vsize=10746276 memory=4872558044660077418 CPUtime=156.08 cores=1,3,5,7
/proc/5029/task/5032/stat : 5032 (java) R 5026 5029 4259 0 -1 4202560 49757 0 0 0 15420 188 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906548394712 139906591092083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5033] ppid=5026 vsize=10746276 memory=984 CPUtime=156.06 cores=1,3,5,7
/proc/5029/task/5033/stat : 5033 (java) R 5026 5029 4259 0 -1 4202560 35627 0 0 0 15414 192 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906211699544 139906599495699 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5034] ppid=5026 vsize=10746276 memory=2024 CPUtime=156.16 cores=1,3,5,7
/proc/5029/task/5034/stat : 5034 (java) R 5026 5029 4259 0 -1 4202560 33276 0 0 0 15429 187 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906210646488 139906599487740 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5035] ppid=5026 vsize=10746276 memory=1380 CPUtime=156.19 cores=1,3,5,7
/proc/5029/task/5035/stat : 5035 (java) R 5026 5029 4259 0 -1 4202560 43144 0 0 0 15433 186 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906209593744 139906590848499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5036] ppid=5026 vsize=10746276 memory=1128 CPUtime=3.81 cores=1,3,5,7
/proc/5029/task/5036/stat : 5036 (java) S 5026 5029 4259 0 -1 1077944384 81439 0 0 0 376 5 0 0 20 0 16 0 414460619 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906165499200 139906606401237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5037] ppid=5026 vsize=10746276 memory=772 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5037/stat : 5037 (java) S 5026 5029 4259 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414460620 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906164446944 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5038] ppid=5026 vsize=10746276 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5038/stat : 5038 (java) S 5026 5029 4259 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 414460620 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906163393792 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5039] ppid=5026 vsize=10746276 memory=948 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5039/stat : 5039 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414460622 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906162342352 139906606409627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5040] ppid=5026 vsize=10746276 memory=2832 CPUtime=4.68 cores=1,3,5,7
/proc/5029/task/5040/stat : 5040 (java) S 5026 5029 4259 0 -1 1077944384 17607 0 0 0 466 2 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906161289456 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5041] ppid=5026 vsize=10746276 memory=9404 CPUtime=4.69 cores=1,3,5,7
/proc/5029/task/5041/stat : 5041 (java) S 5026 5029 4259 0 -1 1077944384 14751 0 0 0 468 1 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906160236912 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5042] ppid=5026 vsize=10746276 memory=1548 CPUtime=0.83 cores=1,3,5,7
/proc/5029/task/5042/stat : 5042 (java) S 5026 5029 4259 0 -1 1077944384 6603 0 0 0 81 2 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906159183856 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5043] ppid=5026 vsize=10746276 memory=628 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5043/stat : 5043 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906158131552 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5044] ppid=5026 vsize=10746276 memory=1056 CPUtime=0.21 cores=1,3,5,7
/proc/5029/task/5044/stat : 5044 (java) S 5026 5029 4259 0 -1 1077944384 1480 0 0 0 8 13 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906157079600 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5071] ppid=5026 vsize=10746276 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5071/stat : 5071 (java) S 5026 5029 4259 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 16 0 414484012 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139905817383488 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
Current children cumulated CPU time: 713.64 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 8217224 KiB

[startup+236.801 s]
/proc/loadavg: 4.84 3.69 2.50 6/229 5071
/proc/meminfo: memFree=22238828/32770624 swapFree=66997108/67108860
[pid=5029] ppid=5026 vsize=10746276 memory=8217224 CPUtime=716.8 cores=1,3,5,7
/proc/5029/stat : 5029 (java) S 5026 5029 4259 0 -1 1077944320 324781 0 0 0 70891 789 0 0 20 0 16 0 414460617 11004186624 2054306 33554432000 4194304 4196468 140737341297296 140737341279840 139906606391031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
/proc/5029/statm: 2686569 2054306 3383 1 0 2646705 0
[pid=5029/tid=5031] ppid=5026 vsize=10746276 memory=2024 CPUtime=1.85 cores=1,3,5,7
/proc/5029/task/5031/stat : 5031 (java) S 5026 5029 4259 0 -1 1077944384 15355 0 0 0 179 6 0 0 20 0 16 0 414460617 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906610631712 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5032] ppid=5026 vsize=10746276 memory=8217276 CPUtime=156.87 cores=1,3,5,7
/proc/5029/task/5032/stat : 5032 (java) R 5026 5029 4259 0 -1 4202560 49763 0 0 0 15499 188 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906548394712 139906591091719 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5033] ppid=5026 vsize=10746276 memory=-8412652169811693427 CPUtime=156.84 cores=1,3,5,7
/proc/5029/task/5033/stat : 5033 (java) R 5026 5029 4259 0 -1 4202560 35653 0 0 0 15492 192 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906211699544 139906591091681 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5034] ppid=5026 vsize=10746276 memory=25100 CPUtime=156.95 cores=1,3,5,7
/proc/5029/task/5034/stat : 5034 (java) R 5026 5029 4259 0 -1 4202560 33813 0 0 0 15508 187 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906210646488 139906591387435 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5035] ppid=5026 vsize=10746276 memory=984 CPUtime=156.98 cores=1,3,5,7
/proc/5029/task/5035/stat : 5035 (java) R 5026 5029 4259 0 -1 4202560 43175 0 0 0 15512 186 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906209593744 139906591092013 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5036] ppid=5026 vsize=10746276 memory=8112282956445269571 CPUtime=3.81 cores=1,3,5,7
/proc/5029/task/5036/stat : 5036 (java) S 5026 5029 4259 0 -1 1077944384 81439 0 0 0 376 5 0 0 20 0 16 0 414460619 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906165499200 139906606401237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5037] ppid=5026 vsize=10746276 memory=984 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5037/stat : 5037 (java) S 5026 5029 4259 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414460620 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906164446944 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5038] ppid=5026 vsize=10746276 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5038/stat : 5038 (java) S 5026 5029 4259 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 414460620 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906163393792 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5039] ppid=5026 vsize=10746276 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5039/stat : 5039 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414460622 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906162342352 139906606409627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5040] ppid=5026 vsize=10746276 memory=1128 CPUtime=4.68 cores=1,3,5,7
/proc/5029/task/5040/stat : 5040 (java) S 5026 5029 4259 0 -1 1077944384 17607 0 0 0 466 2 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906161289456 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5041] ppid=5026 vsize=10746276 memory=2024 CPUtime=4.69 cores=1,3,5,7
/proc/5029/task/5041/stat : 5041 (java) S 5026 5029 4259 0 -1 1077944384 14751 0 0 0 468 1 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906160236912 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5042] ppid=5026 vsize=10746276 memory=1380 CPUtime=0.83 cores=1,3,5,7
/proc/5029/task/5042/stat : 5042 (java) S 5026 5029 4259 0 -1 1077944384 6603 0 0 0 81 2 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906159183856 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5043] ppid=5026 vsize=10746276 memory=1128 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5043/stat : 5043 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906158131552 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5044] ppid=5026 vsize=10746276 memory=772 CPUtime=0.21 cores=1,3,5,7
/proc/5029/task/5044/stat : 5044 (java) S 5026 5029 4259 0 -1 1077944384 1480 0 0 0 8 13 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906157079600 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5071] ppid=5026 vsize=10746276 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5071/stat : 5071 (java) S 5026 5029 4259 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 16 0 414484012 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139905817383488 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
Current children cumulated CPU time: 716.8 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 8217224 KiB

[startup+237.201 s]
/proc/loadavg: 4.84 3.69 2.50 6/229 5071
/proc/meminfo: memFree=22238828/32770624 swapFree=66997108/67108860
[pid=5029] ppid=5026 vsize=10746276 memory=8217224 CPUtime=718.39 cores=1,3,5,7
/proc/5029/stat : 5029 (java) S 5026 5029 4259 0 -1 1077944320 324781 0 0 0 71050 789 0 0 20 0 16 0 414460617 11004186624 2054306 33554432000 4194304 4196468 140737341297296 140737341279840 139906606391031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
/proc/5029/statm: 2686569 2054306 3383 1 0 2646705 0
[pid=5029/tid=5031] ppid=5026 vsize=10746276 memory=1448 CPUtime=1.85 cores=1,3,5,7
/proc/5029/task/5031/stat : 5031 (java) S 5026 5029 4259 0 -1 1077944384 15355 0 0 0 179 6 0 0 20 0 16 0 414460617 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906610631712 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5032] ppid=5026 vsize=10746276 memory=1408 CPUtime=157.27 cores=1,3,5,7
/proc/5029/task/5032/stat : 5032 (java) R 5026 5029 4259 0 -1 4202560 49763 0 0 0 15539 188 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906548394712 139906591387420 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5033] ppid=5026 vsize=10746276 memory=3276 CPUtime=157.23 cores=1,3,5,7
/proc/5029/task/5033/stat : 5033 (java) R 5026 5029 4259 0 -1 4202560 35653 0 0 0 15531 192 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906211699544 139906590848499 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5034] ppid=5026 vsize=10746276 memory=8217224 CPUtime=157.35 cores=1,3,5,7
/proc/5029/task/5034/stat : 5034 (java) R 5026 5029 4259 0 -1 4202560 33813 0 0 0 15548 187 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906210646488 139906591387420 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5035] ppid=5026 vsize=10746276 memory=288230617509003574 CPUtime=157.38 cores=1,3,5,7
/proc/5029/task/5035/stat : 5035 (java) R 5026 5029 4259 0 -1 4202560 43175 0 0 0 15552 186 0 0 20 0 16 0 414460618 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906209593744 139906591380520 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5036] ppid=5026 vsize=10746276 memory=15820006051023168 CPUtime=3.81 cores=1,3,5,7
/proc/5029/task/5036/stat : 5036 (java) S 5026 5029 4259 0 -1 1077944384 81439 0 0 0 376 5 0 0 20 0 16 0 414460619 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906165499200 139906606401237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5037] ppid=5026 vsize=10746276 memory=984 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5037/stat : 5037 (java) S 5026 5029 4259 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414460620 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906164446944 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5038] ppid=5026 vsize=10746276 memory=2024 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5038/stat : 5038 (java) S 5026 5029 4259 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 414460620 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906163393792 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5039] ppid=5026 vsize=10746276 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5039/stat : 5039 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414460622 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906162342352 139906606409627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5040] ppid=5026 vsize=10746276 memory=1128 CPUtime=4.68 cores=1,3,5,7
/proc/5029/task/5040/stat : 5040 (java) S 5026 5029 4259 0 -1 1077944384 17607 0 0 0 466 2 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906161289456 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5041] ppid=5026 vsize=10746276 memory=314970697279733786 CPUtime=4.69 cores=1,3,5,7
/proc/5029/task/5041/stat : 5041 (java) S 5026 5029 4259 0 -1 1077944384 14751 0 0 0 468 1 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906160236912 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5042] ppid=5026 vsize=10746276 memory=316659590156779830 CPUtime=0.83 cores=1,3,5,7
/proc/5029/task/5042/stat : 5042 (java) S 5026 5029 4259 0 -1 1077944384 6603 0 0 0 81 2 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906159183856 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5043] ppid=5026 vsize=10746276 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5043/stat : 5043 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906158131552 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5044] ppid=5026 vsize=10746276 memory=288292160162497446 CPUtime=0.21 cores=1,3,5,7
/proc/5029/task/5044/stat : 5044 (java) S 5026 5029 4259 0 -1 1077944384 1480 0 0 0 8 13 0 0 20 0 16 0 414460623 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139906157079600 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5071] ppid=5026 vsize=10746276 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5071/stat : 5071 (java) S 5026 5029 4259 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 16 0 414484012 11004186624 2054306 33554432000 4194304 4196468 140737341297296 139905817383488 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
Current children cumulated CPU time: 718.39 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 8217224 KiB

[startup+237.301 s]
/proc/loadavg: 4.84 3.69 2.50 6/229 5071
/proc/meminfo: memFree=22238828/32770624 swapFree=66997108/67108860
[pid=5029] ppid=5026 vsize=10746276 memory=8217236 CPUtime=718.5 cores=1,3,5,7
/proc/5029/stat : 5029 (java) S 5026 5029 4259 0 -1 1077944320 324820 0 0 0 71061 789 0 0 20 0 16 0 414460617 11004186624 2054309 33554432000 4194304 4196468 140737341297296 140737341279840 139906606391031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
/proc/5029/statm: 2686569 2054309 3383 1 0 2646705 0
[pid=5029/tid=5031] ppid=5026 vsize=10746276 memory=8217224 CPUtime=1.85 cores=1,3,5,7
/proc/5029/task/5031/stat : 5031 (java) S 5026 5029 4259 0 -1 1077944384 15355 0 0 0 179 6 0 0 20 0 16 0 414460617 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906610631712 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5032] ppid=5026 vsize=10746276 memory=8217224 CPUtime=157.27 cores=1,3,5,7
/proc/5029/task/5032/stat : 5032 (java) S 5026 5029 4259 0 -1 1077944384 49763 0 0 0 15539 188 0 0 20 0 16 0 414460618 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906548394512 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5033] ppid=5026 vsize=10746276 memory=8217224 CPUtime=157.24 cores=1,3,5,7
/proc/5029/task/5033/stat : 5033 (java) S 5026 5029 4259 0 -1 1077944384 35653 0 0 0 15532 192 0 0 20 0 16 0 414460618 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906211699344 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5034] ppid=5026 vsize=10746276 memory=8217276 CPUtime=157.36 cores=1,3,5,7
/proc/5029/task/5034/stat : 5034 (java) S 5026 5029 4259 0 -1 1077944384 33813 0 0 0 15549 187 0 0 20 0 16 0 414460618 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906210646288 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5035] ppid=5026 vsize=10746276 memory=8217224 CPUtime=157.39 cores=1,3,5,7
/proc/5029/task/5035/stat : 5035 (java) S 5026 5029 4259 0 -1 1077944384 43175 0 0 0 15553 186 0 0 20 0 16 0 414460618 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906209593744 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5036] ppid=5026 vsize=10746276 memory=8217224 CPUtime=3.9 cores=1,3,5,7
/proc/5029/task/5036/stat : 5036 (java) R 5026 5029 4259 0 -1 4202560 81478 0 0 0 385 5 0 0 20 0 16 0 414460619 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906165499200 139906584761211 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5037] ppid=5026 vsize=10746276 memory=3624 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5037/stat : 5037 (java) S 5026 5029 4259 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 414460620 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906164446944 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5038] ppid=5026 vsize=10746276 memory=8217224 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5038/stat : 5038 (java) S 5026 5029 4259 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 414460620 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906163393792 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5039] ppid=5026 vsize=10746276 memory=25100 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5039/stat : 5039 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414460622 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906162342352 139906606409627 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5040] ppid=5026 vsize=10746276 memory=0 CPUtime=4.68 cores=1,3,5,7
/proc/5029/task/5040/stat : 5040 (java) S 5026 5029 4259 0 -1 1077944384 17607 0 0 0 466 2 0 0 20 0 16 0 414460623 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906161289456 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5041] ppid=5026 vsize=10746276 memory=1408 CPUtime=4.69 cores=1,3,5,7
/proc/5029/task/5041/stat : 5041 (java) S 5026 5029 4259 0 -1 1077944384 14751 0 0 0 468 1 0 0 20 0 16 0 414460623 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906160236912 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5042] ppid=5026 vsize=10746276 memory=8217276 CPUtime=0.83 cores=1,3,5,7
/proc/5029/task/5042/stat : 5042 (java) S 5026 5029 4259 0 -1 1077944384 6603 0 0 0 81 2 0 0 20 0 16 0 414460623 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906159183856 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5043] ppid=5026 vsize=10746276 memory=7379546366258865771 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5043/stat : 5043 (java) S 5026 5029 4259 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 414460623 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906158131552 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5044] ppid=5026 vsize=10746276 memory=8217276 CPUtime=0.21 cores=1,3,5,7
/proc/5029/task/5044/stat : 5044 (java) S 5026 5029 4259 0 -1 1077944384 1480 0 0 0 8 13 0 0 20 0 16 0 414460623 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139906157079600 139906606402178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
[pid=5029/tid=5071] ppid=5026 vsize=10746276 memory=3624 CPUtime=0 cores=1,3,5,7
/proc/5029/task/5071/stat : 5071 (java) S 5026 5029 4259 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 16 0 414484012 11004186624 2054309 33554432000 4194304 4196468 140737341297296 139905817383488 139906606401237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140737341305867 140737341305970 140737341305970 140737341308879 0
Current children cumulated CPU time: 718.5 s
Current children cumulated vsize: 10746276 KiB
Current children cumulated memory: 8217236 KiB

Child status: 0
Real time (s): 237.343
CPU time (s): 718.553
CPU user time (s): 710.622
CPU system time (s): 7.93092
CPU usage (%): 302.748
Max. virtual memory (cumulated for all children) (KiB): 10748144
Max. memory (cumulated for all children) (KiB): 8217300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 710.622
system time used= 7.93092
maximum resident set size= 8217412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 324918
page faults= 0
swaps= 0
block input operations= 0
block output operations= 360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12131
involuntary context switches= 5837


# summary of solver processes directly reported to runsolver:
#   pid: 5029
#   total CPU time (s): 718.553
#   total CPU user time (s): 710.622
#   total CPU system time (s): 7.93092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.45426 second user time and 2.46223 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-13 14:39:42
IDJOB=4390528
IDBENCH=126905
IDSOLVER=2832
FILE ID=node106/4390528-1568382059
RUNJOBID= node106-1568376840-4291
PBS_JOBID= 21701848
Free space on /tmp= 56688 MiB

SOLVER NAME= AbsCon 2019-07-23
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0700d-int.xml
COMMAND LINE= java -cp AbsCon19-06.jar AbsCon BENCHNAME -cm
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4390528-1568382059/watcher-4390528-1568382059 -o /tmp/evaluation-result-4390528-1568382059/solver-4390528-1568382059 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568376840-4291 --watchdog 2580  java -cp AbsCon19-06.jar AbsCon HOME/instance-4390528-1568382059.xml -cm

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

MD5SUM BENCH= 95bc0b66e49d41fb88ec1889e7409155
RANDOM SEED=2037128946

node106.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.79
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.79
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.79
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.79
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:        30461884 kB
MemAvailable:   31645800 kB
Buffers:          151164 kB
Cached:          1311836 kB
SwapCached:         9720 kB
Active:           688544 kB
Inactive:        1047052 kB
Active(anon):     272236 kB
Inactive(anon):    33700 kB
Active(file):     416308 kB
Inactive(file):  1013352 kB
Unevictable:      107768 kB
Mlocked:          107768 kB
SwapTotal:      67108860 kB
SwapFree:       66997100 kB
Dirty:             49048 kB
Writeback:             0 kB
AnonPages:        371252 kB
Mapped:            49428 kB
Shmem:             24720 kB
Slab:             169916 kB
SReclaimable:     140184 kB
SUnreclaim:        29732 kB
KernelStack:        3712 kB
PageTables:         6128 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1250076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    301056 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 56676 MiB
End job on node106 at 2019-09-13 14:43:40