Trace number 4298320

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SuperSolver_Macq_Stevenart 2018-04-27SAT4 47.6305 44.9706

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-4x4_c18.xml
MD5SUM854371ae6c45321a117efbc84c9832b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.006115
Satisfiable
(Un)Satisfiability was proved
Number of variables16
Number of constraints16
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":16}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":8},{"degree":6,"count":4}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":8},{"arity":5,"count":4}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":16}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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
0.33/0.30	o 7
0.33/0.30	o 6
0.33/0.30	o 5
0.33/0.30	o 4
47.55/44.96	d EXCEPTION objective not bound
47.55/44.96	c minicp.engine.constraints.Minimize.tighten(Minimize.java:39)
47.55/44.96	c minicp.engine.constraints.Minimize.lambda$post$102(Minimize.java:49)
47.55/44.96	c minicp.search.DFSearch.lambda$notifySolutionFound$1(DFSearch.java:43)
47.55/44.96	c java.lang.Iterable.forEach(Iterable.java:75)
47.55/44.96	c minicp.search.DFSearch.notifySolutionFound(DFSearch.java:43)
47.55/44.96	c minicp.search.DFSearch.expandNode(DFSearch.java:170)
47.55/44.96	c minicp.search.DFSearch.dfs(DFSearch.java:146)
47.55/44.96	c minicp.search.DFSearch.start(DFSearch.java:69)
47.55/44.96	c minicp.search.BlackBox.start(BlackBox.java:146)
47.55/44.96	c xcsp3.XCSP3.solve(XCSP3.java:730)
47.55/44.96	c xcsp3.CompetitionApp.runSolver(CompetitionApp.java:64)
47.55/44.96	c xcsp3.CompetitionApp.main(CompetitionApp.java:51)
47.55/44.96	s SATISFIABLE
47.55/44.96	v <instantiation>
47.55/44.96	v 	<list>
47.55/44.96	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] 
47.55/44.96	v 	</list>
47.55/44.96	v 	<values>
47.55/44.96	v 		0 1 0 0 0 0 0 1 1 0 0 0 0 0 1 0 
47.55/44.96	v 	</values>
47.55/44.96	v </instantiation>

Verifier Data

OK	4

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298320-1532809638/watcher-4298320-1532809638 -o /tmp/evaluation-result-4298320-1532809638/solver-4298320-1532809638 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1645 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298320-1532809638.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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1663, runsolver pid=1660

[startup+0.100062 s]*
/proc/loadavg: 0.76 0.77 1.03 4/209 1697
/proc/meminfo: memFree=28123612/32770624 swapFree=67108860/67108860
[pid=1663] ppid=1660 vsize=10661052 memory=25892 CPUtime=0.12 cores=1,3,5,7
/proc/1663/stat : 1663 (java) S 1660 1663 1613 0 -1 1077944320 5375 0 0 0 11 1 0 0 20 0 15 0 98526960 10916917248 6473 33554432000 4194304 4196468 140726682160240 140726682142784 140254739463927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
/proc/1663/statm: 2665263 6473 2854 1 0 2627263 0
[pid=1663/tid=1665] ppid=1660 vsize=10661052 memory=-8412660957079705459 CPUtime=0.09 cores=1,3,5,7
/proc/1663/task/1665/stat : 1665 (java) R 1660 1663 1613 0 -1 4202560 3201 0 0 0 9 0 0 0 20 0 15 0 98526960 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254743693712 140254723544414 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1666] ppid=1660 vsize=10661052 memory=7948963741541478447 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1666/stat : 1666 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254709176592 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1667] ppid=1660 vsize=10661052 memory=140590055237248 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1667/stat : 1667 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254344776080 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1668] ppid=1660 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1668/stat : 1668 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254343723536 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1669] ppid=1660 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1669/stat : 1669 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254342670992 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1671] ppid=1660 vsize=10661052 memory=140590055237248 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1671/stat : 1671 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526962 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254044449264 140254739475074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1676] ppid=1660 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1676/stat : 1676 (java) S 1660 1663 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526963 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254043395488 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1677] ppid=1660 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1677/stat : 1677 (java) S 1660 1663 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526963 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254042342896 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1685] ppid=1660 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1685/stat : 1685 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254041291472 140254739482523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1686] ppid=1660 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1686/stat : 1686 (java) S 1660 1663 1613 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254040238064 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1688] ppid=1660 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1688/stat : 1688 (java) S 1660 1663 1613 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254039185520 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1690] ppid=1660 vsize=10661052 memory=140590055237248 CPUtime=0.02 cores=1,3,5,7
/proc/1663/task/1690/stat : 1690 (java) R 1660 1663 1613 0 -1 4202560 363 0 0 0 2 0 0 0 20 0 15 0 98526965 10916917248 6473 33554432000 4194304 4196468 140726682160240 140254038132976 140254739475862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1693] ppid=1660 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1693/stat : 1693 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916917248 6473 33554432000 4194304 4196468 140726682160240 140253968984672 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1694] ppid=1660 vsize=10661052 memory=140590055237248 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1694/stat : 1694 (java) S 1660 1663 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526966 10916917248 6473 33554432000 4194304 4196468 140726682160240 140253967932208 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 25892 KiB

[startup+0.210531 s]*
/proc/loadavg: 0.76 0.77 1.03 3/215 1703
/proc/meminfo: memFree=28099420/32770624 swapFree=67108860/67108860
[pid=1663] ppid=1660 vsize=10661052 memory=39024 CPUtime=0.33 cores=1,3,5,7
/proc/1663/stat : 1663 (java) S 1660 1663 1613 0 -1 1077944320 8362 0 0 0 31 2 0 0 20 0 15 0 98526960 10916917248 9756 33554432000 4194304 4196468 140726682160240 140726682142784 140254739463927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
/proc/1663/statm: 2665263 9756 2965 1 0 2627263 0
[pid=1663/tid=1665] ppid=1660 vsize=10661128 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/1663/task/1665/stat : 1665 (java) R 1660 1663 1613 0 -1 4202560 5287 0 0 0 19 1 0 0 20 0 15 0 98526960 10916995072 9814 33554432000 4194304 4196468 140726682160240 140254743696240 140254739485853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1666] ppid=1660 vsize=10661128 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1666/stat : 1666 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 9814 33554432000 4194304 4196468 140726682160240 140254709176592 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1667] ppid=1660 vsize=10661128 memory=3545097135476254368 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1667/stat : 1667 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 9814 33554432000 4194304 4196468 140726682160240 140254344776080 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1668] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1668/stat : 1668 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 9814 33554432000 4194304 4196468 140726682160240 140254343723536 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1669] ppid=1660 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1669/stat : 1669 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 9814 33554432000 4194304 4196468 140726682160240 140254342670992 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1671] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1671/stat : 1671 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526962 10916995072 9814 33554432000 4194304 4196468 140726682160240 140254044449264 140254739475074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1676] ppid=1660 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1676/stat : 1676 (java) S 1660 1663 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 9814 33554432000 4194304 4196468 140726682160240 140254043395488 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1677] ppid=1660 vsize=10661128 memory=140590055237248 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1677/stat : 1677 (java) S 1660 1663 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 9814 33554432000 4194304 4196468 140726682160240 140254042342896 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1685] ppid=1660 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1685/stat : 1685 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 9814 33554432000 4194304 4196468 140726682160240 140254041291472 140254739482523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1686] ppid=1660 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/1663/task/1686/stat : 1686 (java) S 1660 1663 1613 0 -1 1077944384 615 0 0 0 2 0 0 0 20 0 15 0 98526965 10916995072 9814 33554432000 4194304 4196468 140726682160240 140254040238064 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1688] ppid=1660 vsize=10661128 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/1663/task/1688/stat : 1688 (java) S 1660 1663 1613 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 15 0 98526965 10916995072 9845 33554432000 4194304 4196468 140726682160240 140254039185520 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1690] ppid=1660 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1690/stat : 1690 (java) S 1660 1663 1613 0 -1 1077944384 880 0 0 0 7 0 0 0 20 0 15 0 98526965 10916995072 9845 33554432000 4194304 4196468 140726682160240 140254038132976 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1693] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1693/stat : 1693 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 9845 33554432000 4194304 4196468 140726682160240 140253968984672 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1694] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1694/stat : 1694 (java) S 1660 1663 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526966 10916995072 9845 33554432000 4194304 4196468 140726682160240 140253967932208 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 39024 KiB

[startup+0.310467 s]*
/proc/loadavg: 0.76 0.77 1.03 6/215 1703
/proc/meminfo: memFree=28082224/32770624 swapFree=67108860/67108860
[pid=1663] ppid=1660 vsize=10661128 memory=43980 CPUtime=0.53 cores=1,3,5,7
/proc/1663/stat : 1663 (java) S 1660 1663 1613 0 -1 1077944320 9052 0 0 0 51 2 0 0 20 0 15 0 98526960 10916995072 10995 33554432000 4194304 4196468 140726682160240 140726682142784 140254739463927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
/proc/1663/statm: 2665282 10995 3064 1 0 2627263 0
[pid=1663/tid=1665] ppid=1660 vsize=10661128 memory=1399051139730258233 CPUtime=0.29 cores=1,3,5,7
/proc/1663/task/1665/stat : 1665 (java) R 1660 1663 1613 0 -1 4202560 5637 0 0 0 28 1 0 0 20 0 15 0 98526960 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254743700752 140254375402520 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1666] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1666/stat : 1666 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254709176592 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1667] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1667/stat : 1667 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254344776080 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1668] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1668/stat : 1668 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254343723536 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1669] ppid=1660 vsize=10661128 memory=140589916072399 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1669/stat : 1669 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254342670992 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1671] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1671/stat : 1671 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526962 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254044449264 140254739475074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1676] ppid=1660 vsize=10661128 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1676/stat : 1676 (java) S 1660 1663 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254043395488 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1677] ppid=1660 vsize=10661128 memory=140590055237248 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1677/stat : 1677 (java) S 1660 1663 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254042342896 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1685] ppid=1660 vsize=10661128 memory=67 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1685/stat : 1685 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254041291472 140254739482523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1686] ppid=1660 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/1663/task/1686/stat : 1686 (java) R 1660 1663 1613 0 -1 4202560 667 0 0 0 5 0 0 0 20 0 15 0 98526965 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254040227856 140254718720657 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1688] ppid=1660 vsize=10661128 memory=140589916100239 CPUtime=0.04 cores=1,3,5,7
/proc/1663/task/1688/stat : 1688 (java) R 1660 1663 1613 0 -1 1077944384 335 0 0 0 4 0 0 0 20 0 15 0 98526965 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254039185520 140254739475074 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1690] ppid=1660 vsize=10661128 memory=281179832174960 CPUtime=0.13 cores=1,3,5,7
/proc/1663/task/1690/stat : 1690 (java) S 1660 1663 1613 0 -1 1077944384 1041 0 0 0 13 0 0 0 20 0 15 0 98526965 10916995072 10995 33554432000 4194304 4196468 140726682160240 140254038132976 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1693] ppid=1660 vsize=10661128 memory=281179832070152 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1693/stat : 1693 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 10995 33554432000 4194304 4196468 140726682160240 140253968984672 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1694] ppid=1660 vsize=10661128 memory=12 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1694/stat : 1694 (java) S 1660 1663 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526966 10916995072 10995 33554432000 4194304 4196468 140726682160240 140253967932208 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 43980 KiB

[startup+0.70077 s]
/proc/loadavg: 0.76 0.77 1.03 7/215 1703
/proc/meminfo: memFree=28019068/32770624 swapFree=67108860/67108860
[pid=1663] ppid=1660 vsize=10661128 memory=108368 CPUtime=1.72 cores=1,3,5,7
/proc/1663/stat : 1663 (java) S 1660 1663 1613 0 -1 1077944320 14411 0 0 0 168 4 0 0 20 0 15 0 98526960 10916995072 27092 33554432000 4194304 4196468 140726682160240 140726682142784 140254739463927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
/proc/1663/statm: 2665282 27092 3085 1 0 2627263 0
[pid=1663/tid=1665] ppid=1660 vsize=10661128 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/1663/task/1665/stat : 1665 (java) R 1660 1663 1613 0 -1 4202560 5850 0 0 0 65 2 0 0 20 0 15 0 98526960 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254743700352 140254377712410 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1666] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1666/stat : 1666 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254709176592 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1667] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1667/stat : 1667 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254344776080 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1668] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1668/stat : 1668 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254343723536 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1669] ppid=1660 vsize=10661128 memory=2 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1669/stat : 1669 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254342670992 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1671] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1671/stat : 1671 (java) S 1660 1663 1613 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98526962 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254044449264 140254739475074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1676] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1676/stat : 1676 (java) S 1660 1663 1613 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254043395488 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1677] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1677/stat : 1677 (java) S 1660 1663 1613 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254042342896 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1685] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1685/stat : 1685 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254041291472 140254739482523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1686] ppid=1660 vsize=10661128 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/1663/task/1686/stat : 1686 (java) R 1660 1663 1613 0 -1 4202560 2600 0 0 0 42 0 0 0 20 0 15 0 98526965 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254040223528 140254720981815 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1688] ppid=1660 vsize=10661128 memory=1020 CPUtime=0.41 cores=1,3,5,7
/proc/1663/task/1688/stat : 1688 (java) R 1660 1663 1613 0 -1 4202560 2677 0 0 0 41 0 0 0 20 0 15 0 98526965 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254039171544 140254722947164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1690] ppid=1660 vsize=10661128 memory=5448 CPUtime=0.17 cores=1,3,5,7
/proc/1663/task/1690/stat : 1690 (java) S 1660 1663 1613 0 -1 1077944384 1912 0 0 0 17 0 0 0 20 0 15 0 98526965 10916995072 27092 33554432000 4194304 4196468 140726682160240 140254038132976 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1693] ppid=1660 vsize=10661128 memory=756 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1693/stat : 1693 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 27092 33554432000 4194304 4196468 140726682160240 140253968984672 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1694] ppid=1660 vsize=10661128 memory=14572 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1694/stat : 1694 (java) S 1660 1663 1613 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98526966 10916995072 27092 33554432000 4194304 4196468 140726682160240 140253967932208 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 108368 KiB

[startup+1.50074 s]
/proc/loadavg: 0.76 0.77 1.03 6/215 1703
/proc/meminfo: memFree=27776128/32770624 swapFree=67108860/67108860
[pid=1663] ppid=1660 vsize=10661128 memory=191148 CPUtime=3.51 cores=1,3,5,7
/proc/1663/stat : 1663 (java) S 1660 1663 1613 0 -1 1077944320 19035 0 0 0 345 6 0 0 20 0 15 0 98526960 10916995072 47787 33554432000 4194304 4196468 140726682160240 140726682142784 140254739463927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
/proc/1663/statm: 2665282 47787 3131 1 0 2627263 0
[pid=1663/tid=1665] ppid=1660 vsize=10661128 memory=88 CPUtime=1.47 cores=1,3,5,7
/proc/1663/task/1665/stat : 1665 (java) R 1660 1663 1613 0 -1 4202560 6147 0 0 0 144 3 0 0 20 0 15 0 98526960 10916995072 47787 33554432000 4194304 4196468 140726682160240 140254743701160 140254377932185 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1666] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1666/stat : 1666 (java) S 1660 1663 1613 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 47787 33554432000 4194304 4196468 140726682160240 140254709176592 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1667] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1667/stat : 1667 (java) S 1660 1663 1613 0 -1 1077944384 268 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 47787 33554432000 4194304 4196468 140726682160240 140254344776080 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1668] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1668/stat : 1668 (java) S 1660 1663 1613 0 -1 1077944384 285 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 47787 33554432000 4194304 4196468 140726682160240 140254343723536 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1669] ppid=1660 vsize=10661128 memory=12468290062658 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1669/stat : 1669 (java) S 1660 1663 1613 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98526961 10916995072 47787 33554432000 4194304 4196468 140726682160240 140254342670992 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1671] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1671/stat : 1671 (java) S 1660 1663 1613 0 -1 1077944384 378 0 0 0 0 0 0 0 20 0 15 0 98526962 10916995072 47787 33554432000 4194304 4196468 140726682160240 140254044449264 140254739475074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0

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

[pid=1663/tid=1693] ppid=1660 vsize=10661128 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1693/stat : 1693 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140253968984672 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1694] ppid=1660 vsize=10661128 memory=6628 CPUtime=0.01 cores=1,3,5,7
/proc/1663/task/1694/stat : 1694 (java) S 1660 1663 1613 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 15 0 98526966 10916995072 47162 33554432000 4194304 4196468 140726682160240 140253967932208 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
Current children cumulated CPU time: 45.84 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 188648 KiB

[startup+44.0008 s]*
/proc/loadavg: 1.22 0.90 1.06 3/215 1704
/proc/meminfo: memFree=26739616/32770624 swapFree=67108860/67108860
[pid=1663] ppid=1660 vsize=10661128 memory=188648 CPUtime=46.65 cores=1,3,5,7
/proc/1663/stat : 1663 (java) S 1660 1663 1613 0 -1 1077944320 28013 0 0 0 4653 12 0 0 20 0 15 0 98526960 10916995072 47162 33554432000 4194304 4196468 140726682160240 140726682142784 140254739463927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
/proc/1663/statm: 2665282 47162 3136 1 0 2627263 0
[pid=1663/tid=1665] ppid=1660 vsize=10661128 memory=1399051139730258233 CPUtime=43.76 cores=1,3,5,7
/proc/1663/task/1665/stat : 1665 (java) R 1660 1663 1613 0 -1 4202560 7153 0 0 0 4373 3 0 0 20 0 15 0 98526960 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254743703536 140254377934231 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1666] ppid=1660 vsize=10661128 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1666/stat : 1666 (java) S 1660 1663 1613 0 -1 1077944384 773 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254709176592 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1667] ppid=1660 vsize=10661128 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1667/stat : 1667 (java) S 1660 1663 1613 0 -1 1077944384 698 0 0 0 5 2 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254344776080 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1668] ppid=1660 vsize=10661128 memory=6944656592455359580 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1668/stat : 1668 (java) S 1660 1663 1613 0 -1 1077944384 731 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254343723536 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1669] ppid=1660 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1669/stat : 1669 (java) S 1660 1663 1613 0 -1 1077944384 112 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254342670992 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1671] ppid=1660 vsize=10661128 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/1663/task/1671/stat : 1671 (java) S 1660 1663 1613 0 -1 1077944384 1336 0 0 0 10 0 0 0 20 0 15 0 98526962 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254044449264 140254739475074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1676] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1676/stat : 1676 (java) S 1660 1663 1613 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254043395488 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1677] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1677/stat : 1677 (java) S 1660 1663 1613 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254042342896 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1685] ppid=1660 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1685/stat : 1685 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254041291472 140254739482523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1686] ppid=1660 vsize=10661128 memory=0 CPUtime=1.63 cores=1,3,5,7
/proc/1663/task/1686/stat : 1686 (java) S 1660 1663 1613 0 -1 1077944384 10520 0 0 0 162 1 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254040238064 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1688] ppid=1660 vsize=10661128 memory=2320515099073460015 CPUtime=0.59 cores=1,3,5,7
/proc/1663/task/1688/stat : 1688 (java) S 1660 1663 1613 0 -1 1077944384 2967 0 0 0 59 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254039185520 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1690] ppid=1660 vsize=10661128 memory=3474019362442196511 CPUtime=0.18 cores=1,3,5,7
/proc/1663/task/1690/stat : 1690 (java) S 1660 1663 1613 0 -1 1077944384 2156 0 0 0 18 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254038132976 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1693] ppid=1660 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1693/stat : 1693 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140253968984672 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1694] ppid=1660 vsize=10661128 memory=6655300316396806240 CPUtime=0.01 cores=1,3,5,7
/proc/1663/task/1694/stat : 1694 (java) S 1660 1663 1613 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 15 0 98526966 10916995072 47162 33554432000 4194304 4196468 140726682160240 140253967932208 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
Current children cumulated CPU time: 46.65 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 188648 KiB

[startup+44.4008 s]
/proc/loadavg: 1.22 0.90 1.06 3/215 1704
/proc/meminfo: memFree=26739616/32770624 swapFree=67108860/67108860
[pid=1663] ppid=1660 vsize=10661128 memory=188648 CPUtime=47.04 cores=1,3,5,7
/proc/1663/stat : 1663 (java) S 1660 1663 1613 0 -1 1077944320 28016 0 0 0 4692 12 0 0 20 0 15 0 98526960 10916995072 47162 33554432000 4194304 4196468 140726682160240 140726682142784 140254739463927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
/proc/1663/statm: 2665282 47162 3136 1 0 2627263 0
[pid=1663/tid=1665] ppid=1660 vsize=10661128 memory=188632 CPUtime=44.15 cores=1,3,5,7
/proc/1663/task/1665/stat : 1665 (java) R 1660 1663 1613 0 -1 4202560 7155 0 0 0 4412 3 0 0 20 0 15 0 98526960 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254743703424 140254377712316 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1666] ppid=1660 vsize=10661128 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1666/stat : 1666 (java) S 1660 1663 1613 0 -1 1077944384 773 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254709176592 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1667] ppid=1660 vsize=10661128 memory=2562551973377 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1667/stat : 1667 (java) S 1660 1663 1613 0 -1 1077944384 698 0 0 0 5 2 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254344776080 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1668] ppid=1660 vsize=10661128 memory=281179832838064 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1668/stat : 1668 (java) S 1660 1663 1613 0 -1 1077944384 731 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254343723536 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1669] ppid=1660 vsize=10661128 memory=4639059877604708710 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1669/stat : 1669 (java) S 1660 1663 1613 0 -1 1077944384 113 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254342670992 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1671] ppid=1660 vsize=10661128 memory=8112282956445269571 CPUtime=0.1 cores=1,3,5,7
/proc/1663/task/1671/stat : 1671 (java) S 1660 1663 1613 0 -1 1077944384 1336 0 0 0 10 0 0 0 20 0 15 0 98526962 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254044449264 140254739475074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1676] ppid=1660 vsize=10661128 memory=140589916192525 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1676/stat : 1676 (java) S 1660 1663 1613 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254043395488 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1677] ppid=1660 vsize=10661128 memory=140589916193905 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1677/stat : 1677 (java) S 1660 1663 1613 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254042342896 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1685] ppid=1660 vsize=10661128 memory=140589916380904 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1685/stat : 1685 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254041291472 140254739482523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1686] ppid=1660 vsize=10661128 memory=281179832155816 CPUtime=1.63 cores=1,3,5,7
/proc/1663/task/1686/stat : 1686 (java) S 1660 1663 1613 0 -1 1077944384 10520 0 0 0 162 1 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254040238064 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1688] ppid=1660 vsize=10661128 memory=140589916195100 CPUtime=0.59 cores=1,3,5,7
/proc/1663/task/1688/stat : 1688 (java) S 1660 1663 1613 0 -1 1077944384 2967 0 0 0 59 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254039185520 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1690] ppid=1660 vsize=10661128 memory=140589917424148 CPUtime=0.18 cores=1,3,5,7
/proc/1663/task/1690/stat : 1690 (java) S 1660 1663 1613 0 -1 1077944384 2156 0 0 0 18 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254038132976 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1693] ppid=1660 vsize=10661128 memory=140589916193972 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1693/stat : 1693 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140253968984672 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1694] ppid=1660 vsize=10661128 memory=140589916193356 CPUtime=0.01 cores=1,3,5,7
/proc/1663/task/1694/stat : 1694 (java) S 1660 1663 1613 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 15 0 98526966 10916995072 47162 33554432000 4194304 4196468 140726682160240 140253967932208 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
Current children cumulated CPU time: 47.04 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 188648 KiB

[startup+44.8007 s]
/proc/loadavg: 1.22 0.90 1.06 3/215 1704
/proc/meminfo: memFree=26739616/32770624 swapFree=67108860/67108860
[pid=1663] ppid=1660 vsize=10661128 memory=188648 CPUtime=47.45 cores=1,3,5,7
/proc/1663/stat : 1663 (java) S 1660 1663 1613 0 -1 1077944320 28019 0 0 0 4733 12 0 0 20 0 15 0 98526960 10916995072 47162 33554432000 4194304 4196468 140726682160240 140726682142784 140254739463927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
/proc/1663/statm: 2665282 47162 3136 1 0 2627263 0
[pid=1663/tid=1665] ppid=1660 vsize=10661128 memory=1240 CPUtime=44.54 cores=1,3,5,7
/proc/1663/task/1665/stat : 1665 (java) R 1660 1663 1613 0 -1 4202560 7158 0 0 0 4451 3 0 0 20 0 15 0 98526960 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254743703840 140254377946930 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1666] ppid=1660 vsize=10661128 memory=188632 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1666/stat : 1666 (java) S 1660 1663 1613 0 -1 1077944384 773 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254709176592 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1667] ppid=1660 vsize=10661128 memory=188632 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1667/stat : 1667 (java) S 1660 1663 1613 0 -1 1077944384 698 0 0 0 5 2 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254344776080 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1668] ppid=1660 vsize=10661128 memory=844 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1668/stat : 1668 (java) S 1660 1663 1613 0 -1 1077944384 731 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254343723536 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1669] ppid=1660 vsize=10661128 memory=188632 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1669/stat : 1669 (java) S 1660 1663 1613 0 -1 1077944384 113 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254342670992 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1671] ppid=1660 vsize=10661128 memory=1256 CPUtime=0.1 cores=1,3,5,7
/proc/1663/task/1671/stat : 1671 (java) S 1660 1663 1613 0 -1 1077944384 1336 0 0 0 10 0 0 0 20 0 15 0 98526962 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254044449264 140254739475074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1676] ppid=1660 vsize=10661128 memory=188632 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1676/stat : 1676 (java) S 1660 1663 1613 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254043395488 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1677] ppid=1660 vsize=10661128 memory=188648 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1677/stat : 1677 (java) S 1660 1663 1613 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254042342896 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1685] ppid=1660 vsize=10661128 memory=281179832430264 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1685/stat : 1685 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254041291472 140254739482523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1686] ppid=1660 vsize=10661128 memory=6009580158261481572 CPUtime=1.63 cores=1,3,5,7
/proc/1663/task/1686/stat : 1686 (java) S 1660 1663 1613 0 -1 1077944384 10520 0 0 0 162 1 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254040238064 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1688] ppid=1660 vsize=10661128 memory=8112282956445269571 CPUtime=0.59 cores=1,3,5,7
/proc/1663/task/1688/stat : 1688 (java) S 1660 1663 1613 0 -1 1077944384 2967 0 0 0 59 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254039185520 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1690] ppid=1660 vsize=10661128 memory=7363860439168701552 CPUtime=0.18 cores=1,3,5,7
/proc/1663/task/1690/stat : 1690 (java) S 1660 1663 1613 0 -1 1077944384 2156 0 0 0 18 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254038132976 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1693] ppid=1660 vsize=10661128 memory=3544526514558325968 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1693/stat : 1693 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140253968984672 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1694] ppid=1660 vsize=10661128 memory=3472468886143882505 CPUtime=0.01 cores=1,3,5,7
/proc/1663/task/1694/stat : 1694 (java) S 1660 1663 1613 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 15 0 98526966 10916995072 47162 33554432000 4194304 4196468 140726682160240 140253967932208 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
Current children cumulated CPU time: 47.45 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 188648 KiB

[startup+44.9007 s]
/proc/loadavg: 1.22 0.90 1.06 3/215 1704
/proc/meminfo: memFree=26739616/32770624 swapFree=67108860/67108860
[pid=1663] ppid=1660 vsize=10661128 memory=188648 CPUtime=47.55 cores=1,3,5,7
/proc/1663/stat : 1663 (java) S 1660 1663 1613 0 -1 1077944320 28019 0 0 0 4743 12 0 0 20 0 15 0 98526960 10916995072 47162 33554432000 4194304 4196468 140726682160240 140726682142784 140254739463927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
/proc/1663/statm: 2665282 47162 3136 1 0 2627263 0
[pid=1663/tid=1665] ppid=1660 vsize=10661128 memory=188648 CPUtime=44.64 cores=1,3,5,7
/proc/1663/task/1665/stat : 1665 (java) R 1660 1663 1613 0 -1 4202560 7158 0 0 0 4461 3 0 0 20 0 15 0 98526960 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254743703840 140254377934231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1666] ppid=1660 vsize=10661128 memory=188648 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1666/stat : 1666 (java) S 1660 1663 1613 0 -1 1077944384 773 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254709176592 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1667] ppid=1660 vsize=10661128 memory=188648 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1667/stat : 1667 (java) S 1660 1663 1613 0 -1 1077944384 698 0 0 0 5 2 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254344776080 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1668] ppid=1660 vsize=10661128 memory=188648 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1668/stat : 1668 (java) S 1660 1663 1613 0 -1 1077944384 731 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254343723536 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1669] ppid=1660 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/1663/task/1669/stat : 1669 (java) S 1660 1663 1613 0 -1 1077944384 113 0 0 0 6 1 0 0 20 0 15 0 98526961 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254342670992 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1671] ppid=1660 vsize=10661128 memory=8027225867168469846 CPUtime=0.1 cores=1,3,5,7
/proc/1663/task/1671/stat : 1671 (java) S 1660 1663 1613 0 -1 1077944384 1336 0 0 0 10 0 0 0 20 0 15 0 98526962 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254044449264 140254739475074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1676] ppid=1660 vsize=10661128 memory=188632 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1676/stat : 1676 (java) S 1660 1663 1613 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254043395488 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1677] ppid=1660 vsize=10661128 memory=188632 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1677/stat : 1677 (java) S 1660 1663 1613 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 98526963 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254042342896 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1685] ppid=1660 vsize=10661128 memory=188648 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1685/stat : 1685 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254041291472 140254739482523 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1686] ppid=1660 vsize=10661128 memory=188648 CPUtime=1.63 cores=1,3,5,7
/proc/1663/task/1686/stat : 1686 (java) S 1660 1663 1613 0 -1 1077944384 10520 0 0 0 162 1 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254040238064 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1688] ppid=1660 vsize=10661128 memory=4140 CPUtime=0.59 cores=1,3,5,7
/proc/1663/task/1688/stat : 1688 (java) S 1660 1663 1613 0 -1 1077944384 2967 0 0 0 59 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254039185520 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1690] ppid=1660 vsize=10661128 memory=28400 CPUtime=0.18 cores=1,3,5,7
/proc/1663/task/1690/stat : 1690 (java) S 1660 1663 1613 0 -1 1077944384 2156 0 0 0 18 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140254038132976 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1693] ppid=1660 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/1663/task/1693/stat : 1693 (java) S 1660 1663 1613 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98526965 10916995072 47162 33554432000 4194304 4196468 140726682160240 140253968984672 140254739474133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
[pid=1663/tid=1694] ppid=1660 vsize=10661128 memory=140589916612065 CPUtime=0.01 cores=1,3,5,7
/proc/1663/task/1694/stat : 1694 (java) S 1660 1663 1613 0 -1 1077944384 106 0 0 0 1 0 0 0 20 0 15 0 98526966 10916995072 47162 33554432000 4194304 4196468 140726682160240 140253967932208 140254739475074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 36458496 140726682162314 140726682162441 140726682162441 140726682165199 0
Current children cumulated CPU time: 47.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 188648 KiB

Child status: 0
Real time (s): 44.9706
CPU time (s): 47.6305
CPU user time (s): 47.498
CPU system time (s): 0.132476
CPU usage (%): 105.915
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 204164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.498
system time used= 0.132476
maximum resident set size= 205192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29124
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5273
involuntary context switches= 94


# summary of solver processes directly reported to runsolver:
#   pid: 1663
#   total CPU time (s): 47.6305
#   total CPU user time (s): 47.498
#   total CPU system time (s): 0.132476

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.256503 second user time and 0.489936 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-28 22:27:18
IDJOB=4298320
IDBENCH=141110
IDSOLVER=2767
FILE ID=node136/4298320-1532809638
RUNJOBID= node136-1532809638-1645
PBS_JOBID= 21022480
Free space on /tmp= 55796 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-4x4_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298320-1532809638/watcher-4298320-1532809638 -o /tmp/evaluation-result-4298320-1532809638/solver-4298320-1532809638 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532809638-1645 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298320-1532809638.xml

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

MD5SUM BENCH= 854371ae6c45321a117efbc84c9832b3
RANDOM SEED=1990314875

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:        28156000 kB
MemAvailable:   31960316 kB
Buffers:          195848 kB
Cached:          3868892 kB
SwapCached:            0 kB
Active:          1732148 kB
Inactive:        2384560 kB
Active(anon):       3668 kB
Inactive(anon):    76472 kB
Active(file):    1728480 kB
Inactive(file):  2308088 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1204 kB
Writeback:             0 kB
AnonPages:         59444 kB
Mapped:            33636 kB
Shmem:             25228 kB
Slab:             194556 kB
SReclaimable:     167164 kB
SUnreclaim:        27392 kB
KernelStack:        3088 kB
PageTables:         5100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 55792 MiB
End job on node136 at 2018-07-28 22:28:03