Trace number 4299078

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
The dodo solver 2018-04-29UNSAT 938.28 935.492

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v4-08_mini_c18.xml
MD5SUMd1f29852cfb3bd3adbf49dd6146b1886
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.770402
Satisfiable
(Un)Satisfiability was proved
Number of variables128
Number of constraints136
Number of domains2
Minimum domain size8
Maximum domain size64
Distribution of domain sizes[{"size":8,"count":64},{"size":64,"count":56}]
Minimum variable degree0
Maximum variable degree60
Distribution of variable degrees[{"degree":0,"count":8},{"degree":2,"count":56},{"degree":59,"count":8},{"degree":60,"count":56}]
Minimum constraint arity1
Maximum constraint arity65
Distribution of constraint arities[{"arity":1,"count":8},{"arity":3,"count":56},{"arity":8,"count":16},{"arity":65,"count":56}]
Number of extensional constraints56
Number of intensional constraints8
Distribution of constraint types[{"type":"extension","count":56},{"type":"intension","count":8},{"type":"allDifferent","count":16},{"type":"element","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.14/0.13	c version: 2018-04-11
0.14/0.13	c seed: 1811631
0.14/0.13	c timeout: 2520
0.14/0.13	c memlimit: -1
0.14/0.13	c nbcore: -1
938.18/935.48	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299078-1532801412/watcher-4299078-1532801412 -o /tmp/evaluation-result-4299078-1532801412/solver-4299078-1532801412 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299078-1532801412.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
Current StackSize limit: 8192 KiB

solver pid=30745, runsolver pid=30742

[startup+0.103001 s]*
/proc/loadavg: 1.86 1.87 1.95 4/216 30760
/proc/meminfo: memFree=27292456/32770624 swapFree=67108496/67108860
[pid=30745] ppid=30742 vsize=10658972 memory=27448 CPUtime=0.14 cores=1,3,5,7
/proc/30745/stat : 30745 (java) S 30742 30745 27678 0 -1 1077944320 5330 0 0 0 13 1 0 0 20 0 15 0 97704375 10914787328 6862 33554432000 4194304 4196468 140729481308560 140729481291104 140199222185719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
/proc/30745/statm: 2664743 6862 2827 1 0 2627263 0
[pid=30745/tid=30747] ppid=30742 vsize=10658972 memory=-8269626465541067135 CPUtime=0.1 cores=1,3,5,7
/proc/30745/task/30747/stat : 30747 (java) R 30742 30745 27678 0 -1 4202560 3109 0 0 0 9 1 0 0 20 0 15 0 97704375 10914787328 6862 33554432000 4194304 4196468 140729481308560 140199226407504 140198822380176 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30748] ppid=30742 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30748/stat : 30748 (java) S 30742 30745 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704376 10914787328 6862 33554432000 4194304 4196468 140729481308560 140199148260368 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30749] ppid=30742 vsize=10658972 memory=140464222156416 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30749/stat : 30749 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10914787328 6862 33554432000 4194304 4196468 140729481308560 140199147207824 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30750] ppid=30742 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30750/stat : 30750 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10914787328 6862 33554432000 4194304 4196468 140729481308560 140199146154768 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30751] ppid=30742 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30751/stat : 30751 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10914787328 6862 33554432000 4194304 4196468 140729481308560 140199145102224 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30752] ppid=30742 vsize=10658972 memory=140464222156416 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30752/stat : 30752 (java) S 30742 30745 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704377 10914787328 6862 33554432000 4194304 4196468 140729481308560 140198391265520 140199222196866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30753] ppid=30742 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30753/stat : 30753 (java) S 30742 30745 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97704378 10914787328 6862 33554432000 4194304 4196468 140729481308560 140198390211744 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30754] ppid=30742 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30754/stat : 30754 (java) S 30742 30745 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97704378 10914787328 6862 33554432000 4194304 4196468 140729481308560 140198389158640 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30755] ppid=30742 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30755/stat : 30755 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10914787328 6862 33554432000 4194304 4196468 140729481308560 140198388107216 140199222204315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30756] ppid=30742 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30756/stat : 30756 (java) S 30742 30745 27678 0 -1 1077944384 449 0 0 0 0 0 0 0 20 0 15 0 97704380 10914787328 6862 33554432000 4194304 4196468 140729481308560 140198387055344 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30757] ppid=30742 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30757/stat : 30757 (java) R 30742 30745 27678 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 97704380 10914787328 6862 33554432000 4194304 4196468 140729481308560 140198386002800 140199222196866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30758] ppid=30742 vsize=10658972 memory=140464222156416 CPUtime=0.02 cores=1,3,5,7
/proc/30745/task/30758/stat : 30758 (java) R 30742 30745 27678 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 97704380 10914787328 6862 33554432000 4194304 4196468 140729481308560 140198384949744 140199207351264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30759] ppid=30742 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30759/stat : 30759 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10914787328 6862 33554432000 4194304 4196468 140729481308560 140198383897440 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30760] ppid=30742 vsize=10658972 memory=140464222156416 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30760/stat : 30760 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704380 10914787328 6862 33554432000 4194304 4196468 140729481308560 140198382844464 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27448 KiB

[startup+0.217839 s]*
/proc/loadavg: 1.86 1.87 1.95 3/216 30760
/proc/meminfo: memFree=27279880/32770624 swapFree=67108496/67108860
[pid=30745] ppid=30742 vsize=10661132 memory=40604 CPUtime=0.34 cores=1,3,5,7
/proc/30745/stat : 30745 (java) S 30742 30745 27678 0 -1 1077944320 8225 0 0 0 31 3 0 0 20 0 15 0 97704375 10916999168 10151 33554432000 4194304 4196468 140729481308560 140729481291104 140199222185719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
/proc/30745/statm: 2665283 10151 2978 1 0 2627263 0
[pid=30745/tid=30747] ppid=30742 vsize=10661132 memory=7022364594140610616 CPUtime=0.21 cores=1,3,5,7
/proc/30745/task/30747/stat : 30747 (java) R 30742 30745 27678 0 -1 4202560 5233 0 0 0 19 2 0 0 20 0 15 0 97704375 10916999168 10151 33554432000 4194304 4196468 140729481308560 140199226418032 140199206266206 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30748] ppid=30742 vsize=10661132 memory=364 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30748/stat : 30748 (java) S 30742 30745 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 10151 33554432000 4194304 4196468 140729481308560 140199148260368 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30749] ppid=30742 vsize=10661132 memory=288370840373868160 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30749/stat : 30749 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 10151 33554432000 4194304 4196468 140729481308560 140199147207824 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30750] ppid=30742 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30750/stat : 30750 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 10151 33554432000 4194304 4196468 140729481308560 140199146154768 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30751] ppid=30742 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30751/stat : 30751 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 10151 33554432000 4194304 4196468 140729481308560 140199145102224 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30752] ppid=30742 vsize=10661132 memory=140464222156416 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30752/stat : 30752 (java) S 30742 30745 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704377 10916999168 10151 33554432000 4194304 4196468 140729481308560 140198391265520 140199222196866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30753] ppid=30742 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30753/stat : 30753 (java) S 30742 30745 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 10151 33554432000 4194304 4196468 140729481308560 140198390211744 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30754] ppid=30742 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30754/stat : 30754 (java) S 30742 30745 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 10151 33554432000 4194304 4196468 140729481308560 140198389158640 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30755] ppid=30742 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30755/stat : 30755 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 10151 33554432000 4194304 4196468 140729481308560 140198388107216 140199222204315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30756] ppid=30742 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30745/task/30756/stat : 30756 (java) S 30742 30745 27678 0 -1 1077944384 477 0 0 0 1 0 0 0 20 0 15 0 97704380 10916999168 10151 33554432000 4194304 4196468 140729481308560 140198387055344 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30757] ppid=30742 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30745/task/30757/stat : 30757 (java) S 30742 30745 27678 0 -1 1077944384 245 0 0 0 2 0 0 0 20 0 15 0 97704380 10916999168 10151 33554432000 4194304 4196468 140729481308560 140198386002800 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30758] ppid=30742 vsize=10661132 memory=140464222156416 CPUtime=0.07 cores=1,3,5,7
/proc/30745/task/30758/stat : 30758 (java) S 30742 30745 27678 0 -1 1077944384 905 0 0 0 7 0 0 0 20 0 15 0 97704380 10916999168 10151 33554432000 4194304 4196468 140729481308560 140198384949744 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30759] ppid=30742 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30759/stat : 30759 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 10151 33554432000 4194304 4196468 140729481308560 140198383897440 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30760] ppid=30742 vsize=10661132 memory=140464222156416 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30760/stat : 30760 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 10151 33554432000 4194304 4196468 140729481308560 140198382844464 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40604 KiB

[startup+0.310333 s]*
/proc/loadavg: 1.86 1.87 1.95 4/216 30760
/proc/meminfo: memFree=27276220/32770624 swapFree=67108496/67108860
[pid=30745] ppid=30742 vsize=10661132 memory=44460 CPUtime=0.55 cores=1,3,5,7
/proc/30745/stat : 30745 (java) S 30742 30745 27678 0 -1 1077944320 8711 0 0 0 51 4 0 0 20 0 15 0 97704375 10916999168 11115 33554432000 4194304 4196468 140729481308560 140729481291104 140199222185719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
/proc/30745/statm: 2665283 11115 3025 1 0 2627263 0
[pid=30745/tid=30747] ppid=30742 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/30745/task/30747/stat : 30747 (java) R 30742 30745 27678 0 -1 4202560 5476 0 0 0 27 2 0 0 20 0 15 0 97704375 10916999168 11115 33554432000 4194304 4196468 140729481308560 140199226424224 140199222197654 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30748] ppid=30742 vsize=10661132 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30748/stat : 30748 (java) S 30742 30745 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 11115 33554432000 4194304 4196468 140729481308560 140199148260368 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30749] ppid=30742 vsize=10661132 memory=288370840373868160 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30749/stat : 30749 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 11115 33554432000 4194304 4196468 140729481308560 140199147207824 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30750] ppid=30742 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30750/stat : 30750 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 11115 33554432000 4194304 4196468 140729481308560 140199146154768 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30751] ppid=30742 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30751/stat : 30751 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 11115 33554432000 4194304 4196468 140729481308560 140199145102224 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30752] ppid=30742 vsize=10661132 memory=140464222156416 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30752/stat : 30752 (java) S 30742 30745 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704377 10916999168 11115 33554432000 4194304 4196468 140729481308560 140198391265520 140199222196866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30753] ppid=30742 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30753/stat : 30753 (java) S 30742 30745 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 11115 33554432000 4194304 4196468 140729481308560 140198390211744 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30754] ppid=30742 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30754/stat : 30754 (java) S 30742 30745 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 11115 33554432000 4194304 4196468 140729481308560 140198389158640 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30755] ppid=30742 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30755/stat : 30755 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 11115 33554432000 4194304 4196468 140729481308560 140198388107216 140199222204315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30756] ppid=30742 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30745/task/30756/stat : 30756 (java) R 30742 30745 27678 0 -1 4202560 507 0 0 0 3 0 0 0 20 0 15 0 97704380 10916999168 11115 33554432000 4194304 4196468 140729481308560 140198387055344 140199206173352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30757] ppid=30742 vsize=10661132 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/30745/task/30757/stat : 30757 (java) R 30742 30745 27678 0 -1 4202560 339 0 0 0 5 0 0 0 20 0 15 0 97704380 10916999168 11115 33554432000 4194304 4196468 140729481308560 140198386002800 140199207312110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30758] ppid=30742 vsize=10661132 memory=140464222156416 CPUtime=0.14 cores=1,3,5,7
/proc/30745/task/30758/stat : 30758 (java) R 30742 30745 27678 0 -1 1077944384 1021 0 0 0 14 0 0 0 20 0 15 0 97704380 10916999168 11115 33554432000 4194304 4196468 140729481308560 140198384949744 140199222196866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30759] ppid=30742 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30759/stat : 30759 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 11115 33554432000 4194304 4196468 140729481308560 140198383897440 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30760] ppid=30742 vsize=10661132 memory=140464222156416 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30760/stat : 30760 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 11115 33554432000 4194304 4196468 140729481308560 140198382844464 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44460 KiB

[startup+0.700769 s]
/proc/loadavg: 1.86 1.87 1.95 5/216 30760
/proc/meminfo: memFree=27259228/32770624 swapFree=67108496/67108860
[pid=30745] ppid=30742 vsize=10661132 memory=68884 CPUtime=1.72 cores=1,3,5,7
/proc/30745/stat : 30745 (java) S 30742 30745 27678 0 -1 1077944320 13313 0 0 0 167 5 0 0 20 0 15 0 97704375 10916999168 17221 33554432000 4194304 4196468 140729481308560 140729481291104 140199222185719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
/proc/30745/statm: 2665283 17221 3113 1 0 2627263 0
[pid=30745/tid=30747] ppid=30742 vsize=10661132 memory=1788 CPUtime=0.67 cores=1,3,5,7
/proc/30745/task/30747/stat : 30747 (java) R 30742 30745 27678 0 -1 4202560 5683 0 0 0 65 2 0 0 20 0 15 0 97704375 10916999168 17221 33554432000 4194304 4196468 140729481308560 140199226422192 140198825608388 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30748] ppid=30742 vsize=10661132 memory=860 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30748/stat : 30748 (java) S 30742 30745 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 17221 33554432000 4194304 4196468 140729481308560 140199148260368 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30749] ppid=30742 vsize=10661132 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30749/stat : 30749 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 17221 33554432000 4194304 4196468 140729481308560 140199147207824 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30750] ppid=30742 vsize=10661132 memory=756 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30750/stat : 30750 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 17221 33554432000 4194304 4196468 140729481308560 140199146154768 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30751] ppid=30742 vsize=10661132 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30751/stat : 30751 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 17221 33554432000 4194304 4196468 140729481308560 140199145102224 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30752] ppid=30742 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30752/stat : 30752 (java) S 30742 30745 27678 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97704377 10916999168 17221 33554432000 4194304 4196468 140729481308560 140198391265520 140199222196866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30753] ppid=30742 vsize=10661132 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30753/stat : 30753 (java) S 30742 30745 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 17221 33554432000 4194304 4196468 140729481308560 140198390211744 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30754] ppid=30742 vsize=10661132 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30754/stat : 30754 (java) S 30742 30745 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 17221 33554432000 4194304 4196468 140729481308560 140198389158640 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30755] ppid=30742 vsize=10661132 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30755/stat : 30755 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 17221 33554432000 4194304 4196468 140729481308560 140198388107216 140199222204315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30756] ppid=30742 vsize=10661132 memory=7523093115782322283 CPUtime=0.37 cores=1,3,5,7
/proc/30745/task/30756/stat : 30756 (java) R 30742 30745 27678 0 -1 4202560 2316 0 0 0 37 0 0 0 20 0 15 0 97704380 10916999168 17221 33554432000 4194304 4196468 140729481308560 140198387053744 140199206579168 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30757] ppid=30742 vsize=10661132 memory=5787213827096799335 CPUtime=0.4 cores=1,3,5,7
/proc/30745/task/30757/stat : 30757 (java) R 30742 30745 27678 0 -1 4202560 2426 0 0 0 40 0 0 0 20 0 15 0 97704380 10916999168 17221 33554432000 4194304 4196468 140729481308560 140198385983816 140199203706975 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30758] ppid=30742 vsize=10661132 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/30745/task/30758/stat : 30758 (java) S 30742 30745 27678 0 -1 1077944384 1517 0 0 0 23 1 0 0 20 0 15 0 97704380 10916999168 17221 33554432000 4194304 4196468 140729481308560 140198384949744 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30759] ppid=30742 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30759/stat : 30759 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 17221 33554432000 4194304 4196468 140729481308560 140198383897440 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30760] ppid=30742 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30760/stat : 30760 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 17221 33554432000 4194304 4196468 140729481308560 140198382844464 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 68884 KiB

[startup+1.50069 s]
/proc/loadavg: 1.86 1.87 1.95 4/216 30760
/proc/meminfo: memFree=27243572/32770624 swapFree=67108496/67108860
[pid=30745] ppid=30742 vsize=10661132 memory=94252 CPUtime=2.88 cores=1,3,5,7
/proc/30745/stat : 30745 (java) S 30742 30745 27678 0 -1 1077944320 17479 0 0 0 282 6 0 0 20 0 15 0 97704375 10916999168 23563 33554432000 4194304 4196468 140729481308560 140729481291104 140199222185719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
/proc/30745/statm: 2665283 23563 3119 1 0 2627263 0
[pid=30745/tid=30747] ppid=30742 vsize=10661132 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/30745/task/30747/stat : 30747 (java) R 30742 30745 27678 0 -1 4202560 6009 0 0 0 144 3 0 0 20 0 15 0 97704375 10916999168 23563 33554432000 4194304 4196468 140729481308560 140199226415824 140198825608604 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30748] ppid=30742 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30748/stat : 30748 (java) S 30742 30745 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 23563 33554432000 4194304 4196468 140729481308560 140199148260368 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30749] ppid=30742 vsize=10661132 memory=-6509546260019855299 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30749/stat : 30749 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 23563 33554432000 4194304 4196468 140729481308560 140199147207824 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30750] ppid=30742 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30750/stat : 30750 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 23563 33554432000 4194304 4196468 140729481308560 140199146154768 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30751] ppid=30742 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30751/stat : 30751 (java) S 30742 30745 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97704376 10916999168 23563 33554432000 4194304 4196468 140729481308560 140199145102224 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30752] ppid=30742 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30752/stat : 30752 (java) S 30742 30745 27678 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 15 0 97704377 10916999168 23563 33554432000 4194304 4196468 140729481308560 140198391265520 140199222196866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0

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

[pid=30745/tid=30759] ppid=30742 vsize=10661132 memory=756 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30759/stat : 30759 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198383897440 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30760] ppid=30742 vsize=10661132 memory=3872 CPUtime=0.18 cores=1,3,5,7
/proc/30745/task/30760/stat : 30760 (java) S 30742 30745 27678 0 -1 1077944384 352 0 0 0 8 10 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198382844464 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
Current children cumulated CPU time: 933.97 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 213256 KiB

[startup+932.801 s]
/proc/loadavg: 1.76 1.71 1.80 3/215 30784
/proc/meminfo: memFree=27113828/32770624 swapFree=67108496/67108860
[pid=30745] ppid=30742 vsize=10661132 memory=213256 CPUtime=935.58 cores=1,3,5,7
/proc/30745/stat : 30745 (java) S 30742 30745 27678 0 -1 1077944320 32855 0 0 0 93408 150 0 0 20 0 15 0 97704375 10916999168 53314 33554432000 4194304 4196468 140729481308560 140729481291104 140199222185719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
/proc/30745/statm: 2665283 53314 3148 1 0 2627263 0
[pid=30745/tid=30747] ppid=30742 vsize=10661132 memory=213256 CPUtime=931.83 cores=1,3,5,7
/proc/30745/task/30747/stat : 30747 (java) R 30742 30745 27678 0 -1 4202560 9479 0 0 0 93059 124 0 0 20 0 15 0 97704375 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199226422784 140729481414594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30748] ppid=30742 vsize=10661132 memory=213256 CPUtime=0.34 cores=1,3,5,7
/proc/30745/task/30748/stat : 30748 (java) S 30742 30745 27678 0 -1 1077944384 842 0 0 0 30 4 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199148260368 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30749] ppid=30742 vsize=10661132 memory=28192 CPUtime=0.34 cores=1,3,5,7
/proc/30745/task/30749/stat : 30749 (java) S 30742 30745 27678 0 -1 1077944384 2220 0 0 0 29 5 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199147207824 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30750] ppid=30742 vsize=10661132 memory=213256 CPUtime=0.33 cores=1,3,5,7
/proc/30745/task/30750/stat : 30750 (java) S 30742 30745 27678 0 -1 1077944384 1826 0 0 0 29 4 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199146154768 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30751] ppid=30742 vsize=10661132 memory=28196 CPUtime=0.32 cores=1,3,5,7
/proc/30745/task/30751/stat : 30751 (java) S 30742 30745 27678 0 -1 1077944384 1828 0 0 0 29 3 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199145102224 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30752] ppid=30742 vsize=10661132 memory=5500 CPUtime=0.41 cores=1,3,5,7
/proc/30745/task/30752/stat : 30752 (java) S 30742 30745 27678 0 -1 1077944384 3290 0 0 0 39 2 0 0 20 0 15 0 97704377 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198391265520 140199222196866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30753] ppid=30742 vsize=10661132 memory=4460 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30753/stat : 30753 (java) S 30742 30745 27678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198390211744 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30754] ppid=30742 vsize=10661132 memory=1380 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30754/stat : 30754 (java) S 30742 30745 27678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198389158640 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30755] ppid=30742 vsize=10661132 memory=213256 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30755/stat : 30755 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198388107216 140199222204315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30756] ppid=30742 vsize=10661132 memory=7660770577129778577 CPUtime=0.83 cores=1,3,5,7
/proc/30745/task/30756/stat : 30756 (java) S 30742 30745 27678 0 -1 1077944384 5303 0 0 0 82 1 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198387055344 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30757] ppid=30742 vsize=10661132 memory=7660770577129778577 CPUtime=0.63 cores=1,3,5,7
/proc/30745/task/30757/stat : 30757 (java) S 30742 30745 27678 0 -1 1077944384 4650 0 0 0 63 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198386002800 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30758] ppid=30742 vsize=10661132 memory=1160 CPUtime=0.27 cores=1,3,5,7
/proc/30745/task/30758/stat : 30758 (java) S 30742 30745 27678 0 -1 1077944384 1649 0 0 0 26 1 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198384949744 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30759] ppid=30742 vsize=10661132 memory=15184 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30759/stat : 30759 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198383897440 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30760] ppid=30742 vsize=10661132 memory=4000 CPUtime=0.18 cores=1,3,5,7
/proc/30745/task/30760/stat : 30760 (java) S 30742 30745 27678 0 -1 1077944384 352 0 0 0 8 10 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198382844464 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
Current children cumulated CPU time: 935.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 213256 KiB

[startup+934.401 s]
/proc/loadavg: 1.76 1.71 1.80 3/215 30784
/proc/meminfo: memFree=27113828/32770624 swapFree=67108496/67108860
[pid=30745] ppid=30742 vsize=10661132 memory=213256 CPUtime=937.18 cores=1,3,5,7
/proc/30745/stat : 30745 (java) S 30742 30745 27678 0 -1 1077944320 32856 0 0 0 93568 150 0 0 20 0 15 0 97704375 10916999168 53314 33554432000 4194304 4196468 140729481308560 140729481291104 140199222185719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
/proc/30745/statm: 2665283 53314 3148 1 0 2627263 0
[pid=30745/tid=30747] ppid=30742 vsize=10661132 memory=3872 CPUtime=933.43 cores=1,3,5,7
/proc/30745/task/30747/stat : 30747 (java) R 30742 30745 27678 0 -1 4202560 9480 0 0 0 93219 124 0 0 20 0 15 0 97704375 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199226420976 140729481414594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30748] ppid=30742 vsize=10661132 memory=28196 CPUtime=0.34 cores=1,3,5,7
/proc/30745/task/30748/stat : 30748 (java) S 30742 30745 27678 0 -1 1077944384 842 0 0 0 30 4 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199148260368 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30749] ppid=30742 vsize=10661132 memory=28196 CPUtime=0.34 cores=1,3,5,7
/proc/30745/task/30749/stat : 30749 (java) S 30742 30745 27678 0 -1 1077944384 2220 0 0 0 29 5 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199147207824 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30750] ppid=30742 vsize=10661132 memory=1224 CPUtime=0.33 cores=1,3,5,7
/proc/30745/task/30750/stat : 30750 (java) S 30742 30745 27678 0 -1 1077944384 1826 0 0 0 29 4 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199146154768 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30751] ppid=30742 vsize=10661132 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/30745/task/30751/stat : 30751 (java) S 30742 30745 27678 0 -1 1077944384 1828 0 0 0 29 3 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199145102224 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30752] ppid=30742 vsize=10661132 memory=6944656592455097440 CPUtime=0.41 cores=1,3,5,7
/proc/30745/task/30752/stat : 30752 (java) S 30742 30745 27678 0 -1 1077944384 3290 0 0 0 39 2 0 0 20 0 15 0 97704377 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198391265520 140199222196866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30753] ppid=30742 vsize=10661132 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30753/stat : 30753 (java) S 30742 30745 27678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198390211744 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30754] ppid=30742 vsize=10661132 memory=15184 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30754/stat : 30754 (java) S 30742 30745 27678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198389158640 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30755] ppid=30742 vsize=10661132 memory=4000 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30755/stat : 30755 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198388107216 140199222204315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30756] ppid=30742 vsize=10661132 memory=3872 CPUtime=0.83 cores=1,3,5,7
/proc/30745/task/30756/stat : 30756 (java) S 30742 30745 27678 0 -1 1077944384 5303 0 0 0 82 1 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198387055344 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30757] ppid=30742 vsize=10661132 memory=28192 CPUtime=0.63 cores=1,3,5,7
/proc/30745/task/30757/stat : 30757 (java) S 30742 30745 27678 0 -1 1077944384 4650 0 0 0 63 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198386002800 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30758] ppid=30742 vsize=10661132 memory=1224 CPUtime=0.27 cores=1,3,5,7
/proc/30745/task/30758/stat : 30758 (java) S 30742 30745 27678 0 -1 1077944384 1649 0 0 0 26 1 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198384949744 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30759] ppid=30742 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30759/stat : 30759 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198383897440 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30760] ppid=30742 vsize=10661132 memory=6944656592455360604 CPUtime=0.18 cores=1,3,5,7
/proc/30745/task/30760/stat : 30760 (java) S 30742 30745 27678 0 -1 1077944384 352 0 0 0 8 10 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198382844464 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
Current children cumulated CPU time: 937.18 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 213256 KiB

[startup+935.201 s]
/proc/loadavg: 1.76 1.71 1.80 3/215 30784
/proc/meminfo: memFree=27113828/32770624 swapFree=67108496/67108860
[pid=30745] ppid=30742 vsize=10661132 memory=213256 CPUtime=937.98 cores=1,3,5,7
/proc/30745/stat : 30745 (java) S 30742 30745 27678 0 -1 1077944320 32857 0 0 0 93648 150 0 0 20 0 15 0 97704375 10916999168 53314 33554432000 4194304 4196468 140729481308560 140729481291104 140199222185719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
/proc/30745/statm: 2665283 53314 3148 1 0 2627263 0
[pid=30745/tid=30747] ppid=30742 vsize=10661132 memory=1132 CPUtime=934.23 cores=1,3,5,7
/proc/30745/task/30747/stat : 30747 (java) R 30742 30745 27678 0 -1 4202560 9481 0 0 0 93299 124 0 0 20 0 15 0 97704375 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199226420992 140729481414594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30748] ppid=30742 vsize=10661132 memory=6791534058613427641 CPUtime=0.34 cores=1,3,5,7
/proc/30745/task/30748/stat : 30748 (java) S 30742 30745 27678 0 -1 1077944384 842 0 0 0 30 4 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199148260368 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30749] ppid=30742 vsize=10661132 memory=280926697438873 CPUtime=0.34 cores=1,3,5,7
/proc/30745/task/30749/stat : 30749 (java) S 30742 30745 27678 0 -1 1077944384 2220 0 0 0 29 5 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199147207824 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30750] ppid=30742 vsize=10661132 memory=-7173504570862900581 CPUtime=0.34 cores=1,3,5,7
/proc/30745/task/30750/stat : 30750 (java) S 30742 30745 27678 0 -1 1077944384 1826 0 0 0 30 4 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199146154768 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30751] ppid=30742 vsize=10661132 memory=6791534058613427641 CPUtime=0.32 cores=1,3,5,7
/proc/30745/task/30751/stat : 30751 (java) S 30742 30745 27678 0 -1 1077944384 1828 0 0 0 29 3 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199145102224 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30752] ppid=30742 vsize=10661132 memory=15184 CPUtime=0.41 cores=1,3,5,7
/proc/30745/task/30752/stat : 30752 (java) S 30742 30745 27678 0 -1 1077944384 3290 0 0 0 39 2 0 0 20 0 15 0 97704377 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198391265520 140199222196866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30753] ppid=30742 vsize=10661132 memory=4000 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30753/stat : 30753 (java) S 30742 30745 27678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198390211744 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30754] ppid=30742 vsize=10661132 memory=14256 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30754/stat : 30754 (java) S 30742 30745 27678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198389158640 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30755] ppid=30742 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30755/stat : 30755 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198388107216 140199222204315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30756] ppid=30742 vsize=10661132 memory=4000 CPUtime=0.83 cores=1,3,5,7
/proc/30745/task/30756/stat : 30756 (java) S 30742 30745 27678 0 -1 1077944384 5303 0 0 0 82 1 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198387055344 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30757] ppid=30742 vsize=10661132 memory=14256 CPUtime=0.63 cores=1,3,5,7
/proc/30745/task/30757/stat : 30757 (java) S 30742 30745 27678 0 -1 1077944384 4650 0 0 0 63 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198386002800 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30758] ppid=30742 vsize=10661132 memory=16476 CPUtime=0.27 cores=1,3,5,7
/proc/30745/task/30758/stat : 30758 (java) S 30742 30745 27678 0 -1 1077944384 1649 0 0 0 26 1 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198384949744 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30759] ppid=30742 vsize=10661132 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30759/stat : 30759 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198383897440 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30760] ppid=30742 vsize=10661132 memory=2212 CPUtime=0.18 cores=1,3,5,7
/proc/30745/task/30760/stat : 30760 (java) S 30742 30745 27678 0 -1 1077944384 352 0 0 0 8 10 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198382844464 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
Current children cumulated CPU time: 937.98 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 213256 KiB

[startup+935.401 s]
/proc/loadavg: 1.76 1.71 1.80 3/215 30784
/proc/meminfo: memFree=27113828/32770624 swapFree=67108496/67108860
[pid=30745] ppid=30742 vsize=10661132 memory=213256 CPUtime=938.18 cores=1,3,5,7
/proc/30745/stat : 30745 (java) S 30742 30745 27678 0 -1 1077944320 32857 0 0 0 93668 150 0 0 20 0 15 0 97704375 10916999168 53314 33554432000 4194304 4196468 140729481308560 140729481291104 140199222185719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
/proc/30745/statm: 2665283 53314 3148 1 0 2627263 0
[pid=30745/tid=30747] ppid=30742 vsize=10661132 memory=2048 CPUtime=934.43 cores=1,3,5,7
/proc/30745/task/30747/stat : 30747 (java) R 30742 30745 27678 0 -1 4202560 9481 0 0 0 93319 124 0 0 20 0 15 0 97704375 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199226420992 140729481414594 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30748] ppid=30742 vsize=10661132 memory=7888 CPUtime=0.34 cores=1,3,5,7
/proc/30745/task/30748/stat : 30748 (java) S 30742 30745 27678 0 -1 1077944384 842 0 0 0 30 4 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199148260368 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30749] ppid=30742 vsize=10661132 memory=808 CPUtime=0.34 cores=1,3,5,7
/proc/30745/task/30749/stat : 30749 (java) S 30742 30745 27678 0 -1 1077944384 2220 0 0 0 29 5 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199147207824 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30750] ppid=30742 vsize=10661132 memory=1796 CPUtime=0.34 cores=1,3,5,7
/proc/30745/task/30750/stat : 30750 (java) S 30742 30745 27678 0 -1 1077944384 1826 0 0 0 30 4 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199146154768 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30751] ppid=30742 vsize=10661132 memory=912 CPUtime=0.32 cores=1,3,5,7
/proc/30745/task/30751/stat : 30751 (java) S 30742 30745 27678 0 -1 1077944384 1828 0 0 0 29 3 0 0 20 0 15 0 97704376 10916999168 53314 33554432000 4194304 4196468 140729481308560 140199145102224 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30752] ppid=30742 vsize=10661132 memory=3844 CPUtime=0.41 cores=1,3,5,7
/proc/30745/task/30752/stat : 30752 (java) S 30742 30745 27678 0 -1 1077944384 3290 0 0 0 39 2 0 0 20 0 15 0 97704377 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198391265520 140199222196866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30753] ppid=30742 vsize=10661132 memory=14256 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30753/stat : 30753 (java) S 30742 30745 27678 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198390211744 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30754] ppid=30742 vsize=10661132 memory=16476 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30754/stat : 30754 (java) S 30742 30745 27678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 97704378 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198389158640 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30755] ppid=30742 vsize=10661132 memory=1180 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30755/stat : 30755 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198388107216 140199222204315 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30756] ppid=30742 vsize=10661132 memory=504 CPUtime=0.83 cores=1,3,5,7
/proc/30745/task/30756/stat : 30756 (java) S 30742 30745 27678 0 -1 1077944384 5303 0 0 0 82 1 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198387055344 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30757] ppid=30742 vsize=10661132 memory=1720 CPUtime=0.63 cores=1,3,5,7
/proc/30745/task/30757/stat : 30757 (java) S 30742 30745 27678 0 -1 1077944384 4650 0 0 0 63 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198386002800 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30758] ppid=30742 vsize=10661132 memory=6791534058613427641 CPUtime=0.27 cores=1,3,5,7
/proc/30745/task/30758/stat : 30758 (java) S 30742 30745 27678 0 -1 1077944384 1649 0 0 0 26 1 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198384949744 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30759] ppid=30742 vsize=10661132 memory=2336 CPUtime=0 cores=1,3,5,7
/proc/30745/task/30759/stat : 30759 (java) S 30742 30745 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198383897440 140199222195925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
[pid=30745/tid=30760] ppid=30742 vsize=10661132 memory=932 CPUtime=0.18 cores=1,3,5,7
/proc/30745/task/30760/stat : 30760 (java) S 30742 30745 27678 0 -1 1077944384 352 0 0 0 8 10 0 0 20 0 15 0 97704380 10916999168 53314 33554432000 4194304 4196468 140729481308560 140198382844464 140199222196866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10289152 140729481311352 140729481311497 140729481311497 140729481314255 0
Current children cumulated CPU time: 938.18 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 213256 KiB

Child status: 0
Real time (s): 935.492
CPU time (s): 938.28
CPU user time (s): 936.769
CPU system time (s): 1.51182
CPU usage (%): 100.298
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 213256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 936.769
system time used= 1.51182
maximum resident set size= 213348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33023
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32825
involuntary context switches= 922


# summary of solver processes directly reported to runsolver:
#   pid: 30745
#   total CPU time (s): 938.28
#   total CPU user time (s): 936.769
#   total CPU system time (s): 1.51182

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.97516 second user time and 8.24916 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 20:10:12
IDJOB=4299078
IDBENCH=141291
IDSOLVER=2768
FILE ID=node149/4299078-1532801412
RUNJOBID= node149-1532775878-27710
PBS_JOBID= 21022467
Free space on /tmp= 43256 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Quasigroups_mini/QuasiGroup-v4-08_mini_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299078-1532801412/watcher-4299078-1532801412 -o /tmp/evaluation-result-4299078-1532801412/solver-4299078-1532801412 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299078-1532801412.xml --timelimit 2520

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

MD5SUM BENCH= d1f29852cfb3bd3adbf49dd6146b1886
RANDOM SEED=284366384

node149.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.60
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.60
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.60
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.60
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:        27308476 kB
MemAvailable:   31748924 kB
Buffers:          140292 kB
Cached:          4518196 kB
SwapCached:           60 kB
Active:          1734032 kB
Inactive:        3158640 kB
Active(anon):     183756 kB
Inactive(anon):    78000 kB
Active(file):    1550276 kB
Inactive(file):  3080640 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              1320 kB
Writeback:             0 kB
AnonPages:        245420 kB
Mapped:            47300 kB
Shmem:             25040 kB
Slab:             266744 kB
SReclaimable:     237992 kB
SUnreclaim:        28752 kB
KernelStack:        3808 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1149336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    153600 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 43256 MiB
End job on node149 at 2018-07-28 20:25:47