Trace number 4298454

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
The dodo solver 2018-04-29? (NS) 47.6695 21.2675

General information on the benchmark

NameGraphColoring/
GraphColoring-4-fullins-5_c18.xml
MD5SUM95ec92f657fea8ce6e93e6f35592ce49
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2519.92
Satisfiable
(Un)Satisfiability was proved
Number of variables4146
Number of constraints77305
Number of domains1
Minimum domain size4146
Maximum domain size4146
Distribution of domain sizes[{"size":4146,"count":4146}]
Minimum variable degree9
Maximum variable degree696
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":18},{"degree":11,"count":14},{"degree":12,"count":56},{"degree":13,"count":22},{"degree":14,"count":94},{"degree":15,"count":28},{"degree":16,"count":112},{"degree":17,"count":54},{"degree":18,"count":216},{"degree":19,"count":62},{"degree":20,"count":248},{"degree":21,"count":24},{"degree":22,"count":96},{"degree":23,"count":78},{"degree":24,"count":312},{"degree":25,"count":10},{"degree":26,"count":40},{"degree":27,"count":40},{"degree":28,"count":166},{"degree":29,"count":40},{"degree":30,"count":160},{"degree":31,"count":166},{"degree":32,"count":664},{"degree":33,"count":30},"...",{"degree":36,"count":96}, {"degree":37,"count":6}, {"degree":38,"count":24}, {"degree":39,"count":24}, {"degree":40,"count":96}, {"degree":49,"count":6}, {"degree":50,"count":24}, {"degree":51,"count":6}, {"degree":52,"count":24}, {"degree":57,"count":6}, {"degree":58,"count":24}, {"degree":59,"count":24}, {"degree":60,"count":96}, {"degree":61,"count":24}, {"degree":62,"count":96}, {"degree":63,"count":96}, {"degree":64,"count":384}, {"degree":93,"count":6}, {"degree":94,"count":24}, {"degree":95,"count":24}, {"degree":96,"count":96}, {"degree":122,"count":6}, {"degree":239,"count":6}, {"degree":240,"count":24}, {"degree":696,"count":6}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":77305}]
Number of extensional constraints0
Number of intensional constraints77305
Distribution of constraint types[{"type":"intension","count":77305}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
47.60/21.21	c Caught NotImplementedException
47.60/21.22	c 	minicp.search.DFSearch.start(DFSearch.java:79)
47.60/21.22	c 	xcsp3.XCSP3.solve(XCSP3.java:794)
47.60/21.22	c 	xcsp3.CompetitionApp.runSolver(CompetitionApp.java:61)
47.60/21.22	c 	xcsp3.CompetitionApp.main(CompetitionApp.java:48)
47.60/21.22	s UNSUPPORTED

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298454-1532759958/watcher-4298454-1532759958 -o /tmp/evaluation-result-4298454-1532759958/solver-4298454-1532759958 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20129 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4298454-1532759958.xml --timelimit 2520 

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=22660, runsolver pid=22657
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.59 1.59 1.58 4/215 22675
/proc/meminfo: memFree=19804352/32770624 swapFree=67108796/67108860
[pid=22660] ppid=22657 vsize=10658972 memory=27508 CPUtime=0.12 cores=1,3,5,7
/proc/22660/stat : 22660 (java) S 22657 22660 25017 0 -1 1077944320 5254 0 0 0 11 1 0 0 20 0 15 0 93558927 10914787328 6877 33554432000 4194304 4196468 140733603250816 140733603233360 140516690632439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
/proc/22660/statm: 2664743 6877 2834 1 0 2627263 0
[pid=22660/tid=22662] ppid=22657 vsize=10658972 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/22660/task/22662/stat : 22662 (java) R 22657 22660 25017 0 -1 4202560 3108 0 0 0 8 1 0 0 20 0 15 0 93558927 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516694861920 140516690653786 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22663] ppid=22657 vsize=10658972 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22663/stat : 22663 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516643252880 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22664] ppid=22657 vsize=10658972 memory=140123423774336 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22664/stat : 22664 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516642200080 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22665] ppid=22657 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22665/stat : 22665 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516641147280 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22666] ppid=22657 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22666/stat : 22666 (java) S 22657 22660 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93558928 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516640094480 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22667] ppid=22657 vsize=10658972 memory=140123423774336 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22667/stat : 22667 (java) S 22657 22660 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93558929 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516249766768 140516690643586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22668] ppid=22657 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22668/stat : 22668 (java) S 22657 22660 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93558930 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516248712736 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22669] ppid=22657 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22669/stat : 22669 (java) S 22657 22660 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93558930 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516247659888 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22670] ppid=22657 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22670/stat : 22670 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558932 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516246608208 140516690651035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22671] ppid=22657 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22671/stat : 22671 (java) R 22657 22660 25017 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 93558932 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516245555568 140516690643586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22672] ppid=22657 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22672/stat : 22672 (java) R 22657 22660 25017 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 15 0 93558932 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516244494272 140516668563040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22673] ppid=22657 vsize=10658972 memory=140123423774336 CPUtime=0.02 cores=1,3,5,7
/proc/22660/task/22673/stat : 22673 (java) R 22657 22660 25017 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 15 0 93558932 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516243447504 140516675181481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22674] ppid=22657 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22674/stat : 22674 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558933 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516242397408 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22675] ppid=22657 vsize=10658972 memory=140123423774336 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22675/stat : 22675 (java) R 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558933 10914787328 6877 33554432000 4194304 4196468 140733603250816 140516241345712 140516690643586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27508 KiB

[startup+0.210592 s]*
/proc/loadavg: 1.59 1.59 1.58 5/215 22675
/proc/meminfo: memFree=19792272/32770624 swapFree=67108796/67108860
[pid=22660] ppid=22657 vsize=10661056 memory=40168 CPUtime=0.34 cores=1,3,5,7
/proc/22660/stat : 22660 (java) S 22657 22660 25017 0 -1 1077944320 8107 0 0 0 32 2 0 0 20 0 15 0 93558927 10916921344 10042 33554432000 4194304 4196468 140733603250816 140733603233360 140516690632439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
/proc/22660/statm: 2665264 10042 2988 1 0 2627263 0
[pid=22660/tid=22662] ppid=22657 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/22660/task/22662/stat : 22662 (java) R 22657 22660 25017 0 -1 4202560 5104 0 0 0 18 1 0 0 20 0 15 0 93558927 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516694870400 140516690644374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22663] ppid=22657 vsize=10661056 memory=345 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22663/stat : 22663 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516643252880 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22664] ppid=22657 vsize=10661056 memory=140123424357139 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22664/stat : 22664 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516642200080 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22665] ppid=22657 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22665/stat : 22665 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516641147280 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22666] ppid=22657 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22666/stat : 22666 (java) S 22657 22660 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93558928 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516640094480 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22667] ppid=22657 vsize=10661056 memory=140123423774336 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22667/stat : 22667 (java) S 22657 22660 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93558929 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516249766768 140516690643586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22668] ppid=22657 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22668/stat : 22668 (java) S 22657 22660 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93558930 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516248712736 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22669] ppid=22657 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22669/stat : 22669 (java) S 22657 22660 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93558930 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516247659888 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22670] ppid=22657 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22670/stat : 22670 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558932 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516246608208 140516690651035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22671] ppid=22657 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22660/task/22671/stat : 22671 (java) R 22657 22660 25017 0 -1 1077944384 537 0 0 0 3 0 0 0 20 0 15 0 93558932 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516245555568 140516690643586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22672] ppid=22657 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/22660/task/22672/stat : 22672 (java) R 22657 22660 25017 0 -1 4202560 243 0 0 0 1 0 0 0 20 0 15 0 93558932 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516244502768 140516673868640 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22673] ppid=22657 vsize=10661056 memory=140123423774336 CPUtime=0.08 cores=1,3,5,7
/proc/22660/task/22673/stat : 22673 (java) R 22657 22660 25017 0 -1 4202560 861 0 0 0 8 0 0 0 20 0 15 0 93558932 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516243446336 140516670004384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22674] ppid=22657 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22674/stat : 22674 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558933 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516242397408 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22675] ppid=22657 vsize=10661056 memory=140123423774336 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22675/stat : 22675 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558933 10916921344 10101 33554432000 4194304 4196468 140733603250816 140516241345712 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40168 KiB

[startup+0.310588 s]*
/proc/loadavg: 1.59 1.59 1.58 5/215 22675
/proc/meminfo: memFree=19776764/32770624 swapFree=67108796/67108860
[pid=22660] ppid=22657 vsize=10661056 memory=57508 CPUtime=0.66 cores=1,3,5,7
/proc/22660/stat : 22660 (java) S 22657 22660 25017 0 -1 1077944320 9875 0 0 0 64 2 0 0 20 0 15 0 93558927 10916921344 14377 33554432000 4194304 4196468 140733603250816 140733603233360 140516690632439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
/proc/22660/statm: 2665264 14377 3034 1 0 2627263 0
[pid=22660/tid=22662] ppid=22657 vsize=10661056 memory=53476 CPUtime=0.29 cores=1,3,5,7
/proc/22660/task/22662/stat : 22662 (java) R 22657 22660 25017 0 -1 4202560 5121 0 0 0 28 1 0 0 20 0 15 0 93558927 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516694868368 140516690654365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22663] ppid=22657 vsize=10661056 memory=35 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22663/stat : 22663 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516643252880 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22664] ppid=22657 vsize=10661056 memory=140123423832352 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22664/stat : 22664 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516642200080 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22665] ppid=22657 vsize=10661056 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22665/stat : 22665 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516641147280 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22666] ppid=22657 vsize=10661056 memory=35 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22666/stat : 22666 (java) S 22657 22660 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93558928 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516640094480 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22667] ppid=22657 vsize=10661056 memory=140123423839264 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22667/stat : 22667 (java) S 22657 22660 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93558929 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516249766768 140516690643586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22668] ppid=22657 vsize=10661056 memory=35 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22668/stat : 22668 (java) S 22657 22660 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93558930 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516248712736 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22669] ppid=22657 vsize=10661056 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22669/stat : 22669 (java) S 22657 22660 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93558930 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516247659888 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22670] ppid=22657 vsize=10661056 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22670/stat : 22670 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558932 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516246608208 140516690651035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22671] ppid=22657 vsize=10661056 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/22660/task/22671/stat : 22671 (java) R 22657 22660 25017 0 -1 4202560 1386 0 0 0 11 0 0 0 20 0 15 0 93558932 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516245541448 140516675554265 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22672] ppid=22657 vsize=10661056 memory=140123308150287 CPUtime=0.11 cores=1,3,5,7
/proc/22660/task/22672/stat : 22672 (java) R 22657 22660 25017 0 -1 4202560 785 0 0 0 11 0 0 0 20 0 15 0 93558932 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516244488568 140516674129122 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22673] ppid=22657 vsize=10661056 memory=140123423796877 CPUtime=0.12 cores=1,3,5,7
/proc/22660/task/22673/stat : 22673 (java) S 22657 22660 25017 0 -1 1077944384 1215 0 0 0 12 0 0 0 20 0 15 0 93558932 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516243449968 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22674] ppid=22657 vsize=10661056 memory=140123308154831 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22674/stat : 22674 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558933 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516242397408 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22675] ppid=22657 vsize=10661056 memory=280246731945920 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22675/stat : 22675 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558933 10916921344 14377 33554432000 4194304 4196468 140733603250816 140516241345712 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 57508 KiB

[startup+0.701585 s]
/proc/loadavg: 1.59 1.59 1.58 6/215 22675
/proc/meminfo: memFree=19745636/32770624 swapFree=67108796/67108860
[pid=22660] ppid=22657 vsize=10661132 memory=142064 CPUtime=1.77 cores=1,3,5,7
/proc/22660/stat : 22660 (java) S 22657 22660 25017 0 -1 1077944320 12153 0 0 0 172 5 0 0 20 0 15 0 93558927 10916999168 35516 33554432000 4194304 4196468 140733603250816 140733603233360 140516690632439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
/proc/22660/statm: 2665283 35516 3102 1 0 2627263 0
[pid=22660/tid=22662] ppid=22657 vsize=10661132 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/22660/task/22662/stat : 22662 (java) R 22657 22660 25017 0 -1 4202560 5482 0 0 0 64 3 0 0 20 0 15 0 93558927 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516694865296 140516317304103 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22663] ppid=22657 vsize=10661132 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22663/stat : 22663 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516643252880 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22664] ppid=22657 vsize=10661132 memory=7024 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22664/stat : 22664 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516642200080 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22665] ppid=22657 vsize=10661132 memory=15044 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22665/stat : 22665 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558928 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516641147280 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22666] ppid=22657 vsize=10661132 memory=20352 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22666/stat : 22666 (java) S 22657 22660 25017 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 93558928 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516640094480 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22667] ppid=22657 vsize=10661132 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22667/stat : 22667 (java) S 22657 22660 25017 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 93558929 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516249766768 140516690643586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22668] ppid=22657 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22668/stat : 22668 (java) S 22657 22660 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93558930 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516248712736 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22669] ppid=22657 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22669/stat : 22669 (java) S 22657 22660 25017 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 93558930 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516247659888 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22670] ppid=22657 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22670/stat : 22670 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558932 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516246608208 140516690651035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22671] ppid=22657 vsize=10661132 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/22660/task/22671/stat : 22671 (java) R 22657 22660 25017 0 -1 4202560 1902 0 0 0 41 0 0 0 20 0 15 0 93558932 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516245541304 140516673849036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22672] ppid=22657 vsize=10661132 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/22660/task/22672/stat : 22672 (java) R 22657 22660 25017 0 -1 4202560 1932 0 0 0 41 0 0 0 20 0 15 0 93558932 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516244484336 140516674043240 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22673] ppid=22657 vsize=10661132 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/22660/task/22673/stat : 22673 (java) S 22657 22660 25017 0 -1 1077944384 1466 0 0 0 23 0 0 0 20 0 15 0 93558932 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516243449968 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22674] ppid=22657 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22674/stat : 22674 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558933 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516242397408 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22675] ppid=22657 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22675/stat : 22675 (java) S 22657 22660 25017 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 93558933 10916999168 35516 33554432000 4194304 4196468 140733603250816 140516241345712 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 142064 KiB

[startup+1.5007 s]
/proc/loadavg: 1.59 1.59 1.58 7/215 22675
/proc/meminfo: memFree=19604588/32770624 swapFree=67108796/67108860
[pid=22660] ppid=22657 vsize=10661132 memory=382956 CPUtime=4.29 cores=1,3,5,7
/proc/22660/stat : 22660 (java) S 22657 22660 25017 0 -1 1077944320 16291 0 0 0 414 15 0 0 20 0 15 0 93558927 10916999168 95739 33554432000 4194304 4196468 140733603250816 140733603233360 140516690632439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
/proc/22660/statm: 2665283 95739 3145 1 0 2627263 0
[pid=22660/tid=22662] ppid=22657 vsize=10661132 memory=3545239132968276079 CPUtime=1.39 cores=1,3,5,7
/proc/22660/task/22662/stat : 22662 (java) S 22657 22660 25017 0 -1 1077944384 5637 0 0 0 134 5 0 0 20 0 15 0 93558927 10916999168 95739 33554432000 4194304 4196468 140733603250816 140516694870272 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22663] ppid=22657 vsize=10661132 memory=217868 CPUtime=0.07 cores=1,3,5,7
/proc/22660/task/22663/stat : 22663 (java) R 22657 22660 25017 0 -1 4202560 151 0 0 0 5 2 0 0 20 0 15 0 93558928 10916999168 95739 33554432000 4194304 4196468 140733603250816 140516643252880 140516683729331 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22664] ppid=22657 vsize=10661132 memory=2241 CPUtime=0.05 cores=1,3,5,7
/proc/22660/task/22664/stat : 22664 (java) R 22657 22660 25017 0 -1 4202560 83 0 0 0 4 1 0 0 20 0 15 0 93558928 10916999168 95739 33554432000 4194304 4196468 140733603250816 140516642200080 140516672258384 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22665] ppid=22657 vsize=10661132 memory=7024 CPUtime=0.04 cores=1,3,5,7
/proc/22660/task/22665/stat : 22665 (java) R 22657 22660 25017 0 -1 4202560 167 0 0 0 3 1 0 0 20 0 15 0 93558928 10916999168 95739 33554432000 4194304 4196468 140733603250816 140516641147280 140516675654560 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22666] ppid=22657 vsize=10661132 memory=15044 CPUtime=0.04 cores=1,3,5,7
/proc/22660/task/22666/stat : 22666 (java) R 22657 22660 25017 0 -1 4202560 129 0 0 0 3 1 0 0 20 0 15 0 93558928 10916999168 95739 33554432000 4194304 4196468 140733603250816 140516640094680 140516672258324 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22667] ppid=22657 vsize=10661132 memory=20352 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22667/stat : 22667 (java) S 22657 22660 25017 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 93558929 10916999168 95739 33554432000 4194304 4196468 140733603250816 140516249765280 140516690642645 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0

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

[pid=22660/tid=22674] ppid=22657 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22674/stat : 22674 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558933 10916999168 1921223 33554432000 4194304 4196468 140733603250816 140516242397408 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22675] ppid=22657 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22660/task/22675/stat : 22675 (java) S 22657 22660 25017 0 -1 1077944384 770 0 0 0 0 1 0 0 20 0 15 0 93558933 10916999168 1921223 33554432000 4194304 4196468 140733603250816 140516241345712 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
Current children cumulated CPU time: 42.4 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7684892 KiB

[startup+19.2008 s]
/proc/loadavg: 2.04 1.69 1.62 3/215 22675
/proc/meminfo: memFree=12190988/32770624 swapFree=67108796/67108860
[pid=22660] ppid=22657 vsize=10661132 memory=7685256 CPUtime=45.6 cores=1,3,5,7
/proc/22660/stat : 22660 (java) S 22657 22660 25017 0 -1 1077944320 79638 0 0 0 3781 779 0 0 20 0 15 0 93558927 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140733603233360 140516690632439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
/proc/22660/statm: 2665283 1921314 3181 1 0 2627263 0
[pid=22660/tid=22662] ppid=22657 vsize=10661132 memory=6791534058613427641 CPUtime=11.86 cores=1,3,5,7
/proc/22660/task/22662/stat : 22662 (java) R 22657 22660 25017 0 -1 4202560 15747 0 0 0 1173 13 0 0 20 0 15 0 93558927 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516694180832 140516321218754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22663] ppid=22657 vsize=10661132 memory=7595439954325688423 CPUtime=7.02 cores=1,3,5,7
/proc/22660/task/22663/stat : 22663 (java) S 22657 22660 25017 0 -1 1077944384 8609 0 0 0 515 187 0 0 20 0 15 0 93558928 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516643252880 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22664] ppid=22657 vsize=10661132 memory=5791726317272917849 CPUtime=6.95 cores=1,3,5,7
/proc/22660/task/22664/stat : 22664 (java) S 22657 22660 25017 0 -1 1077944384 7381 0 0 0 515 180 0 0 20 0 15 0 93558928 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516642200080 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22665] ppid=22657 vsize=10661132 memory=7594587674001172330 CPUtime=6.95 cores=1,3,5,7
/proc/22660/task/22665/stat : 22665 (java) S 22657 22660 25017 0 -1 1077944384 8397 0 0 0 508 187 0 0 20 0 15 0 93558928 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516641147280 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22666] ppid=22657 vsize=10661132 memory=6369384 CPUtime=6.98 cores=1,3,5,7
/proc/22660/task/22666/stat : 22666 (java) S 22657 22660 25017 0 -1 1077944384 12442 0 0 0 495 203 0 0 20 0 15 0 93558928 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516640094480 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22667] ppid=22657 vsize=10661132 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/22660/task/22667/stat : 22667 (java) S 22657 22660 25017 0 -1 1077944384 10574 0 0 0 17 1 0 0 20 0 15 0 93558929 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516249766768 140516690643586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22668] ppid=22657 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22668/stat : 22668 (java) S 22657 22660 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93558930 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516248712800 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22669] ppid=22657 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22669/stat : 22669 (java) S 22657 22660 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 93558930 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516247659888 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22670] ppid=22657 vsize=10661132 memory=7685108 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22670/stat : 22670 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558932 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516246608208 140516690651035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22671] ppid=22657 vsize=10661132 memory=7684920 CPUtime=2.64 cores=1,3,5,7
/proc/22660/task/22671/stat : 22671 (java) S 22657 22660 25017 0 -1 1077944384 6200 0 0 0 263 1 0 0 20 0 15 0 93558932 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516245555568 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22672] ppid=22657 vsize=10661132 memory=303430223234596890 CPUtime=2.37 cores=1,3,5,7
/proc/22660/task/22672/stat : 22672 (java) S 22657 22660 25017 0 -1 1077944384 5751 0 0 0 237 0 0 0 20 0 15 0 93558932 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516244502768 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22673] ppid=22657 vsize=10661132 memory=7684964 CPUtime=0.55 cores=1,3,5,7
/proc/22660/task/22673/stat : 22673 (java) S 22657 22660 25017 0 -1 1077944384 2406 0 0 0 54 1 0 0 20 0 15 0 93558932 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516243449968 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22674] ppid=22657 vsize=10661132 memory=15539617717815893 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22674/stat : 22674 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558933 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516242397408 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22675] ppid=22657 vsize=10661132 memory=7024 CPUtime=0.01 cores=1,3,5,7
/proc/22660/task/22675/stat : 22675 (java) S 22657 22660 25017 0 -1 1077944384 770 0 0 0 0 1 0 0 20 0 15 0 93558933 10916999168 1921314 33554432000 4194304 4196468 140733603250816 140516241345712 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
Current children cumulated CPU time: 45.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7685256 KiB

[startup+20.0007 s]*
/proc/loadavg: 2.04 1.69 1.62 3/215 22675
/proc/meminfo: memFree=12190616/32770624 swapFree=67108796/67108860
[pid=22660] ppid=22657 vsize=10661132 memory=7685344 CPUtime=46.4 cores=1,3,5,7
/proc/22660/stat : 22660 (java) S 22657 22660 25017 0 -1 1077944320 80858 0 0 0 3861 779 0 0 20 0 15 0 93558927 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140733603233360 140516690632439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
/proc/22660/statm: 2665283 1921336 3181 1 0 2627263 0
[pid=22660/tid=22662] ppid=22657 vsize=10661132 memory=6935054825532540783 CPUtime=12.67 cores=1,3,5,7
/proc/22660/task/22662/stat : 22662 (java) R 22657 22660 25017 0 -1 4202560 16967 0 0 0 1254 13 0 0 20 0 15 0 93558927 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516694180832 140516321218814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22663] ppid=22657 vsize=10661132 memory=4872558044660077418 CPUtime=7.02 cores=1,3,5,7
/proc/22660/task/22663/stat : 22663 (java) S 22657 22660 25017 0 -1 1077944384 8609 0 0 0 515 187 0 0 20 0 15 0 93558928 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516643252880 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22664] ppid=22657 vsize=10661132 memory=17608 CPUtime=6.95 cores=1,3,5,7
/proc/22660/task/22664/stat : 22664 (java) S 22657 22660 25017 0 -1 1077944384 7381 0 0 0 515 180 0 0 20 0 15 0 93558928 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516642200080 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22665] ppid=22657 vsize=10661132 memory=4016 CPUtime=6.95 cores=1,3,5,7
/proc/22660/task/22665/stat : 22665 (java) S 22657 22660 25017 0 -1 1077944384 8397 0 0 0 508 187 0 0 20 0 15 0 93558928 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516641147280 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22666] ppid=22657 vsize=10661132 memory=644 CPUtime=6.98 cores=1,3,5,7
/proc/22660/task/22666/stat : 22666 (java) S 22657 22660 25017 0 -1 1077944384 12442 0 0 0 495 203 0 0 20 0 15 0 93558928 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516640094480 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22667] ppid=22657 vsize=10661132 memory=1676 CPUtime=0.18 cores=1,3,5,7
/proc/22660/task/22667/stat : 22667 (java) S 22657 22660 25017 0 -1 1077944384 10574 0 0 0 17 1 0 0 20 0 15 0 93558929 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516249766768 140516690643586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22668] ppid=22657 vsize=10661132 memory=960 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22668/stat : 22668 (java) S 22657 22660 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93558930 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516248712800 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22669] ppid=22657 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22669/stat : 22669 (java) S 22657 22660 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 93558930 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516247659888 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22670] ppid=22657 vsize=10661132 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22670/stat : 22670 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558932 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516246608208 140516690651035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22671] ppid=22657 vsize=10661132 memory=2244 CPUtime=2.64 cores=1,3,5,7
/proc/22660/task/22671/stat : 22671 (java) S 22657 22660 25017 0 -1 1077944384 6200 0 0 0 263 1 0 0 20 0 15 0 93558932 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516245555568 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22672] ppid=22657 vsize=10661132 memory=4124 CPUtime=2.37 cores=1,3,5,7
/proc/22660/task/22672/stat : 22672 (java) S 22657 22660 25017 0 -1 1077944384 5751 0 0 0 237 0 0 0 20 0 15 0 93558932 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516244502768 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22673] ppid=22657 vsize=10661132 memory=924 CPUtime=0.55 cores=1,3,5,7
/proc/22660/task/22673/stat : 22673 (java) S 22657 22660 25017 0 -1 1077944384 2406 0 0 0 54 1 0 0 20 0 15 0 93558932 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516243449968 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22674] ppid=22657 vsize=10661132 memory=1572 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22674/stat : 22674 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558933 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516242397408 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22675] ppid=22657 vsize=10661132 memory=2092 CPUtime=0.01 cores=1,3,5,7
/proc/22660/task/22675/stat : 22675 (java) S 22657 22660 25017 0 -1 1077944384 770 0 0 0 0 1 0 0 20 0 15 0 93558933 10916999168 1921336 33554432000 4194304 4196468 140733603250816 140516241345712 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
Current children cumulated CPU time: 46.4 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7685344 KiB

[startup+20.8007 s]
/proc/loadavg: 2.04 1.69 1.62 3/215 22675
/proc/meminfo: memFree=12190616/32770624 swapFree=67108796/67108860
[pid=22660] ppid=22657 vsize=10661132 memory=7685400 CPUtime=47.2 cores=1,3,5,7
/proc/22660/stat : 22660 (java) S 22657 22660 25017 0 -1 1077944320 81908 0 0 0 3941 779 0 0 20 0 15 0 93558927 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140733603233360 140516690632439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
/proc/22660/statm: 2665283 1921350 3181 1 0 2627263 0
[pid=22660/tid=22662] ppid=22657 vsize=10661132 memory=7685344 CPUtime=13.46 cores=1,3,5,7
/proc/22660/task/22662/stat : 22662 (java) R 22657 22660 25017 0 -1 4202560 18017 0 0 0 1333 13 0 0 20 0 15 0 93558927 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516694180832 140516321218785 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22663] ppid=22657 vsize=10661132 memory=6791534058613427641 CPUtime=7.02 cores=1,3,5,7
/proc/22660/task/22663/stat : 22663 (java) S 22657 22660 25017 0 -1 1077944384 8609 0 0 0 515 187 0 0 20 0 15 0 93558928 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516643252880 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22664] ppid=22657 vsize=10661132 memory=6791534058613427641 CPUtime=6.95 cores=1,3,5,7
/proc/22660/task/22664/stat : 22664 (java) S 22657 22660 25017 0 -1 1077944384 7381 0 0 0 515 180 0 0 20 0 15 0 93558928 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516642200080 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22665] ppid=22657 vsize=10661132 memory=17608 CPUtime=6.95 cores=1,3,5,7
/proc/22660/task/22665/stat : 22665 (java) S 22657 22660 25017 0 -1 1077944384 8397 0 0 0 508 187 0 0 20 0 15 0 93558928 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516641147280 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22666] ppid=22657 vsize=10661132 memory=4016 CPUtime=6.98 cores=1,3,5,7
/proc/22660/task/22666/stat : 22666 (java) S 22657 22660 25017 0 -1 1077944384 12442 0 0 0 495 203 0 0 20 0 15 0 93558928 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516640094480 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22667] ppid=22657 vsize=10661132 memory=33 CPUtime=0.18 cores=1,3,5,7
/proc/22660/task/22667/stat : 22667 (java) S 22657 22660 25017 0 -1 1077944384 10574 0 0 0 17 1 0 0 20 0 15 0 93558929 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516249766768 140516690643586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22668] ppid=22657 vsize=10661132 memory=-3395018491275122221 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22668/stat : 22668 (java) S 22657 22660 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93558930 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516248712800 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22669] ppid=22657 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22669/stat : 22669 (java) S 22657 22660 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 93558930 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516247659888 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22670] ppid=22657 vsize=10661132 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22670/stat : 22670 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558932 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516246608208 140516690651035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22671] ppid=22657 vsize=10661132 memory=792 CPUtime=2.64 cores=1,3,5,7
/proc/22660/task/22671/stat : 22671 (java) S 22657 22660 25017 0 -1 1077944384 6200 0 0 0 263 1 0 0 20 0 15 0 93558932 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516245555568 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22672] ppid=22657 vsize=10661132 memory=832 CPUtime=2.37 cores=1,3,5,7
/proc/22660/task/22672/stat : 22672 (java) S 22657 22660 25017 0 -1 1077944384 5751 0 0 0 237 0 0 0 20 0 15 0 93558932 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516244502768 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22673] ppid=22657 vsize=10661132 memory=1608 CPUtime=0.55 cores=1,3,5,7
/proc/22660/task/22673/stat : 22673 (java) S 22657 22660 25017 0 -1 1077944384 2406 0 0 0 54 1 0 0 20 0 15 0 93558932 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516243449968 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22674] ppid=22657 vsize=10661132 memory=5012 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22674/stat : 22674 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558933 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516242397408 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22675] ppid=22657 vsize=10661132 memory=280246616068480 CPUtime=0.01 cores=1,3,5,7
/proc/22660/task/22675/stat : 22675 (java) S 22657 22660 25017 0 -1 1077944384 770 0 0 0 0 1 0 0 20 0 15 0 93558933 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516241345712 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
Current children cumulated CPU time: 47.2 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7685400 KiB

[startup+21.2007 s]
/proc/loadavg: 2.04 1.69 1.62 3/215 22675
/proc/meminfo: memFree=12190616/32770624 swapFree=67108796/67108860
[pid=22660] ppid=22657 vsize=10661132 memory=7685400 CPUtime=47.6 cores=1,3,5,7
/proc/22660/stat : 22660 (java) S 22657 22660 25017 0 -1 1077944320 81929 0 0 0 3981 779 0 0 20 0 15 0 93558927 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140733603233360 140516690632439 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
/proc/22660/statm: 2665283 1921350 3181 1 0 2627263 0
[pid=22660/tid=22662] ppid=22657 vsize=10661132 memory=702 CPUtime=13.86 cores=1,3,5,7
/proc/22660/task/22662/stat : 22662 (java) R 22657 22660 25017 0 -1 4202560 18038 0 0 0 1373 13 0 0 20 0 15 0 93558927 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516694180832 140733603473346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22663] ppid=22657 vsize=10661132 memory=695 CPUtime=7.02 cores=1,3,5,7
/proc/22660/task/22663/stat : 22663 (java) S 22657 22660 25017 0 -1 1077944384 8609 0 0 0 515 187 0 0 20 0 15 0 93558928 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516643252880 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22664] ppid=22657 vsize=10661132 memory=695 CPUtime=6.95 cores=1,3,5,7
/proc/22660/task/22664/stat : 22664 (java) S 22657 22660 25017 0 -1 1077944384 7381 0 0 0 515 180 0 0 20 0 15 0 93558928 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516642200080 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22665] ppid=22657 vsize=10661132 memory=698 CPUtime=6.95 cores=1,3,5,7
/proc/22660/task/22665/stat : 22665 (java) S 22657 22660 25017 0 -1 1077944384 8397 0 0 0 508 187 0 0 20 0 15 0 93558928 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516641147280 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22666] ppid=22657 vsize=10661132 memory=18 CPUtime=6.98 cores=1,3,5,7
/proc/22660/task/22666/stat : 22666 (java) S 22657 22660 25017 0 -1 1077944384 12442 0 0 0 495 203 0 0 20 0 15 0 93558928 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516640094480 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22667] ppid=22657 vsize=10661132 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/22660/task/22667/stat : 22667 (java) S 22657 22660 25017 0 -1 1077944384 10574 0 0 0 17 1 0 0 20 0 15 0 93558929 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516249766768 140516690643586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22668] ppid=22657 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22668/stat : 22668 (java) S 22657 22660 25017 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 93558930 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516248712800 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22669] ppid=22657 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22669/stat : 22669 (java) S 22657 22660 25017 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 93558930 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516247659888 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22670] ppid=22657 vsize=10661132 memory=264 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22670/stat : 22670 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558932 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516246608208 140516690651035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22671] ppid=22657 vsize=10661132 memory=237 CPUtime=2.64 cores=1,3,5,7
/proc/22660/task/22671/stat : 22671 (java) S 22657 22660 25017 0 -1 1077944384 6200 0 0 0 263 1 0 0 20 0 15 0 93558932 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516245555568 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22672] ppid=22657 vsize=10661132 memory=55 CPUtime=2.37 cores=1,3,5,7
/proc/22660/task/22672/stat : 22672 (java) S 22657 22660 25017 0 -1 1077944384 5751 0 0 0 237 0 0 0 20 0 15 0 93558932 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516244502768 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22673] ppid=22657 vsize=10661132 memory=0 CPUtime=0.55 cores=1,3,5,7
/proc/22660/task/22673/stat : 22673 (java) S 22657 22660 25017 0 -1 1077944384 2406 0 0 0 54 1 0 0 20 0 15 0 93558932 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516243449968 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22674] ppid=22657 vsize=10661132 memory=1 CPUtime=0 cores=1,3,5,7
/proc/22660/task/22674/stat : 22674 (java) S 22657 22660 25017 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 93558933 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516242397408 140516690642645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
[pid=22660/tid=22675] ppid=22657 vsize=10661132 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/22660/task/22675/stat : 22675 (java) S 22657 22660 25017 0 -1 1077944384 770 0 0 0 0 1 0 0 20 0 15 0 93558933 10916999168 1921350 33554432000 4194304 4196468 140733603250816 140516241345712 140516690643586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 20983808 140733603255416 140733603255561 140733603255561 140733603258319 0
Current children cumulated CPU time: 47.6 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 7685400 KiB

Child status: 0
Real time (s): 21.2675
CPU time (s): 47.6695
CPU user time (s): 39.8354
CPU system time (s): 7.83404
CPU usage (%): 224.143
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 7685400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.8354
system time used= 7.83404
maximum resident set size= 7685788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82020
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3296
involuntary context switches= 460


# summary of solver processes directly reported to runsolver:
#   pid: 22660
#   total CPU time (s): 47.6695
#   total CPU user time (s): 39.8354
#   total CPU system time (s): 7.83404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.158124 second user time and 0.251697 second system time

The end

Launcher Data

Begin job on node138 at 2018-07-28 08:39:18
IDJOB=4298454
IDBENCH=141141
IDSOLVER=2768
FILE ID=node138/4298454-1532759958
RUNJOBID= node138-1532740019-20129
PBS_JOBID= 21022442
Free space on /tmp= 53796 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/GraphColoring/GraphColoring-4-fullins-5_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298454-1532759958/watcher-4298454-1532759958 -o /tmp/evaluation-result-4298454-1532759958/solver-4298454-1532759958 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1532740019-20129 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4298454-1532759958.xml --timelimit 2520

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

MD5SUM BENCH= 95ec92f657fea8ce6e93e6f35592ce49
RANDOM SEED=901845326

node138.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.71
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.71
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.71
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.71
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:        19820344 kB
MemAvailable:   29454148 kB
Buffers:          204216 kB
Cached:          9637264 kB
SwapCached:           44 kB
Active:          4950572 kB
Inactive:        7416488 kB
Active(anon):    2469912 kB
Inactive(anon):    83516 kB
Active(file):    2480660 kB
Inactive(file):  7332972 kB
Unevictable:        7280 kB
Mlocked:            7280 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:              3988 kB
Writeback:             0 kB
AnonPages:       2549384 kB
Mapped:            49432 kB
Shmem:             25164 kB
Slab:             277244 kB
SReclaimable:     248632 kB
SUnreclaim:        28612 kB
KernelStack:        3792 kB
PageTables:        10232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3364364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2422784 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 53796 MiB
End job on node138 at 2018-07-28 08:39:39