Trace number 4250179

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? (problem) 152.07 27.1507

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-06-09-fair.xml
MD5SUM4da452dd6a7f9c00a5696d6c71e9e662
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 variables14103
Number of constraints13337
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":1937},{"size":201,"count":70},{"size":20001,"count":12096}]
Minimum variable degree2
Maximum variable degree115
Distribution of variable degrees[{"degree":2,"count":12425},{"degree":3,"count":324},{"degree":4,"count":27},{"degree":5,"count":144},{"degree":6,"count":83},{"degree":7,"count":295},{"degree":8,"count":455},{"degree":9,"count":234},{"degree":10,"count":14},{"degree":13,"count":54},{"degree":14,"count":1},{"degree":20,"count":10},{"degree":32,"count":10},{"degree":34,"count":7},{"degree":40,"count":1},{"degree":45,"count":9},{"degree":70,"count":2},{"degree":71,"count":7},{"degree":115,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":2237},{"arity":3,"count":11098}]
Number of extensional constraints0
Number of intensional constraints13337
Distribution of constraint types[{"type":"intension","count":13337}]
Optimization problemNO
Type of objective

Solver Data

0.48/0.32	
0.48/0.32	AbsCon 2 
0.48/0.32	
2.84/1.07	  Solving XCSP3-instance-4250179-1500768828 as a CSP
2.84/1.07	  Loading variables...
50.31/8.30	  Loading constraints...
106.55/20.85	  Solver SolverBacktrack being built...
106.55/20.85	
151.91/27.09	java.lang.OutOfMemoryError: Java heap space
151.91/27.09		at java.util.stream.Nodes$IntArrayNode.<init>(Nodes.java:1319)
151.91/27.09		at java.util.stream.Nodes$IntFixedNodeBuilder.<init>(Nodes.java:1481)
151.91/27.09		at java.util.stream.Nodes.intBuilder(Nodes.java:205)
151.91/27.09		at java.util.stream.IntPipeline.makeNodeBuilder(IntPipeline.java:168)
151.91/27.09		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:543)
151.91/27.09		at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
151.91/27.09		at java.util.stream.IntPipeline.toArray(IntPipeline.java:502)
151.91/27.09		at utility.Kit.range(Kit.java:340)
151.91/27.09		at utility.Kit.range(Kit.java:344)
151.91/27.09		at utility.sets.DenseSetAbstract.<init>(DenseSetAbstract.java:136)
151.91/27.09		at utility.sets.DenseSet.<init>(DenseSet.java:20)
151.91/27.09		at utility.sets.DenseSet.<init>(DenseSet.java:24)
151.91/27.09		at search.backtrack.DecisionRecorder.<init>(DecisionRecorder.java:88)
151.91/27.09		at search.backtrack.SolverBacktrack.<init>(SolverBacktrack.java:221)
151.91/27.09		at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
151.91/27.09		at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
151.91/27.09		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
151.91/27.09		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
151.91/27.09		at utility.Reflector.buildObject(Reflector.java:289)
151.91/27.09		at abscon.Resolution.buildSolver(Resolution.java:204)
151.91/27.09		at abscon.Resolution.solveInstance(Resolution.java:306)
151.91/27.09		at abscon.Resolution.run(Resolution.java:325)

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-4250179-1500768828/watcher-4250179-1500768828 -o /tmp/evaluation-result-4250179-1500768828/solver-4250179-1500768828 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500754465-20347 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4250179-1500768828.xml 

pid=22843
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: 4.19 2.63 2.25 3/262 22846
/proc/meminfo: memFree=27563648/32770624 swapFree=6364/364396
[pid=22846] ppid=22843 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 1717 0 0 0 0 0 0 0 20 0 2 0 12150470 369864704 1935 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 90299 1935 1082 1 0 79210 0
[pid=22846/tid=22847] ppid=22843 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) R 22843 22846 20315 0 -1 4202560 439 0 0 0 0 0 0 0 20 0 2 0 12150470 369864704 1999 33554432000 4194304 4196468 140735065113952 140669382703520 140669356605824 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0

[startup+0.100069 s]
/proc/loadavg: 4.19 2.63 2.25 3/262 22846
/proc/meminfo: memFree=27563648/32770624 swapFree=6364/364396
[pid=22846] ppid=22843 vsize=10900456 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 4844 0 0 0 8 1 0 0 20 0 20 0 12150470 11162066944 5950 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 2725114 5950 2600 1 0 2713552 0
[pid=22846/tid=22847] ppid=22843 vsize=10900456 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) R 22843 22846 20315 0 -1 4202560 2937 0 0 0 7 0 0 0 20 0 20 0 12150470 11162066944 5950 33554432000 4194304 4196468 140735065113952 140669382703712 140669364143923 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10900456

[startup+0.200338 s]
/proc/loadavg: 4.19 2.63 2.25 3/262 22846
/proc/meminfo: memFree=27563648/32770624 swapFree=6364/364396
[pid=22846] ppid=22843 vsize=10900580 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 6245 0 0 0 26 1 0 0 20 0 20 0 12150470 11162193920 8297 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 2725145 8297 2845 1 0 2713552 0
[pid=22846/tid=22847] ppid=22843 vsize=10900580 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) R 22843 22846 20315 0 -1 4202560 3409 0 0 0 17 1 0 0 20 0 20 0 12150470 11162193920 8297 33554432000 4194304 4196468 140735065113952 140669382698840 140669378483357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900580

[startup+0.300335 s]
/proc/loadavg: 4.19 2.63 2.25 3/262 22846
/proc/meminfo: memFree=27563648/32770624 swapFree=6364/364396
[pid=22846] ppid=22843 vsize=10902664 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 8243 0 0 0 46 2 0 0 20 0 20 0 12150470 11164327936 11066 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 2725666 11066 2975 1 0 2713552 0
[pid=22846/tid=22847] ppid=22843 vsize=10902664 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) R 22843 22846 20315 0 -1 4202560 5143 0 0 0 26 2 0 0 20 0 20 0 12150470 11164327936 11066 33554432000 4194304 4196468 140735065113952 140669382700256 140669378483357 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10902664

[startup+0.700303 s]
/proc/loadavg: 4.19 2.63 2.25 3/262 22846
/proc/meminfo: memFree=27563648/32770624 swapFree=6364/364396
[pid=22846] ppid=22843 vsize=10971352 CPUtime=1.62 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 12811 0 0 0 157 5 0 0 20 0 21 0 12150470 11234664448 22664 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 2742838 22664 3095 1 0 2730705 0
[pid=22846/tid=22847] ppid=22843 vsize=10971352 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) S 22843 22846 20315 0 -1 1077944384 5176 0 0 0 27 2 0 0 20 0 21 0 12150470 11234664448 22664 33554432000 4194304 4196468 140735065113952 140669382704304 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 10971352

[startup+1.50081 s]
/proc/loadavg: 4.19 2.63 2.25 6/283 22867
/proc/meminfo: memFree=27391896/32770624 swapFree=6364/364592
[pid=22846] ppid=22843 vsize=10971352 CPUtime=5.22 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 16055 0 0 0 412 110 0 0 20 0 21 0 12150470 11234664448 123290 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 2742838 123290 3150 1 0 2730705 0
[pid=22846/tid=22847] ppid=22843 vsize=10971352 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) S 22843 22846 20315 0 -1 1077944384 5176 0 0 0 27 2 0 0 20 0 21 0 12150470 11234664448 123290 33554432000 4194304 4196468 140735065113952 140669382704304 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22849] ppid=22843 vsize=10971352 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22849/stat : 22849 (java) R 22843 22846 20315 0 -1 4202560 126 0 0 0 6 13 0 0 20 0 21 0 12150471 11234664448 123290 33554432000 4194304 4196468 140735065113952 140669315152472 140669371564148 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22850] ppid=22843 vsize=10971352 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22850/stat : 22850 (java) R 22843 22846 20315 0 -1 4202560 111 0 0 0 6 12 0 0 20 0 21 0 12150471 11234664448 123290 33554432000 4194304 4196468 140735065113952 140669314099672 140669371564470 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22851] ppid=22843 vsize=10971352 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22851/stat : 22851 (java) R 22843 22846 20315 0 -1 4202560 135 0 0 0 6 12 0 0 20 0 21 0 12150471 11234664448 123290 33554432000 4194304 4196468 140735065113952 140669313047384 140669371564148 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22852] ppid=22843 vsize=10971352 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22852/stat : 22852 (java) R 22843 22846 20315 0 -1 4202560 99 0 0 0 6 11 0 0 20 0 21 0 12150471 11234664448 123290 33554432000 4194304 4196468 140735065113952 140669311994584 140669371564148 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22853] ppid=22843 vsize=10971352 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22853/stat : 22853 (java) R 22843 22846 20315 0 -1 4202560 171 0 0 0 7 11 0 0 20 0 21 0 12150471 11234664448 123290 33554432000 4194304 4196468 140735065113952 140669310941984 140669371564148 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22854] ppid=22843 vsize=10971352 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22854/stat : 22854 (java) R 22843 22846 20315 0 -1 4202560 128 0 0 0 4 13 0 0 20 0 21 0 12150471 11234664448 123802 33554432000 4194304 4196468 140735065113952 140669309889496 140669371558132 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22855] ppid=22843 vsize=10971352 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22855/stat : 22855 (java) R 22843 22846 20315 0 -1 4202560 140 0 0 0 6 13 0 0 20 0 21 0 12150472 11234664448 123802 33554432000 4194304 4196468 140735065113952 140669308837208 140669371558132 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22856] ppid=22843 vsize=10971352 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22856/stat : 22856 (java) R 22843 22846 20315 0 -1 4202560 138 0 0 0 6 11 0 0 20 0 21 0 12150472 11234664448 123802 33554432000 4194304 4196468 140735065113952 140669307784408 140669363489305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22857] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22857/stat : 22857 (java) S 22843 22846 20315 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 12150474 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668719293088 140669378471637 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22858] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22858/stat : 22858 (java) S 22843 22846 20315 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 12150475 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668718240544 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22859] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22859/stat : 22859 (java) S 22843 22846 20315 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 12150475 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668717188208 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22860] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22860/stat : 22860 (java) S 22843 22846 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12150479 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668716136528 140669378480027 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22861] ppid=22843 vsize=10971352 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22861/stat : 22861 (java) S 22843 22846 20315 0 -1 1077944384 1928 0 0 0 64 0 0 0 20 0 21 0 12150479 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668715084400 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22862] ppid=22843 vsize=10971352 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22862/stat : 22862 (java) S 22843 22846 20315 0 -1 1077944384 1427 0 0 0 63 0 0 0 20 0 21 0 12150479 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668714031600 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22863] ppid=22843 vsize=10971352 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22863/stat : 22863 (java) S 22843 22846 20315 0 -1 1077944384 1573 0 0 0 64 0 0 0 20 0 21 0 12150479 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668712979312 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22864] ppid=22843 vsize=10971352 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22864/stat : 22864 (java) S 22843 22846 20315 0 -1 1077944384 1570 0 0 0 47 0 0 0 20 0 21 0 12150479 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668711926512 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22865] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22865/stat : 22865 (java) S 22843 22846 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12150480 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668710873440 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22866] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22866/stat : 22866 (java) S 22843 22846 20315 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 21 0 12150480 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668709820720 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22867] ppid=22843 vsize=10971352 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22867/stat : 22867 (java) S 22843 22846 20315 0 -1 1077944384 1880 0 0 0 92 3 0 0 20 0 21 0 12150502 11234664448 123802 33554432000 4194304 4196468 140735065113952 140668706628704 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
Current children cumulated CPU time (s) 5.22
Current children cumulated vsize (KiB) 10971352

[startup+3.104 s]
/proc/loadavg: 4.19 2.63 2.25 10/283 22867
/proc/meminfo: memFree=26565112/32770624 swapFree=6364/364604
[pid=22846] ppid=22843 vsize=10971352 CPUtime=15.58 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 35135 0 0 0 853 705 0 0 20 0 21 0 12150470 11234664448 446652 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 2742838 446652 3167 1 0 2730705 0
[pid=22846/tid=22847] ppid=22843 vsize=10971352 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) S 22843 22846 20315 0 -1 1077944384 5176 0 0 0 27 2 0 0 20 0 21 0 12150470 11234664448 446652 33554432000 4194304 4196468 140735065113952 140669382704304 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22849] ppid=22843 vsize=10971352 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22849/stat : 22849 (java) R 22843 22846 20315 0 -1 4202560 2210 0 0 0 55 87 0 0 20 0 21 0 12150471 11234664448 446652 33554432000 4194304 4196468 140735065113952 140669315152392 140669361844464 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22850] ppid=22843 vsize=10971352 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22850/stat : 22850 (java) R 22843 22846 20315 0 -1 4202560 2511 0 0 0 57 87 0 0 20 0 21 0 12150471 11234664448 446652 33554432000 4194304 4196468 140735065113952 140669314099592 140669371089639 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22851] ppid=22843 vsize=10971352 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22851/stat : 22851 (java) R 22843 22846 20315 0 -1 4202560 2115 0 0 0 58 87 0 0 20 0 21 0 12150471 11234664448 446652 33554432000 4194304 4196468 140735065113952 140669313047304 140669371089639 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22852] ppid=22843 vsize=10971352 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22852/stat : 22852 (java) R 22843 22846 20315 0 -1 4202560 2149 0 0 0 57 82 0 0 20 0 21 0 12150471 11234664448 446652 33554432000 4194304 4196468 140735065113952 140669311994504 140669371089639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22853] ppid=22843 vsize=10971352 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22853/stat : 22853 (java) R 22843 22846 20315 0 -1 4202560 2046 0 0 0 59 84 0 0 20 0 21 0 12150471 11234664448 446652 33554432000 4194304 4196468 140735065113952 140669310942216 140669371089639 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22854] ppid=22843 vsize=10971352 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22854/stat : 22854 (java) R 22843 22846 20315 0 -1 4202560 2091 0 0 0 55 88 0 0 20 0 21 0 12150471 11234664448 446652 33554432000 4194304 4196468 140735065113952 140669309889416 140669371089639 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22855] ppid=22843 vsize=10971352 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22855/stat : 22855 (java) R 22843 22846 20315 0 -1 4202560 2142 0 0 0 56 88 0 0 20 0 21 0 12150472 11234664448 446652 33554432000 4194304 4196468 140735065113952 140669308837128 140669371089639 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22856] ppid=22843 vsize=10971352 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22856/stat : 22856 (java) R 22843 22846 20315 0 -1 4202560 2751 0 0 0 57 84 0 0 20 0 21 0 12150472 11234664448 446652 33554432000 4194304 4196468 140735065113952 140669307784096 140669371564440 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22857] ppid=22843 vsize=10971352 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22857/stat : 22857 (java) S 22843 22846 20315 0 -1 1077944384 1738 0 0 0 3 0 0 0 20 0 21 0 12150474 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668719293120 140669378471637 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22858] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22858/stat : 22858 (java) S 22843 22846 20315 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 12150475 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668718240544 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22859] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22859/stat : 22859 (java) S 22843 22846 20315 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 12150475 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668717188208 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22860] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22860/stat : 22860 (java) S 22843 22846 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12150479 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668716136528 140669378480027 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22861] ppid=22843 vsize=10971352 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22861/stat : 22861 (java) S 22843 22846 20315 0 -1 1077944384 1929 0 0 0 66 0 0 0 20 0 21 0 12150479 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668715084400 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22862] ppid=22843 vsize=10971352 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22862/stat : 22862 (java) S 22843 22846 20315 0 -1 1077944384 1430 0 0 0 64 0 0 0 20 0 21 0 12150479 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668714031600 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22863] ppid=22843 vsize=10971352 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22863/stat : 22863 (java) S 22843 22846 20315 0 -1 1077944384 1578 0 0 0 65 0 0 0 20 0 21 0 12150479 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668712979312 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22864] ppid=22843 vsize=10971352 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22864/stat : 22864 (java) S 22843 22846 20315 0 -1 1077944384 1571 0 0 0 48 0 0 0 20 0 21 0 12150479 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668711926512 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22865] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22865/stat : 22865 (java) S 22843 22846 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12150480 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668710873440 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22866] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22866/stat : 22866 (java) S 22843 22846 20315 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 21 0 12150480 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668709820720 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22867] ppid=22843 vsize=10971352 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22867/stat : 22867 (java) S 22843 22846 20315 0 -1 1077944384 2328 0 0 0 119 7 0 0 20 0 21 0 12150502 11234664448 446652 33554432000 4194304 4196468 140735065113952 140668706628352 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 10971352

[startup+6.30082 s]
/proc/loadavg: 4.50 2.72 2.28 10/283 22867
/proc/meminfo: memFree=23717728/32770624 swapFree=6364/364604
[pid=22846] ppid=22843 vsize=10971352 CPUtime=36.79 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 64349 0 0 0 1901 1778 0 0 20 0 21 0 12150470 11234664448 998153 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 2742838 998153 3177 1 0 2730705 0
[pid=22846/tid=22847] ppid=22843 vsize=10971352 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) S 22843 22846 20315 0 -1 1077944384 5176 0 0 0 27 2 0 0 20 0 21 0 12150470 11234664448 998153 33554432000 4194304 4196468 140735065113952 140669382704304 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22849] ppid=22843 vsize=10971352 CPUtime=3.91 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22849/stat : 22849 (java) R 22843 22846 20315 0 -1 4202560 3271 0 0 0 165 226 0 0 20 0 21 0 12150471 11234664448 998153 33554432000 4194304 4196468 140735065113952 140669315152472 140669371564860 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22850] ppid=22843 vsize=10971352 CPUtime=3.94 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22850/stat : 22850 (java) R 22843 22846 20315 0 -1 4202560 3554 0 0 0 183 211 0 0 20 0 21 0 12150471 11234664448 998153 33554432000 4194304 4196468 140735065113952 140669314099672 140669371564853 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22851] ppid=22843 vsize=10971352 CPUtime=3.86 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22851/stat : 22851 (java) R 22843 22846 20315 0 -1 4202560 3148 0 0 0 165 221 0 0 20 0 21 0 12150471 11234664448 998153 33554432000 4194304 4196468 140735065113952 140669313047384 140669371564853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22852] ppid=22843 vsize=10971352 CPUtime=3.84 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22852/stat : 22852 (java) R 22843 22846 20315 0 -1 4202560 3345 0 0 0 171 213 0 0 20 0 21 0 12150471 11234664448 998153 33554432000 4194304 4196468 140735065113952 140669311994584 140669371564860 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22853] ppid=22843 vsize=10971352 CPUtime=3.88 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22853/stat : 22853 (java) R 22843 22846 20315 0 -1 4202560 3470 0 0 0 174 214 0 0 20 0 21 0 12150471 11234664448 998153 33554432000 4194304 4196468 140735065113952 140669310942296 140669371564853 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22854] ppid=22843 vsize=10971352 CPUtime=3.89 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22854/stat : 22854 (java) R 22843 22846 20315 0 -1 4202560 3284 0 0 0 165 224 0 0 20 0 21 0 12150471 11234664448 998153 33554432000 4194304 4196468 140735065113952 140669309889184 140669371564853 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22855] ppid=22843 vsize=10971352 CPUtime=3.96 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22855/stat : 22855 (java) R 22843 22846 20315 0 -1 4202560 3618 0 0 0 169 227 0 0 20 0 21 0 12150472 11234664448 998153 33554432000 4194304 4196468 140735065113952 140669308837208 140669371564839 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22856] ppid=22843 vsize=10971352 CPUtime=3.89 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22856/stat : 22856 (java) R 22843 22846 20315 0 -1 4202560 12736 0 0 0 170 219 0 0 20 0 21 0 12150472 11234664448 998153 33554432000 4194304 4196468 140735065113952 140669307784408 140669371564853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22857] ppid=22843 vsize=10971352 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22857/stat : 22857 (java) S 22843 22846 20315 0 -1 1077944384 7931 0 0 0 6 0 0 0 20 0 21 0 12150474 11234664448 998153 33554432000 4194304 4196468 140735065113952 140668719293088 140669378471637 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22858] ppid=22843 vsize=10971352 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=22846/tid=22857] ppid=22843 vsize=10973400 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22857/stat : 22857 (java) S 22843 22846 20315 0 -1 1077944384 18584 0 0 0 86 1 0 0 20 0 21 0 12150474 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668719293136 140669378471637 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22858] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22858/stat : 22858 (java) S 22843 22846 20315 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 12150475 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668718240608 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22859] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22859/stat : 22859 (java) S 22843 22846 20315 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 21 0 12150475 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668717188224 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22860] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22860/stat : 22860 (java) S 22843 22846 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668716136528 140669378480027 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22861] ppid=22843 vsize=10973400 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22861/stat : 22861 (java) S 22843 22846 20315 0 -1 1077944384 5735 0 0 0 260 0 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668715069392 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22862] ppid=22843 vsize=10973400 CPUtime=3.17 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22862/stat : 22862 (java) S 22843 22846 20315 0 -1 1077944384 7701 0 0 0 316 1 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668714031600 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22863] ppid=22843 vsize=10973400 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22863/stat : 22863 (java) S 22843 22846 20315 0 -1 1077944384 5123 0 0 0 207 0 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668712979312 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22864] ppid=22843 vsize=10973400 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22864/stat : 22864 (java) S 22843 22846 20315 0 -1 1077944384 3340 0 0 0 96 1 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668711926512 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22865] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22865/stat : 22865 (java) S 22843 22846 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12150480 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668710873440 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22866] ppid=22843 vsize=10973400 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22866/stat : 22866 (java) S 22843 22846 20315 0 -1 1077944384 857 0 0 0 1 1 0 0 20 0 21 0 12150480 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668709820720 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22867] ppid=22843 vsize=10973400 CPUtime=8.7 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22867/stat : 22867 (java) S 22843 22846 20315 0 -1 1077944384 8599 0 0 0 859 11 0 0 20 0 21 0 12150502 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668706628912 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
Current children cumulated CPU time (s) 142.57
Current children cumulated vsize (KiB) 10973400

[startup+26.5008 s]
/proc/loadavg: 5.77 3.13 2.42 13/283 22954
/proc/meminfo: memFree=23008620/32770624 swapFree=6364/364644
[pid=22846] ppid=22843 vsize=10973400 CPUtime=148.84 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 164331 0 0 0 11448 3436 0 0 20 0 21 0 12150470 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 2743350 2083275 3186 1 0 2731217 0
[pid=22846/tid=22847] ppid=22843 vsize=10973400 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) S 22843 22846 20315 0 -1 1077944384 5176 0 0 0 27 2 0 0 20 0 21 0 12150470 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669382704304 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22849] ppid=22843 vsize=10973400 CPUtime=16.29 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22849/stat : 22849 (java) S 22843 22846 20315 0 -1 1077944384 9655 0 0 0 1190 439 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669315152080 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22850] ppid=22843 vsize=10973400 CPUtime=16.15 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22850/stat : 22850 (java) R 22843 22846 20315 0 -1 4202560 19846 0 0 0 1227 388 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669314099592 140669371089639 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22851] ppid=22843 vsize=10973400 CPUtime=16.23 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22851/stat : 22851 (java) R 22843 22846 20315 0 -1 4202560 9271 0 0 0 1183 440 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669313047304 140669371089639 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22852] ppid=22843 vsize=10973400 CPUtime=16.26 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22852/stat : 22852 (java) R 22843 22846 20315 0 -1 4202560 17471 0 0 0 1210 416 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669311994584 140669371561091 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22853] ppid=22843 vsize=10973400 CPUtime=16.19 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22853/stat : 22853 (java) R 22843 22846 20315 0 -1 4202560 10156 0 0 0 1171 448 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669310942216 140669371089639 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22854] ppid=22843 vsize=10973400 CPUtime=16.26 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22854/stat : 22854 (java) R 22843 22846 20315 0 -1 4202560 9636 0 0 0 1203 423 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669309889416 140669371089639 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22855] ppid=22843 vsize=10973400 CPUtime=16.24 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22855/stat : 22855 (java) R 22843 22846 20315 0 -1 4202560 9941 0 0 0 1200 424 0 0 20 0 21 0 12150472 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669308837128 140669371089639 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22856] ppid=22843 vsize=10973400 CPUtime=16.34 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22856/stat : 22856 (java) R 22843 22846 20315 0 -1 4202560 21790 0 0 0 1204 430 0 0 20 0 21 0 12150472 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669307784328 140669371089639 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22857] ppid=22843 vsize=10973400 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22857/stat : 22857 (java) S 22843 22846 20315 0 -1 1077944384 18584 0 0 0 86 1 0 0 20 0 21 0 12150474 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668719293136 140669378471637 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22858] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22858/stat : 22858 (java) S 22843 22846 20315 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 12150475 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668718240608 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22859] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22859/stat : 22859 (java) S 22843 22846 20315 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 21 0 12150475 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668717188224 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22860] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22860/stat : 22860 (java) S 22843 22846 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668716136528 140669378480027 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22861] ppid=22843 vsize=10973400 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22861/stat : 22861 (java) S 22843 22846 20315 0 -1 1077944384 5735 0 0 0 260 0 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668715069392 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22862] ppid=22843 vsize=10973400 CPUtime=3.17 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22862/stat : 22862 (java) S 22843 22846 20315 0 -1 1077944384 7701 0 0 0 316 1 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668714031648 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22863] ppid=22843 vsize=10973400 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22863/stat : 22863 (java) S 22843 22846 20315 0 -1 1077944384 5123 0 0 0 207 0 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668712979360 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22864] ppid=22843 vsize=10973400 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22864/stat : 22864 (java) S 22843 22846 20315 0 -1 1077944384 3340 0 0 0 96 1 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668711926272 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22865] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22865/stat : 22865 (java) S 22843 22846 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12150480 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668710873440 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22866] ppid=22843 vsize=10973400 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22866/stat : 22866 (java) S 22843 22846 20315 0 -1 1077944384 859 0 0 0 1 1 0 0 20 0 21 0 12150480 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668709820720 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22867] ppid=22843 vsize=10973400 CPUtime=8.7 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22867/stat : 22867 (java) S 22843 22846 20315 0 -1 1077944384 8599 0 0 0 859 11 0 0 20 0 21 0 12150502 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668706628912 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
Current children cumulated CPU time (s) 148.84
Current children cumulated vsize (KiB) 10973400

[startup+26.901 s]
/proc/loadavg: 5.77 3.13 2.42 13/283 22954
/proc/meminfo: memFree=23008620/32770624 swapFree=6364/364644
[pid=22846] ppid=22843 vsize=10973400 CPUtime=151.81 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 164658 0 0 0 11744 3437 0 0 20 0 21 0 12150470 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 2743350 2083275 3186 1 0 2731217 0
[pid=22846/tid=22847] ppid=22843 vsize=10973400 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) S 22843 22846 20315 0 -1 1077944384 5176 0 0 0 27 2 0 0 20 0 21 0 12150470 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669382704304 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22849] ppid=22843 vsize=10973400 CPUtime=16.67 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22849/stat : 22849 (java) S 22843 22846 20315 0 -1 1077944384 9655 0 0 0 1228 439 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669315152272 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22850] ppid=22843 vsize=10973400 CPUtime=16.52 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22850/stat : 22850 (java) S 22843 22846 20315 0 -1 1077944384 19846 0 0 0 1264 388 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669314099472 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22851] ppid=22843 vsize=10973400 CPUtime=16.62 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22851/stat : 22851 (java) S 22843 22846 20315 0 -1 1077944384 9271 0 0 0 1221 441 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669313047184 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22852] ppid=22843 vsize=10973400 CPUtime=16.65 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22852/stat : 22852 (java) S 22843 22846 20315 0 -1 1077944384 17471 0 0 0 1249 416 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669311994384 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22853] ppid=22843 vsize=10973400 CPUtime=16.57 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22853/stat : 22853 (java) S 22843 22846 20315 0 -1 1077944384 10156 0 0 0 1209 448 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669310942096 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22854] ppid=22843 vsize=10973400 CPUtime=16.61 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22854/stat : 22854 (java) S 22843 22846 20315 0 -1 1077944384 9636 0 0 0 1238 423 0 0 20 0 21 0 12150471 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669309889296 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22855] ppid=22843 vsize=10973400 CPUtime=16.61 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22855/stat : 22855 (java) S 22843 22846 20315 0 -1 1077944384 9941 0 0 0 1237 424 0 0 20 0 21 0 12150472 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669308837008 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22856] ppid=22843 vsize=10973400 CPUtime=16.7 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22856/stat : 22856 (java) S 22843 22846 20315 0 -1 1077944384 21790 0 0 0 1239 431 0 0 20 0 21 0 12150472 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140669307784208 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22857] ppid=22843 vsize=10973400 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22857/stat : 22857 (java) R 22843 22846 20315 0 -1 4202560 18918 0 0 0 87 1 0 0 20 0 21 0 12150474 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668719293136 140669362919062 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22858] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22858/stat : 22858 (java) S 22843 22846 20315 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 21 0 12150475 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668718240608 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22859] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22859/stat : 22859 (java) S 22843 22846 20315 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 21 0 12150475 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668717188224 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22860] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22860/stat : 22860 (java) S 22843 22846 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668716136528 140669378480027 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22861] ppid=22843 vsize=10973400 CPUtime=2.6 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22861/stat : 22861 (java) S 22843 22846 20315 0 -1 1077944384 5735 0 0 0 260 0 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668715069392 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22862] ppid=22843 vsize=10973400 CPUtime=3.17 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22862/stat : 22862 (java) S 22843 22846 20315 0 -1 1077944384 7701 0 0 0 316 1 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668714031648 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22863] ppid=22843 vsize=10973400 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22863/stat : 22863 (java) S 22843 22846 20315 0 -1 1077944384 5123 0 0 0 207 0 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668712979360 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22864] ppid=22843 vsize=10973400 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22864/stat : 22864 (java) S 22843 22846 20315 0 -1 1077944384 3340 0 0 0 96 1 0 0 20 0 21 0 12150479 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668711926272 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22865] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22865/stat : 22865 (java) S 22843 22846 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12150480 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668710873440 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22866] ppid=22843 vsize=10973400 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22866/stat : 22866 (java) S 22843 22846 20315 0 -1 1077944384 859 0 0 0 1 1 0 0 20 0 21 0 12150480 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668709820720 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22867] ppid=22843 vsize=10973400 CPUtime=8.7 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22867/stat : 22867 (java) S 22843 22846 20315 0 -1 1077944384 8599 0 0 0 859 11 0 0 20 0 21 0 12150502 11236761600 2083275 33554432000 4194304 4196468 140735065113952 140668706628912 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
Current children cumulated CPU time (s) 151.81
Current children cumulated vsize (KiB) 10973400

[startup+27.1008 s]
/proc/loadavg: 5.77 3.13 2.42 13/283 22954
/proc/meminfo: memFree=23008620/32770624 swapFree=6364/364644
[pid=22846] ppid=22843 vsize=10973400 CPUtime=152.01 cores=1,3,5,7,9,11,13,15
/proc/22846/stat : 22846 (java) S 22843 22846 20315 0 -1 1077944320 164971 0 0 0 11764 3437 0 0 20 0 19 0 12150470 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140735065096496 140669378461431 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
/proc/22846/statm: 2743350 2083251 3187 1 0 2731217 0
[pid=22846/tid=22847] ppid=22843 vsize=10973400 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22847/stat : 22847 (java) S 22843 22846 20315 0 -1 1077944384 5204 0 0 0 27 2 0 0 20 0 19 0 12150470 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140669382704272 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22849] ppid=22843 vsize=10973400 CPUtime=16.67 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22849/stat : 22849 (java) S 22843 22846 20315 0 -1 1077944384 9655 0 0 0 1228 439 0 0 20 0 19 0 12150471 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140669315152272 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22850] ppid=22843 vsize=10973400 CPUtime=16.52 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22850/stat : 22850 (java) S 22843 22846 20315 0 -1 1077944384 19846 0 0 0 1264 388 0 0 20 0 19 0 12150471 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140669314099472 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22851] ppid=22843 vsize=10973400 CPUtime=16.62 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22851/stat : 22851 (java) S 22843 22846 20315 0 -1 1077944384 9271 0 0 0 1221 441 0 0 20 0 19 0 12150471 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140669313047184 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22852] ppid=22843 vsize=10973400 CPUtime=16.65 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22852/stat : 22852 (java) S 22843 22846 20315 0 -1 1077944384 17471 0 0 0 1249 416 0 0 20 0 19 0 12150471 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140669311994384 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22853] ppid=22843 vsize=10973400 CPUtime=16.57 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22853/stat : 22853 (java) S 22843 22846 20315 0 -1 1077944384 10156 0 0 0 1209 448 0 0 20 0 19 0 12150471 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140669310942096 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22854] ppid=22843 vsize=10973400 CPUtime=16.61 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22854/stat : 22854 (java) S 22843 22846 20315 0 -1 1077944384 9636 0 0 0 1238 423 0 0 20 0 19 0 12150471 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140669309889296 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22855] ppid=22843 vsize=10973400 CPUtime=16.61 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22855/stat : 22855 (java) S 22843 22846 20315 0 -1 1077944384 9941 0 0 0 1237 424 0 0 20 0 19 0 12150472 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140669308837008 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22856] ppid=22843 vsize=10973400 CPUtime=16.7 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22856/stat : 22856 (java) S 22843 22846 20315 0 -1 1077944384 21790 0 0 0 1239 431 0 0 20 0 19 0 12150472 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140669307784208 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22857] ppid=22843 vsize=10973400 CPUtime=1.07 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22857/stat : 22857 (java) S 22843 22846 20315 0 -1 1077944384 19123 0 0 0 106 1 0 0 20 0 19 0 12150474 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140668719294784 140669378472578 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22858] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22858/stat : 22858 (java) S 22843 22846 20315 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 12150475 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140668718240608 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22859] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22859/stat : 22859 (java) S 22843 22846 20315 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 19 0 12150475 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140668717188224 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22860] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22860/stat : 22860 (java) S 22843 22846 20315 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 12150479 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140668716135296 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22861] ppid=22843 vsize=10973400 CPUtime=2.61 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22861/stat : 22861 (java) S 22843 22846 20315 0 -1 1077944384 5740 0 0 0 261 0 0 0 20 0 19 0 12150479 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140668715068528 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22862] ppid=22843 vsize=10973400 CPUtime=3.17 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22862/stat : 22862 (java) S 22843 22846 20315 0 -1 1077944384 7701 0 0 0 316 1 0 0 20 0 19 0 12150479 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140668714031600 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22863] ppid=22843 vsize=10973400 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22863/stat : 22863 (java) S 22843 22846 20315 0 -1 1077944384 5123 0 0 0 207 0 0 0 20 0 19 0 12150479 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140668712979312 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22864] ppid=22843 vsize=10973400 CPUtime=0.97 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22864/stat : 22864 (java) S 22843 22846 20315 0 -1 1077944384 3343 0 0 0 96 1 0 0 20 0 19 0 12150479 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140668711926512 140669378472578 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
[pid=22846/tid=22865] ppid=22843 vsize=10973400 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/22846/task/22865/stat : 22865 (java) S 22843 22846 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 12150480 11236761600 2083251 33554432000 4194304 4196468 140735065113952 140668710873440 140669378471637 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 36364288 140735065121987 140735065122116 140735065122116 140735065124815 0
Current children cumulated CPU time (s) 152.01
Current children cumulated vsize (KiB) 10973400

Child status: 0
Real time (s): 27.1507
CPU time (s): 152.07
CPU user time (s): 117.642
CPU system time (s): 34.4277
CPU usage (%): 560.096
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 117.642
system time used= 34.4277
maximum resident set size= 8333368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164997
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8338
involuntary context switches= 10323

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.337585 second user time and 0.59427 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-23 02:13:48
IDJOB=4250179
IDBENCH=139256
IDSOLVER=2624
FILE ID=node127/4250179-1500768828
RUNJOBID= node127-1500754465-20347
PBS_JOBID= 20624589
Free space on /tmp= 61808 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Fischer/Fischer-m1-s1/Fischer-06-09-fair.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250179-1500768828/watcher-4250179-1500768828 -o /tmp/evaluation-result-4250179-1500768828/solver-4250179-1500768828 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500754465-20347 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4250179-1500768828.xml

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

MD5SUM BENCH= 4da452dd6a7f9c00a5696d6c71e9e662
RANDOM SEED=1714008509

node127.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.94
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		: 1733.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		: 2400.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.94
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.94
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		: 1733.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		: 1600.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.94
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		: 1600.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		: 2267.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.94
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		: 2668.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.94
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		: 2267.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.94
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		: 1600.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		: 1600.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.94
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		: 2133.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:        27564096 kB
MemAvailable:   28127000 kB
Buffers:          165024 kB
Cached:           675780 kB
SwapCached:            0 kB
Active:          4391164 kB
Inactive:         372892 kB
Active(anon):    3926420 kB
Inactive(anon):     8692 kB
Active(file):     464744 kB
Inactive(file):   364200 kB
Unevictable:        6364 kB
Mlocked:            6364 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8412 kB
Writeback:             0 kB
AnonPages:       4038292 kB
Mapped:            43512 kB
Shmem:              8840 kB
Slab:             133608 kB
SReclaimable:      99588 kB
SUnreclaim:        34020 kB
KernelStack:        4896 kB
PageTables:        13460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6077120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3813376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61800 MiB
End job on node127 at 2017-07-23 02:14:15