Trace number 4250164

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) 108.429 16.9766

General information on the benchmark

NameFischer/Fischer-m1-s1/
Fischer-11-14-fair.xml
MD5SUMabdfed4353cf02606058846107286b36
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 variables40248
Number of constraints38137
Number of domains3
Minimum domain size2
Maximum domain size20001
Distribution of domain sizes[{"size":2,"count":5342},{"size":201,"count":180},{"size":20001,"count":34726}]
Minimum variable degree2
Maximum variable degree320
Distribution of variable degrees[{"degree":2,"count":35660},{"degree":3,"count":924},{"degree":4,"count":47},{"degree":5,"count":374},{"degree":6,"count":208},{"degree":7,"count":781},{"degree":8,"count":1143},{"degree":9,"count":638},{"degree":10,"count":24},{"degree":12,"count":29},{"degree":13,"count":336},{"degree":14,"count":11},{"degree":24,"count":1},{"degree":35,"count":15},{"degree":57,"count":15},{"degree":59,"count":12},{"degree":70,"count":1},{"degree":80,"count":14},{"degree":125,"count":2},{"degree":126,"count":12},{"degree":320,"count":1}]
Minimum constraint arity1
Maximum constraint arity3
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":6162},{"arity":3,"count":31973}]
Number of extensional constraints0
Number of intensional constraints38137
Distribution of constraint types[{"type":"intension","count":38137}]
Optimization problemNO
Type of objective

Solver Data

0.28/0.29	
0.28/0.29	AbsCon 2 
0.28/0.29	
4.27/1.36	  Solving XCSP3-instance-4250164-1500768764 as a CSP
4.27/1.36	  Loading variables...
96.08/15.36	java.lang.OutOfMemoryError: Java heap space
96.08/15.36		at utility.Kit.repeat(Kit.java:286)
96.08/15.36		at utility.sets.LinkedSetOrdered.<init>(LinkedSetOrdered.java:137)
96.08/15.36		at utility.sets.LinkedSetOrderedStacked.<init>(LinkedSetOrderedStacked.java:14)
96.08/15.36		at utility.sets.LinkedSetOrderedStackedWithBits.<init>(LinkedSetOrderedStackedWithBits.java:34)
96.08/15.36		at sun.reflect.GeneratedConstructorAccessor1.newInstance(Unknown Source)
96.08/15.36		at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
96.08/15.36		at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
96.08/15.36		at utility.Reflector.buildObject(Reflector.java:289)
96.08/15.36		at variables.domains.Domain.<init>(Domain.java:348)
96.08/15.36		at variables.domains.DomainRange.<init>(DomainRange.java:29)
96.08/15.36		at variables.AVarInteger.<init>(AVarInteger.java:39)
96.08/15.36		at problem.Problem.buildVarInteger(Problem.java:845)
96.08/15.36		at problem.Problem.buildVarInteger(Problem.java:1)
96.08/15.36		at org.xcsp.modeler.implementation.ProblemIMP.fill(ProblemIMP.java:313)
96.08/15.36		at org.xcsp.modeler.ProblemAPI.array(ProblemAPI.java:1740)
96.08/15.36		at problems.xcsp3.XCSP3.loadArray(XCSP3.java:218)
96.08/15.36		at org.xcsp.parser.XCallbacks.loadVariables(XCallbacks.java:283)
96.08/15.36		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:257)
96.08/15.36		at problems.xcsp3.XCSP3.model(XCSP3.java:103)
96.08/15.36		at org.xcsp.modeler.Compiler.loadDataAndModel(Compiler.java:834)
96.08/15.36		at problem.Problem.<init>(Problem.java:630)
96.08/15.37		at abscon.Resolution.buildProblem(Resolution.java:195)
96.08/15.37		at abscon.Resolution.solveInstance(Resolution.java:277)
96.08/15.37		at abscon.Resolution.run(Resolution.java:325)
96.08/15.37	java.lang.NullPointerException
96.08/15.37		at variables.domains.Domain.computeIdxsAreEqualToVals(Domain.java:117)
96.08/15.37		at variables.domains.DomainRange.<init>(DomainRange.java:35)
96.08/15.37		at variables.AVarInteger.<init>(AVarInteger.java:39)
96.08/15.37		at problem.Problem.buildVarInteger(Problem.java:845)
96.08/15.37		at problem.Problem.buildVarInteger(Problem.java:1)
96.08/15.37		at org.xcsp.modeler.implementation.ProblemIMP.fill(ProblemIMP.java:313)
96.08/15.37		at org.xcsp.modeler.ProblemAPI.array(ProblemAPI.java:1740)
96.08/15.37		at problems.xcsp3.XCSP3.loadArray(XCSP3.java:218)
108.38/16.93		at org.xcsp.parser.XCallbacks.loadVariables(XCallbacks.java:283)
108.38/16.93		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:257)
108.38/16.93		at problems.xcsp3.XCSP3.model(XCSP3.java:103)
108.38/16.93		at org.xcsp.modeler.Compiler.loadDataAndModel(Compiler.java:834)
108.38/16.93		at problem.Problem.<init>(Problem.java:630)
108.38/16.93		at abscon.Resolution.buildProblem(Resolution.java:195)
108.38/16.93		at abscon.Resolution.solveInstance(Resolution.java:277)
108.38/16.93		at abscon.Resolution.run(Resolution.java:325)
108.38/16.93	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-4250164-1500768764/watcher-4250164-1500768764 -o /tmp/evaluation-result-4250164-1500768764/solver-4250164-1500768764 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1500754465-20346 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4250164-1500768764.xml 

pid=22581
running on 8 cores: 0,2,4,6,8,10,12,14

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: 2.16 2.07 2.06 2/262 22584
/proc/meminfo: memFree=31176340/32770624 swapFree=6364/364208
[pid=22584] ppid=22581 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 1768 0 0 0 0 0 0 0 20 0 2 0 12144055 369864704 1999 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2084844 2047 1183 1 0 2073755 0
[pid=22584/tid=22585] ppid=22581 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) R 22581 22584 20315 0 -1 4202560 582 0 0 0 0 0 0 0 20 0 2 0 12144056 8550137856 2112 33554432000 4194304 4196468 140733781587456 140321731672480 140321719719840 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0

[startup+0.100145 s]
/proc/loadavg: 2.16 2.07 2.06 2/262 22584
/proc/meminfo: memFree=31176340/32770624 swapFree=6364/364208
[pid=22584] ppid=22581 vsize=10900580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 4678 0 0 0 9 1 0 0 20 0 20 0 12144055 11162193920 5783 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2725145 5783 2634 1 0 2713552 0
[pid=22584/tid=22585] ppid=22581 vsize=10900580 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) R 22581 22584 20315 0 -1 4202560 2763 0 0 0 8 0 0 0 20 0 20 0 12144056 11162193920 5783 33554432000 4194304 4196468 140733781587456 140321731672672 140321727452317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900580

[startup+0.200416 s]
/proc/loadavg: 2.16 2.07 2.06 2/262 22584
/proc/meminfo: memFree=31176340/32770624 swapFree=6364/364208
[pid=22584] ppid=22581 vsize=10901572 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 6328 0 0 0 26 2 0 0 20 0 20 0 12144055 11163209728 8345 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2725393 8411 2872 1 0 2713800 0
[pid=22584/tid=22585] ppid=22581 vsize=10901572 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) R 22581 22584 20315 0 -1 4202560 3533 0 0 0 17 1 0 0 20 0 20 0 12144056 11163209728 8411 33554432000 4194304 4196468 140733781587456 140321731644208 140321720110109 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10901572

[startup+0.300295 s]
/proc/loadavg: 2.16 2.07 2.06 2/262 22584
/proc/meminfo: memFree=31176340/32770624 swapFree=6364/364208
[pid=22584] ppid=22581 vsize=10969228 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 8345 0 0 0 46 3 0 0 20 0 21 0 12144055 11232489472 12770 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2742307 12770 2970 1 0 2730193 0
[pid=22584/tid=22585] ppid=22581 vsize=10969228 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) S 22581 22584 20315 0 -1 1077944384 5161 0 0 0 25 2 0 0 20 0 21 0 12144056 11232489472 12770 33554432000 4194304 4196468 140733781587456 140321731673264 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10969228

[startup+0.700206 s]
/proc/loadavg: 2.16 2.07 2.06 2/262 22584
/proc/meminfo: memFree=31176340/32770624 swapFree=6364/364208
[pid=22584] ppid=22581 vsize=10971352 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 12330 0 0 0 155 5 0 0 20 0 21 0 12144055 11234664448 27350 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2742838 27350 3108 1 0 2730705 0
[pid=22584/tid=22585] ppid=22581 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) S 22581 22584 20315 0 -1 1077944384 5161 0 0 0 25 2 0 0 20 0 21 0 12144056 11234664448 27350 33554432000 4194304 4196468 140733781587456 140321731673264 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 10971352

[startup+1.50115 s]
/proc/loadavg: 2.16 2.07 2.06 7/283 22605
/proc/meminfo: memFree=30971768/32770624 swapFree=6364/364344
[pid=22584] ppid=22581 vsize=10971352 CPUtime=5.11 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 16849 0 0 0 480 31 0 0 20 0 21 0 12144055 11234664448 66722 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2742838 66722 3150 1 0 2730705 0
[pid=22584/tid=22585] ppid=22581 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) S 22581 22584 20315 0 -1 1077944384 5161 0 0 0 25 2 0 0 20 0 21 0 12144056 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321731673264 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22587] ppid=22581 vsize=10971352 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22587/stat : 22587 (java) S 22581 22584 20315 0 -1 1077944384 76 0 0 0 2 1 0 0 20 0 21 0 12144057 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321683983504 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22588] ppid=22581 vsize=10971352 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22588/stat : 22588 (java) S 22581 22584 20315 0 -1 1077944384 77 0 0 0 3 3 0 0 20 0 21 0 12144057 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321682930704 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22589] ppid=22581 vsize=10971352 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22589/stat : 22589 (java) S 22581 22584 20315 0 -1 1077944384 68 0 0 0 2 3 0 0 20 0 21 0 12144057 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321332583312 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22590] ppid=22581 vsize=10971352 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22590/stat : 22590 (java) S 22581 22584 20315 0 -1 1077944384 29 0 0 0 2 2 0 0 20 0 21 0 12144057 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321331530512 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22591] ppid=22581 vsize=10971352 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22591/stat : 22591 (java) S 22581 22584 20315 0 -1 1077944384 68 0 0 0 2 3 0 0 20 0 21 0 12144057 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321330477712 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22592] ppid=22581 vsize=10971352 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22592/stat : 22592 (java) S 22581 22584 20315 0 -1 1077944384 100 0 0 0 2 3 0 0 20 0 21 0 12144057 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321329424912 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22593] ppid=22581 vsize=10971352 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22593/stat : 22593 (java) S 22581 22584 20315 0 -1 1077944384 67 0 0 0 3 3 0 0 20 0 21 0 12144057 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321328372112 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22594] ppid=22581 vsize=10971352 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22594/stat : 22594 (java) S 22581 22584 20315 0 -1 1077944384 68 0 0 0 2 2 0 0 20 0 21 0 12144057 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321327319312 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22595] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22595/stat : 22595 (java) S 22581 22584 20315 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 12144059 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321202592624 140321727441538 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22596] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22596/stat : 22596 (java) S 22581 22584 20315 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321201538656 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22597] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22597/stat : 22597 (java) S 22581 22584 20315 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321200485760 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22598] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22598/stat : 22598 (java) S 22581 22584 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12144064 11234664448 66722 33554432000 4194304 4196468 140733781587456 140321199434064 140321727448987 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22599] ppid=22581 vsize=10971352 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22599/stat : 22599 (java) R 22581 22584 20315 0 -1 4202560 2660 0 0 0 91 0 0 0 20 0 21 0 12144064 11234664448 67234 33554432000 4194304 4196468 140733781587456 140321198361528 140321710927175 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22600] ppid=22581 vsize=10971352 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22600/stat : 22600 (java) S 22581 22584 20315 0 -1 1077944384 1646 0 0 0 89 0 0 0 20 0 21 0 12144064 11234664448 67234 33554432000 4194304 4196468 140733781587456 140321197328624 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22601] ppid=22581 vsize=10971352 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22601/stat : 22601 (java) R 22581 22584 20315 0 -1 4202560 1662 0 0 0 90 0 0 0 20 0 21 0 12144064 11234664448 67234 33554432000 4194304 4196468 140733781587456 140321196257248 140321710927131 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22602] ppid=22581 vsize=10971352 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22602/stat : 22602 (java) S 22581 22584 20315 0 -1 1077944384 1965 0 0 0 49 0 0 0 20 0 21 0 12144064 11234664448 67234 33554432000 4194304 4196468 140733781587456 140321195223024 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22603] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22603/stat : 22603 (java) S 22581 22584 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12144065 11234664448 67234 33554432000 4194304 4196468 140733781587456 140321194171488 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22604] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22604/stat : 22604 (java) S 22581 22584 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12144065 11234664448 67234 33554432000 4194304 4196468 140733781587456 140321193118768 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22605] ppid=22581 vsize=10971352 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22605/stat : 22605 (java) R 22581 22584 20315 0 -1 4202560 1754 0 0 0 109 3 0 0 20 0 21 0 12144084 11234664448 67234 33554432000 4194304 4196468 140733781587456 140321189927872 140321368022563 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
Current children cumulated CPU time (s) 5.11
Current children cumulated vsize (KiB) 10971352

[startup+3.10408 s]
/proc/loadavg: 2.16 2.07 2.06 4/283 22605
/proc/meminfo: memFree=30551024/32770624 swapFree=6364/364344
[pid=22584] ppid=22581 vsize=10971352 CPUtime=13.32 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 21387 0 0 0 952 380 0 0 20 0 21 0 12144055 11234664448 297239 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2742838 297239 3168 1 0 2730705 0
[pid=22584/tid=22585] ppid=22581 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) S 22581 22584 20315 0 -1 1077944384 5161 0 0 0 25 2 0 0 20 0 21 0 12144056 11234664448 297239 33554432000 4194304 4196468 140733781587456 140321731673264 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22587] ppid=22581 vsize=10971352 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22587/stat : 22587 (java) R 22581 22584 20315 0 -1 4202560 389 0 0 0 44 35 0 0 20 0 21 0 12144057 11234664448 297239 33554432000 4194304 4196468 140733781587456 140321683983392 140321720533464 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22588] ppid=22581 vsize=10971352 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22588/stat : 22588 (java) R 22581 22584 20315 0 -1 4202560 569 0 0 0 49 48 0 0 20 0 21 0 12144057 11234664448 297239 33554432000 4194304 4196468 140733781587456 140321682930904 140321720533108 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22589] ppid=22581 vsize=10971352 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22589/stat : 22589 (java) R 22581 22584 20315 0 -1 4202560 424 0 0 0 45 49 0 0 20 0 21 0 12144057 11234664448 297239 33554432000 4194304 4196468 140733781587456 140321332583512 140321720533108 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22590] ppid=22581 vsize=10971352 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22590/stat : 22590 (java) R 22581 22584 20315 0 -1 4202560 527 0 0 0 44 50 0 0 20 0 21 0 12144057 11234664448 297239 33554432000 4194304 4196468 140733781587456 140321331530712 140321720533384 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22591] ppid=22581 vsize=10971352 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22591/stat : 22591 (java) R 22581 22584 20315 0 -1 4202560 474 0 0 0 54 41 0 0 20 0 21 0 12144057 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321330477912 140321720533108 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22592] ppid=22581 vsize=10971352 CPUtime=0.96 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22592/stat : 22592 (java) R 22581 22584 20315 0 -1 4202560 423 0 0 0 46 50 0 0 20 0 21 0 12144057 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321329425112 140321720533108 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22593] ppid=22581 vsize=10971352 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22593/stat : 22593 (java) R 22581 22584 20315 0 -1 4202560 508 0 0 0 45 43 0 0 20 0 21 0 12144057 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321328372312 140321720533108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22594] ppid=22581 vsize=10971352 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22594/stat : 22594 (java) R 22581 22584 20315 0 -1 4202560 402 0 0 0 44 48 0 0 20 0 21 0 12144057 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321327319512 140321720533108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22595] ppid=22581 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22595/stat : 22595 (java) S 22581 22584 20315 0 -1 1077944384 925 0 0 0 2 0 0 0 20 0 21 0 12144059 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321202591136 140321727440597 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22596] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22596/stat : 22596 (java) S 22581 22584 20315 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321201538656 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22597] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22597/stat : 22597 (java) S 22581 22584 20315 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321200485760 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22598] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22598/stat : 22598 (java) S 22581 22584 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12144064 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321199434064 140321727448987 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22599] ppid=22581 vsize=10971352 CPUtime=1.36 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22599/stat : 22599 (java) S 22581 22584 20315 0 -1 1077944384 2750 0 0 0 136 0 0 0 20 0 21 0 12144064 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321198381424 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22600] ppid=22581 vsize=10971352 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22600/stat : 22600 (java) S 22581 22584 20315 0 -1 1077944384 1649 0 0 0 90 0 0 0 20 0 21 0 12144064 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321197328624 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22601] ppid=22581 vsize=10971352 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22601/stat : 22601 (java) S 22581 22584 20315 0 -1 1077944384 1673 0 0 0 98 0 0 0 20 0 21 0 12144064 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321196275824 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22602] ppid=22581 vsize=10971352 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22602/stat : 22602 (java) S 22581 22584 20315 0 -1 1077944384 2008 0 0 0 52 0 0 0 20 0 21 0 12144064 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321195223024 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22603] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22603/stat : 22603 (java) S 22581 22584 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12144065 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321194171488 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22604] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22604/stat : 22604 (java) R 22581 22584 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12144065 11234664448 297751 33554432000 4194304 4196468 140733781587456 140321193118768 140321727441538 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22605] ppid=22581 vsize=10971352 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22605/stat : 22605 (java) S 22581 22584 20315 0 -1 1077944384 2137 0 0 0 171 6 0 0 20 0 21 0 12144084 11234664448 298263 33554432000 4194304 4196468 140733781587456 140321189926240 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
Current children cumulated CPU time (s) 13.32
Current children cumulated vsize (KiB) 10971352

[startup+6.30086 s]
/proc/loadavg: 2.15 2.07 2.06 10/283 22605
/proc/meminfo: memFree=28069272/32770624 swapFree=6364/364340
[pid=22584] ppid=22581 vsize=10971352 CPUtime=34.98 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 43830 0 0 0 1905 1593 0 0 20 0 21 0 12144055 11234664448 906256 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2742838 906256 3178 1 0 2730705 0
[pid=22584/tid=22585] ppid=22581 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) S 22581 22584 20315 0 -1 1077944384 5161 0 0 0 25 2 0 0 20 0 21 0 12144056 11234664448 906256 33554432000 4194304 4196468 140733781587456 140321731673264 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22587] ppid=22581 vsize=10971352 CPUtime=3.34 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22587/stat : 22587 (java) S 22581 22584 20315 0 -1 1077944384 2518 0 0 0 154 180 0 0 20 0 21 0 12144057 11234664448 906256 33554432000 4194304 4196468 140733781587456 140321683983504 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22588] ppid=22581 vsize=10971352 CPUtime=3.58 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22588/stat : 22588 (java) S 22581 22584 20315 0 -1 1077944384 2167 0 0 0 151 207 0 0 20 0 21 0 12144057 11234664448 906256 33554432000 4194304 4196468 140733781587456 140321682930704 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22589] ppid=22581 vsize=10971352 CPUtime=3.54 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22589/stat : 22589 (java) S 22581 22584 20315 0 -1 1077944384 1844 0 0 0 160 194 0 0 20 0 21 0 12144057 11234664448 906256 33554432000 4194304 4196468 140733781587456 140321332583312 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22590] ppid=22581 vsize=10971352 CPUtime=3.38 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22590/stat : 22590 (java) S 22581 22584 20315 0 -1 1077944384 1802 0 0 0 142 196 0 0 20 0 21 0 12144057 11234664448 906256 33554432000 4194304 4196468 140733781587456 140321331530512 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22591] ppid=22581 vsize=10971352 CPUtime=3.55 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22591/stat : 22591 (java) S 22581 22584 20315 0 -1 1077944384 1915 0 0 0 158 197 0 0 20 0 21 0 12144057 11234664448 906256 33554432000 4194304 4196468 140733781587456 140321330477712 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22592] ppid=22581 vsize=10971352 CPUtime=3.56 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22592/stat : 22592 (java) S 22581 22584 20315 0 -1 1077944384 1774 0 0 0 159 197 0 0 20 0 21 0 12144057 11234664448 906256 33554432000 4194304 4196468 140733781587456 140321329424912 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22593] ppid=22581 vsize=10971352 CPUtime=3.47 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22593/stat : 22593 (java) S 22581 22584 20315 0 -1 1077944384 2122 0 0 0 148 199 0 0 20 0 21 0 12144057 11234664448 906256 33554432000 4194304 4196468 140733781587456 140321328372112 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22594] ppid=22581 vsize=10971352 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22594/stat : 22594 (java) S 22581 22584 20315 0 -1 1077944384 1863 0 0 0 150 202 0 0 20 0 21 0 12144057 11234664448 906256 33554432000 4194304 4196468 140733781587456 140321327319312 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22595] ppid=22581 vsize=10971352 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22595/stat : 22595 (java) S 22581 22584 20315 0 -1 1077944384 7400 0 0 0 5 0 0 0 20 0 21 0 12144059 11234664448 906256 33554432000 4194304 4196468 140733781587456 140321202592624 140321727441538 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22596] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=22584/tid=22597] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22597/stat : 22597 (java) S 22581 22584 20315 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321200485760 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22598] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22598/stat : 22598 (java) S 22581 22584 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12144064 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321199434064 140321727448987 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22599] ppid=22581 vsize=10971352 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22599/stat : 22599 (java) S 22581 22584 20315 0 -1 1077944384 3857 0 0 0 154 0 0 0 20 0 21 0 12144064 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321198381424 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22600] ppid=22581 vsize=10971352 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22600/stat : 22600 (java) S 22581 22584 20315 0 -1 1077944384 2677 0 0 0 107 0 0 0 20 0 21 0 12144064 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321197328624 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22601] ppid=22581 vsize=10971352 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22601/stat : 22601 (java) S 22581 22584 20315 0 -1 1077944384 2383 0 0 0 112 0 0 0 20 0 21 0 12144064 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321196275824 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22602] ppid=22581 vsize=10971352 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22602/stat : 22602 (java) S 22581 22584 20315 0 -1 1077944384 2058 0 0 0 52 0 0 0 20 0 21 0 12144064 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321195218896 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22603] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22603/stat : 22603 (java) S 22581 22584 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12144065 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321194171488 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22604] ppid=22581 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22604/stat : 22604 (java) S 22581 22584 20315 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 21 0 12144065 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321193118768 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22605] ppid=22581 vsize=10971352 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22605/stat : 22605 (java) S 22581 22584 20315 0 -1 1077944384 3346 0 0 0 329 8 0 0 20 0 21 0 12144084 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321189928656 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
Current children cumulated CPU time (s) 98.14
Current children cumulated vsize (KiB) 10971352

[startup+16.4046 s]
/proc/loadavg: 2.27 2.10 2.06 10/283 22605
/proc/meminfo: memFree=22861388/32770624 swapFree=6364/364332
[pid=22584] ppid=22581 vsize=10971352 CPUtime=104.43 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 80610 0 0 0 6666 3777 0 0 20 0 21 0 12144055 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2742838 2077906 3178 1 0 2730705 0
[pid=22584/tid=22585] ppid=22581 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) S 22581 22584 20315 0 -1 1077944384 5161 0 0 0 25 2 0 0 20 0 21 0 12144056 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321731673264 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22587] ppid=22581 vsize=10971352 CPUtime=11.93 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22587/stat : 22587 (java) R 22581 22584 20315 0 -1 4202560 6338 0 0 0 714 479 0 0 20 0 21 0 12144057 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321683983704 140321720530059 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22588] ppid=22581 vsize=10971352 CPUtime=12.16 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22588/stat : 22588 (java) R 22581 22584 20315 0 -1 4202560 5037 0 0 0 758 458 0 0 20 0 21 0 12144057 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321682930904 140321720533363 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22589] ppid=22581 vsize=10971352 CPUtime=12.11 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22589/stat : 22589 (java) R 22581 22584 20315 0 -1 4202560 12557 0 0 0 740 471 0 0 20 0 21 0 12144057 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321332583512 140321720533377 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22590] ppid=22581 vsize=10971352 CPUtime=11.41 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22590/stat : 22590 (java) R 22581 22584 20315 0 -1 4202560 4899 0 0 0 687 454 0 0 20 0 21 0 12144057 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321331530712 140321720533384 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22591] ppid=22581 vsize=10971352 CPUtime=12.14 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22591/stat : 22591 (java) R 22581 22584 20315 0 -1 4202560 4838 0 0 0 745 469 0 0 20 0 21 0 12144057 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321330477600 140321720533513 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22592] ppid=22581 vsize=10971352 CPUtime=12.1 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22592/stat : 22592 (java) R 22581 22584 20315 0 -1 4202560 4713 0 0 0 752 458 0 0 20 0 21 0 12144057 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321329425112 140321720533384 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22593] ppid=22581 vsize=10971352 CPUtime=11.98 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22593/stat : 22593 (java) R 22581 22584 20315 0 -1 4202560 5464 0 0 0 703 495 0 0 20 0 21 0 12144057 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321328372312 140321720533363 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22594] ppid=22581 vsize=10971352 CPUtime=12.09 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22594/stat : 22594 (java) R 22581 22584 20315 0 -1 4202560 4936 0 0 0 734 475 0 0 20 0 21 0 12144057 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321327319512 140321720533363 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22595] ppid=22581 vsize=10971352 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22595/stat : 22595 (java) S 22581 22584 20315 0 -1 1077944384 10940 0 0 0 47 1 0 0 20 0 21 0 12144059 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321202591168 140321727440597 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22596] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22596/stat : 22596 (java) S 22581 22584 20315 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321201538656 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22597] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22597/stat : 22597 (java) S 22581 22584 20315 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321200485760 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22598] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22598/stat : 22598 (java) S 22581 22584 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12144064 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321199434064 140321727448987 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22599] ppid=22581 vsize=10971352 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22599/stat : 22599 (java) S 22581 22584 20315 0 -1 1077944384 3857 0 0 0 154 0 0 0 20 0 21 0 12144064 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321198381424 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22600] ppid=22581 vsize=10971352 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22600/stat : 22600 (java) S 22581 22584 20315 0 -1 1077944384 2677 0 0 0 107 0 0 0 20 0 21 0 12144064 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321197328624 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22601] ppid=22581 vsize=10971352 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22601/stat : 22601 (java) S 22581 22584 20315 0 -1 1077944384 2383 0 0 0 112 0 0 0 20 0 21 0 12144064 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321196275824 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22602] ppid=22581 vsize=10971352 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22602/stat : 22602 (java) S 22581 22584 20315 0 -1 1077944384 2058 0 0 0 52 0 0 0 20 0 21 0 12144064 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321195218896 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22603] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22603/stat : 22603 (java) S 22581 22584 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12144065 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321194171488 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22604] ppid=22581 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22604/stat : 22604 (java) S 22581 22584 20315 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 21 0 12144065 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321193118768 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22605] ppid=22581 vsize=10971352 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22605/stat : 22605 (java) S 22581 22584 20315 0 -1 1077944384 3346 0 0 0 329 8 0 0 20 0 21 0 12144084 11234664448 2077906 33554432000 4194304 4196468 140733781587456 140321189928656 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
Current children cumulated CPU time (s) 104.43
Current children cumulated vsize (KiB) 10971352

[startup+16.8049 s]
/proc/loadavg: 2.27 2.10 2.06 10/283 22605
/proc/meminfo: memFree=22861388/32770624 swapFree=6364/364332
[pid=22584] ppid=22581 vsize=10971352 CPUtime=107.61 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 81092 0 0 0 6984 3777 0 0 20 0 21 0 12144055 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2742838 2077937 3178 1 0 2730705 0
[pid=22584/tid=22585] ppid=22581 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) S 22581 22584 20315 0 -1 1077944384 5161 0 0 0 25 2 0 0 20 0 21 0 12144056 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321731673264 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22587] ppid=22581 vsize=10971352 CPUtime=12.33 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22587/stat : 22587 (java) R 22581 22584 20315 0 -1 4202560 6338 0 0 0 754 479 0 0 20 0 21 0 12144057 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321683983704 140321720533370 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22588] ppid=22581 vsize=10971352 CPUtime=12.56 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22588/stat : 22588 (java) R 22581 22584 20315 0 -1 4202560 5158 0 0 0 798 458 0 0 20 0 21 0 12144057 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321682930904 140321720533377 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22589] ppid=22581 vsize=10971352 CPUtime=12.51 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22589/stat : 22589 (java) R 22581 22584 20315 0 -1 4202560 12557 0 0 0 780 471 0 0 20 0 21 0 12144057 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321332583512 140321720533370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22590] ppid=22581 vsize=10971352 CPUtime=11.8 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22590/stat : 22590 (java) R 22581 22584 20315 0 -1 4202560 5037 0 0 0 726 454 0 0 20 0 21 0 12144057 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321331530712 140321720533370 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22591] ppid=22581 vsize=10971352 CPUtime=12.54 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22591/stat : 22591 (java) R 22581 22584 20315 0 -1 4202560 5061 0 0 0 785 469 0 0 20 0 21 0 12144057 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321330477600 140321720533377 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22592] ppid=22581 vsize=10971352 CPUtime=12.51 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22592/stat : 22592 (java) R 22581 22584 20315 0 -1 4202560 4713 0 0 0 793 458 0 0 20 0 21 0 12144057 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321329425112 140321720533384 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22593] ppid=22581 vsize=10971352 CPUtime=12.36 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22593/stat : 22593 (java) R 22581 22584 20315 0 -1 4202560 5464 0 0 0 741 495 0 0 20 0 21 0 12144057 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321328372312 140321720533377 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22594] ppid=22581 vsize=10971352 CPUtime=12.49 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22594/stat : 22594 (java) R 22581 22584 20315 0 -1 4202560 4936 0 0 0 774 475 0 0 20 0 21 0 12144057 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321327319512 140321720533384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22595] ppid=22581 vsize=10971352 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22595/stat : 22595 (java) S 22581 22584 20315 0 -1 1077944384 10940 0 0 0 47 1 0 0 20 0 21 0 12144059 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321202591168 140321727440597 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22596] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22596/stat : 22596 (java) S 22581 22584 20315 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321201538656 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22597] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22597/stat : 22597 (java) S 22581 22584 20315 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321200485760 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22598] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22598/stat : 22598 (java) S 22581 22584 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12144064 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321199434064 140321727448987 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22599] ppid=22581 vsize=10971352 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22599/stat : 22599 (java) S 22581 22584 20315 0 -1 1077944384 3857 0 0 0 154 0 0 0 20 0 21 0 12144064 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321198381424 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22600] ppid=22581 vsize=10971352 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22600/stat : 22600 (java) S 22581 22584 20315 0 -1 1077944384 2677 0 0 0 107 0 0 0 20 0 21 0 12144064 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321197328624 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22601] ppid=22581 vsize=10971352 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22601/stat : 22601 (java) S 22581 22584 20315 0 -1 1077944384 2383 0 0 0 112 0 0 0 20 0 21 0 12144064 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321196275824 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22602] ppid=22581 vsize=10971352 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22602/stat : 22602 (java) S 22581 22584 20315 0 -1 1077944384 2058 0 0 0 52 0 0 0 20 0 21 0 12144064 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321195218896 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22603] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22603/stat : 22603 (java) S 22581 22584 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12144065 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321194171488 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22604] ppid=22581 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22604/stat : 22604 (java) S 22581 22584 20315 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 21 0 12144065 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321193118768 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22605] ppid=22581 vsize=10971352 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22605/stat : 22605 (java) S 22581 22584 20315 0 -1 1077944384 3346 0 0 0 329 8 0 0 20 0 21 0 12144084 11234664448 2077937 33554432000 4194304 4196468 140733781587456 140321189928656 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
Current children cumulated CPU time (s) 107.61
Current children cumulated vsize (KiB) 10971352

[startup+16.905 s]
/proc/loadavg: 2.27 2.10 2.06 3/283 22605
/proc/meminfo: memFree=22861132/32770624 swapFree=6364/364332
[pid=22584] ppid=22581 vsize=10971352 CPUtime=108.38 cores=0,2,4,6,8,10,12,14
/proc/22584/stat : 22584 (java) S 22581 22584 20315 0 -1 1077944320 81574 0 0 0 7060 3778 0 0 20 0 21 0 12144055 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140733781570000 140321727430391 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
/proc/22584/statm: 2742838 2077973 3178 1 0 2730705 0
[pid=22584/tid=22585] ppid=22581 vsize=10971352 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22585/stat : 22585 (java) S 22581 22584 20315 0 -1 1077944384 5161 0 0 0 25 2 0 0 20 0 21 0 12144056 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321731673264 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22587] ppid=22581 vsize=10971352 CPUtime=12.42 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22587/stat : 22587 (java) S 22581 22584 20315 0 -1 1077944384 6338 0 0 0 763 479 0 0 20 0 21 0 12144057 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321683983504 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22588] ppid=22581 vsize=10971352 CPUtime=12.65 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22588/stat : 22588 (java) S 22581 22584 20315 0 -1 1077944384 5158 0 0 0 807 458 0 0 20 0 21 0 12144057 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321682930704 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22589] ppid=22581 vsize=10971352 CPUtime=12.6 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22589/stat : 22589 (java) S 22581 22584 20315 0 -1 1077944384 12572 0 0 0 789 471 0 0 20 0 21 0 12144057 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321332583312 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22590] ppid=22581 vsize=10971352 CPUtime=11.89 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22590/stat : 22590 (java) S 22581 22584 20315 0 -1 1077944384 5156 0 0 0 735 454 0 0 20 0 21 0 12144057 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321331530512 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22591] ppid=22581 vsize=10971352 CPUtime=12.63 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22591/stat : 22591 (java) S 22581 22584 20315 0 -1 1077944384 5061 0 0 0 794 469 0 0 20 0 21 0 12144057 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321330477712 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22592] ppid=22581 vsize=10971352 CPUtime=12.6 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22592/stat : 22592 (java) S 22581 22584 20315 0 -1 1077944384 4818 0 0 0 802 458 0 0 20 0 21 0 12144057 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321329424912 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22593] ppid=22581 vsize=10971352 CPUtime=12.45 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22593/stat : 22593 (java) S 22581 22584 20315 0 -1 1077944384 5586 0 0 0 750 495 0 0 20 0 21 0 12144057 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321328372112 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22594] ppid=22581 vsize=10971352 CPUtime=12.58 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22594/stat : 22594 (java) S 22581 22584 20315 0 -1 1077944384 5057 0 0 0 783 475 0 0 20 0 21 0 12144057 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321327319312 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22595] ppid=22581 vsize=10971352 CPUtime=0.5 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22595/stat : 22595 (java) R 22581 22584 20315 0 -1 4202560 10940 0 0 0 49 1 0 0 20 0 21 0 12144059 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321202591056 140321705800571 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22596] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22596/stat : 22596 (java) S 22581 22584 20315 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321201538656 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22597] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22597/stat : 22597 (java) S 22581 22584 20315 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 12144060 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321200485760 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22598] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22598/stat : 22598 (java) S 22581 22584 20315 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 12144064 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321199434064 140321727448987 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22599] ppid=22581 vsize=10971352 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22599/stat : 22599 (java) S 22581 22584 20315 0 -1 1077944384 3857 0 0 0 154 0 0 0 20 0 21 0 12144064 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321198381424 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22600] ppid=22581 vsize=10971352 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22600/stat : 22600 (java) S 22581 22584 20315 0 -1 1077944384 2677 0 0 0 107 0 0 0 20 0 21 0 12144064 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321197328624 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22601] ppid=22581 vsize=10971352 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22601/stat : 22601 (java) S 22581 22584 20315 0 -1 1077944384 2383 0 0 0 112 0 0 0 20 0 21 0 12144064 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321196275824 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22602] ppid=22581 vsize=10971352 CPUtime=0.52 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22602/stat : 22602 (java) S 22581 22584 20315 0 -1 1077944384 2058 0 0 0 52 0 0 0 20 0 21 0 12144064 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321195218896 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22603] ppid=22581 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22603/stat : 22603 (java) S 22581 22584 20315 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 12144065 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321194171488 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22604] ppid=22581 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22604/stat : 22604 (java) S 22581 22584 20315 0 -1 1077944384 39 0 0 0 1 1 0 0 20 0 21 0 12144065 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321193118768 140321727441538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
[pid=22584/tid=22605] ppid=22581 vsize=10971352 CPUtime=3.37 cores=0,2,4,6,8,10,12,14
/proc/22584/task/22605/stat : 22605 (java) S 22581 22584 20315 0 -1 1077944384 3346 0 0 0 329 8 0 0 20 0 21 0 12144084 11234664448 2077973 33554432000 4194304 4196468 140733781587456 140321189928656 140321727440597 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 16035840 140733781595331 140733781595460 140733781595460 140733781598159 0
Current children cumulated CPU time (s) 108.38
Current children cumulated vsize (KiB) 10971352

Child status: 1
Real time (s): 16.9766
CPU time (s): 108.429
CPU user time (s): 70.6179
CPU system time (s): 37.8108
CPU usage (%): 638.695
Max. virtual memory (cumulated for all children) (KiB): 10971352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.6179
system time used= 37.8108
maximum resident set size= 8312596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 81655
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4526
involuntary context switches= 7372

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.323339 second user time and 0.618119 second system time

The end

Launcher Data

Begin job on node127 at 2017-07-23 02:12:44
IDJOB=4250164
IDBENCH=139180
IDSOLVER=2624
FILE ID=node127/4250164-1500768764
RUNJOBID= node127-1500754465-20346
PBS_JOBID= 20624589
Free space on /tmp= 61808 MiB

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

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

MD5SUM BENCH= abdfed4353cf02606058846107286b36
RANDOM SEED=1413850531

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		: 1733.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		: 2668.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.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		: 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		: 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		: 1733.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		: 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.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		: 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.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		: 2000.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		: 1733.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:        31176356 kB
MemAvailable:   31740504 kB
Buffers:          164944 kB
Cached:           676328 kB
SwapCached:            0 kB
Active:           778420 kB
Inactive:         372900 kB
Active(anon):     312352 kB
Inactive(anon):     8692 kB
Active(file):     466068 kB
Inactive(file):   364208 kB
Unevictable:        6364 kB
Mlocked:            6364 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              9328 kB
Writeback:             0 kB
AnonPages:        348600 kB
Mapped:            43460 kB
Shmem:              8840 kB
Slab:             133356 kB
SReclaimable:      99416 kB
SUnreclaim:        33940 kB
KernelStack:        4912 kB
PageTables:         5780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1179772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    276480 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:13:01