Trace number 4299110

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-29? (TO) 2520.12 2517.02

General information on the benchmark

NameQuasigroups_mini/
QuasiGroup-v4-12_mini_c18.xml
MD5SUM87e1f450592d5a84c288bd9e0fd40a7e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark196.295
Satisfiable
(Un)Satisfiability was proved
Number of variables288
Number of constraints300
Number of domains2
Minimum domain size12
Maximum domain size144
Distribution of domain sizes[{"size":12,"count":144},{"size":144,"count":132}]
Minimum variable degree0
Maximum variable degree136
Distribution of variable degrees[{"degree":0,"count":12},{"degree":2,"count":132},{"degree":135,"count":12},{"degree":136,"count":132}]
Minimum constraint arity1
Maximum constraint arity145
Distribution of constraint arities[{"arity":1,"count":12},{"arity":3,"count":132},{"arity":12,"count":24},{"arity":145,"count":132}]
Number of extensional constraints132
Number of intensional constraints12
Distribution of constraint types[{"type":"extension","count":132},{"type":"intension","count":12},{"type":"allDifferent","count":24},{"type":"element","count":132}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
2520.09/2517.01	s UNKNOWN

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

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


[startup+0.100059 s]*
/proc/loadavg: 1.76 1.71 1.80 4/215 30860
/proc/meminfo: memFree=27299204/32770624 swapFree=67108496/67108860
[pid=30845] ppid=30842 vsize=10658972 memory=28452 CPUtime=0.13 cores=1,3,5,7
/proc/30845/stat : 30845 (java) S 30842 30845 27678 0 -1 1077944320 4992 0 0 0 12 1 0 0 20 0 15 0 97797972 10914787328 7113 33554432000 4194304 4196468 140730332947072 140730332929616 140394521911031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
/proc/30845/statm: 2664743 7113 2838 1 0 2627263 0
[pid=30845/tid=30847] ppid=30842 vsize=10658972 memory=-8197568871503532159 CPUtime=0.09 cores=1,3,5,7
/proc/30845/task/30847/stat : 30847 (java) R 30842 30845 27678 0 -1 4202560 2837 0 0 0 9 0 0 0 20 0 15 0 97797973 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394526136960 140394109169877 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30848] ppid=30842 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30848/stat : 30848 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394447985168 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30849] ppid=30842 vsize=10658972 memory=140166601434752 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30849/stat : 30849 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394446932624 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30850] ppid=30842 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30850/stat : 30850 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394445879568 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30851] ppid=30842 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30851/stat : 30851 (java) S 30842 30845 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97797974 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394444827024 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30852] ppid=30842 vsize=10658972 memory=140166601434752 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30852/stat : 30852 (java) S 30842 30845 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97797975 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394014657264 140394521922178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30853] ppid=30842 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30853/stat : 30853 (java) S 30842 30845 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97797976 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394013603488 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30854] ppid=30842 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30854/stat : 30854 (java) S 30842 30845 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97797976 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394012550384 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30855] ppid=30842 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30855/stat : 30855 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394011498960 140394521929627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30856] ppid=30842 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30856/stat : 30856 (java) R 30842 30845 27678 0 -1 4202560 440 0 0 0 0 0 0 0 20 0 15 0 97797978 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394010446064 140394507577184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30857] ppid=30842 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30857/stat : 30857 (java) R 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394009393520 140394521922178 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30858] ppid=30842 vsize=10658972 memory=140166601434752 CPUtime=0.02 cores=1,3,5,7
/proc/30845/task/30858/stat : 30858 (java) S 30842 30845 27678 0 -1 1077944384 348 0 0 0 2 0 0 0 20 0 15 0 97797978 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394008340464 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30859] ppid=30842 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30859/stat : 30859 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394007288160 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30860] ppid=30842 vsize=10658972 memory=140166601434752 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30860/stat : 30860 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797978 10914787328 7113 33554432000 4194304 4196468 140730332947072 140394006236208 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28452 KiB

[startup+0.210477 s]*
/proc/loadavg: 1.76 1.71 1.80 5/215 30860
/proc/meminfo: memFree=27288040/32770624 swapFree=67108496/67108860
[pid=30845] ppid=30842 vsize=10661056 memory=40548 CPUtime=0.33 cores=1,3,5,7
/proc/30845/stat : 30845 (java) S 30842 30845 27678 0 -1 1077944320 7695 0 0 0 32 1 0 0 20 0 15 0 97797972 10916921344 10137 33554432000 4194304 4196468 140730332947072 140730332929616 140394521911031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
/proc/30845/statm: 2665264 10137 2985 1 0 2627263 0
[pid=30845/tid=30847] ppid=30842 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30845/task/30847/stat : 30847 (java) R 30842 30845 27678 0 -1 4202560 4646 0 0 0 19 1 0 0 20 0 15 0 97797973 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394526132816 140394505991518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30848] ppid=30842 vsize=10661056 memory=364 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30848/stat : 30848 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394447985168 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30849] ppid=30842 vsize=10661056 memory=288370542753146496 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30849/stat : 30849 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394446932624 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30850] ppid=30842 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30850/stat : 30850 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394445879568 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30851] ppid=30842 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30851/stat : 30851 (java) S 30842 30845 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97797974 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394444827024 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30852] ppid=30842 vsize=10661056 memory=140166601434752 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30852/stat : 30852 (java) S 30842 30845 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97797975 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394014657264 140394521922178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30853] ppid=30842 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30853/stat : 30853 (java) S 30842 30845 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97797976 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394013603488 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30854] ppid=30842 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30854/stat : 30854 (java) S 30842 30845 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97797976 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394012550384 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30855] ppid=30842 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30855/stat : 30855 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394011498960 140394521929627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30856] ppid=30842 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30845/task/30856/stat : 30856 (java) S 30842 30845 27678 0 -1 1077944384 555 0 0 0 2 0 0 0 20 0 15 0 97797978 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394010446064 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30857] ppid=30842 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/30845/task/30857/stat : 30857 (java) S 30842 30845 27678 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 15 0 97797978 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394009393520 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30858] ppid=30842 vsize=10661056 memory=140166601434752 CPUtime=0.08 cores=1,3,5,7
/proc/30845/task/30858/stat : 30858 (java) R 30842 30845 27678 0 -1 4202560 884 0 0 0 8 0 0 0 20 0 15 0 97797978 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394008336832 140394500868861 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30859] ppid=30842 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30859/stat : 30859 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394007288160 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30860] ppid=30842 vsize=10661056 memory=140166601434752 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30860/stat : 30860 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797978 10916921344 10137 33554432000 4194304 4196468 140730332947072 140394006236208 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40548 KiB

[startup+0.311071 s]*
/proc/loadavg: 1.76 1.71 1.80 7/215 30860
/proc/meminfo: memFree=27283512/32770624 swapFree=67108496/67108860
[pid=30845] ppid=30842 vsize=10661132 memory=46956 CPUtime=0.56 cores=1,3,5,7
/proc/30845/stat : 30845 (java) S 30842 30845 27678 0 -1 1077944320 8297 0 0 0 54 2 0 0 20 0 15 0 97797972 10916999168 11739 33554432000 4194304 4196468 140730332947072 140730332929616 140394521911031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
/proc/30845/statm: 2665283 11739 3066 1 0 2627263 0
[pid=30845/tid=30847] ppid=30842 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/30845/task/30847/stat : 30847 (java) R 30842 30845 27678 0 -1 4202560 5002 0 0 0 29 1 0 0 20 0 15 0 97797973 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394526146112 140394521922966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30848] ppid=30842 vsize=10661132 memory=288230600429797399 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30848/stat : 30848 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394447985168 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30849] ppid=30842 vsize=10661132 memory=288370542753146496 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30849/stat : 30849 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394446932624 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30850] ppid=30842 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30850/stat : 30850 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394445879568 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30851] ppid=30842 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30851/stat : 30851 (java) S 30842 30845 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394444827024 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30852] ppid=30842 vsize=10661132 memory=140166601434752 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30852/stat : 30852 (java) S 30842 30845 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97797975 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394014657264 140394521922178 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30853] ppid=30842 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30853/stat : 30853 (java) S 30842 30845 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394013603488 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30854] ppid=30842 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30854/stat : 30854 (java) S 30842 30845 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394012550384 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30855] ppid=30842 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30855/stat : 30855 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394011498960 140394521929627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30856] ppid=30842 vsize=10661132 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/30845/task/30856/stat : 30856 (java) R 30842 30845 27678 0 -1 4202560 663 0 0 0 6 0 0 0 20 0 15 0 97797978 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394010436176 140394500358331 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30857] ppid=30842 vsize=10661132 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/30845/task/30857/stat : 30857 (java) S 30842 30845 27678 0 -1 1077944384 257 0 0 0 3 0 0 0 20 0 15 0 97797978 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394009393520 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30858] ppid=30842 vsize=10661132 memory=140166601434752 CPUtime=0.15 cores=1,3,5,7
/proc/30845/task/30858/stat : 30858 (java) R 30842 30845 27678 0 -1 4202560 1008 0 0 0 15 0 0 0 20 0 15 0 97797978 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394008336192 140394521922966 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30859] ppid=30842 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30859/stat : 30859 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394007288160 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30860] ppid=30842 vsize=10661132 memory=140166601434752 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30860/stat : 30860 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 11739 33554432000 4194304 4196468 140730332947072 140394006236208 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46956 KiB

[startup+0.700804 s]
/proc/loadavg: 1.76 1.71 1.80 5/215 30860
/proc/meminfo: memFree=27264468/32770624 swapFree=67108496/67108860
[pid=30845] ppid=30842 vsize=10661132 memory=67400 CPUtime=1.8 cores=1,3,5,7
/proc/30845/stat : 30845 (java) S 30842 30845 27678 0 -1 1077944320 11428 0 0 0 177 3 0 0 20 0 15 0 97797972 10916999168 16850 33554432000 4194304 4196468 140730332947072 140730332929616 140394521911031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
/proc/30845/statm: 2665283 16850 3131 1 0 2627263 0
[pid=30845/tid=30847] ppid=30842 vsize=10661132 memory=1788 CPUtime=0.67 cores=1,3,5,7
/proc/30845/task/30847/stat : 30847 (java) R 30842 30845 27678 0 -1 4202560 5257 0 0 0 66 1 0 0 20 0 15 0 97797973 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394526149440 140394112809038 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30848] ppid=30842 vsize=10661132 memory=860 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30848/stat : 30848 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394447985168 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30849] ppid=30842 vsize=10661132 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30849/stat : 30849 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394446932624 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30850] ppid=30842 vsize=10661132 memory=756 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30850/stat : 30850 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394445879568 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30851] ppid=30842 vsize=10661132 memory=1616 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30851/stat : 30851 (java) S 30842 30845 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394444827024 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30852] ppid=30842 vsize=10661132 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30852/stat : 30852 (java) S 30842 30845 27678 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97797975 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394014657264 140394521922178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30853] ppid=30842 vsize=10661132 memory=1132 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30853/stat : 30853 (java) S 30842 30845 27678 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394013603488 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30854] ppid=30842 vsize=10661132 memory=6384 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30854/stat : 30854 (java) S 30842 30845 27678 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394012550384 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30855] ppid=30842 vsize=10661132 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30855/stat : 30855 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394011498960 140394521929627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30856] ppid=30842 vsize=10661132 memory=7523093115782322283 CPUtime=0.43 cores=1,3,5,7
/proc/30845/task/30856/stat : 30856 (java) R 30842 30845 27678 0 -1 4202560 1796 0 0 0 43 0 0 0 20 0 15 0 97797978 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394010432032 140394501154802 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30857] ppid=30842 vsize=10661132 memory=5787213827130353767 CPUtime=0.38 cores=1,3,5,7
/proc/30845/task/30857/stat : 30857 (java) R 30842 30845 27678 0 -1 4202560 1324 0 0 0 38 0 0 0 20 0 15 0 97797978 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394009373072 140394503456538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30858] ppid=30842 vsize=10661132 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/30845/task/30858/stat : 30858 (java) S 30842 30845 27678 0 -1 1077944384 1681 0 0 0 28 0 0 0 20 0 15 0 97797978 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394008340464 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30859] ppid=30842 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30859/stat : 30859 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394007288160 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30860] ppid=30842 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30860/stat : 30860 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 16850 33554432000 4194304 4196468 140730332947072 140394006236208 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 67400 KiB

[startup+1.50067 s]
/proc/loadavg: 1.86 1.73 1.80 3/215 30860
/proc/meminfo: memFree=27258148/32770624 swapFree=67108496/67108860
[pid=30845] ppid=30842 vsize=10661132 memory=74248 CPUtime=2.9 cores=1,3,5,7
/proc/30845/stat : 30845 (java) S 30842 30845 27678 0 -1 1077944320 12897 0 0 0 287 3 0 0 20 0 15 0 97797972 10916999168 18562 33554432000 4194304 4196468 140730332947072 140730332929616 140394521911031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
/proc/30845/statm: 2665283 18562 3135 1 0 2627263 0
[pid=30845/tid=30847] ppid=30842 vsize=10661132 memory=6791534058613427641 CPUtime=1.47 cores=1,3,5,7
/proc/30845/task/30847/stat : 30847 (java) R 30842 30845 27678 0 -1 4202560 5524 0 0 0 146 1 0 0 20 0 15 0 97797973 10916999168 18562 33554432000 4194304 4196468 140730332947072 140394526143280 140394113027010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30848] ppid=30842 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30848/stat : 30848 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 18562 33554432000 4194304 4196468 140730332947072 140394447985168 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30849] ppid=30842 vsize=10661132 memory=-6509546260019855299 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30849/stat : 30849 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 18562 33554432000 4194304 4196468 140730332947072 140394446932624 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30850] ppid=30842 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30850/stat : 30850 (java) S 30842 30845 27678 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 18562 33554432000 4194304 4196468 140730332947072 140394445879568 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30851] ppid=30842 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30851/stat : 30851 (java) S 30842 30845 27678 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97797974 10916999168 18562 33554432000 4194304 4196468 140730332947072 140394444827024 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30852] ppid=30842 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30852/stat : 30852 (java) S 30842 30845 27678 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 97797975 10916999168 18562 33554432000 4194304 4196468 140730332947072 140394014657264 140394521922178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0

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

/proc/30845/task/30847/stat : 30847 (java) R 30842 30845 27678 0 -1 4202560 10392 0 0 0 238134 49 0 0 20 0 15 0 97797973 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394526144176 140394113027054 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30848] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.21 cores=1,3,5,7
/proc/30845/task/30848/stat : 30848 (java) S 30842 30845 27678 0 -1 1077944384 2098 0 0 0 20 1 0 0 20 0 15 0 97797974 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394447985168 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30849] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.22 cores=1,3,5,7
/proc/30845/task/30849/stat : 30849 (java) S 30842 30845 27678 0 -1 1077944384 2343 0 0 0 20 2 0 0 20 0 15 0 97797974 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394446932624 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30850] ppid=30842 vsize=10661132 memory=236724 CPUtime=0.21 cores=1,3,5,7
/proc/30845/task/30850/stat : 30850 (java) S 30842 30845 27678 0 -1 1077944384 3330 0 0 0 20 1 0 0 20 0 15 0 97797974 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394445879568 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30851] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.21 cores=1,3,5,7
/proc/30845/task/30851/stat : 30851 (java) S 30842 30845 27678 0 -1 1077944384 2525 0 0 0 20 1 0 0 20 0 15 0 97797974 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394444827024 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30852] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.24 cores=1,3,5,7
/proc/30845/task/30852/stat : 30852 (java) S 30842 30845 27678 0 -1 1077944384 4748 0 0 0 20 4 0 0 20 0 15 0 97797975 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394014657264 140394521922178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30853] ppid=30842 vsize=10661132 memory=151232 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30853/stat : 30853 (java) S 30842 30845 27678 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394013603488 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30854] ppid=30842 vsize=10661132 memory=151232 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30854/stat : 30854 (java) S 30842 30845 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394012550384 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30855] ppid=30842 vsize=10661132 memory=151232 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30855/stat : 30855 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394011498960 140394521929627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30856] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.68 cores=1,3,5,7
/proc/30845/task/30856/stat : 30856 (java) S 30842 30845 27678 0 -1 1077944384 4198 0 0 0 67 1 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394010446064 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30857] ppid=30842 vsize=10661132 memory=15184 CPUtime=0.85 cores=1,3,5,7
/proc/30845/task/30857/stat : 30857 (java) S 30842 30845 27678 0 -1 1077944384 5690 0 0 0 85 0 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394009393520 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30858] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.31 cores=1,3,5,7
/proc/30845/task/30858/stat : 30858 (java) S 30842 30845 27678 0 -1 1077944384 2407 0 0 0 31 0 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394008340464 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30859] ppid=30842 vsize=10661132 memory=5500 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30859/stat : 30859 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394007288160 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30860] ppid=30842 vsize=10661132 memory=15184 CPUtime=0.45 cores=1,3,5,7
/proc/30845/task/30860/stat : 30860 (java) S 30842 30845 27678 0 -1 1077944384 1065 0 0 0 18 27 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394006236208 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
Current children cumulated CPU time: 2385.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 151232 KiB

[startup+2442.3 s]
/proc/loadavg: 1.96 1.98 1.96 3/215 31039
/proc/meminfo: memFree=24766824/32770624 swapFree=67108496/67108860
[pid=30845] ppid=30842 vsize=10661132 memory=151232 CPUtime=2445.36 cores=1,3,5,7
/proc/30845/stat : 30845 (java) S 30842 30845 27678 0 -1 1077944320 40235 0 0 0 244449 87 0 0 20 0 15 0 97797972 10916999168 37808 33554432000 4194304 4196468 140730332947072 140730332929616 140394521911031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
/proc/30845/statm: 2665283 37808 3167 1 0 2627263 0
[pid=30845/tid=30847] ppid=30842 vsize=10661132 memory=151232 CPUtime=2441.82 cores=1,3,5,7
/proc/30845/task/30847/stat : 30847 (java) R 30842 30845 27678 0 -1 4202560 10406 0 0 0 244132 50 0 0 20 0 15 0 97797973 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394526145216 140394113027699 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30848] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.21 cores=1,3,5,7
/proc/30845/task/30848/stat : 30848 (java) S 30842 30845 27678 0 -1 1077944384 2098 0 0 0 20 1 0 0 20 0 15 0 97797974 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394447985168 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30849] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.22 cores=1,3,5,7
/proc/30845/task/30849/stat : 30849 (java) S 30842 30845 27678 0 -1 1077944384 2346 0 0 0 20 2 0 0 20 0 15 0 97797974 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394446932624 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30850] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.22 cores=1,3,5,7
/proc/30845/task/30850/stat : 30850 (java) S 30842 30845 27678 0 -1 1077944384 3331 0 0 0 21 1 0 0 20 0 15 0 97797974 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394445879568 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30851] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.23 cores=1,3,5,7
/proc/30845/task/30851/stat : 30851 (java) S 30842 30845 27678 0 -1 1077944384 2527 0 0 0 21 2 0 0 20 0 15 0 97797974 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394444827024 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30852] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.25 cores=1,3,5,7
/proc/30845/task/30852/stat : 30852 (java) S 30842 30845 27678 0 -1 1077944384 4753 0 0 0 21 4 0 0 20 0 15 0 97797975 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394014657264 140394521922178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30853] ppid=30842 vsize=10661132 memory=151232 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30853/stat : 30853 (java) S 30842 30845 27678 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394013603488 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30854] ppid=30842 vsize=10661132 memory=860 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30854/stat : 30854 (java) S 30842 30845 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394012550384 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30855] ppid=30842 vsize=10661132 memory=12556 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30855/stat : 30855 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394011498960 140394521929627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30856] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.68 cores=1,3,5,7
/proc/30845/task/30856/stat : 30856 (java) S 30842 30845 27678 0 -1 1077944384 4198 0 0 0 67 1 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394010446064 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30857] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.85 cores=1,3,5,7
/proc/30845/task/30857/stat : 30857 (java) S 30842 30845 27678 0 -1 1077944384 5690 0 0 0 85 0 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394009393520 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30858] ppid=30842 vsize=10661132 memory=151232 CPUtime=0.31 cores=1,3,5,7
/proc/30845/task/30858/stat : 30858 (java) S 30842 30845 27678 0 -1 1077944384 2407 0 0 0 31 0 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394008340464 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30859] ppid=30842 vsize=10661132 memory=3872 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30859/stat : 30859 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394007288160 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30860] ppid=30842 vsize=10661132 memory=28248 CPUtime=0.47 cores=1,3,5,7
/proc/30845/task/30860/stat : 30860 (java) S 30842 30845 27678 0 -1 1077944384 1069 0 0 0 19 28 0 0 20 0 15 0 97797978 10916999168 37808 33554432000 4194304 4196468 140730332947072 140394006236208 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
Current children cumulated CPU time: 2445.36 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 151232 KiB

[startup+2502.3 s]
/proc/loadavg: 1.85 1.95 1.95 3/215 31040
/proc/meminfo: memFree=24764944/32770624 swapFree=67108496/67108860
[pid=30845] ppid=30842 vsize=10661132 memory=153280 CPUtime=2505.38 cores=1,3,5,7
/proc/30845/stat : 30845 (java) S 30842 30845 27678 0 -1 1077944320 40927 0 0 0 250450 88 0 0 20 0 15 0 97797972 10916999168 38320 33554432000 4194304 4196468 140730332947072 140730332929616 140394521911031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
/proc/30845/statm: 2665283 38320 3167 1 0 2627263 0
[pid=30845/tid=30847] ppid=30842 vsize=10661132 memory=153280 CPUtime=2501.81 cores=1,3,5,7
/proc/30845/task/30847/stat : 30847 (java) R 30842 30845 27678 0 -1 4202560 10539 0 0 0 250130 51 0 0 20 0 15 0 97797973 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394526146928 140394113027059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30848] ppid=30842 vsize=10661132 memory=153280 CPUtime=0.22 cores=1,3,5,7
/proc/30845/task/30848/stat : 30848 (java) S 30842 30845 27678 0 -1 1077944384 2141 0 0 0 21 1 0 0 20 0 15 0 97797974 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394447985168 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30849] ppid=30842 vsize=10661132 memory=280332919799872 CPUtime=0.23 cores=1,3,5,7
/proc/30845/task/30849/stat : 30849 (java) S 30842 30845 27678 0 -1 1077944384 2372 0 0 0 21 2 0 0 20 0 15 0 97797974 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394446932624 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30850] ppid=30842 vsize=10661132 memory=153280 CPUtime=0.23 cores=1,3,5,7
/proc/30845/task/30850/stat : 30850 (java) S 30842 30845 27678 0 -1 1077944384 3584 0 0 0 21 2 0 0 20 0 15 0 97797974 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394445879568 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30851] ppid=30842 vsize=10661132 memory=153280 CPUtime=0.23 cores=1,3,5,7
/proc/30845/task/30851/stat : 30851 (java) S 30842 30845 27678 0 -1 1077944384 2576 0 0 0 21 2 0 0 20 0 15 0 97797974 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394444827024 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30852] ppid=30842 vsize=10661132 memory=153280 CPUtime=0.25 cores=1,3,5,7
/proc/30845/task/30852/stat : 30852 (java) S 30842 30845 27678 0 -1 1077944384 4921 0 0 0 21 4 0 0 20 0 15 0 97797975 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394014657264 140394521922178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30853] ppid=30842 vsize=10661132 memory=153280 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30853/stat : 30853 (java) S 30842 30845 27678 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394013603488 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30854] ppid=30842 vsize=10661132 memory=3872 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30854/stat : 30854 (java) S 30842 30845 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394012550384 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30855] ppid=30842 vsize=10661132 memory=153280 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30855/stat : 30855 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394011498960 140394521929627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30856] ppid=30842 vsize=10661132 memory=153280 CPUtime=0.68 cores=1,3,5,7
/proc/30845/task/30856/stat : 30856 (java) S 30842 30845 27678 0 -1 1077944384 4200 0 0 0 67 1 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394010446064 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30857] ppid=30842 vsize=10661132 memory=153280 CPUtime=0.85 cores=1,3,5,7
/proc/30845/task/30857/stat : 30857 (java) S 30842 30845 27678 0 -1 1077944384 5692 0 0 0 85 0 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394009393520 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30858] ppid=30842 vsize=10661132 memory=153280 CPUtime=0.31 cores=1,3,5,7
/proc/30845/task/30858/stat : 30858 (java) S 30842 30845 27678 0 -1 1077944384 2409 0 0 0 31 0 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394008340464 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30859] ppid=30842 vsize=10661132 memory=153280 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30859/stat : 30859 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394007288160 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30860] ppid=30842 vsize=10661132 memory=153280 CPUtime=0.48 cores=1,3,5,7
/proc/30845/task/30860/stat : 30860 (java) S 30842 30845 27678 0 -1 1077944384 1083 0 0 0 20 28 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394006236208 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
Current children cumulated CPU time: 2505.38 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 153280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2517 s]*
/proc/loadavg: 1.89 1.96 1.95 3/215 31040
/proc/meminfo: memFree=24764948/32770624 swapFree=67108496/67108860
[pid=30845] ppid=30842 vsize=10661132 memory=153280 CPUtime=2520.09 cores=1,3,5,7
/proc/30845/stat : 30845 (java) S 30842 30845 27678 0 -1 1077944320 40946 0 0 0 251921 88 0 0 20 0 15 0 97797972 10916999168 38320 33554432000 4194304 4196468 140730332947072 140730332929616 140394521911031 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
/proc/30845/statm: 2665283 38320 3167 1 0 2627263 0
[pid=30845/tid=30847] ppid=30842 vsize=10661132 memory=1564 CPUtime=2516.51 cores=1,3,5,7
/proc/30845/task/30847/stat : 30847 (java) R 30842 30845 27678 0 -1 4202560 10545 0 0 0 251600 51 0 0 20 0 15 0 97797973 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394526146304 140394112945892 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30848] ppid=30842 vsize=10661132 memory=3872 CPUtime=0.22 cores=1,3,5,7
/proc/30845/task/30848/stat : 30848 (java) S 30842 30845 27678 0 -1 1077944384 2144 0 0 0 21 1 0 0 20 0 15 0 97797974 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394447985168 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30849] ppid=30842 vsize=10661132 memory=28248 CPUtime=0.23 cores=1,3,5,7
/proc/30845/task/30849/stat : 30849 (java) S 30842 30845 27678 0 -1 1077944384 2376 0 0 0 21 2 0 0 20 0 15 0 97797974 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394446932624 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30850] ppid=30842 vsize=10661132 memory=4126316290023845779 CPUtime=0.23 cores=1,3,5,7
/proc/30845/task/30850/stat : 30850 (java) S 30842 30845 27678 0 -1 1077944384 3584 0 0 0 21 2 0 0 20 0 15 0 97797974 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394445879568 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30851] ppid=30842 vsize=10661132 memory=14256 CPUtime=0.24 cores=1,3,5,7
/proc/30845/task/30851/stat : 30851 (java) S 30842 30845 27678 0 -1 1077944384 2577 0 0 0 22 2 0 0 20 0 15 0 97797974 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394444827024 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30852] ppid=30842 vsize=10661132 memory=16500 CPUtime=0.25 cores=1,3,5,7
/proc/30845/task/30852/stat : 30852 (java) S 30842 30845 27678 0 -1 1077944384 4924 0 0 0 21 4 0 0 20 0 15 0 97797975 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394014657264 140394521922178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30853] ppid=30842 vsize=10661132 memory=1180 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30853/stat : 30853 (java) S 30842 30845 27678 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394013603488 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30854] ppid=30842 vsize=10661132 memory=504 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30854/stat : 30854 (java) S 30842 30845 27678 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97797976 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394012550384 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30855] ppid=30842 vsize=10661132 memory=1720 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30855/stat : 30855 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394011498960 140394521929627 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30856] ppid=30842 vsize=10661132 memory=928 CPUtime=0.68 cores=1,3,5,7
/proc/30845/task/30856/stat : 30856 (java) S 30842 30845 27678 0 -1 1077944384 4200 0 0 0 67 1 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394010446064 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30857] ppid=30842 vsize=10661132 memory=2336 CPUtime=0.85 cores=1,3,5,7
/proc/30845/task/30857/stat : 30857 (java) S 30842 30845 27678 0 -1 1077944384 5692 0 0 0 85 0 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394009393520 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30858] ppid=30842 vsize=10661132 memory=932 CPUtime=0.31 cores=1,3,5,7
/proc/30845/task/30858/stat : 30858 (java) S 30842 30845 27678 0 -1 1077944384 2409 0 0 0 31 0 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394008340464 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30859] ppid=30842 vsize=10661132 memory=1564 CPUtime=0 cores=1,3,5,7
/proc/30845/task/30859/stat : 30859 (java) S 30842 30845 27678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394007288160 140394521921237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
[pid=30845/tid=30860] ppid=30842 vsize=10661132 memory=2212 CPUtime=0.49 cores=1,3,5,7
/proc/30845/task/30860/stat : 30860 (java) S 30842 30845 27678 0 -1 1077944384 1085 0 0 0 20 29 0 0 20 0 15 0 97797978 10916999168 38320 33554432000 4194304 4196468 140730332947072 140394006236208 140394521922178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28008448 140730332951672 140730332951817 140730332951817 140730332954575 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 153280 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2517.02 s]
# the end of solver process 30845 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.22 s, system=0.892141 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2517.02
CPU time (s): 2520.12
CPU user time (s): 2519.22
CPU system time (s): 0.892141
CPU usage (%): 100.123
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 194276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.22
system time used= 0.892141
maximum resident set size= 196332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41117
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 62254
involuntary context switches= 1269


# summary of solver processes directly reported to runsolver:
#   pid: 30845
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2519.22
#   total CPU system time (s): 0.892141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9067 second user time and 22.8104 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-28 20:25:48
IDJOB=4299110
IDBENCH=141295
IDSOLVER=2768
FILE ID=node149/4299110-1532802348
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-12_mini_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299110-1532802348/watcher-4299110-1532802348 -o /tmp/evaluation-result-4299110-1532802348/solver-4299110-1532802348 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532775878-27710 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299110-1532802348.xml --timelimit 2520

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

MD5SUM BENCH= 87e1f450592d5a84c288bd9e0fd40a7e
RANDOM SEED=884925111

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:        27316864 kB
MemAvailable:   31757800 kB
Buffers:          140680 kB
Cached:          4518564 kB
SwapCached:           60 kB
Active:          1725816 kB
Inactive:        3158932 kB
Active(anon):     175344 kB
Inactive(anon):    78000 kB
Active(file):    1550472 kB
Inactive(file):  3080932 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              1152 kB
Writeback:            32 kB
AnonPages:        220820 kB
Mapped:            47436 kB
Shmem:             25040 kB
Slab:             266952 kB
SReclaimable:     237992 kB
SUnreclaim:        28960 kB
KernelStack:        3568 kB
PageTables:         5804 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1121008 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 21:07:45