Trace number 4300301

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
SuperSolver_Macq_Stevenart 2018-04-27SAT 101.775 98.82

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
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 benchmark2.36005
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
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
101.74/98.81	s SATISFIABLE
101.74/98.81	v <instantiation>
101.74/98.81	v 	<list>
101.74/98.81	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] 
101.74/98.81	v 	</list>
101.74/98.81	v 	<values>
101.74/98.81	v 		4 4 1 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14 
101.74/98.81	v 	</values>
101.74/98.81	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 (11626 MiB free)
  memory of node 1: 16384 MiB (15116 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300301-1532837371/watcher-4300301-1532837371 -o /tmp/evaluation-result-4300301-1532837371/solver-4300301-1532837371 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1644 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4300301-1532837371.xml 

running on 4 cores: 0,2,4,6

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

solver pid=7793, runsolver pid=7790

[startup+0.100125 s]*
/proc/loadavg: 1.45 1.50 1.58 4/215 7808
/proc/meminfo: memFree=27368228/32770624 swapFree=67108860/67108860
[pid=7793] ppid=7790 vsize=10661052 memory=27692 CPUtime=0.12 cores=0,2,4,6
/proc/7793/stat : 7793 (java) S 7790 7793 1613 0 -1 1077944320 5262 0 0 0 11 1 0 0 20 0 15 0 101300284 10916917248 6923 33554432000 4194304 4196468 140722705614640 140722705597184 140043371978487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
/proc/7793/statm: 2665263 6923 2845 1 0 2627263 0
[pid=7793/tid=7795] ppid=7790 vsize=10661052 memory=-8823779217903547584 CPUtime=0.09 cores=0,2,4,6
/proc/7793/task/7795/stat : 7795 (java) R 7790 7793 1613 0 -1 4202560 3134 0 0 0 8 1 0 0 20 0 15 0 101300285 10916917248 6923 33554432000 4194304 4196468 140722705614640 140043376212912 140042995532019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7796] ppid=7790 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7796/stat : 7796 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916917248 6923 33554432000 4194304 4196468 140722705614640 140043324599312 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7797] ppid=7790 vsize=10661052 memory=140105584182912 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7797/stat : 7797 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916917248 6923 33554432000 4194304 4196468 140722705614640 140043323546768 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7798] ppid=7790 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7798/stat : 7798 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916917248 6923 33554432000 4194304 4196468 140722705614640 140043322493712 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7799] ppid=7790 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7799/stat : 7799 (java) S 7790 7793 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101300286 10916917248 6923 33554432000 4194304 4196468 140722705614640 140043321441168 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7800] ppid=7790 vsize=10661052 memory=140105584182912 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7800/stat : 7800 (java) S 7790 7793 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101300287 10916917248 6923 33554432000 4194304 4196468 140722705614640 140042930948336 140043371989634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7801] ppid=7790 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7801/stat : 7801 (java) S 7790 7793 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101300288 10916917248 6923 33554432000 4194304 4196468 140722705614640 140042929894560 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7802] ppid=7790 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7802/stat : 7802 (java) S 7790 7793 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101300288 10916917248 6923 33554432000 4194304 4196468 140722705614640 140042928841456 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7803] ppid=7790 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7803/stat : 7803 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916917248 6923 33554432000 4194304 4196468 140722705614640 140042927790032 140043371997083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7804] ppid=7790 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7804/stat : 7804 (java) S 7790 7793 1613 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 101300290 10916917248 6923 33554432000 4194304 4196468 140722705614640 140042926738160 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7805] ppid=7790 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7805/stat : 7805 (java) R 7790 7793 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101300290 10916917248 6923 33554432000 4194304 4196468 140722705614640 140042925685616 140043371989634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7806] ppid=7790 vsize=10661052 memory=140105584182912 CPUtime=0.01 cores=0,2,4,6
/proc/7793/task/7806/stat : 7806 (java) R 7790 7793 1613 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 15 0 101300290 10916917248 6923 33554432000 4194304 4196468 140722705614640 140042924632560 140043371990422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7807] ppid=7790 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7807/stat : 7807 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916917248 6923 33554432000 4194304 4196468 140722705614640 140042923580256 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7808] ppid=7790 vsize=10661052 memory=140105584182912 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7808/stat : 7808 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300291 10916917248 6923 33554432000 4194304 4196468 140722705614640 140042922527280 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27692 KiB

[startup+0.210531 s]*
/proc/loadavg: 1.45 1.50 1.58 5/215 7808
/proc/meminfo: memFree=27356588/32770624 swapFree=67108860/67108860
[pid=7793] ppid=7790 vsize=10661052 memory=40452 CPUtime=0.34 cores=0,2,4,6
/proc/7793/stat : 7793 (java) S 7790 7793 1613 0 -1 1077944320 8185 0 0 0 31 3 0 0 20 0 15 0 101300284 10916917248 10113 33554432000 4194304 4196468 140722705614640 140722705597184 140043371978487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
/proc/7793/statm: 2665263 10113 2987 1 0 2627263 0
[pid=7793/tid=7795] ppid=7790 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/7793/task/7795/stat : 7795 (java) R 7790 7793 1613 0 -1 4202560 5111 0 0 0 18 2 0 0 20 0 15 0 101300285 10916917248 10113 33554432000 4194304 4196468 140722705614640 140043376216672 140043358248656 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7796] ppid=7790 vsize=10661052 memory=331 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7796/stat : 7796 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916917248 10113 33554432000 4194304 4196468 140722705614640 140043324599312 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7797] ppid=7790 vsize=10661052 memory=288370481735894656 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7797/stat : 7797 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916917248 10113 33554432000 4194304 4196468 140722705614640 140043323546768 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7798] ppid=7790 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7798/stat : 7798 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916917248 10113 33554432000 4194304 4196468 140722705614640 140043322493712 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7799] ppid=7790 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7799/stat : 7799 (java) S 7790 7793 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101300286 10916917248 10113 33554432000 4194304 4196468 140722705614640 140043321441168 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7800] ppid=7790 vsize=10661052 memory=140105584182912 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7800/stat : 7800 (java) S 7790 7793 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101300287 10916917248 10113 33554432000 4194304 4196468 140722705614640 140042930948336 140043371989634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7801] ppid=7790 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7801/stat : 7801 (java) S 7790 7793 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101300288 10916917248 10113 33554432000 4194304 4196468 140722705614640 140042929894560 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7802] ppid=7790 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7802/stat : 7802 (java) S 7790 7793 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101300288 10916917248 10113 33554432000 4194304 4196468 140722705614640 140042928841456 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7803] ppid=7790 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7803/stat : 7803 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916917248 10113 33554432000 4194304 4196468 140722705614640 140042927790032 140043371997083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7804] ppid=7790 vsize=10661052 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7793/task/7804/stat : 7804 (java) R 7790 7793 1613 0 -1 1077944384 619 0 0 0 2 0 0 0 20 0 15 0 101300290 10916917248 10113 33554432000 4194304 4196468 140722705614640 140042926738160 140043371989634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7805] ppid=7790 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/7793/task/7805/stat : 7805 (java) R 7790 7793 1613 0 -1 4202560 245 0 0 0 2 0 0 0 20 0 15 0 101300290 10916917248 10113 33554432000 4194304 4196468 140722705614640 140042925685616 140043364267936 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7806] ppid=7790 vsize=10661052 memory=140105584182912 CPUtime=0.08 cores=0,2,4,6
/proc/7793/task/7806/stat : 7806 (java) R 7790 7793 1613 0 -1 4202560 861 0 0 0 8 0 0 0 20 0 15 0 101300290 10916917248 10113 33554432000 4194304 4196468 140722705614640 140042924628288 140043351271296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7807] ppid=7790 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7807/stat : 7807 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916917248 10113 33554432000 4194304 4196468 140722705614640 140042923580256 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7808] ppid=7790 vsize=10661052 memory=140105584182912 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7808/stat : 7808 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300291 10916917248 10113 33554432000 4194304 4196468 140722705614640 140042922527280 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40452 KiB

[startup+0.312885 s]*
/proc/loadavg: 1.45 1.50 1.58 7/215 7808
/proc/meminfo: memFree=27351564/32770624 swapFree=67108860/67108860
[pid=7793] ppid=7790 vsize=10661128 memory=45516 CPUtime=0.59 cores=0,2,4,6
/proc/7793/stat : 7793 (java) S 7790 7793 1613 0 -1 1077944320 8951 0 0 0 56 3 0 0 20 0 15 0 101300284 10916995072 11379 33554432000 4194304 4196468 140722705614640 140722705597184 140043371978487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
/proc/7793/statm: 2665282 11379 3060 1 0 2627263 0
[pid=7793/tid=7795] ppid=7790 vsize=10661128 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/7793/task/7795/stat : 7795 (java) R 7790 7793 1613 0 -1 4202560 5429 0 0 0 27 2 0 0 20 0 15 0 101300285 10916995072 11379 33554432000 4194304 4196468 140722705614640 140043376216336 140043371990422 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7796] ppid=7790 vsize=10661128 memory=4294977825 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7796/stat : 7796 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 11379 33554432000 4194304 4196468 140722705614640 140043324599312 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7797] ppid=7790 vsize=10661128 memory=288370481735894656 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7797/stat : 7797 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 11379 33554432000 4194304 4196468 140722705614640 140043323546768 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7798] ppid=7790 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7798/stat : 7798 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 11379 33554432000 4194304 4196468 140722705614640 140043322493712 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7799] ppid=7790 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7799/stat : 7799 (java) S 7790 7793 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 11379 33554432000 4194304 4196468 140722705614640 140043321441168 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7800] ppid=7790 vsize=10661128 memory=140105584182912 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7800/stat : 7800 (java) S 7790 7793 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101300287 10916995072 11379 33554432000 4194304 4196468 140722705614640 140042930948336 140043371989634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7801] ppid=7790 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7801/stat : 7801 (java) S 7790 7793 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 11379 33554432000 4194304 4196468 140722705614640 140042929894560 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7802] ppid=7790 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7802/stat : 7802 (java) S 7790 7793 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 11379 33554432000 4194304 4196468 140722705614640 140042928841456 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7803] ppid=7790 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7803/stat : 7803 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 11379 33554432000 4194304 4196468 140722705614640 140042927790032 140043371997083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7804] ppid=7790 vsize=10661128 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/7793/task/7804/stat : 7804 (java) R 7790 7793 1613 0 -1 1077944384 731 0 0 0 6 0 0 0 20 0 15 0 101300290 10916995072 11379 33554432000 4194304 4196468 140722705614640 140042926738160 140043371989634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7805] ppid=7790 vsize=10661128 memory=-1 CPUtime=0.06 cores=0,2,4,6
/proc/7793/task/7805/stat : 7805 (java) R 7790 7793 1613 0 -1 4202560 412 0 0 0 6 0 0 0 20 0 15 0 101300290 10916995072 11379 33554432000 4194304 4196468 140722705614640 140042925672432 140043356900048 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7806] ppid=7790 vsize=10661128 memory=140105584182912 CPUtime=0.16 cores=0,2,4,6
/proc/7793/task/7806/stat : 7806 (java) R 7790 7793 1613 0 -1 4202560 1011 0 0 0 16 0 0 0 20 0 15 0 101300290 10916995072 11379 33554432000 4194304 4196468 140722705614640 140042924628288 140043350958232 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7807] ppid=7790 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7807/stat : 7807 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 11379 33554432000 4194304 4196468 140722705614640 140042923580256 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7808] ppid=7790 vsize=10661128 memory=140105584182912 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7808/stat : 7808 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300291 10916995072 11379 33554432000 4194304 4196468 140722705614640 140042922527280 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 45516 KiB

[startup+0.7008 s]
/proc/loadavg: 1.45 1.50 1.58 5/215 7808
/proc/meminfo: memFree=27309496/32770624 swapFree=67108860/67108860
[pid=7793] ppid=7790 vsize=10661128 memory=121176 CPUtime=1.82 cores=0,2,4,6
/proc/7793/stat : 7793 (java) S 7790 7793 1613 0 -1 1077944320 11644 0 0 0 177 5 0 0 20 0 15 0 101300284 10916995072 30294 33554432000 4194304 4196468 140722705614640 140722705597184 140043371978487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
/proc/7793/statm: 2665282 30294 3113 1 0 2627263 0
[pid=7793/tid=7795] ppid=7790 vsize=10661128 memory=16264 CPUtime=0.66 cores=0,2,4,6
/proc/7793/task/7795/stat : 7795 (java) R 7790 7793 1613 0 -1 4202560 5703 0 0 0 63 3 0 0 20 0 15 0 101300285 10916995072 30294 33554432000 4194304 4196468 140722705614640 140043376216416 140042999349130 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7796] ppid=7790 vsize=10661128 memory=2324 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7796/stat : 7796 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 30294 33554432000 4194304 4196468 140722705614640 140043324599312 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7797] ppid=7790 vsize=10661128 memory=1584 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7797/stat : 7797 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 30294 33554432000 4194304 4196468 140722705614640 140043323546768 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7798] ppid=7790 vsize=10661128 memory=496 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7798/stat : 7798 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 30294 33554432000 4194304 4196468 140722705614640 140043322493712 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7799] ppid=7790 vsize=10661128 memory=928 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7799/stat : 7799 (java) S 7790 7793 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 30294 33554432000 4194304 4196468 140722705614640 140043321441168 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7800] ppid=7790 vsize=10661128 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7800/stat : 7800 (java) S 7790 7793 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101300287 10916995072 30294 33554432000 4194304 4196468 140722705614640 140042930948336 140043371989634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7801] ppid=7790 vsize=10661128 memory=1968 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7801/stat : 7801 (java) S 7790 7793 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 30294 33554432000 4194304 4196468 140722705614640 140042929894560 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7802] ppid=7790 vsize=10661128 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7802/stat : 7802 (java) S 7790 7793 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 30294 33554432000 4194304 4196468 140722705614640 140042928841456 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7803] ppid=7790 vsize=10661128 memory=7157735280213317218 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7803/stat : 7803 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 30294 33554432000 4194304 4196468 140722705614640 140042927790032 140043371997083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7804] ppid=7790 vsize=10661128 memory=7662404614866234984 CPUtime=0.37 cores=0,2,4,6
/proc/7793/task/7804/stat : 7804 (java) S 7790 7793 1613 0 -1 1077944384 1740 0 0 0 37 0 0 0 20 0 15 0 101300290 10916995072 30294 33554432000 4194304 4196468 140722705614640 140042926738160 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7805] ppid=7790 vsize=10661128 memory=6081099103656698986 CPUtime=0.43 cores=0,2,4,6
/proc/7793/task/7805/stat : 7805 (java) R 7790 7793 1613 0 -1 4202560 1101 0 0 0 43 0 0 0 20 0 15 0 101300290 10916995072 30294 33554432000 4194304 4196468 140722705614640 140042925685616 140043351224330 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7806] ppid=7790 vsize=10661128 memory=7230354741939103332 CPUtime=0.31 cores=0,2,4,6
/proc/7793/task/7806/stat : 7806 (java) S 7790 7793 1613 0 -1 1077944384 1729 0 0 0 31 0 0 0 20 0 15 0 101300290 10916995072 30294 33554432000 4194304 4196468 140722705614640 140042924632560 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7807] ppid=7790 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7807/stat : 7807 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 30294 33554432000 4194304 4196468 140722705614640 140042923580256 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7808] ppid=7790 vsize=10661128 memory=756 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7808/stat : 7808 (java) S 7790 7793 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101300291 10916995072 30294 33554432000 4194304 4196468 140722705614640 140042922527280 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
Current children cumulated CPU time: 1.82 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 121176 KiB

[startup+1.50079 s]
/proc/loadavg: 1.45 1.50 1.58 3/215 7808
/proc/meminfo: memFree=27208448/32770624 swapFree=67108860/67108860
[pid=7793] ppid=7790 vsize=10661128 memory=192248 CPUtime=3.1 cores=0,2,4,6
/proc/7793/stat : 7793 (java) S 7790 7793 1613 0 -1 1077944320 13617 0 0 0 302 8 0 0 20 0 15 0 101300284 10916995072 48062 33554432000 4194304 4196468 140722705614640 140722705597184 140043371978487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
/proc/7793/statm: 2665282 48062 3122 1 0 2627263 0
[pid=7793/tid=7795] ppid=7790 vsize=10661128 memory=191988 CPUtime=1.45 cores=0,2,4,6
/proc/7793/task/7795/stat : 7795 (java) R 7790 7793 1613 0 -1 4202560 5734 0 0 0 141 4 0 0 20 0 15 0 101300285 10916995072 48062 33554432000 4194304 4196468 140722705614640 140043376215848 140042999565367 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7796] ppid=7790 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7796/stat : 7796 (java) S 7790 7793 1613 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 48062 33554432000 4194304 4196468 140722705614640 140043324599312 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7797] ppid=7790 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7797/stat : 7797 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 48062 33554432000 4194304 4196468 140722705614640 140043323546768 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7798] ppid=7790 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7798/stat : 7798 (java) S 7790 7793 1613 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 48062 33554432000 4194304 4196468 140722705614640 140043322493712 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7799] ppid=7790 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7799/stat : 7799 (java) S 7790 7793 1613 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 101300286 10916995072 48062 33554432000 4194304 4196468 140722705614640 140043321441168 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7800] ppid=7790 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7800/stat : 7800 (java) S 7790 7793 1613 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 101300287 10916995072 48062 33554432000 4194304 4196468 140722705614640 140042930948336 140043371989634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0

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

[pid=7793/tid=7807] ppid=7790 vsize=10661128 memory=1812 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7807/stat : 7807 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042923580256 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7808] ppid=7790 vsize=10661128 memory=2600 CPUtime=0.05 cores=0,2,4,6
/proc/7793/task/7808/stat : 7808 (java) S 7790 7793 1613 0 -1 1077944384 851 0 0 0 3 2 0 0 20 0 15 0 101300291 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042922527280 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
Current children cumulated CPU time: 95.69 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 215328 KiB

[startup+96.0008 s]*
/proc/loadavg: 1.32 1.42 1.54 3/216 7817
/proc/meminfo: memFree=27169232/32770624 swapFree=67108860/67108860
[pid=7793] ppid=7790 vsize=10661128 memory=215328 CPUtime=98.92 cores=0,2,4,6
/proc/7793/stat : 7793 (java) S 7790 7793 1613 0 -1 1077944320 28602 0 0 0 9862 30 0 0 20 0 15 0 101300284 10916995072 53832 33554432000 4194304 4196468 140722705614640 140722705597184 140043371978487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
/proc/7793/statm: 2665282 53832 3152 1 0 2627263 0
[pid=7793/tid=7795] ppid=7790 vsize=10661128 memory=8112282956445269571 CPUtime=94.96 cores=0,2,4,6
/proc/7793/task/7795/stat : 7795 (java) R 7790 7793 1613 0 -1 4202560 8051 0 0 0 9490 6 0 0 20 0 15 0 101300285 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043376217920 140042999567423 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7796] ppid=7790 vsize=10661128 memory=4872558044660077418 CPUtime=0.34 cores=0,2,4,6
/proc/7793/task/7796/stat : 7796 (java) S 7790 7793 1613 0 -1 1077944384 389 0 0 0 27 7 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043324599312 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7797] ppid=7790 vsize=10661128 memory=7528 CPUtime=0.34 cores=0,2,4,6
/proc/7793/task/7797/stat : 7797 (java) S 7790 7793 1613 0 -1 1077944384 510 0 0 0 29 5 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043323546768 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7798] ppid=7790 vsize=10661128 memory=804 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7798/stat : 7798 (java) S 7790 7793 1613 0 -1 1077944384 975 0 0 0 29 6 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043322493712 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7799] ppid=7790 vsize=10661128 memory=4104 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7799/stat : 7799 (java) S 7790 7793 1613 0 -1 1077944384 751 0 0 0 29 6 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043321441168 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7800] ppid=7790 vsize=10661128 memory=215328 CPUtime=0.48 cores=0,2,4,6
/proc/7793/task/7800/stat : 7800 (java) S 7790 7793 1613 0 -1 1077944384 1246 0 0 0 46 2 0 0 20 0 15 0 101300287 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042930948336 140043371989634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7801] ppid=7790 vsize=10661128 memory=215328 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7801/stat : 7801 (java) S 7790 7793 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042929894560 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7802] ppid=7790 vsize=10661128 memory=215328 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7802/stat : 7802 (java) S 7790 7793 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042928841456 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7803] ppid=7790 vsize=10661128 memory=496 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7803/stat : 7803 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042927790032 140043371997083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7804] ppid=7790 vsize=10661128 memory=928 CPUtime=0.78 cores=0,2,4,6
/proc/7793/task/7804/stat : 7804 (java) S 7790 7793 1613 0 -1 1077944384 6851 0 0 0 77 1 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042926738160 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7805] ppid=7790 vsize=10661128 memory=1172 CPUtime=0.81 cores=0,2,4,6
/proc/7793/task/7805/stat : 7805 (java) S 7790 7793 1613 0 -1 1077944384 5124 0 0 0 81 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042925685616 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7806] ppid=7790 vsize=10661128 memory=1968 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7806/stat : 7806 (java) S 7790 7793 1613 0 -1 1077944384 2493 0 0 0 35 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042924632560 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7807] ppid=7790 vsize=10661128 memory=1692 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7807/stat : 7807 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042923580256 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7808] ppid=7790 vsize=10661128 memory=912 CPUtime=0.05 cores=0,2,4,6
/proc/7793/task/7808/stat : 7808 (java) S 7790 7793 1613 0 -1 1077944384 851 0 0 0 3 2 0 0 20 0 15 0 101300291 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042922527280 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
Current children cumulated CPU time: 98.92 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 215328 KiB

[startup+97.6007 s]
/proc/loadavg: 1.32 1.42 1.54 3/216 7817
/proc/meminfo: memFree=27169232/32770624 swapFree=67108860/67108860
[pid=7793] ppid=7790 vsize=10661128 memory=215328 CPUtime=100.52 cores=0,2,4,6
/proc/7793/stat : 7793 (java) S 7790 7793 1613 0 -1 1077944320 28615 0 0 0 10022 30 0 0 20 0 15 0 101300284 10916995072 53832 33554432000 4194304 4196468 140722705614640 140722705597184 140043371978487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
/proc/7793/statm: 2665282 53832 3152 1 0 2627263 0
[pid=7793/tid=7795] ppid=7790 vsize=10661128 memory=2204 CPUtime=96.54 cores=0,2,4,6
/proc/7793/task/7795/stat : 7795 (java) R 7790 7793 1613 0 -1 4202560 8064 0 0 0 9648 6 0 0 20 0 15 0 101300285 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043376217808 140042999565695 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7796] ppid=7790 vsize=10661128 memory=8112282956445269571 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7796/stat : 7796 (java) S 7790 7793 1613 0 -1 1077944384 389 0 0 0 28 7 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043324599312 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7797] ppid=7790 vsize=10661128 memory=1812 CPUtime=0.34 cores=0,2,4,6
/proc/7793/task/7797/stat : 7797 (java) S 7790 7793 1613 0 -1 1077944384 510 0 0 0 29 5 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043323546768 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7798] ppid=7790 vsize=10661128 memory=1020 CPUtime=0.36 cores=0,2,4,6
/proc/7793/task/7798/stat : 7798 (java) S 7790 7793 1613 0 -1 1077944384 975 0 0 0 30 6 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043322493712 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7799] ppid=7790 vsize=10661128 memory=5452 CPUtime=0.36 cores=0,2,4,6
/proc/7793/task/7799/stat : 7799 (java) S 7790 7793 1613 0 -1 1077944384 751 0 0 0 30 6 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043321441168 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7800] ppid=7790 vsize=10661128 memory=215328 CPUtime=0.48 cores=0,2,4,6
/proc/7793/task/7800/stat : 7800 (java) S 7790 7793 1613 0 -1 1077944384 1246 0 0 0 46 2 0 0 20 0 15 0 101300287 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042930948336 140043371989634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7801] ppid=7790 vsize=10661128 memory=29172 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7801/stat : 7801 (java) S 7790 7793 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042929894560 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7802] ppid=7790 vsize=10661128 memory=2204 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7802/stat : 7802 (java) S 7790 7793 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042928841456 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7803] ppid=7790 vsize=10661128 memory=1240 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7803/stat : 7803 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042927790032 140043371997083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7804] ppid=7790 vsize=10661128 memory=215328 CPUtime=0.78 cores=0,2,4,6
/proc/7793/task/7804/stat : 7804 (java) S 7790 7793 1613 0 -1 1077944384 6851 0 0 0 77 1 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042926738160 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7805] ppid=7790 vsize=10661128 memory=215328 CPUtime=0.81 cores=0,2,4,6
/proc/7793/task/7805/stat : 7805 (java) S 7790 7793 1613 0 -1 1077944384 5124 0 0 0 81 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042925685616 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7806] ppid=7790 vsize=10661128 memory=3360 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7806/stat : 7806 (java) S 7790 7793 1613 0 -1 1077944384 2493 0 0 0 35 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042924632560 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7807] ppid=7790 vsize=10661128 memory=2724 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7807/stat : 7807 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042923580256 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7808] ppid=7790 vsize=10661128 memory=1256 CPUtime=0.05 cores=0,2,4,6
/proc/7793/task/7808/stat : 7808 (java) S 7790 7793 1613 0 -1 1077944384 851 0 0 0 3 2 0 0 20 0 15 0 101300291 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042922527280 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
Current children cumulated CPU time: 100.52 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 215328 KiB

[startup+98.4008 s]
/proc/loadavg: 1.32 1.42 1.54 3/216 7817
/proc/meminfo: memFree=27167184/32770624 swapFree=67108860/67108860
[pid=7793] ppid=7790 vsize=10661128 memory=215328 CPUtime=101.33 cores=0,2,4,6
/proc/7793/stat : 7793 (java) S 7790 7793 1613 0 -1 1077944320 28624 0 0 0 10103 30 0 0 20 0 15 0 101300284 10916995072 53832 33554432000 4194304 4196468 140722705614640 140722705597184 140043371978487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
/proc/7793/statm: 2665282 53832 3152 1 0 2627263 0
[pid=7793/tid=7795] ppid=7790 vsize=10661128 memory=8112282956445269571 CPUtime=97.33 cores=0,2,4,6
/proc/7793/task/7795/stat : 7795 (java) R 7790 7793 1613 0 -1 4202560 8072 0 0 0 9727 6 0 0 20 0 15 0 101300285 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043376218000 140042999566738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7796] ppid=7790 vsize=10661128 memory=3360 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7796/stat : 7796 (java) S 7790 7793 1613 0 -1 1077944384 389 0 0 0 28 7 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043324599312 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7797] ppid=7790 vsize=10661128 memory=2724 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7797/stat : 7797 (java) S 7790 7793 1613 0 -1 1077944384 510 0 0 0 30 5 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043323546768 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7798] ppid=7790 vsize=10661128 memory=1256 CPUtime=0.36 cores=0,2,4,6
/proc/7793/task/7798/stat : 7798 (java) S 7790 7793 1613 0 -1 1077944384 975 0 0 0 30 6 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043322493712 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7799] ppid=7790 vsize=10661128 memory=10368 CPUtime=0.36 cores=0,2,4,6
/proc/7793/task/7799/stat : 7799 (java) S 7790 7793 1613 0 -1 1077944384 752 0 0 0 30 6 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043321441168 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7800] ppid=7790 vsize=10661128 memory=1700 CPUtime=0.49 cores=0,2,4,6
/proc/7793/task/7800/stat : 7800 (java) S 7790 7793 1613 0 -1 1077944384 1246 0 0 0 47 2 0 0 20 0 15 0 101300287 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042930948336 140043371989634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7801] ppid=7790 vsize=10661128 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7801/stat : 7801 (java) S 7790 7793 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042929894560 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7802] ppid=7790 vsize=10661128 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7802/stat : 7802 (java) S 7790 7793 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042928841456 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7803] ppid=7790 vsize=10661128 memory=1812 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7803/stat : 7803 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042927790032 140043371997083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7804] ppid=7790 vsize=10661128 memory=1020 CPUtime=0.78 cores=0,2,4,6
/proc/7793/task/7804/stat : 7804 (java) S 7790 7793 1613 0 -1 1077944384 6851 0 0 0 77 1 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042926738160 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7805] ppid=7790 vsize=10661128 memory=5452 CPUtime=0.81 cores=0,2,4,6
/proc/7793/task/7805/stat : 7805 (java) S 7790 7793 1613 0 -1 1077944384 5124 0 0 0 81 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042925685616 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7806] ppid=7790 vsize=10661128 memory=756 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7806/stat : 7806 (java) S 7790 7793 1613 0 -1 1077944384 2493 0 0 0 35 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042924632560 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7807] ppid=7790 vsize=10661128 memory=14572 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7807/stat : 7807 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042923580256 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7808] ppid=7790 vsize=10661128 memory=12708 CPUtime=0.05 cores=0,2,4,6
/proc/7793/task/7808/stat : 7808 (java) S 7790 7793 1613 0 -1 1077944384 851 0 0 0 3 2 0 0 20 0 15 0 101300291 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042922527280 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
Current children cumulated CPU time: 101.33 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 215328 KiB

[startup+98.8008 s]
/proc/loadavg: 1.32 1.42 1.54 3/216 7817
/proc/meminfo: memFree=27167184/32770624 swapFree=67108860/67108860
[pid=7793] ppid=7790 vsize=10661128 memory=215328 CPUtime=101.74 cores=0,2,4,6
/proc/7793/stat : 7793 (java) S 7790 7793 1613 0 -1 1077944320 28628 0 0 0 10144 30 0 0 20 0 15 0 101300284 10916995072 53832 33554432000 4194304 4196468 140722705614640 140722705597184 140043371978487 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
/proc/7793/statm: 2665282 53832 3152 1 0 2627263 0
[pid=7793/tid=7795] ppid=7790 vsize=10661128 memory=4426639978525455914 CPUtime=97.72 cores=0,2,4,6
/proc/7793/task/7795/stat : 7795 (java) R 7790 7793 1613 0 -1 4202560 8076 0 0 0 9766 6 0 0 20 0 15 0 101300285 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043376217744 140042999565281 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7796] ppid=7790 vsize=10661128 memory=4572164749098055210 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7796/stat : 7796 (java) S 7790 7793 1613 0 -1 1077944384 389 0 0 0 28 7 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043324599312 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7797] ppid=7790 vsize=10661128 memory=8328453600958622283 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7797/stat : 7797 (java) S 7790 7793 1613 0 -1 1077944384 510 0 0 0 30 5 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043323546768 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7798] ppid=7790 vsize=10661128 memory=6153443635835792487 CPUtime=0.36 cores=0,2,4,6
/proc/7793/task/7798/stat : 7798 (java) S 7790 7793 1613 0 -1 1077944384 975 0 0 0 30 6 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043322493712 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7799] ppid=7790 vsize=10661128 memory=7593468542576847970 CPUtime=0.36 cores=0,2,4,6
/proc/7793/task/7799/stat : 7799 (java) S 7790 7793 1613 0 -1 1077944384 752 0 0 0 30 6 0 0 20 0 15 0 101300286 10916995072 53832 33554432000 4194304 4196468 140722705614640 140043321441168 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7800] ppid=7790 vsize=10661128 memory=7380945035561489510 CPUtime=0.49 cores=0,2,4,6
/proc/7793/task/7800/stat : 7800 (java) S 7790 7793 1613 0 -1 1077944384 1246 0 0 0 47 2 0 0 20 0 15 0 101300287 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042930948336 140043371989634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7801] ppid=7790 vsize=10661128 memory=4639950512826379884 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7801/stat : 7801 (java) S 7790 7793 1613 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042929894560 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7802] ppid=7790 vsize=10661128 memory=7584172180673161326 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7802/stat : 7802 (java) S 7790 7793 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101300288 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042928841456 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7803] ppid=7790 vsize=10661128 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7803/stat : 7803 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042927790032 140043371997083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7804] ppid=7790 vsize=10661128 memory=7100839878645619564 CPUtime=0.78 cores=0,2,4,6
/proc/7793/task/7804/stat : 7804 (java) S 7790 7793 1613 0 -1 1077944384 6851 0 0 0 77 1 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042926738160 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7805] ppid=7790 vsize=10661128 memory=0 CPUtime=0.81 cores=0,2,4,6
/proc/7793/task/7805/stat : 7805 (java) S 7790 7793 1613 0 -1 1077944384 5124 0 0 0 81 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042925685616 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7806] ppid=7790 vsize=10661128 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/7793/task/7806/stat : 7806 (java) S 7790 7793 1613 0 -1 1077944384 2493 0 0 0 35 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042924632560 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7807] ppid=7790 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7793/task/7807/stat : 7807 (java) S 7790 7793 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101300290 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042923580256 140043371988693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
[pid=7793/tid=7808] ppid=7790 vsize=10661128 memory=288230574492221466 CPUtime=0.05 cores=0,2,4,6
/proc/7793/task/7808/stat : 7808 (java) S 7790 7793 1613 0 -1 1077944384 851 0 0 0 3 2 0 0 20 0 15 0 101300291 10916995072 53832 33554432000 4194304 4196468 140722705614640 140042922527280 140043371989634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23228416 140722705622154 140722705622281 140722705622281 140722705625039 0
Current children cumulated CPU time: 101.74 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 215328 KiB

Child status: 0
Real time (s): 98.82
CPU time (s): 101.775
CPU user time (s): 101.46
CPU system time (s): 0.314178
CPU usage (%): 102.99
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 215328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 101.46
system time used= 0.314178
maximum resident set size= 215804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29823
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17844
involuntary context switches= 357


# summary of solver processes directly reported to runsolver:
#   pid: 7793
#   total CPU time (s): 101.775
#   total CPU user time (s): 101.46
#   total CPU system time (s): 0.314178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.475092 second user time and 1.09469 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-29 06:09:31
IDJOB=4300301
IDBENCH=141582
IDSOLVER=2767
FILE ID=node136/4300301-1532837371
RUNJOBID= node136-1532809638-1644
PBS_JOBID= 21022480
Free space on /tmp= 55796 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Frb/frb-35-17-1_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300301-1532837371/watcher-4300301-1532837371 -o /tmp/evaluation-result-4300301-1532837371/solver-4300301-1532837371 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1644 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4300301-1532837371.xml

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=1521214773

node136.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.50
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.50
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.50
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.50
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:        27383784 kB
MemAvailable:   31215240 kB
Buffers:          204708 kB
Cached:          3885460 kB
SwapCached:            0 kB
Active:          2493284 kB
Inactive:        2395600 kB
Active(anon):     749428 kB
Inactive(anon):    76472 kB
Active(file):    1743856 kB
Inactive(file):  2319128 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:               956 kB
Writeback:             0 kB
AnonPages:        805024 kB
Mapped:            45772 kB
Shmem:             25228 kB
Slab:             196404 kB
SReclaimable:     168612 kB
SUnreclaim:        27792 kB
KernelStack:        3536 kB
PageTables:         6964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1893404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    702464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55796 MiB
End job on node136 at 2018-07-29 06:11:10