Trace number 4247199

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
R1: AbsCon-basic 2017-06-11? (exit code) 73.2785 18.1365

General information on the benchmark

NamePropStress/PropStress-m1-s1/
PropStress-0600.xml
MD5SUMa04cbf963a24580000cf8d80e23a65fb
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1202
Number of constraints181501
Number of domains1
Minimum domain size360001
Maximum domain size360001
Distribution of domain sizes[{"size":360001,"count":1202}]
Minimum variable degree2
Maximum variable degree601
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":599},{"degree":600,"count":599},{"degree":601,"count":3}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":181501}]
Number of extensional constraints0
Number of intensional constraints181501
Distribution of constraint types[{"type":"intension","count":181501}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.27	
0.28/0.27	AbsCon 2 
0.28/0.27	
5.87/1.98	  Solving XCSP3-instance-4247199-1500715463 as a CSP
5.87/1.98	  Loading variables...
72.75/18.09	java.lang.OutOfMemoryError: Java heap space
72.75/18.09		at java.util.stream.Nodes$IntArrayNode.<init>(Nodes.java:1319)
72.75/18.09		at java.util.stream.Nodes$IntFixedNodeBuilder.<init>(Nodes.java:1481)
72.75/18.09		at java.util.stream.Nodes.intBuilder(Nodes.java:205)
72.75/18.09		at java.util.stream.IntPipeline.makeNodeBuilder(IntPipeline.java:168)
72.75/18.09		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:543)
72.75/18.09		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
72.75/18.09		at java.util.stream.IntPipeline.toArray(IntPipeline.java:502)
72.75/18.09		at utility.Kit.range(Kit.java:340)
72.75/18.09		at utility.sets.LinkedSetOrdered.<init>(LinkedSetOrdered.java:134)
72.75/18.09		at utility.sets.LinkedSetOrderedStacked.<init>(LinkedSetOrderedStacked.java:14)
72.75/18.09		at utility.sets.LinkedSetOrderedStackedWithBits.<init>(LinkedSetOrderedStackedWithBits.java:34)
72.75/18.09		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
72.75/18.09		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
72.75/18.09		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
72.75/18.09		at utility.Reflector.buildObject(Reflector.java:289)
72.75/18.10		at variables.domains.Domain.<init>(Domain.java:348)
72.75/18.10		at variables.domains.DomainRange.<init>(DomainRange.java:29)
72.75/18.10		at variables.AVarInteger.<init>(AVarInteger.java:39)
72.75/18.10		at problem.Problem.buildVarInteger(Problem.java:845)
72.75/18.10		at problem.Problem.buildVarInteger(Problem.java:1)
72.75/18.10		at org.xcsp.modeler.implementation.ProblemIMP.fill(ProblemIMP.java:313)
72.75/18.10		at org.xcsp.modeler.ProblemAPI.array(ProblemAPI.java:1740)
72.75/18.10		at problems.xcsp3.XCSP3.loadArray(XCSP3.java:218)
72.75/18.10		at org.xcsp.parser.XCallbacks.loadVariables(XCallbacks.java:283)
72.75/18.10		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:257)
72.75/18.10		at problems.xcsp3.XCSP3.model(XCSP3.java:103)
72.75/18.10		at org.xcsp.modeler.Compiler.loadDataAndModel(Compiler.java:834)
72.75/18.10		at problem.Problem.<init>(Problem.java:630)
72.75/18.10		at abscon.Resolution.buildProblem(Resolution.java:195)
72.75/18.10		at abscon.Resolution.solveInstance(Resolution.java:277)
72.75/18.10		at abscon.Resolution.run(Resolution.java:325)
72.75/18.10	java.lang.NullPointerException
72.75/18.10		at variables.domains.Domain.computeIdxsAreEqualToVals(Domain.java:117)
72.75/18.10		at variables.domains.DomainRange.<init>(DomainRange.java:35)
72.75/18.10		at variables.AVarInteger.<init>(AVarInteger.java:39)
72.75/18.10		at problem.Problem.buildVarInteger(Problem.java:845)
72.75/18.10		at problem.Problem.buildVarInteger(Problem.java:1)
72.75/18.10		at org.xcsp.modeler.implementation.ProblemIMP.fill(ProblemIMP.java:313)
72.75/18.10		at org.xcsp.modeler.ProblemAPI.array(ProblemAPI.java:1740)
72.75/18.10		at problems.xcsp3.XCSP3.loadArray(XCSP3.java:218)
72.75/18.10		at org.xcsp.parser.XCallbacks.loadVariables(XCallbacks.java:283)
72.75/18.10		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:257)
72.75/18.10		at problems.xcsp3.XCSP3.model(XCSP3.java:103)
72.75/18.10		at org.xcsp.modeler.Compiler.loadDataAndModel(Compiler.java:834)
72.75/18.10		at problem.Problem.<init>(Problem.java:630)
72.75/18.10		at abscon.Resolution.buildProblem(Resolution.java:195)
72.75/18.10		at abscon.Resolution.solveInstance(Resolution.java:277)
72.75/18.10		at abscon.Resolution.run(Resolution.java:325)
72.75/18.10	Problem when parsing the instance. Fix the problem.

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4247199-1500715463/watcher-4247199-1500715463 -o /tmp/evaluation-result-4247199-1500715463/solver-4247199-1500715463 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500715463-13388 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4247199-1500715463.xml 

pid=13427
running on 8 cores: 1,3,5,7,9,11,13,15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.16 1.36 1.45 3/257 13431
/proc/meminfo: memFree=31766820/32770624 swapFree=5828/290652
[pid=13430] ppid=13427 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 1716 0 0 0 0 0 0 0 20 0 2 0 6815037 369864704 1935 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 90299 1935 1082 1 0 79210 0
[pid=13430/tid=13437] ppid=13427 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) S 13427 13430 8485 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 6815037 369864704 1935 33554432000 4194304 4196468 140736162399376 139871738792352 139871734561410 0 4 0 16784584 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0

[startup+0.100131 s]
/proc/loadavg: 1.16 1.36 1.45 3/257 13431
/proc/meminfo: memFree=31766820/32770624 swapFree=5828/290652
[pid=13430] ppid=13427 vsize=10900580 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 4673 0 0 0 8 1 0 0 20 0 20 0 6815037 11162193920 6754 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 2725145 6754 2637 1 0 2713552 0
[pid=13430/tid=13437] ppid=13427 vsize=10900580 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) R 13427 13430 8485 0 -1 4202560 2756 0 0 0 7 0 0 0 20 0 20 0 6815037 11162193920 6754 33554432000 4194304 4196468 140736162399376 139871738788272 139871718630750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900580

[startup+0.200378 s]
/proc/loadavg: 1.16 1.36 1.45 3/257 13431
/proc/meminfo: memFree=31766820/32770624 swapFree=5828/290652
[pid=13430] ppid=13427 vsize=10900580 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 7284 0 0 0 26 2 0 0 20 0 20 0 6815037 11162193920 9168 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 2725145 9168 2915 1 0 2713552 0
[pid=13430/tid=13437] ppid=13427 vsize=10900580 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) R 13427 13430 8485 0 -1 4202560 4454 0 0 0 17 1 0 0 20 0 20 0 6815037 11162193920 9168 33554432000 4194304 4196468 140736162399376 139871738774048 139871718630750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10900580

[startup+0.300274 s]
/proc/loadavg: 1.16 1.36 1.45 3/257 13431
/proc/meminfo: memFree=31766820/32770624 swapFree=5828/290652
[pid=13430] ppid=13427 vsize=10969228 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 8128 0 0 0 46 3 0 0 20 0 21 0 6815037 11232489472 13430 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 2742307 13430 3011 1 0 2730193 0
[pid=13430/tid=13437] ppid=13427 vsize=10969228 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) S 13427 13430 8485 0 -1 1077944384 4718 0 0 0 24 1 0 0 20 0 21 0 6815037 11232489472 13430 33554432000 4194304 4196468 140736162399376 139871738793136 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10969228

[startup+0.700217 s]
/proc/loadavg: 1.16 1.36 1.45 3/257 13431
/proc/meminfo: memFree=31766820/32770624 swapFree=5828/290652
[pid=13430] ppid=13427 vsize=10971352 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 12288 0 0 0 149 5 0 0 20 0 21 0 6815037 11234664448 32931 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 2742838 32931 3089 1 0 2730705 0
[pid=13430/tid=13437] ppid=13427 vsize=10971352 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) S 13427 13430 8485 0 -1 1077944384 4718 0 0 0 24 1 0 0 20 0 21 0 6815037 11234664448 32931 33554432000 4194304 4196468 140736162399376 139871738793136 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 10971352

[startup+1.50212 s]
/proc/loadavg: 1.16 1.36 1.45 9/285 13459
/proc/meminfo: memFree=31308148/32770624 swapFree=5828/290760
[pid=13430] ppid=13427 vsize=10971352 CPUtime=4.72 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 16442 0 0 0 409 63 0 0 20 0 21 0 6815037 11234664448 108078 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 2742838 108078 3142 1 0 2730705 0
[pid=13430/tid=13437] ppid=13427 vsize=10971352 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) S 13427 13430 8485 0 -1 1077944384 4718 0 0 0 24 1 0 0 20 0 21 0 6815037 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871738793136 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13440] ppid=13427 vsize=10971352 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13440/stat : 13440 (java) S 13427 13430 8485 0 -1 1077944384 115 0 0 0 6 6 0 0 20 0 21 0 6815038 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871660624272 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13441] ppid=13427 vsize=10971352 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13441/stat : 13441 (java) S 13427 13430 8485 0 -1 1077944384 88 0 0 0 5 5 0 0 20 0 21 0 6815038 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871659571472 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13442] ppid=13427 vsize=10971352 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13442/stat : 13442 (java) S 13427 13430 8485 0 -1 1077944384 90 0 0 0 8 7 0 0 20 0 21 0 6815038 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871658519184 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13443] ppid=13427 vsize=10971352 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13443/stat : 13443 (java) S 13427 13430 8485 0 -1 1077944384 168 0 0 0 8 7 0 0 20 0 21 0 6815038 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871657466384 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13444] ppid=13427 vsize=10971352 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13444/stat : 13444 (java) S 13427 13430 8485 0 -1 1077944384 114 0 0 0 8 6 0 0 20 0 21 0 6815038 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871656414096 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13445] ppid=13427 vsize=10971352 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13445/stat : 13445 (java) S 13427 13430 8485 0 -1 1077944384 70 0 0 0 8 7 0 0 20 0 21 0 6815038 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871655361296 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13446] ppid=13427 vsize=10971352 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13446/stat : 13446 (java) S 13427 13430 8485 0 -1 1077944384 78 0 0 0 8 6 0 0 20 0 21 0 6815038 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871654309008 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13447] ppid=13427 vsize=10971352 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13447/stat : 13447 (java) S 13427 13430 8485 0 -1 1077944384 65 0 0 0 6 5 0 0 20 0 21 0 6815038 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871653256208 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13448] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13448/stat : 13448 (java) S 13427 13430 8485 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 21 0 6815040 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871075219568 139871734561410 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13449] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13449/stat : 13449 (java) S 13427 13430 8485 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 6815041 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871074165536 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13450] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13450/stat : 13450 (java) S 13427 13430 8485 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 6815041 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871073113200 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13451] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13451/stat : 13451 (java) S 13427 13430 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871072061520 139871734568859 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13452] ppid=13427 vsize=10971352 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13452/stat : 13452 (java) S 13427 13430 8485 0 -1 1077944384 3138 0 0 0 64 0 0 0 20 0 21 0 6815045 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871071009392 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13453] ppid=13427 vsize=10971352 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13453/stat : 13453 (java) S 13427 13430 8485 0 -1 1077944384 1860 0 0 0 66 1 0 0 20 0 21 0 6815045 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871069956592 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13454] ppid=13427 vsize=10971352 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13454/stat : 13454 (java) S 13427 13430 8485 0 -1 1077944384 1264 0 0 0 58 0 0 0 20 0 21 0 6815045 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871068904304 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13455] ppid=13427 vsize=10971352 CPUtime=0.31 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13455/stat : 13455 (java) S 13427 13430 8485 0 -1 1077944384 1531 0 0 0 31 0 0 0 20 0 21 0 6815045 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871067851504 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13456] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13456/stat : 13456 (java) S 13427 13430 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871066798432 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13457] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13457/stat : 13457 (java) S 13427 13430 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871065745712 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13459] ppid=13427 vsize=10971352 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13459/stat : 13459 (java) R 13427 13430 8485 0 -1 4202560 1568 0 0 0 100 4 0 0 20 0 21 0 6815063 11234664448 108078 33554432000 4194304 4196468 140736162399376 139871062554224 139871335057987 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 10971352

[startup+3.10089 s]
/proc/loadavg: 1.16 1.36 1.45 10/285 13459
/proc/meminfo: memFree=30303360/32770624 swapFree=5828/290852
[pid=13430] ppid=13427 vsize=10971352 CPUtime=10.2 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 20189 0 0 0 841 179 0 0 20 0 21 0 6815037 11234664448 237859 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 2742838 237859 3157 1 0 2730705 0
[pid=13430/tid=13437] ppid=13427 vsize=10971352 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) S 13427 13430 8485 0 -1 1077944384 4718 0 0 0 24 1 0 0 20 0 21 0 6815037 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871738793136 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13440] ppid=13427 vsize=10971352 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13440/stat : 13440 (java) S 13427 13430 8485 0 -1 1077944384 293 0 0 0 41 18 0 0 20 0 21 0 6815038 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871660624272 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13441] ppid=13427 vsize=10971352 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13441/stat : 13441 (java) S 13427 13430 8485 0 -1 1077944384 453 0 0 0 39 18 0 0 20 0 21 0 6815038 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871659571472 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13442] ppid=13427 vsize=10971352 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13442/stat : 13442 (java) S 13427 13430 8485 0 -1 1077944384 223 0 0 0 43 19 0 0 20 0 21 0 6815038 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871658519184 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13443] ppid=13427 vsize=10971352 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13443/stat : 13443 (java) S 13427 13430 8485 0 -1 1077944384 323 0 0 0 37 24 0 0 20 0 21 0 6815038 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871657466384 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13444] ppid=13427 vsize=10971352 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13444/stat : 13444 (java) S 13427 13430 8485 0 -1 1077944384 453 0 0 0 36 23 0 0 20 0 21 0 6815038 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871656414096 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13445] ppid=13427 vsize=10971352 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13445/stat : 13445 (java) S 13427 13430 8485 0 -1 1077944384 275 0 0 0 43 18 0 0 20 0 21 0 6815038 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871655361296 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13446] ppid=13427 vsize=10971352 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13446/stat : 13446 (java) S 13427 13430 8485 0 -1 1077944384 438 0 0 0 38 23 0 0 20 0 21 0 6815038 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871654309008 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13447] ppid=13427 vsize=10971352 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13447/stat : 13447 (java) S 13427 13430 8485 0 -1 1077944384 337 0 0 0 40 18 0 0 20 0 21 0 6815038 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871653256208 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13448] ppid=13427 vsize=10971352 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13448/stat : 13448 (java) S 13427 13430 8485 0 -1 1077944384 1031 0 0 0 5 0 0 0 20 0 21 0 6815040 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871075219568 139871734561410 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13449] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13449/stat : 13449 (java) S 13427 13430 8485 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 6815041 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871074165600 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13450] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13450/stat : 13450 (java) S 13427 13430 8485 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 6815041 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871073113216 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13451] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13451/stat : 13451 (java) S 13427 13430 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871072061520 139871734568859 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13452] ppid=13427 vsize=10971352 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13452/stat : 13452 (java) S 13427 13430 8485 0 -1 1077944384 3171 0 0 0 85 0 0 0 20 0 21 0 6815045 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871071009392 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13453] ppid=13427 vsize=10971352 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13453/stat : 13453 (java) S 13427 13430 8485 0 -1 1077944384 1924 0 0 0 84 1 0 0 20 0 21 0 6815045 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871069956592 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13454] ppid=13427 vsize=10971352 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13454/stat : 13454 (java) S 13427 13430 8485 0 -1 1077944384 1402 0 0 0 78 0 0 0 20 0 21 0 6815045 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871068904304 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13455] ppid=13427 vsize=10971352 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13455/stat : 13455 (java) S 13427 13430 8485 0 -1 1077944384 1627 0 0 0 37 0 0 0 20 0 21 0 6815045 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871067851504 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13456] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13456/stat : 13456 (java) S 13427 13430 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871066798432 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13457] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13457/stat : 13457 (java) S 13427 13430 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871065745712 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13459] ppid=13427 vsize=10971352 CPUtime=2.11 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13459/stat : 13459 (java) R 13427 13430 8485 0 -1 4202560 2155 0 0 0 204 7 0 0 20 0 21 0 6815063 11234664448 237859 33554432000 4194304 4196468 140736162399376 139871062554872 139871335254652 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
Current children cumulated CPU time (s) 10.2
Current children cumulated vsize (KiB) 10971352

[startup+6.30078 s]
/proc/loadavg: 1.79 1.49 1.49 21/285 13459
/proc/meminfo: memFree=25749024/32770624 swapFree=5828/290860
[pid=13430] ppid=13427 vsize=10971352 CPUtime=21.09 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 32517 0 0 0 1693 416 0 0 20 0 21 0 6815037 11234664448 717111 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 2742838 717111 3167 1 0 2730705 0
[pid=13430/tid=13437] ppid=13427 vsize=10971352 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) S 13427 13430 8485 0 -1 1077944384 4718 0 0 0 24 1 0 0 20 0 21 0 6815037 11234664448 717111 33554432000 4194304 4196468 140736162399376 139871738793136 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13440] ppid=13427 vsize=10971352 CPUtime=1.7 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13440/stat : 13440 (java) S 13427 13430 8485 0 -1 1077944384 785 0 0 0 124 46 0 0 20 0 21 0 6815038 11234664448 717111 33554432000 4194304 4196468 140736162399376 139871660624272 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13441] ppid=13427 vsize=10971352 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13441/stat : 13441 (java) S 13427 13430 8485 0 -1 1077944384 1388 0 0 0 119 47 0 0 20 0 21 0 6815038 11234664448 717111 33554432000 4194304 4196468 140736162399376 139871659571472 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13442] ppid=13427 vsize=10971352 CPUtime=1.72 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13442/stat : 13442 (java) S 13427 13430 8485 0 -1 1077944384 589 0 0 0 125 47 0 0 20 0 21 0 6815038 11234664448 717111 33554432000 4194304 4196468 140736162399376 139871658519184 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13443] ppid=13427 vsize=10971352 CPUtime=1.66 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13443/stat : 13443 (java) S 13427 13430 8485 0 -1 1077944384 898 0 0 0 114 52 0 0 20 0 21 0 6815038 11234664448 717111 33554432000 4194304 4196468 140736162399376 139871657466384 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13444] ppid=13427 vsize=10971352 CPUtime=1.7 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13444/stat : 13444 (java) S 13427 13430 8485 0 -1 1077944384 951 0 0 0 116 54 0 0 20 0 21 0 6815038 11234664448 717111 33554432000 4194304 4196468 140736162399376 139871656414096 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13445] ppid=13427 vsize=10971352 CPUtime=1.7 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13445/stat : 13445 (java) S 13427 13430 8485 0 -1 1077944384 776 0 0 0 122 48 0 0 20 0 21 0 6815038 11234664448 717111 33554432000 4194304 4196468 140736162399376 139871655361296 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13446] ppid=13427 vsize=10971352 CPUtime=1.71 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13446/stat : 13446 (java) S 13427 13430 8485 0 -1 1077944384 675 0 0 0 119 52 0 0 20 0 21 0 6815038 11234664448 717111 33554432000 4194304 4196468 140736162399376 139871654309008 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13447] ppid=13427 vsize=10971352 CPUtime=1.69 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13447/stat : 13447 (java) S 13427 13430 8485 0 -1 1077944384 720 0 0 0 124 45 0 0 20 0 21 0 6815038 11234664448 717111 33554432000 4194304 4196468 140736162399376 139871653256208 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13448] ppid=13427 vsize=10971352 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13448/stat : 13448 (java) S 13427 13430 8485 0 -1 1077944384 6774 0 0 0 9 1 0 0 20 0 21 0 6815040 11234664448 717111 33554432000 4194304 4196468 140736162399376 139871075219568 139871734561410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13449] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=13430/tid=13450] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13450/stat : 13450 (java) S 13427 13430 8485 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 6815041 11234664448 2079918 33554432000 4194304 4196468 140736162399376 139871073113216 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13451] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13451/stat : 13451 (java) S 13427 13430 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 2079918 33554432000 4194304 4196468 140736162399376 139871072061520 139871734568859 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13452] ppid=13427 vsize=10971352 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13452/stat : 13452 (java) S 13427 13430 8485 0 -1 1077944384 3256 0 0 0 86 1 0 0 20 0 21 0 6815045 11234664448 2079918 33554432000 4194304 4196468 140736162399376 139871071009392 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13453] ppid=13427 vsize=10971352 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13453/stat : 13453 (java) S 13427 13430 8485 0 -1 1077944384 2357 0 0 0 86 1 0 0 20 0 21 0 6815045 11234664448 2079918 33554432000 4194304 4196468 140736162399376 139871069956592 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13454] ppid=13427 vsize=10971352 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13454/stat : 13454 (java) S 13427 13430 8485 0 -1 1077944384 1500 0 0 0 80 0 0 0 20 0 21 0 6815045 11234664448 2079918 33554432000 4194304 4196468 140736162399376 139871068904304 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13455] ppid=13427 vsize=10971352 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13455/stat : 13455 (java) S 13427 13430 8485 0 -1 1077944384 1975 0 0 0 45 0 0 0 20 0 21 0 6815045 11234664448 2079918 33554432000 4194304 4196468 140736162399376 139871067851504 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13456] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13456/stat : 13456 (java) S 13427 13430 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 2079918 33554432000 4194304 4196468 140736162399376 139871066798432 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13457] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13457/stat : 13457 (java) S 13427 13430 8485 0 -1 1077944384 573 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 2079918 33554432000 4194304 4196468 140736162399376 139871065745712 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13459] ppid=13427 vsize=10971352 CPUtime=9.84 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13459/stat : 13459 (java) S 13427 13430 8485 0 -1 1077944384 4013 0 0 0 970 14 0 0 20 0 21 0 6815063 11234664448 2079918 33554432000 4194304 4196468 140736162399376 139871062553664 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
Current children cumulated CPU time (s) 63.62
Current children cumulated vsize (KiB) 10971352

[startup+17.601 s]
/proc/loadavg: 2.26 1.60 1.53 10/285 13459
/proc/meminfo: memFree=19745216/32770624 swapFree=5828/290924
[pid=13430] ppid=13427 vsize=10971352 CPUtime=69.72 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 48297 0 0 0 5561 1411 0 0 20 0 21 0 6815037 11234664448 2080528 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 2742838 2080528 3168 1 0 2730705 0
[pid=13430/tid=13437] ppid=13427 vsize=10971352 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) S 13427 13430 8485 0 -1 1077944384 4718 0 0 0 24 1 0 0 20 0 21 0 6815037 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871738793136 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13440] ppid=13427 vsize=10971352 CPUtime=7.03 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13440/stat : 13440 (java) R 13427 13430 8485 0 -1 4202560 1855 0 0 0 538 165 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871660624080 139871727178471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13441] ppid=13427 vsize=10971352 CPUtime=7.02 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13441/stat : 13441 (java) R 13427 13430 8485 0 -1 4202560 2972 0 0 0 518 184 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871659571592 139871727178471 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13442] ppid=13427 vsize=10971352 CPUtime=6.98 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13442/stat : 13442 (java) R 13427 13430 8485 0 -1 4202560 1669 0 0 0 544 154 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871658519304 139871717933296 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13443] ppid=13427 vsize=10971352 CPUtime=6.88 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13443/stat : 13443 (java) R 13427 13430 8485 0 -1 4202560 2117 0 0 0 517 171 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871657466504 139871727178471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13444] ppid=13427 vsize=10971352 CPUtime=7.07 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13444/stat : 13444 (java) R 13427 13430 8485 0 -1 4202560 1959 0 0 0 518 189 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871656414216 139871727178471 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13445] ppid=13427 vsize=10971352 CPUtime=7.06 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13445/stat : 13445 (java) R 13427 13430 8485 0 -1 4202560 1991 0 0 0 540 166 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871655361416 139871727178471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13446] ppid=13427 vsize=10971352 CPUtime=7.09 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13446/stat : 13446 (java) R 13427 13430 8485 0 -1 4202560 1961 0 0 0 512 197 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871654308816 139871727178471 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13447] ppid=13427 vsize=10971352 CPUtime=7.09 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13447/stat : 13447 (java) R 13427 13430 8485 0 -1 4202560 4267 0 0 0 551 158 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871653256408 139871727653249 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13448] ppid=13427 vsize=10971352 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13448/stat : 13448 (java) S 13427 13430 8485 0 -1 1077944384 9743 0 0 0 25 1 0 0 20 0 21 0 6815040 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871075218128 139871734560469 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13449] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13449/stat : 13449 (java) S 13427 13430 8485 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 6815041 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871074165600 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13450] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13450/stat : 13450 (java) S 13427 13430 8485 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 6815041 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871073113216 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13451] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13451/stat : 13451 (java) S 13427 13430 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871072061520 139871734568859 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13452] ppid=13427 vsize=10971352 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13452/stat : 13452 (java) S 13427 13430 8485 0 -1 1077944384 3256 0 0 0 86 1 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871071009392 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13453] ppid=13427 vsize=10971352 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13453/stat : 13453 (java) S 13427 13430 8485 0 -1 1077944384 2357 0 0 0 86 1 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871069956592 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13454] ppid=13427 vsize=10971352 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13454/stat : 13454 (java) S 13427 13430 8485 0 -1 1077944384 1500 0 0 0 80 0 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871068904304 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13455] ppid=13427 vsize=10971352 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13455/stat : 13455 (java) S 13427 13430 8485 0 -1 1077944384 1975 0 0 0 45 0 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871067851504 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13456] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13456/stat : 13456 (java) S 13427 13430 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871066798432 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13457] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13457/stat : 13457 (java) S 13427 13430 8485 0 -1 1077944384 573 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871065745712 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 31 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13459] ppid=13427 vsize=10971352 CPUtime=9.84 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13459/stat : 13459 (java) S 13427 13430 8485 0 -1 1077944384 4013 0 0 0 970 14 0 0 20 0 21 0 6815063 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871062553664 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
Current children cumulated CPU time (s) 69.72
Current children cumulated vsize (KiB) 10971352

[startup+18.001 s]
/proc/loadavg: 2.26 1.60 1.53 10/285 13459
/proc/meminfo: memFree=19745216/32770624 swapFree=5828/290924
[pid=13430] ppid=13427 vsize=10971352 CPUtime=72.75 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 48681 0 0 0 5863 1412 0 0 20 0 21 0 6815037 11234664448 2080528 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 2742838 2080528 3168 1 0 2730705 0
[pid=13430/tid=13437] ppid=13427 vsize=10971352 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) S 13427 13430 8485 0 -1 1077944384 4718 0 0 0 24 1 0 0 20 0 21 0 6815037 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871738793136 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13440] ppid=13427 vsize=10971352 CPUtime=7.42 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13440/stat : 13440 (java) R 13427 13430 8485 0 -1 4202560 1855 0 0 0 576 166 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871660624392 139871727178471 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13441] ppid=13427 vsize=10971352 CPUtime=7.39 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13441/stat : 13441 (java) R 13427 13430 8485 0 -1 4202560 2972 0 0 0 555 184 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871659571592 139871720309080 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13442] ppid=13427 vsize=10971352 CPUtime=7.35 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13442/stat : 13442 (java) S 13427 13430 8485 0 -1 1077944384 1669 0 0 0 581 154 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871658518992 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13443] ppid=13427 vsize=10971352 CPUtime=7.26 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13443/stat : 13443 (java) R 13427 13430 8485 0 -1 4202560 2117 0 0 0 555 171 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871657466192 139871727178471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13444] ppid=13427 vsize=10971352 CPUtime=7.44 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13444/stat : 13444 (java) R 13427 13430 8485 0 -1 4202560 1959 0 0 0 555 189 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871656414216 139871727178471 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13445] ppid=13427 vsize=10971352 CPUtime=7.44 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13445/stat : 13445 (java) R 13427 13430 8485 0 -1 4202560 1991 0 0 0 578 166 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871655361416 139871727178471 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13446] ppid=13427 vsize=10971352 CPUtime=7.46 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13446/stat : 13446 (java) R 13427 13430 8485 0 -1 4202560 1961 0 0 0 549 197 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871654309128 139871727178471 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13447] ppid=13427 vsize=10971352 CPUtime=7.48 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13447/stat : 13447 (java) R 13427 13430 8485 0 -1 4202560 4651 0 0 0 590 158 0 0 20 0 21 0 6815038 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871653256408 139871727653235 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13448] ppid=13427 vsize=10971352 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13448/stat : 13448 (java) S 13427 13430 8485 0 -1 1077944384 9743 0 0 0 25 1 0 0 20 0 21 0 6815040 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871075218128 139871734560469 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13449] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13449/stat : 13449 (java) S 13427 13430 8485 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 21 0 6815041 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871074165600 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13450] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13450/stat : 13450 (java) S 13427 13430 8485 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 6815041 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871073113216 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13451] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13451/stat : 13451 (java) S 13427 13430 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871072061520 139871734568859 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13452] ppid=13427 vsize=10971352 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13452/stat : 13452 (java) S 13427 13430 8485 0 -1 1077944384 3256 0 0 0 86 1 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871071009392 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13453] ppid=13427 vsize=10971352 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13453/stat : 13453 (java) S 13427 13430 8485 0 -1 1077944384 2357 0 0 0 86 1 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871069956592 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13454] ppid=13427 vsize=10971352 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13454/stat : 13454 (java) S 13427 13430 8485 0 -1 1077944384 1500 0 0 0 80 0 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871068904304 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13455] ppid=13427 vsize=10971352 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13455/stat : 13455 (java) S 13427 13430 8485 0 -1 1077944384 1975 0 0 0 45 0 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871067851504 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13456] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13456/stat : 13456 (java) S 13427 13430 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871066798432 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13457] ppid=13427 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13457/stat : 13457 (java) S 13427 13430 8485 0 -1 1077944384 573 0 0 0 0 0 0 0 20 0 21 0 6815045 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871065745712 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13459] ppid=13427 vsize=10971352 CPUtime=9.84 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13459/stat : 13459 (java) S 13427 13430 8485 0 -1 1077944384 4013 0 0 0 970 14 0 0 20 0 21 0 6815063 11234664448 2080528 33554432000 4194304 4196468 140736162399376 139871062553664 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
Current children cumulated CPU time (s) 72.75
Current children cumulated vsize (KiB) 10971352

[startup+18.101 s]
/proc/loadavg: 2.26 1.60 1.53 10/285 13459
/proc/meminfo: memFree=19745216/32770624 swapFree=5828/290924
[pid=13430] ppid=13427 vsize=10971352 CPUtime=73.24 cores=1,3,5,7,9,11,13,15
/proc/13430/stat : 13430 (java) S 13427 13430 8485 0 -1 1077944320 48841 0 0 0 5911 1413 0 0 20 0 21 0 6815037 11234664448 2080557 33554432000 4194304 4196468 140736162399376 140736162381920 139871734550263 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
/proc/13430/statm: 2742838 2080557 3168 1 0 2730705 0
[pid=13430/tid=13437] ppid=13427 vsize=10972380 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13437/stat : 13437 (java) S 13427 13430 8485 0 -1 1077944384 4718 0 0 0 24 1 0 0 20 0 21 0 6815037 11235717120 2080557 33554432000 4194304 4196468 140736162399376 139871738793136 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13440] ppid=13427 vsize=10972380 CPUtime=7.48 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13440/stat : 13440 (java) S 13427 13430 8485 0 -1 1077944384 1855 0 0 0 582 166 0 0 20 0 22 0 6815038 11235717120 2080557 33554432000 4194304 4196468 140736162399376 139871660624272 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13441] ppid=13427 vsize=10972380 CPUtime=7.45 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13441/stat : 13441 (java) S 13427 13430 8485 0 -1 1077944384 2972 0 0 0 560 185 0 0 20 0 22 0 6815038 11235717120 2080557 33554432000 4194304 4196468 140736162399376 139871659571472 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13442] ppid=13427 vsize=10972380 CPUtime=7.41 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13442/stat : 13442 (java) S 13427 13430 8485 0 -1 1077944384 1669 0 0 0 587 154 0 0 20 0 22 0 6815038 11235717120 2080557 33554432000 4194304 4196468 140736162399376 139871658519184 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13443] ppid=13427 vsize=10972380 CPUtime=7.32 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13443/stat : 13443 (java) S 13427 13430 8485 0 -1 1077944384 2117 0 0 0 561 171 0 0 20 0 22 0 6815038 11235717120 2080557 33554432000 4194304 4196468 140736162399376 139871657466384 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13444] ppid=13427 vsize=10972380 CPUtime=7.5 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13444/stat : 13444 (java) S 13427 13430 8485 0 -1 1077944384 1959 0 0 0 561 189 0 0 20 0 22 0 6815038 11235717120 2080557 33554432000 4194304 4196468 140736162399376 139871656414096 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13445] ppid=13427 vsize=10972380 CPUtime=7.49 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13445/stat : 13445 (java) S 13427 13430 8485 0 -1 1077944384 1991 0 0 0 583 166 0 0 20 0 22 0 6815038 11235717120 2080557 33554432000 4194304 4196468 140736162399376 139871655361296 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13446] ppid=13427 vsize=10972380 CPUtime=7.52 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13446/stat : 13446 (java) S 13427 13430 8485 0 -1 1077944384 1961 0 0 0 555 197 0 0 20 0 22 0 6815038 11235717120 2080557 33554432000 4194304 4196468 140736162399376 139871654309008 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13447] ppid=13427 vsize=10972380 CPUtime=7.53 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13447/stat : 13447 (java) S 13427 13430 8485 0 -1 1077944384 4651 0 0 0 595 158 0 0 20 0 22 0 6815038 11235717120 2080557 33554432000 4194304 4196468 140736162399376 139871653256208 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13448] ppid=13427 vsize=10972380 CPUtime=0.3 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13448/stat : 13448 (java) S 13427 13430 8485 0 -1 1077944384 9871 0 0 0 29 1 0 0 20 0 22 0 6815040 11235717120 2080557 33554432000 4194304 4196468 140736162399376 139871075219568 139871734561410 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13449] ppid=13427 vsize=11037916 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13449/stat : 13449 (java) S 13427 13430 8485 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 22 0 6815041 11302825984 2080557 33554432000 4194304 4196468 140736162399376 139871074165600 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13450] ppid=13427 vsize=11037916 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13450/stat : 13450 (java) S 13427 13430 8485 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 22 0 6815041 11302825984 2080557 33554432000 4194304 4196468 140736162399376 139871073113216 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13451] ppid=13427 vsize=11037916 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13451/stat : 13451 (java) S 13427 13430 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 22 0 6815045 11302825984 2080557 33554432000 4194304 4196468 140736162399376 139871072061520 139871734568859 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13452] ppid=13427 vsize=11037916 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13452/stat : 13452 (java) S 13427 13430 8485 0 -1 1077944384 3256 0 0 0 86 1 0 0 20 0 22 0 6815045 11302825984 2080557 33554432000 4194304 4196468 140736162399376 139871071009392 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13453] ppid=13427 vsize=11037916 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13453/stat : 13453 (java) S 13427 13430 8485 0 -1 1077944384 2357 0 0 0 86 1 0 0 20 0 22 0 6815045 11302825984 2080557 33554432000 4194304 4196468 140736162399376 139871069956592 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13454] ppid=13427 vsize=11037916 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13454/stat : 13454 (java) S 13427 13430 8485 0 -1 1077944384 1500 0 0 0 80 0 0 0 20 0 22 0 6815045 11302825984 2080557 33554432000 4194304 4196468 140736162399376 139871068904304 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13455] ppid=13427 vsize=11037916 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13455/stat : 13455 (java) R 13427 13430 8485 0 -1 4202560 1982 0 0 0 45 0 0 0 20 0 22 0 6815045 11302825984 2080557 33554432000 4194304 4196468 140736162399376 139871067851504 139871713180821 0 4 0 16800975 0 0 0 -1 3 0 0 30 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13456] ppid=13427 vsize=11037916 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13456/stat : 13456 (java) S 13427 13430 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 6815045 11302825984 2080557 33554432000 4194304 4196468 140736162399376 139871066798432 139871734560469 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13457] ppid=13427 vsize=11037916 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13457/stat : 13457 (java) S 13427 13430 8485 0 -1 1077944384 573 0 0 0 0 0 0 0 20 0 22 0 6815045 11302825984 2080557 33554432000 4194304 4196468 140736162399376 139871065745712 139871734561410 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 31 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
[pid=13430/tid=13459] ppid=13427 vsize=11037916 CPUtime=9.85 cores=1,3,5,7,9,11,13,15
/proc/13430/task/13459/stat : 13459 (java) R 13427 13430 8485 0 -1 4202560 4047 0 0 0 971 14 0 0 20 0 22 0 6815063 11302825984 2080566 33554432000 4194304 4196468 140736162399376 139871062556448 139871734560469 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 30822400 140736162407619 140736162407748 140736162407748 140736162410447 0
Current children cumulated CPU time (s) 73.24
Current children cumulated vsize (KiB) 10971352

Child status: 1
Real time (s): 18.1365
CPU time (s): 73.2785
CPU user time (s): 59.1137
CPU system time (s): 14.1648
CPU usage (%): 404.039
Max. virtual memory (cumulated for all children) (KiB): 10971352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.1137
system time used= 14.1648
maximum resident set size= 8323252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48936
page faults= 0
swaps= 0
block input operations= 8
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4754
involuntary context switches= 5295

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.187674 second user time and 0.297556 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-22 11:24:24
IDJOB=4247199
IDBENCH=126843
IDSOLVER=2624
FILE ID=node117/4247199-1500715463
RUNJOBID= node117-1500715463-13388
PBS_JOBID= 20623327
Free space on /tmp= 61988 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/PropStress/PropStress-m1-s1/PropStress-0600.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247199-1500715463/watcher-4247199-1500715463 -o /tmp/evaluation-result-4247199-1500715463/solver-4247199-1500715463 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500715463-13388 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4247199-1500715463.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= a04cbf963a24580000cf8d80e23a65fb
RANDOM SEED=1607132216

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.92
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		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31767604 kB
MemAvailable:   31989492 kB
Buffers:          123312 kB
Cached:           380852 kB
SwapCached:            0 kB
Active:           270500 kB
Inactive:         299368 kB
Active(anon):      68372 kB
Inactive(anon):     8716 kB
Active(file):     202128 kB
Inactive(file):   290652 kB
Unevictable:        5828 kB
Mlocked:            5828 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             22628 kB
Writeback:             0 kB
AnonPages:         79696 kB
Mapped:            37648 kB
Shmem:              8840 kB
Slab:             123996 kB
SReclaimable:      89884 kB
SUnreclaim:        34112 kB
KernelStack:        4464 kB
PageTables:         4824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1157704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61980 MiB
End job on node117 at 2017-07-22 11:24:42