Trace number 4299785

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
MiniCPFever 2018-04-29SAT 2358.89 2314.19

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-07-08_c18.xml
MD5SUM4cf2470ecfcea4403011c16b404a3a31
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 benchmark41.9072
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":56}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":56}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":7}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
2358.80/2314.16	d NO_SOL_FOUND
2358.80/2314.16	s SATISFIABLE
2358.80/2314.17	v <instantiation>
2358.80/2314.17	v 	<list>
2358.80/2314.17	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] 
2358.80/2314.17	v 	</list>
2358.80/2314.17	v 	<values>
2358.80/2314.17	v 		0 2 2 17 4 19 4 18 1 0 17 8 19 8 13 0 2 11 4 12 4 13 19 18 4 12 15 14 17 19 4 18 3 0 8 6 13 4 17 0 0 17 4 13 4 17 0 8 8 18 18 4 11 0 8 18 
2358.80/2314.17	v 	</values>
2358.80/2314.17	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299785-1532813894/watcher-4299785-1532813894 -o /tmp/evaluation-result-4299785-1532813894/solver-4299785-1532813894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532811420-4380 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299785-1532813894.xml 

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
Starting watchdog thread
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=4834, runsolver pid=4831
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.33 1.43 1.43 4/215 4849
/proc/meminfo: memFree=22536584/32770624 swapFree=67108860/67108860
[pid=4834] ppid=4831 vsize=10658972 memory=27224 CPUtime=0.12 cores=1,3,5,7
/proc/4834/stat : 4834 (java) S 4831 4834 4348 0 -1 1077944320 5238 0 0 0 11 1 0 0 20 0 15 0 98952621 10914787328 6806 33554432000 4194304 4196468 140736315658800 140736315641344 139835570085623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
/proc/4834/statm: 2664743 6806 2814 1 0 2627263 0
[pid=4834/tid=4836] ppid=4831 vsize=10658972 memory=-8681638752711177408 CPUtime=0.09 cores=1,3,5,7
/proc/4834/task/4836/stat : 4836 (java) R 4831 4834 4348 0 -1 4202560 3097 0 0 0 9 0 0 0 20 0 15 0 98952621 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835574306784 139835570097558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4837] ppid=4831 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4837/stat : 4837 (java) S 4831 4834 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98952622 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835496160144 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4838] ppid=4831 vsize=10658972 memory=140427710588544 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4838/stat : 4838 (java) S 4831 4834 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98952622 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835495107344 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4839] ppid=4831 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4839/stat : 4839 (java) S 4831 4834 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98952622 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835494055056 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4840] ppid=4831 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4840/stat : 4840 (java) S 4831 4834 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98952622 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835493002256 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4841] ppid=4831 vsize=10658972 memory=140427710588544 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4841/stat : 4841 (java) S 4831 4834 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98952624 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835061770352 139835570096770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4842] ppid=4831 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4842/stat : 4842 (java) S 4831 4834 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98952624 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835060716320 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4843] ppid=4831 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4843/stat : 4843 (java) S 4831 4834 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98952624 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835059663984 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4844] ppid=4831 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4844/stat : 4844 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835058612304 139835570104219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4845] ppid=4831 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4845/stat : 4845 (java) R 4831 4834 4348 0 -1 1077944384 442 0 0 0 0 0 0 0 20 0 15 0 98952627 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835057560176 139835570096770 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4846] ppid=4831 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4846/stat : 4846 (java) R 4831 4834 4348 0 -1 4202560 29 0 0 0 0 0 0 0 20 0 15 0 98952627 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835056507376 139835553521361 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4847] ppid=4831 vsize=10658972 memory=140427710588544 CPUtime=0.02 cores=1,3,5,7
/proc/4834/task/4847/stat : 4847 (java) R 4831 4834 4348 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 15 0 98952627 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835055452624 139835570106970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4848] ppid=4831 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4848/stat : 4848 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835054402528 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4849] ppid=4831 vsize=10658972 memory=140427710588544 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4849/stat : 4849 (java) R 4831 4834 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98952627 10914787328 6872 33554432000 4194304 4196468 140736315658800 139835053349296 139835570096770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 27224 KiB

[startup+0.210626 s]*
/proc/loadavg: 1.33 1.43 1.43 4/215 4849
/proc/meminfo: memFree=22524908/32770624 swapFree=67108860/67108860
[pid=4834] ppid=4831 vsize=10658972 memory=39844 CPUtime=0.34 cores=1,3,5,7
/proc/4834/stat : 4834 (java) S 4831 4834 4348 0 -1 1077944320 8065 0 0 0 31 3 0 0 20 0 15 0 98952621 10914787328 9961 33554432000 4194304 4196468 140736315658800 140736315641344 139835570085623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
/proc/4834/statm: 2664743 9961 2984 1 0 2627263 0
[pid=4834/tid=4836] ppid=4831 vsize=10658972 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/4834/task/4836/stat : 4836 (java) R 4831 4834 4348 0 -1 4202560 5058 0 0 0 18 1 0 0 20 0 15 0 98952621 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835574316640 139835570097558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4837] ppid=4831 vsize=10658972 memory=345 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4837/stat : 4837 (java) S 4831 4834 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98952622 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835496160144 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4838] ppid=4831 vsize=10658972 memory=3761551225927132832 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4838/stat : 4838 (java) S 4831 4834 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98952622 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835495107344 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4839] ppid=4831 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4839/stat : 4839 (java) S 4831 4834 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98952622 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835494055056 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4840] ppid=4831 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4840/stat : 4840 (java) S 4831 4834 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98952622 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835493002256 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4841] ppid=4831 vsize=10658972 memory=140427710588544 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4841/stat : 4841 (java) S 4831 4834 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98952624 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835061770352 139835570096770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4842] ppid=4831 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4842/stat : 4842 (java) S 4831 4834 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98952624 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835060716320 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4843] ppid=4831 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4843/stat : 4843 (java) S 4831 4834 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98952624 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835059663984 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4844] ppid=4831 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4844/stat : 4844 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835058612304 139835570104219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4845] ppid=4831 vsize=10658972 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4834/task/4845/stat : 4845 (java) R 4831 4834 4348 0 -1 4202560 494 0 0 0 2 0 0 0 20 0 15 0 98952627 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835057560176 139835570106970 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4846] ppid=4831 vsize=10658972 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4834/task/4846/stat : 4846 (java) R 4831 4834 4348 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 98952627 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835056507376 139835550785920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4847] ppid=4831 vsize=10658972 memory=140427710588544 CPUtime=0.08 cores=1,3,5,7
/proc/4834/task/4847/stat : 4847 (java) S 4831 4834 4348 0 -1 1077944384 832 0 0 0 8 0 0 0 20 0 15 0 98952627 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835055455088 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4848] ppid=4831 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4848/stat : 4848 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835054402528 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4849] ppid=4831 vsize=10658972 memory=140427710588544 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4849/stat : 4849 (java) S 4831 4834 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98952627 10914787328 10027 33554432000 4194304 4196468 140736315658800 139835053349296 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 39844 KiB

[startup+0.311611 s]*
/proc/loadavg: 1.33 1.43 1.43 7/215 4849
/proc/meminfo: memFree=22500200/32770624 swapFree=67108860/67108860
[pid=4834] ppid=4831 vsize=10659048 memory=64732 CPUtime=0.56 cores=1,3,5,7
/proc/4834/stat : 4834 (java) S 4831 4834 4348 0 -1 1077944320 8670 0 0 0 53 3 0 0 20 0 15 0 98952621 10914865152 16183 33554432000 4194304 4196468 140736315658800 140736315641344 139835570085623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
/proc/4834/statm: 2664762 16183 3051 1 0 2627263 0
[pid=4834/tid=4836] ppid=4831 vsize=10659048 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/4834/task/4836/stat : 4836 (java) R 4831 4834 4348 0 -1 4202560 5393 0 0 0 28 2 0 0 20 0 15 0 98952621 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835574321968 139835159443504 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4837] ppid=4831 vsize=10659048 memory=304556157652172823 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4837/stat : 4837 (java) S 4831 4834 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98952622 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835496160144 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4838] ppid=4831 vsize=10659048 memory=3545376253363250848 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4838/stat : 4838 (java) S 4831 4834 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98952622 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835495107344 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4839] ppid=4831 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4839/stat : 4839 (java) S 4831 4834 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98952622 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835494055056 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4840] ppid=4831 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4840/stat : 4840 (java) S 4831 4834 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98952622 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835493002256 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4841] ppid=4831 vsize=10659048 memory=140427710588544 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4841/stat : 4841 (java) S 4831 4834 4348 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835061770352 139835570096770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4842] ppid=4831 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4842/stat : 4842 (java) S 4831 4834 4348 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835060716320 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4843] ppid=4831 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4843/stat : 4843 (java) S 4831 4834 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835059663984 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4844] ppid=4831 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4844/stat : 4844 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835058612304 139835570104219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4845] ppid=4831 vsize=10659048 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/4834/task/4845/stat : 4845 (java) R 4831 4834 4348 0 -1 4202560 614 0 0 0 5 0 0 0 20 0 15 0 98952627 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835057560176 139835562322750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4846] ppid=4831 vsize=10659048 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/4834/task/4846/stat : 4846 (java) R 4831 4834 4348 0 -1 1077944384 376 0 0 0 6 0 0 0 20 0 15 0 98952627 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835056497520 139835570095829 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4847] ppid=4831 vsize=10659048 memory=140427710588544 CPUtime=0.12 cores=1,3,5,7
/proc/4834/task/4847/stat : 4847 (java) R 4831 4834 4348 0 -1 4202560 920 0 0 0 12 0 0 0 20 0 15 0 98952627 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835055452024 139835549023673 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4848] ppid=4831 vsize=10659048 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4848/stat : 4848 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835054402528 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4849] ppid=4831 vsize=10659048 memory=140427710588544 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4849/stat : 4849 (java) S 4831 4834 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 16183 33554432000 4194304 4196468 140736315658800 139835053349296 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 64732 KiB

[startup+0.71065 s]
/proc/loadavg: 1.33 1.43 1.43 4/215 4849
/proc/meminfo: memFree=22409784/32770624 swapFree=67108860/67108860
[pid=4834] ppid=4831 vsize=10659048 memory=192356 CPUtime=1.58 cores=1,3,5,7
/proc/4834/stat : 4834 (java) S 4831 4834 4348 0 -1 1077944320 10496 0 0 0 150 8 0 0 20 0 15 0 98952621 10914865152 48089 33554432000 4194304 4196468 140736315658800 140736315641344 139835570085623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
/proc/4834/statm: 2664762 48089 3114 1 0 2627263 0
[pid=4834/tid=4836] ppid=4831 vsize=10659048 memory=4004 CPUtime=0.67 cores=1,3,5,7
/proc/4834/task/4836/stat : 4836 (java) R 4831 4834 4348 0 -1 4202560 5538 0 0 0 64 3 0 0 20 0 15 0 98952621 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835574322400 139835162258244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4837] ppid=4831 vsize=10659048 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4837/stat : 4837 (java) S 4831 4834 4348 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 98952622 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835496160144 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4838] ppid=4831 vsize=10659048 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4838/stat : 4838 (java) S 4831 4834 4348 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 98952622 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835495107344 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4839] ppid=4831 vsize=10659048 memory=640 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4839/stat : 4839 (java) S 4831 4834 4348 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 98952622 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835494055056 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4840] ppid=4831 vsize=10659048 memory=952 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4840/stat : 4840 (java) S 4831 4834 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98952622 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835493002256 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4841] ppid=4831 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4841/stat : 4841 (java) S 4831 4834 4348 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835061770352 139835570096770 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4842] ppid=4831 vsize=10659048 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4842/stat : 4842 (java) S 4831 4834 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835060716320 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4843] ppid=4831 vsize=10659048 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4843/stat : 4843 (java) S 4831 4834 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835059663984 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4844] ppid=4831 vsize=10659048 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4844/stat : 4844 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835058612304 139835570104219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4845] ppid=4831 vsize=10659048 memory=7805414729348310629 CPUtime=0.28 cores=1,3,5,7
/proc/4834/task/4845/stat : 4845 (java) R 4831 4834 4348 0 -1 4202560 1235 0 0 0 28 0 0 0 20 0 15 0 98952627 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835057546720 139835547971968 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4846] ppid=4831 vsize=10659048 memory=6154282490091891024 CPUtime=0.34 cores=1,3,5,7
/proc/4834/task/4846/stat : 4846 (java) R 4831 4834 4348 0 -1 4202560 1015 0 0 0 34 0 0 0 20 0 15 0 98952627 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835056507472 139835553571637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4847] ppid=4831 vsize=10659048 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/4834/task/4847/stat : 4847 (java) S 4831 4834 4348 0 -1 1077944384 1205 0 0 0 20 0 0 0 20 0 15 0 98952627 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835055455088 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4848] ppid=4831 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4848/stat : 4848 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835054402528 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4849] ppid=4831 vsize=10659048 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4849/stat : 4849 (java) S 4831 4834 4348 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 48089 33554432000 4194304 4196468 140736315658800 139835053349296 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 192356 KiB

[startup+1.50081 s]
/proc/loadavg: 1.33 1.43 1.43 3/215 4849
/proc/meminfo: memFree=22346232/32770624 swapFree=67108860/67108860
[pid=4834] ppid=4831 vsize=10659048 memory=293520 CPUtime=3.49 cores=1,3,5,7
/proc/4834/stat : 4834 (java) S 4831 4834 4348 0 -1 1077944320 12311 0 0 0 338 11 0 0 20 0 15 0 98952621 10914865152 73380 33554432000 4194304 4196468 140736315658800 140736315641344 139835570085623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
/proc/4834/statm: 2664762 73380 3141 1 0 2627263 0
[pid=4834/tid=4836] ppid=4831 vsize=10659048 memory=237656 CPUtime=1.45 cores=1,3,5,7
/proc/4834/task/4836/stat : 4836 (java) R 4831 4834 4348 0 -1 4202560 5645 0 0 0 141 4 0 0 20 0 15 0 98952621 10914865152 73380 33554432000 4194304 4196468 140736315658800 139835574321840 139835163424124 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4837] ppid=4831 vsize=10659048 memory=8112282956445269571 CPUtime=0.02 cores=1,3,5,7
/proc/4834/task/4837/stat : 4837 (java) S 4831 4834 4348 0 -1 1077944384 120 0 0 0 1 1 0 0 20 0 15 0 98952622 10914865152 73380 33554432000 4194304 4196468 140736315658800 139835496160144 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4838] ppid=4831 vsize=10659048 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4834/task/4838/stat : 4838 (java) S 4831 4834 4348 0 -1 1077944384 26 0 0 0 1 1 0 0 20 0 15 0 98952622 10914865152 73380 33554432000 4194304 4196468 140736315658800 139835495107344 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4839] ppid=4831 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4839/stat : 4839 (java) S 4831 4834 4348 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 98952622 10914865152 73380 33554432000 4194304 4196468 140736315658800 139835494055056 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4840] ppid=4831 vsize=10659048 memory=6943526294502006880 CPUtime=0.01 cores=1,3,5,7
/proc/4834/task/4840/stat : 4840 (java) S 4831 4834 4348 0 -1 1077944384 140 0 0 0 1 0 0 0 20 0 15 0 98952622 10914865152 73380 33554432000 4194304 4196468 140736315658800 139835493002256 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4841] ppid=4831 vsize=10659048 memory=0 CPUtime=0 cores=1,3,5,7

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

[pid=4834/tid=4848] ppid=4831 vsize=10659048 memory=4004 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4848/stat : 4848 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835054402528 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4849] ppid=4831 vsize=10659048 memory=18448 CPUtime=1.42 cores=1,3,5,7
/proc/4834/task/4849/stat : 4849 (java) S 4831 4834 4348 0 -1 1077944384 2263 0 0 0 65 77 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835053349296 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
Current children cumulated CPU time: 2356.64 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1760716 KiB

[startup+2312.8 s]
/proc/loadavg: 1.59 1.52 1.50 3/215 4962
/proc/meminfo: memFree=21065624/32770624 swapFree=67108860/67108860
[pid=4834] ppid=4831 vsize=10659048 memory=1760716 CPUtime=2357.45 cores=1,3,5,7
/proc/4834/stat : 4834 (java) S 4831 4834 4348 0 -1 1077944320 229792 0 0 0 235367 378 0 0 20 0 15 0 98952621 10914865152 440179 33554432000 4194304 4196468 140736315658800 140736315641344 139835570085623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
/proc/4834/statm: 2664762 440179 3161 1 0 2627263 0
[pid=4834/tid=4836] ppid=4831 vsize=10659048 memory=1296 CPUtime=2289.62 cores=1,3,5,7
/proc/4834/task/4836/stat : 4836 (java) R 4831 4834 4348 0 -1 4202560 51655 0 0 0 228908 54 0 0 20 0 15 0 98952621 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835574325024 139835163423668 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4837] ppid=4831 vsize=10659048 memory=1760716 CPUtime=14.45 cores=1,3,5,7
/proc/4834/task/4837/stat : 4837 (java) S 4831 4834 4348 0 -1 1077944384 32660 0 0 0 1383 62 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835496160144 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4838] ppid=4831 vsize=10659048 memory=1760716 CPUtime=14.42 cores=1,3,5,7
/proc/4834/task/4838/stat : 4838 (java) S 4831 4834 4348 0 -1 1077944384 35995 0 0 0 1383 59 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835495107344 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4839] ppid=4831 vsize=10659048 memory=8112282956445269571 CPUtime=14.42 cores=1,3,5,7
/proc/4834/task/4839/stat : 4839 (java) S 4831 4834 4348 0 -1 1077944384 34315 0 0 0 1387 55 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835494055056 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4840] ppid=4831 vsize=10659048 memory=640 CPUtime=14.43 cores=1,3,5,7
/proc/4834/task/4840/stat : 4840 (java) S 4831 4834 4348 0 -1 1077944384 32605 0 0 0 1387 56 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835493002256 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4841] ppid=4831 vsize=10659048 memory=952 CPUtime=6.41 cores=1,3,5,7
/proc/4834/task/4841/stat : 4841 (java) S 4831 4834 4348 0 -1 1077944384 29562 0 0 0 581 60 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835061770352 139835570096770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4842] ppid=4831 vsize=10659048 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4842/stat : 4842 (java) S 4831 4834 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835060716320 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4843] ppid=4831 vsize=10659048 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4843/stat : 4843 (java) S 4831 4834 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835059663984 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4844] ppid=4831 vsize=10659048 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4844/stat : 4844 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835058612304 139835570104219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4845] ppid=4831 vsize=10659048 memory=2400 CPUtime=0.95 cores=1,3,5,7
/proc/4834/task/4845/stat : 4845 (java) S 4831 4834 4348 0 -1 1077944384 4884 0 0 0 93 2 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835057560176 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4846] ppid=4831 vsize=10659048 memory=1836 CPUtime=0.92 cores=1,3,5,7
/proc/4834/task/4846/stat : 4846 (java) S 4831 4834 4348 0 -1 1077944384 2643 0 0 0 91 1 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835056507376 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4847] ppid=4831 vsize=10659048 memory=13044 CPUtime=0.32 cores=1,3,5,7
/proc/4834/task/4847/stat : 4847 (java) S 4831 4834 4348 0 -1 1077944384 1850 0 0 0 31 1 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835055455088 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4848] ppid=4831 vsize=10659048 memory=792 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4848/stat : 4848 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835054402528 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4849] ppid=4831 vsize=10659048 memory=1952 CPUtime=1.42 cores=1,3,5,7
/proc/4834/task/4849/stat : 4849 (java) S 4831 4834 4348 0 -1 1077944384 2263 0 0 0 65 77 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835053349296 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
Current children cumulated CPU time: 2357.45 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1760716 KiB

[startup+2313.6 s]
/proc/loadavg: 1.63 1.53 1.50 3/215 4962
/proc/meminfo: memFree=21066876/32770624 swapFree=67108860/67108860
[pid=4834] ppid=4831 vsize=10659048 memory=1760716 CPUtime=2358.27 cores=1,3,5,7
/proc/4834/stat : 4834 (java) S 4831 4834 4348 0 -1 1077944320 229800 0 0 0 235449 378 0 0 20 0 15 0 98952621 10914865152 440179 33554432000 4194304 4196468 140736315658800 140736315641344 139835570085623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
/proc/4834/statm: 2664762 440179 3161 1 0 2627263 0
[pid=4834/tid=4836] ppid=4831 vsize=10659048 memory=1760716 CPUtime=2290.41 cores=1,3,5,7
/proc/4834/task/4836/stat : 4836 (java) R 4831 4834 4348 0 -1 4202560 51662 0 0 0 228987 54 0 0 20 0 15 0 98952621 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835574324864 139835162710087 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4837] ppid=4831 vsize=10659048 memory=1760716 CPUtime=14.46 cores=1,3,5,7
/proc/4834/task/4837/stat : 4837 (java) S 4831 4834 4348 0 -1 1077944384 32660 0 0 0 1384 62 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835496160144 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4838] ppid=4831 vsize=10659048 memory=1760716 CPUtime=14.43 cores=1,3,5,7
/proc/4834/task/4838/stat : 4838 (java) S 4831 4834 4348 0 -1 1077944384 35995 0 0 0 1384 59 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835495107344 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4839] ppid=4831 vsize=10659048 memory=5412 CPUtime=14.43 cores=1,3,5,7
/proc/4834/task/4839/stat : 4839 (java) S 4831 4834 4348 0 -1 1077944384 34316 0 0 0 1388 55 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835494055056 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4840] ppid=4831 vsize=10659048 memory=4612 CPUtime=14.43 cores=1,3,5,7
/proc/4834/task/4840/stat : 4840 (java) S 4831 4834 4348 0 -1 1077944384 32605 0 0 0 1387 56 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835493002256 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4841] ppid=4831 vsize=10659048 memory=4140 CPUtime=6.41 cores=1,3,5,7
/proc/4834/task/4841/stat : 4841 (java) S 4831 4834 4348 0 -1 1077944384 29562 0 0 0 581 60 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835061770352 139835570096770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4842] ppid=4831 vsize=10659048 memory=28692 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4842/stat : 4842 (java) S 4831 4834 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835060716320 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4843] ppid=4831 vsize=10659048 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4843/stat : 4843 (java) S 4831 4834 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835059663984 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4844] ppid=4831 vsize=10659048 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4844/stat : 4844 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835058612304 139835570104219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4845] ppid=4831 vsize=10659048 memory=2400 CPUtime=0.95 cores=1,3,5,7
/proc/4834/task/4845/stat : 4845 (java) S 4831 4834 4348 0 -1 1077944384 4884 0 0 0 93 2 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835057560176 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4846] ppid=4831 vsize=10659048 memory=1836 CPUtime=0.92 cores=1,3,5,7
/proc/4834/task/4846/stat : 4846 (java) S 4831 4834 4348 0 -1 1077944384 2643 0 0 0 91 1 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835056507376 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4847] ppid=4831 vsize=10659048 memory=13044 CPUtime=0.32 cores=1,3,5,7
/proc/4834/task/4847/stat : 4847 (java) S 4831 4834 4348 0 -1 1077944384 1850 0 0 0 31 1 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835055455088 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4848] ppid=4831 vsize=10659048 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4848/stat : 4848 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835054402528 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4849] ppid=4831 vsize=10659048 memory=1952 CPUtime=1.42 cores=1,3,5,7
/proc/4834/task/4849/stat : 4849 (java) S 4831 4834 4348 0 -1 1077944384 2263 0 0 0 65 77 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835053349296 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
Current children cumulated CPU time: 2358.27 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1760716 KiB

[startup+2314 s]*
/proc/loadavg: 1.63 1.53 1.50 3/215 4962
/proc/meminfo: memFree=21067228/32770624 swapFree=67108860/67108860
[pid=4834] ppid=4831 vsize=10659048 memory=1760716 CPUtime=2358.69 cores=1,3,5,7
/proc/4834/stat : 4834 (java) S 4831 4834 4348 0 -1 1077944320 229803 0 0 0 235491 378 0 0 20 0 15 0 98952621 10914865152 440179 33554432000 4194304 4196468 140736315658800 140736315641344 139835570085623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
/proc/4834/statm: 2664762 440179 3161 1 0 2627263 0
[pid=4834/tid=4836] ppid=4831 vsize=10659048 memory=-6733704525061579059 CPUtime=2290.81 cores=1,3,5,7
/proc/4834/task/4836/stat : 4836 (java) S 4831 4834 4348 0 -1 1077944384 51665 0 0 0 229027 54 0 0 20 0 15 0 98952621 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835574324800 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4837] ppid=4831 vsize=10659048 memory=4872558044660077418 CPUtime=14.47 cores=1,3,5,7
/proc/4834/task/4837/stat : 4837 (java) R 4831 4834 4348 0 -1 4202560 32660 0 0 0 1385 62 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835496160144 139835562713831 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4838] ppid=4831 vsize=10659048 memory=840 CPUtime=14.44 cores=1,3,5,7
/proc/4834/task/4838/stat : 4838 (java) R 4831 4834 4348 0 -1 4202560 35995 0 0 0 1385 59 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835495107344 139835562713831 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4839] ppid=4831 vsize=10659048 memory=1800 CPUtime=14.43 cores=1,3,5,7
/proc/4834/task/4839/stat : 4839 (java) R 4831 4834 4348 0 -1 1077944384 34316 0 0 0 1388 55 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835494055056 139835570095829 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4840] ppid=4831 vsize=10659048 memory=920 CPUtime=14.44 cores=1,3,5,7
/proc/4834/task/4840/stat : 4840 (java) R 4831 4834 4348 0 -1 4202560 32605 0 0 0 1388 56 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835493002376 139835562713831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4841] ppid=4831 vsize=10659048 memory=3848 CPUtime=6.42 cores=1,3,5,7
/proc/4834/task/4841/stat : 4841 (java) S 4831 4834 4348 0 -1 1077944384 29562 0 0 0 581 61 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835061768864 139835570095829 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4842] ppid=4831 vsize=10659048 memory=2600 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4842/stat : 4842 (java) S 4831 4834 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835060716320 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4843] ppid=4831 vsize=10659048 memory=2600 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4843/stat : 4843 (java) S 4831 4834 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835059663984 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4844] ppid=4831 vsize=10659048 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4844/stat : 4844 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835058612304 139835570104219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4845] ppid=4831 vsize=10659048 memory=3300 CPUtime=0.95 cores=1,3,5,7
/proc/4834/task/4845/stat : 4845 (java) S 4831 4834 4348 0 -1 1077944384 4884 0 0 0 93 2 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835057560176 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4846] ppid=4831 vsize=10659048 memory=424284 CPUtime=0.92 cores=1,3,5,7
/proc/4834/task/4846/stat : 4846 (java) S 4831 4834 4348 0 -1 1077944384 2643 0 0 0 91 1 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835056507376 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4847] ppid=4831 vsize=10659048 memory=1408 CPUtime=0.32 cores=1,3,5,7
/proc/4834/task/4847/stat : 4847 (java) S 4831 4834 4348 0 -1 1077944384 1850 0 0 0 31 1 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835055455088 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4848] ppid=4831 vsize=10659048 memory=3292 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4848/stat : 4848 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835054402528 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4849] ppid=4831 vsize=10659048 memory=1760716 CPUtime=1.42 cores=1,3,5,7
/proc/4834/task/4849/stat : 4849 (java) S 4831 4834 4348 0 -1 1077944384 2263 0 0 0 65 77 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835053349296 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
Current children cumulated CPU time: 2358.69 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1760716 KiB

[startup+2314.11 s]
/proc/loadavg: 1.63 1.53 1.50 3/215 4962
/proc/meminfo: memFree=21067228/32770624 swapFree=67108860/67108860
[pid=4834] ppid=4831 vsize=10659048 memory=1760716 CPUtime=2358.8 cores=1,3,5,7
/proc/4834/stat : 4834 (java) S 4831 4834 4348 0 -1 1077944320 229804 0 0 0 235502 378 0 0 20 0 15 0 98952621 10914865152 440179 33554432000 4194304 4196468 140736315658800 140736315641344 139835570085623 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
/proc/4834/statm: 2664762 440179 3161 1 0 2627263 0
[pid=4834/tid=4836] ppid=4831 vsize=10659048 memory=1760716 CPUtime=2290.9 cores=1,3,5,7
/proc/4834/task/4836/stat : 4836 (java) R 4831 4834 4348 0 -1 4202560 51666 0 0 0 229036 54 0 0 20 0 15 0 98952621 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835574324688 139835163422704 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4837] ppid=4831 vsize=10659048 memory=1760716 CPUtime=14.47 cores=1,3,5,7
/proc/4834/task/4837/stat : 4837 (java) S 4831 4834 4348 0 -1 1077944384 32660 0 0 0 1385 62 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835496160144 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4838] ppid=4831 vsize=10659048 memory=1760716 CPUtime=14.44 cores=1,3,5,7
/proc/4834/task/4838/stat : 4838 (java) S 4831 4834 4348 0 -1 1077944384 35995 0 0 0 1385 59 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835495107344 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4839] ppid=4831 vsize=10659048 memory=1760716 CPUtime=14.43 cores=1,3,5,7
/proc/4834/task/4839/stat : 4839 (java) S 4831 4834 4348 0 -1 1077944384 34316 0 0 0 1388 55 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835494055056 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4840] ppid=4831 vsize=10659048 memory=280855160561344 CPUtime=14.44 cores=1,3,5,7
/proc/4834/task/4840/stat : 4840 (java) S 4831 4834 4348 0 -1 1077944384 32605 0 0 0 1388 56 0 0 20 0 15 0 98952622 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835493002256 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4841] ppid=4831 vsize=10659048 memory=1760716 CPUtime=6.42 cores=1,3,5,7
/proc/4834/task/4841/stat : 4841 (java) S 4831 4834 4348 0 -1 1077944384 29562 0 0 0 581 61 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835061770352 139835570096770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4842] ppid=4831 vsize=10659048 memory=1760716 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4842/stat : 4842 (java) S 4831 4834 4348 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835060716320 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4843] ppid=4831 vsize=10659048 memory=1437 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4843/stat : 4843 (java) S 4831 4834 4348 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98952624 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835059663984 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4844] ppid=4831 vsize=10659048 memory=1760716 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4844/stat : 4844 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835058612304 139835570104219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4845] ppid=4831 vsize=10659048 memory=11013817773 CPUtime=0.95 cores=1,3,5,7
/proc/4834/task/4845/stat : 4845 (java) S 4831 4834 4348 0 -1 1077944384 4884 0 0 0 93 2 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835057560176 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4846] ppid=4831 vsize=10659048 memory=1760716 CPUtime=0.92 cores=1,3,5,7
/proc/4834/task/4846/stat : 4846 (java) S 4831 4834 4348 0 -1 1077944384 2643 0 0 0 91 1 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835056507376 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4847] ppid=4831 vsize=10659048 memory=1760716 CPUtime=0.32 cores=1,3,5,7
/proc/4834/task/4847/stat : 4847 (java) S 4831 4834 4348 0 -1 1077944384 1850 0 0 0 31 1 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835055455088 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4848] ppid=4831 vsize=10659048 memory=1760716 CPUtime=0 cores=1,3,5,7
/proc/4834/task/4848/stat : 4848 (java) S 4831 4834 4348 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835054402528 139835570095829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
[pid=4834/tid=4849] ppid=4831 vsize=10659048 memory=1760716 CPUtime=1.42 cores=1,3,5,7
/proc/4834/task/4849/stat : 4849 (java) S 4831 4834 4348 0 -1 1077944384 2263 0 0 0 65 77 0 0 20 0 15 0 98952627 10914865152 440179 33554432000 4194304 4196468 140736315658800 139835053349296 139835570096770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 16449536 140736315663533 140736315663625 140736315663625 140736315666383 0
Current children cumulated CPU time: 2358.8 s
Current children cumulated vsize: 10659048 KiB
Current children cumulated memory: 1760716 KiB

Child status: 0
Real time (s): 2314.19
CPU time (s): 2358.89
CPU user time (s): 2355.09
CPU system time (s): 3.79979
CPU usage (%): 101.931
Max. virtual memory (cumulated for all children) (KiB): 10659048
Max. memory (cumulated for all children) (KiB): 2234868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2355.09
system time used= 3.79979
maximum resident set size= 2234868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231046
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 224082
involuntary context switches= 5664


# summary of solver processes directly reported to runsolver:
#   pid: 4834
#   total CPU time (s): 2358.89
#   total CPU user time (s): 2355.09
#   total CPU system time (s): 3.79979

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.517 second user time and 22.2219 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 23:38:14
IDJOB=4299785
IDBENCH=141444
IDSOLVER=2763
FILE ID=node107/4299785-1532813894
RUNJOBID= node107-1532811420-4380
PBS_JOBID= 21022487
Free space on /tmp= 54464 MiB

SOLVER NAME= MiniCPFever 2018-04-29
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-07-08_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299785-1532813894/watcher-4299785-1532813894 -o /tmp/evaluation-result-4299785-1532813894/solver-4299785-1532813894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532811420-4380 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299785-1532813894.xml

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

MD5SUM BENCH= 4cf2470ecfcea4403011c16b404a3a31
RANDOM SEED=562442616

node107.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.40
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.40
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.40
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.40
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:        22553088 kB
MemAvailable:   31248644 kB
Buffers:          233504 kB
Cached:          8698436 kB
SwapCached:            0 kB
Active:          4529880 kB
Inactive:        5145372 kB
Active(anon):     692704 kB
Inactive(anon):    78544 kB
Active(file):    3837176 kB
Inactive(file):  5066828 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3904 kB
Writeback:            44 kB
AnonPages:        668688 kB
Mapped:            55624 kB
Shmem:             25228 kB
Slab:             242744 kB
SReclaimable:     214772 kB
SUnreclaim:        27972 kB
KernelStack:        3536 kB
PageTables:         6312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2177600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    577536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 54460 MiB
End job on node107 at 2018-07-29 00:16:49