Trace number 4244033

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: sat4j-CSP 2017-07-05? 112.473 37.7223

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-07-09.xml
MD5SUMbf36af344ce91645c9e055d2da140f7c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark68.578102
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints35
Number of domains2
Minimum domain size6
Maximum domain size7
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":63}]
Minimum variable degree1
Maximum variable degree7
Distribution of variable degrees[{"degree":1,"count":56},{"degree":2,"count":7},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":28},{"arity":9,"count":7}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35}]
Optimization problemNO
Type of objective

Solver Data

112.33/37.48	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
112.33/37.48		at java.util.Arrays.copyOf(Arrays.java:3332)
112.33/37.48		at java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
112.33/37.48		at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
112.33/37.48		at java.lang.StringBuilder.append(StringBuilder.java:136)
112.33/37.48		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrSupports(GenericCtrBuilder.java:177)
112.33/37.48		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrExtension(GenericCtrBuilder.java:83)
112.33/37.48		at org.sat4j.reader.XMLCSP3Reader.buildCtrExtension(XMLCSP3Reader.java:404)
112.33/37.48		at org.xcsp.parser.loaders.CtrLoaderInteger.extension(CtrLoaderInteger.java:413)
112.33/37.48		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:130)
112.33/37.48		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
112.33/37.48		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
112.33/37.48		at org.xcsp.parser.XCallbacks$$Lambda$51/940553268.accept(Unknown Source)
112.33/37.48		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
112.33/37.48		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
112.33/37.48		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
112.33/37.48		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
112.33/37.48		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
112.33/37.48		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
112.33/37.48		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
112.33/37.48		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
112.33/37.48		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
112.33/37.48		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
112.33/37.48		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
112.33/37.48		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
112.33/37.49		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
112.43/37.69	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
112.43/37.69	c This is free software under the dual EPL/GNU LGPL licenses.
112.43/37.69	c See www.sat4j.org for details.
112.43/37.69	c That software uses the Rhino library from the Mozilla project.
112.43/37.69	c version CUSTOM.v20170705
112.43/37.69	c java.runtime.name	Java(TM) SE Runtime Environment
112.43/37.69	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
112.43/37.69	c java.vm.version	25.131-b11
112.43/37.69	c java.vm.vendor	Oracle Corporation
112.43/37.69	c sun.arch.data.model	64
112.43/37.69	c java.version		1.8.0_131
112.43/37.69	c os.name		Linux
112.43/37.69	c os.version		3.10.0-514.16.1.el7.x86_64
112.43/37.69	c os.arch		amd64
112.43/37.69	c Free memory 		499604488
112.43/37.69	c Max memory 		7247757312
112.43/37.69	c Total memory 		504889344
112.43/37.69	c Number of processors 	8
112.43/37.69	c c --- Begin Solver configuration ---
112.43/37.69	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
112.43/37.69	c Learn all clauses as in MiniSAT
112.43/37.69	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
112.43/37.69	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
112.43/37.69	c No reason simplification
112.43/37.69	c Glucose 2.1 dynamic restart strategy
112.43/37.69	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
112.43/37.69	c timeout=2147483s
112.43/37.69	c DB Simplification allowed=false
112.43/37.69	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
112.43/37.69	c --- End Solver configuration ---
112.43/37.69	c starts		: 0
112.43/37.69	c conflicts		: 0
112.43/37.69	c decisions		: 0
112.43/37.69	c propagations		: 0
112.43/37.69	c inspects		: 0
112.43/37.69	c shortcuts		: 0
112.43/37.69	c learnt literals	: 0
112.43/37.69	c learnt binary clauses	: 0
112.43/37.69	c learnt ternary clauses	: 0
112.43/37.69	c learnt constraints	: 0
112.43/37.69	c ignored constraints	: 0
112.43/37.69	c root simplifications	: 0
112.43/37.69	c removed literals (reason simplification)	: 0
112.43/37.69	c reason swapping (by a shorter reason)	: 0
112.43/37.69	c Calls to reduceDB	: 0
112.43/37.69	c Number of update (reduction) of LBD	: 0
112.43/37.69	c Imported unit clauses	: 0
112.43/37.69	c number of reductions to clauses (during analyze)	: 0
112.43/37.69	c number of learned constraints concerned by reduction	: 0
112.43/37.69	c number of learning phase by resolution	: 0
112.43/37.69	c number of learning phase by cutting planes	: 0
112.43/37.69	c number of rounding to 1 operations	: 0
112.43/37.69	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
112.43/37.69	c number of reductions of the coefficients by power 2 	: 0
112.43/37.69	c number of right shift for reduction by power 2 	: 0
112.43/37.69	c number of reductions of the coefficients by GCD over coefficients 	: 0
112.43/37.69	c speed (assignments/second)	: 0.0
112.43/37.69	c non guided choices	0
112.43/37.69	c learnt constraints type 
112.43/37.69	s UNKNOWN

Verifier Data


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-4244033-1500679329/watcher-4244033-1500679329 -o /tmp/evaluation-result-4244033-1500679329/solver-4244033-1500679329 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500672434-13136 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244033-1500679329.xml 

pid=14600
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: 2.10 2.08 2.22 3/262 14603
/proc/meminfo: memFree=30698636/32770624 swapFree=5960/207876
[pid=14603] ppid=14600 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 3197925 369864704 1423 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 90299 1423 1081 1 0 79210 0
[pid=14603/tid=14604] ppid=14600 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) S 14600 14603 9826 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3197925 369864704 1423 33554432000 4194304 4196468 140735487299984 139913696713120 139913692482178 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0

[startup+0.100124 s]
/proc/loadavg: 2.10 2.08 2.22 3/262 14603
/proc/meminfo: memFree=30698636/32770624 swapFree=5960/207876
[pid=14603] ppid=14600 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 4941 0 0 0 9 1 0 0 20 0 20 0 3197925 11162169344 5998 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 2725139 5998 2631 1 0 2713552 0
[pid=14603/tid=14604] ppid=14600 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) R 14600 14603 9826 0 -1 4202560 3011 0 0 0 8 0 0 0 20 0 20 0 3197925 11162169344 5998 33554432000 4194304 4196468 140735487299984 139913696700776 139913673864762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200394 s]
/proc/loadavg: 2.10 2.08 2.22 3/262 14603
/proc/meminfo: memFree=30698636/32770624 swapFree=5960/207876
[pid=14603] ppid=14600 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 7296 0 0 0 24 2 0 0 20 0 20 0 3197925 11162169344 8703 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 2725139 8703 2893 1 0 2713552 0
[pid=14603/tid=14604] ppid=14600 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) R 14600 14603 9826 0 -1 4202560 4789 0 0 0 17 1 0 0 20 0 20 0 3197925 11162169344 8703 33554432000 4194304 4196468 140735487299984 139913696667920 139913676551518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300355 s]
/proc/loadavg: 2.10 2.08 2.22 3/262 14603
/proc/meminfo: memFree=30698636/32770624 swapFree=5960/207876
[pid=14603] ppid=14600 vsize=10900556 CPUtime=0.43 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 8426 0 0 0 40 3 0 0 20 0 20 0 3197925 11162169344 17962 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 2725139 17962 2978 1 0 2713552 0
[pid=14603/tid=14604] ppid=14600 vsize=10900556 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) R 14600 14603 9826 0 -1 4202560 5136 0 0 0 26 2 0 0 20 0 20 0 3197925 11162169344 17962 33554432000 4194304 4196468 140735487299984 139913696702224 139913692492957 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700306 s]
/proc/loadavg: 2.10 2.08 2.22 3/262 14603
/proc/meminfo: memFree=30698636/32770624 swapFree=5960/207876
[pid=14603] ppid=14600 vsize=10900556 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 10006 0 0 0 110 89 0 0 20 0 20 0 3197925 11162169344 76791 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 2725139 76791 3049 1 0 2713552 0
[pid=14603/tid=14604] ppid=14600 vsize=10900556 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) S 14600 14603 9826 0 -1 1077944384 5183 0 0 0 48 5 0 0 20 0 20 0 3197925 11162169344 76791 33554432000 4194304 4196468 140735487299984 139913696710112 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 10900556

[startup+1.50089 s]
/proc/loadavg: 2.10 2.08 2.22 3/282 14623
/proc/meminfo: memFree=30232908/32770624 swapFree=5960/208176
[pid=14603] ppid=14600 vsize=10900632 CPUtime=5.43 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 13038 0 0 0 288 255 0 0 20 0 20 0 3197925 11162247168 242974 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 2725158 242974 3103 1 0 2713552 0
[pid=14603/tid=14604] ppid=14600 vsize=10900632 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) R 14600 14603 9826 0 -1 4202560 5878 0 0 0 84 11 0 0 20 0 20 0 3197925 11162247168 242974 33554432000 4194304 4196468 140735487299984 139913696705992 139913330504454 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14606] ppid=14600 vsize=10900632 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14606/stat : 14606 (java) S 14600 14603 9826 0 -1 1077944384 225 0 0 0 22 26 0 0 20 0 20 0 3197926 11162247168 242974 33554432000 4194304 4196468 140735487299984 139913299684112 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14607] ppid=14600 vsize=10900632 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14607/stat : 14607 (java) S 14600 14603 9826 0 -1 1077944384 253 0 0 0 19 30 0 0 20 0 20 0 3197926 11162247168 242974 33554432000 4194304 4196468 140735487299984 139913298631568 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14608] ppid=14600 vsize=10900632 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14608/stat : 14608 (java) S 14600 14603 9826 0 -1 1077944384 249 0 0 0 16 33 0 0 20 0 20 0 3197926 11162247168 242974 33554432000 4194304 4196468 140735487299984 139913297579024 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14609] ppid=14600 vsize=10900632 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14609/stat : 14609 (java) S 14600 14603 9826 0 -1 1077944384 254 0 0 0 17 32 0 0 20 0 20 0 3197926 11162247168 242974 33554432000 4194304 4196468 140735487299984 139913296526480 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14610] ppid=14600 vsize=10900632 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14610/stat : 14610 (java) S 14600 14603 9826 0 -1 1077944384 234 0 0 0 22 27 0 0 20 0 20 0 3197926 11162247168 242974 33554432000 4194304 4196468 140735487299984 139913295472912 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14611] ppid=14600 vsize=10900632 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14611/stat : 14611 (java) S 14600 14603 9826 0 -1 1077944384 231 0 0 0 17 31 0 0 20 0 20 0 3197926 11162247168 242974 33554432000 4194304 4196468 140735487299984 139913294420368 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14612] ppid=14600 vsize=10900632 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14612/stat : 14612 (java) S 14600 14603 9826 0 -1 1077944384 246 0 0 0 20 28 0 0 20 0 20 0 3197926 11162247168 242974 33554432000 4194304 4196468 140735487299984 139913293367824 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14613] ppid=14600 vsize=10900632 CPUtime=0.48 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14613/stat : 14613 (java) S 14600 14603 9826 0 -1 1077944384 254 0 0 0 19 29 0 0 20 0 20 0 3197926 11162247168 242974 33554432000 4194304 4196468 140735487299984 139913292315280 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14614] ppid=14600 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14614/stat : 14614 (java) S 14600 14603 9826 0 -1 1077944384 802 0 0 0 1 0 0 0 20 0 20 0 3197929 11162247168 242974 33554432000 4194304 4196468 140735487299984 139912442501616 139913692482178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14615] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14615/stat : 14615 (java) S 14600 14603 9826 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3197929 11162247168 242974 33554432000 4194304 4196468 140735487299984 139912441447904 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14616] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14616/stat : 14616 (java) S 14600 14603 9826 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3197930 11162247168 242974 33554432000 4194304 4196468 140735487299984 139912440395248 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14617] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14617/stat : 14617 (java) S 14600 14603 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3197933 11162247168 242974 33554432000 4194304 4196468 140735487299984 139912439343824 139913692489627 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14618] ppid=14600 vsize=10900632 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14618/stat : 14618 (java) S 14600 14603 9826 0 -1 1077944384 1455 0 0 0 13 0 0 0 20 0 20 0 3197933 11162247168 242974 33554432000 4194304 4196468 140735487299984 139912438290416 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14619] ppid=14600 vsize=10900632 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14619/stat : 14619 (java) S 14600 14603 9826 0 -1 1077944384 399 0 0 0 8 0 0 0 20 0 20 0 3197933 11162247168 242974 33554432000 4194304 4196468 140735487299984 139912437237872 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14620] ppid=14600 vsize=10900632 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14620/stat : 14620 (java) S 14600 14603 9826 0 -1 1077944384 389 0 0 0 7 0 0 0 20 0 20 0 3197933 11162247168 242974 33554432000 4194304 4196468 140735487299984 139912436185328 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14621] ppid=14600 vsize=10900632 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14621/stat : 14621 (java) S 14600 14603 9826 0 -1 1077944384 804 0 0 0 14 0 0 0 20 0 20 0 3197933 11162247168 242974 33554432000 4194304 4196468 140735487299984 139912435132784 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14622] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14622/stat : 14622 (java) S 14600 14603 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3197934 11162247168 242974 33554432000 4194304 4196468 140735487299984 139912434080480 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14623] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14623/stat : 14623 (java) S 14600 14603 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3197934 11162247168 242974 33554432000 4194304 4196468 140735487299984 139912433028016 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 10900632

[startup+3.10078 s]
/proc/loadavg: 2.25 2.11 2.23 10/282 14623
/proc/meminfo: memFree=28392696/32770624 swapFree=5960/208176
[pid=14603] ppid=14600 vsize=10900632 CPUtime=10.25 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 17254 0 0 0 746 279 0 0 20 0 20 0 3197925 11162247168 617635 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 2725158 617635 3129 1 0 2713552 0
[pid=14603/tid=14604] ppid=14600 vsize=10900632 CPUtime=2.12 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) R 14600 14603 9826 0 -1 4202560 8085 0 0 0 180 32 0 0 20 0 20 0 3197925 11162247168 617635 33554432000 4194304 4196468 140735487299984 139913696708592 139913333008704 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14606] ppid=14600 vsize=10900632 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14606/stat : 14606 (java) S 14600 14603 9826 0 -1 1077944384 242 0 0 0 54 27 0 0 20 0 20 0 3197926 11162247168 617635 33554432000 4194304 4196468 140735487299984 139913299684112 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14607] ppid=14600 vsize=10900632 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14607/stat : 14607 (java) S 14600 14603 9826 0 -1 1077944384 269 0 0 0 58 30 0 0 20 0 20 0 3197926 11162247168 617635 33554432000 4194304 4196468 140735487299984 139913298631568 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14608] ppid=14600 vsize=10900632 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14608/stat : 14608 (java) S 14600 14603 9826 0 -1 1077944384 374 0 0 0 57 33 0 0 20 0 20 0 3197926 11162247168 617635 33554432000 4194304 4196468 140735487299984 139913297579024 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14609] ppid=14600 vsize=10900632 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14609/stat : 14609 (java) S 14600 14603 9826 0 -1 1077944384 328 0 0 0 58 33 0 0 20 0 20 0 3197926 11162247168 617635 33554432000 4194304 4196468 140735487299984 139913296526480 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14610] ppid=14600 vsize=10900632 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14610/stat : 14610 (java) S 14600 14603 9826 0 -1 1077944384 399 0 0 0 62 27 0 0 20 0 20 0 3197926 11162247168 617635 33554432000 4194304 4196468 140735487299984 139913295472912 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14611] ppid=14600 vsize=10900632 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14611/stat : 14611 (java) S 14600 14603 9826 0 -1 1077944384 293 0 0 0 57 31 0 0 20 0 20 0 3197926 11162247168 617635 33554432000 4194304 4196468 140735487299984 139913294420368 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14612] ppid=14600 vsize=10900632 CPUtime=0.88 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14612/stat : 14612 (java) S 14600 14603 9826 0 -1 1077944384 274 0 0 0 60 28 0 0 20 0 20 0 3197926 11162247168 617635 33554432000 4194304 4196468 140735487299984 139913293367824 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14613] ppid=14600 vsize=10900632 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14613/stat : 14613 (java) S 14600 14603 9826 0 -1 1077944384 285 0 0 0 59 30 0 0 20 0 20 0 3197926 11162247168 617635 33554432000 4194304 4196468 140735487299984 139913292315280 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14614] ppid=14600 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14614/stat : 14614 (java) S 14600 14603 9826 0 -1 1077944384 836 0 0 0 3 0 0 0 20 0 20 0 3197929 11162247168 617635 33554432000 4194304 4196468 140735487299984 139912442501616 139913692482178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14615] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14615/stat : 14615 (java) S 14600 14603 9826 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3197929 11162247168 617635 33554432000 4194304 4196468 140735487299984 139912441447904 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14616] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14616/stat : 14616 (java) S 14600 14603 9826 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3197930 11162247168 617635 33554432000 4194304 4196468 140735487299984 139912440395248 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14617] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14617/stat : 14617 (java) S 14600 14603 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3197933 11162247168 617635 33554432000 4194304 4196468 140735487299984 139912439343824 139913692489627 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14618] ppid=14600 vsize=10900632 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14618/stat : 14618 (java) S 14600 14603 9826 0 -1 1077944384 1757 0 0 0 27 0 0 0 20 0 20 0 3197933 11162247168 617635 33554432000 4194304 4196468 140735487299984 139912438290416 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14619] ppid=14600 vsize=10900632 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14619/stat : 14619 (java) S 14600 14603 9826 0 -1 1077944384 1013 0 0 0 23 0 0 0 20 0 20 0 3197933 11162247168 617635 33554432000 4194304 4196468 140735487299984 139912437237872 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14620] ppid=14600 vsize=10900632 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14620/stat : 14620 (java) S 14600 14603 9826 0 -1 1077944384 776 0 0 0 22 0 0 0 20 0 20 0 3197933 11162247168 617635 33554432000 4194304 4196468 140735487299984 139912436185328 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14621] ppid=14600 vsize=10900632 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14621/stat : 14621 (java) S 14600 14603 9826 0 -1 1077944384 956 0 0 0 19 0 0 0 20 0 20 0 3197933 11162247168 617635 33554432000 4194304 4196468 140735487299984 139912435132784 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14622] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14622/stat : 14622 (java) S 14600 14603 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3197934 11162247168 617635 33554432000 4194304 4196468 140735487299984 139912434080480 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14623] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14623/stat : 14623 (java) S 14600 14603 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3197934 11162247168 617635 33554432000 4194304 4196468 140735487299984 139912433028016 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
Current children cumulated CPU time (s) 10.25
Current children cumulated vsize (KiB) 10900632

[startup+6.30084 s]
/proc/loadavg: 2.25 2.11 2.23 3/282 14623
/proc/meminfo: memFree=27731296/32770624 swapFree=5960/208188
[pid=14603] ppid=14600 vsize=10900632 CPUtime=15.67 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 28219 0 0 0 1161 406 0 0 20 0 20 0 3197925 11162247168 796157 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 2725158 796157 3129 1 0 2713552 0
[pid=14603/tid=14604] ppid=14600 vsize=10900632 CPUtime=4.98 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) R 14600 14603 9826 0 -1 4202560 9515 0 0 0 459 39 0 0 20 0 20 0 3197925 11162247168 796157 33554432000 4194304 4196468 140735487299984 139913696708592 139913333105953 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14606] ppid=14600 vsize=10900632 CPUtime=1.13 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14606/stat : 14606 (java) S 14600 14603 9826 0 -1 1077944384 1512 0 0 0 72 41 0 0 20 0 20 0 3197926 11162247168 796157 33554432000 4194304 4196468 140735487299984 139913299684112 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14607] ppid=14600 vsize=10900632 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14607/stat : 14607 (java) S 14600 14603 9826 0 -1 1077944384 1228 0 0 0 76 45 0 0 20 0 20 0 3197926 11162247168 796157 33554432000 4194304 4196468 140735487299984 139913298631568 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14608] ppid=14600 vsize=10900632 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14608/stat : 14608 (java) S 14600 14603 9826 0 -1 1077944384 1179 0 0 0 73 48 0 0 20 0 20 0 3197926 11162247168 796157 33554432000 4194304 4196468 140735487299984 139913297579024 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14609] ppid=14600 vsize=10900632 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14609/stat : 14609 (java) S 14600 14603 9826 0 -1 1077944384 1685 0 0 0 75 48 0 0 20 0 20 0 3197926 11162247168 796157 33554432000 4194304 4196468 140735487299984 139913296526480 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14610] ppid=14600 vsize=10900632 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14610/stat : 14610 (java) S 14600 14603 9826 0 -1 1077944384 1428 0 0 0 78 42 0 0 20 0 20 0 3197926 11162247168 796157 33554432000 4194304 4196468 140735487299984 139913295472912 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14611] ppid=14600 vsize=10900632 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14611/stat : 14611 (java) S 14600 14603 9826 0 -1 1077944384 1337 0 0 0 75 46 0 0 20 0 20 0 3197926 11162247168 796157 33554432000 4194304 4196468 140735487299984 139913294420368 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14612] ppid=14600 vsize=10900632 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14612/stat : 14612 (java) S 14600 14603 9826 0 -1 1077944384 1140 0 0 0 77 43 0 0 20 0 20 0 3197926 11162247168 796157 33554432000 4194304 4196468 140735487299984 139913293367824 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14613] ppid=14600 vsize=10900632 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14613/stat : 14613 (java) S 14600 14603 9826 0 -1 1077944384 1666 0 0 0 76 45 0 0 20 0 20 0 3197926 11162247168 796157 33554432000 4194304 4196468 140735487299984 139913292315280 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14614] ppid=14600 vsize=10900632 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14614/stat : 14614 (java) S 14600 14603 9826 0 -1 1077944384 1653 0 0 0 3 0 0 0 20 0 20 0 3197929 11162247168 796157 33554432000 4194304 4196468 140735487299984 139912442501616 139913692482178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14615] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14615/stat : 14615 (java) S 14600 14603 9826 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 3197929 11162247168 796157 33554432000 4194304 4196468 140735487299984 139912441447904 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14616] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14616/stat : 14616 (java) S 14600 14603 9826 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3197930 11162247168 796157 33554432000 4194304 4196468 140735487299984 139912440395248 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14617] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

/proc/14603/task/14617/stat : 14617 (java) S 14600 14603 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3197933 11162247168 1322471 33554432000 4194304 4196468 140735487299984 139912439343824 139913692489627 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14618] ppid=14600 vsize=10900632 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14618/stat : 14618 (java) S 14600 14603 9826 0 -1 1077944384 3852 0 0 0 58 0 0 0 20 0 20 0 3197933 11162247168 1322471 33554432000 4194304 4196468 140735487299984 139912438290416 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14619] ppid=14600 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14619/stat : 14619 (java) S 14600 14603 9826 0 -1 1077944384 2143 0 0 0 41 0 0 0 20 0 20 0 3197933 11162247168 1322471 33554432000 4194304 4196468 140735487299984 139912437237872 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14620] ppid=14600 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14620/stat : 14620 (java) S 14600 14603 9826 0 -1 1077944384 1815 0 0 0 40 0 0 0 20 0 20 0 3197933 11162247168 1322471 33554432000 4194304 4196468 140735487299984 139912436185328 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14621] ppid=14600 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14621/stat : 14621 (java) S 14600 14603 9826 0 -1 1077944384 2325 0 0 0 31 1 0 0 20 0 20 0 3197933 11162247168 1322471 33554432000 4194304 4196468 140735487299984 139912435132784 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14622] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14622/stat : 14622 (java) S 14600 14603 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3197934 11162247168 1322471 33554432000 4194304 4196468 140735487299984 139912434080480 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14623] ppid=14600 vsize=10900632 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14623/stat : 14623 (java) S 14600 14603 9826 0 -1 1077944384 291 0 0 0 1 0 0 0 20 0 20 0 3197934 11162247168 1322471 33554432000 4194304 4196468 140735487299984 139912433028016 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
Current children cumulated CPU time (s) 82.81
Current children cumulated vsize (KiB) 10900632

[startup+35.3014 s]
/proc/loadavg: 2.09 2.08 2.22 10/282 14623
/proc/meminfo: memFree=24204132/32770624 swapFree=5960/208216
[pid=14603] ppid=14600 vsize=10900632 CPUtime=97.09 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 83787 0 0 0 8514 1195 0 0 20 0 20 0 3197925 11162247168 1623605 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 2725158 1623605 3139 1 0 2713552 0
[pid=14603/tid=14604] ppid=14600 vsize=10900632 CPUtime=24.3 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) S 14600 14603 9826 0 -1 1077944384 18157 0 0 0 2368 62 0 0 20 0 20 0 3197925 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139913696709264 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14606] ppid=14600 vsize=10900632 CPUtime=8.52 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14606/stat : 14606 (java) R 14600 14603 9826 0 -1 4202560 4498 0 0 0 718 134 0 0 20 0 20 0 3197926 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139913299684232 139913685099239 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14607] ppid=14600 vsize=10900632 CPUtime=8.62 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14607/stat : 14607 (java) R 14600 14603 9826 0 -1 4202560 9469 0 0 0 716 146 0 0 20 0 20 0 3197926 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139913298631688 139913685099239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14608] ppid=14600 vsize=10900632 CPUtime=8.64 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14608/stat : 14608 (java) R 14600 14603 9826 0 -1 4202560 2716 0 0 0 726 138 0 0 20 0 20 0 3197926 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139913297579224 139913685099239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14609] ppid=14600 vsize=10900632 CPUtime=8.46 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14609/stat : 14609 (java) R 14600 14603 9826 0 -1 4202560 3939 0 0 0 707 139 0 0 20 0 20 0 3197926 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139913296526600 139913685099239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14610] ppid=14600 vsize=10900632 CPUtime=8.61 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14610/stat : 14610 (java) R 14600 14603 9826 0 -1 4202560 4058 0 0 0 720 141 0 0 20 0 20 0 3197926 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139913295472800 139913685099239 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14611] ppid=14600 vsize=10900632 CPUtime=8.6 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14611/stat : 14611 (java) R 14600 14603 9826 0 -1 4202560 3590 0 0 0 721 139 0 0 20 0 20 0 3197926 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139913294420568 139913685099239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14612] ppid=14600 vsize=10900632 CPUtime=8.6 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14612/stat : 14612 (java) R 14600 14603 9826 0 -1 4202560 4976 0 0 0 717 143 0 0 20 0 20 0 3197926 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139913293368024 139913677171462 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14613] ppid=14600 vsize=10900632 CPUtime=8.64 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14613/stat : 14613 (java) R 14600 14603 9826 0 -1 4202560 10532 0 0 0 722 142 0 0 20 0 20 0 3197926 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139913292315480 139913685099239 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14614] ppid=14600 vsize=10900632 CPUtime=2.22 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14614/stat : 14614 (java) S 14600 14603 9826 0 -1 1077944384 10030 0 0 0 221 1 0 0 20 0 20 0 3197929 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139912442500176 139913692481237 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14615] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14615/stat : 14615 (java) S 14600 14603 9826 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 3197929 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139912441447904 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14616] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14616/stat : 14616 (java) S 14600 14603 9826 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3197930 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139912440395264 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14617] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14617/stat : 14617 (java) S 14600 14603 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3197933 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139912439343824 139913692489627 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14618] ppid=14600 vsize=10900632 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14618/stat : 14618 (java) S 14600 14603 9826 0 -1 1077944384 3854 0 0 0 58 0 0 0 20 0 20 0 3197933 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139912438290416 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14619] ppid=14600 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14619/stat : 14619 (java) S 14600 14603 9826 0 -1 1077944384 2145 0 0 0 41 0 0 0 20 0 20 0 3197933 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139912437237872 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14620] ppid=14600 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14620/stat : 14620 (java) S 14600 14603 9826 0 -1 1077944384 1817 0 0 0 40 0 0 0 20 0 20 0 3197933 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139912436185328 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14621] ppid=14600 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14621/stat : 14621 (java) S 14600 14603 9826 0 -1 1077944384 2327 0 0 0 31 1 0 0 20 0 20 0 3197933 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139912435132784 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14622] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14622/stat : 14622 (java) S 14600 14603 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3197934 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139912434080480 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14623] ppid=14600 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14623/stat : 14623 (java) S 14600 14603 9826 0 -1 1077944384 291 0 0 0 1 1 0 0 20 0 20 0 3197934 11162247168 1623605 33554432000 4194304 4196468 140735487299984 139912433028016 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
Current children cumulated CPU time (s) 97.09
Current children cumulated vsize (KiB) 10900632

[startup+36.9009 s]
/proc/loadavg: 2.09 2.08 2.22 10/282 14623
/proc/meminfo: memFree=24196188/32770624 swapFree=5960/208216
[pid=14603] ppid=14600 vsize=10900632 CPUtime=108.92 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 86262 0 0 0 9691 1201 0 0 20 0 20 0 3197925 11162247168 1625707 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 2725158 1625707 3139 1 0 2713552 0
[pid=14603/tid=14604] ppid=14600 vsize=10900632 CPUtime=24.3 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) S 14600 14603 9826 0 -1 1077944384 18157 0 0 0 2368 62 0 0 20 0 20 0 3197925 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913696709264 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14606] ppid=14600 vsize=10900632 CPUtime=9.98 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14606/stat : 14606 (java) R 14600 14603 9826 0 -1 4202560 4501 0 0 0 864 134 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913299684232 139913685099239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14607] ppid=14600 vsize=10900632 CPUtime=10.09 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14607/stat : 14607 (java) R 14600 14603 9826 0 -1 4202560 9469 0 0 0 862 147 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913298631688 139913685099239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14608] ppid=14600 vsize=10900632 CPUtime=10.11 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14608/stat : 14608 (java) R 14600 14603 9826 0 -1 4202560 2717 0 0 0 872 139 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913297579144 139913675854066 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14609] ppid=14600 vsize=10900632 CPUtime=9.93 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14609/stat : 14609 (java) R 14600 14603 9826 0 -1 4202560 3940 0 0 0 853 140 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913296526288 139913685099239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14610] ppid=14600 vsize=10900632 CPUtime=10.09 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14610/stat : 14610 (java) R 14600 14603 9826 0 -1 4202560 4186 0 0 0 866 143 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913295473032 139913685099239 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14611] ppid=14600 vsize=10900632 CPUtime=10.09 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14611/stat : 14611 (java) R 14600 14603 9826 0 -1 4202560 3881 0 0 0 869 140 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913294420488 139913685099239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14612] ppid=14600 vsize=10900632 CPUtime=10.09 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14612/stat : 14612 (java) R 14600 14603 9826 0 -1 4202560 5445 0 0 0 866 143 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913293368024 139913685575709 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14613] ppid=14600 vsize=10900632 CPUtime=10.12 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14613/stat : 14613 (java) R 14600 14603 9826 0 -1 4202560 10864 0 0 0 870 142 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913292315400 139913685099239 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14614] ppid=14600 vsize=10900632 CPUtime=2.26 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14614/stat : 14614 (java) S 14600 14603 9826 0 -1 1077944384 11280 0 0 0 224 2 0 0 20 0 20 0 3197929 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912442500176 139913692481237 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14615] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14615/stat : 14615 (java) S 14600 14603 9826 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 3197929 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912441447904 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14616] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14616/stat : 14616 (java) S 14600 14603 9826 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3197930 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912440395264 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14617] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14617/stat : 14617 (java) S 14600 14603 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3197933 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912439343824 139913692489627 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14618] ppid=14600 vsize=10900632 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14618/stat : 14618 (java) S 14600 14603 9826 0 -1 1077944384 3854 0 0 0 58 0 0 0 20 0 20 0 3197933 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912438290416 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14619] ppid=14600 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14619/stat : 14619 (java) S 14600 14603 9826 0 -1 1077944384 2145 0 0 0 41 0 0 0 20 0 20 0 3197933 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912437237872 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14620] ppid=14600 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14620/stat : 14620 (java) S 14600 14603 9826 0 -1 1077944384 1817 0 0 0 40 0 0 0 20 0 20 0 3197933 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912436185328 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14621] ppid=14600 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14621/stat : 14621 (java) S 14600 14603 9826 0 -1 1077944384 2327 0 0 0 31 1 0 0 20 0 20 0 3197933 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912435132784 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14622] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14622/stat : 14622 (java) S 14600 14603 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3197934 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912434080480 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14623] ppid=14600 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14623/stat : 14623 (java) S 14600 14603 9826 0 -1 1077944384 291 0 0 0 1 1 0 0 20 0 20 0 3197934 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912433028016 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
Current children cumulated CPU time (s) 108.92
Current children cumulated vsize (KiB) 10900632

[startup+37.3009 s]
/proc/loadavg: 2.09 2.08 2.22 10/282 14623
/proc/meminfo: memFree=24196188/32770624 swapFree=5960/208216
[pid=14603] ppid=14600 vsize=10900632 CPUtime=112.05 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) S 14600 14603 9826 0 -1 1077944320 86493 0 0 0 10002 1203 0 0 20 0 20 0 3197925 11162247168 1625707 33554432000 4194304 4196468 140735487299984 140735487282528 139913692471031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
/proc/14603/statm: 2725158 1625707 3139 1 0 2713552 0
[pid=14603/tid=14604] ppid=14600 vsize=10900632 CPUtime=24.3 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14604/stat : 14604 (java) S 14600 14603 9826 0 -1 1077944384 18157 0 0 0 2368 62 0 0 20 0 20 0 3197925 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913696709264 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14606] ppid=14600 vsize=10900632 CPUtime=10.37 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14606/stat : 14606 (java) R 14600 14603 9826 0 -1 4202560 4501 0 0 0 903 134 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913299684232 139913685099239 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14607] ppid=14600 vsize=10900632 CPUtime=10.48 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14607/stat : 14607 (java) R 14600 14603 9826 0 -1 4202560 9469 0 0 0 901 147 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913298631376 139913685099239 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14608] ppid=14600 vsize=10900632 CPUtime=10.49 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14608/stat : 14608 (java) R 14600 14603 9826 0 -1 4202560 2717 0 0 0 910 139 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913297579144 139913675854066 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14609] ppid=14600 vsize=10900632 CPUtime=10.32 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14609/stat : 14609 (java) R 14600 14603 9826 0 -1 4202560 3940 0 0 0 892 140 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913296526600 139913685099239 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14610] ppid=14600 vsize=10900632 CPUtime=10.48 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14610/stat : 14610 (java) R 14600 14603 9826 0 -1 4202560 4186 0 0 0 905 143 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913295472720 139913685099239 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14611] ppid=14600 vsize=10900632 CPUtime=10.48 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14611/stat : 14611 (java) R 14600 14603 9826 0 -1 4202560 3881 0 0 0 908 140 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913294420488 139913685099239 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14612] ppid=14600 vsize=10900632 CPUtime=10.49 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14612/stat : 14612 (java) R 14600 14603 9826 0 -1 4202560 5676 0 0 0 906 143 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913293368024 139913677460509 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14613] ppid=14600 vsize=10900632 CPUtime=10.52 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14613/stat : 14613 (java) R 14600 14603 9826 0 -1 4202560 10864 0 0 0 909 143 0 0 20 0 20 0 3197926 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139913292315400 139913685099239 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14614] ppid=14600 vsize=10900632 CPUtime=2.26 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14614/stat : 14614 (java) S 14600 14603 9826 0 -1 1077944384 11280 0 0 0 224 2 0 0 20 0 20 0 3197929 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912442500176 139913692481237 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14615] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14615/stat : 14615 (java) S 14600 14603 9826 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 3197929 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912441447904 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14616] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14616/stat : 14616 (java) S 14600 14603 9826 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 3197930 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912440395264 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14617] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14617/stat : 14617 (java) S 14600 14603 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3197933 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912439343824 139913692489627 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14618] ppid=14600 vsize=10900632 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14618/stat : 14618 (java) S 14600 14603 9826 0 -1 1077944384 3854 0 0 0 58 0 0 0 20 0 20 0 3197933 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912438290416 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14619] ppid=14600 vsize=10900632 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14619/stat : 14619 (java) S 14600 14603 9826 0 -1 1077944384 2145 0 0 0 41 0 0 0 20 0 20 0 3197933 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912437237872 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14620] ppid=14600 vsize=10900632 CPUtime=0.4 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14620/stat : 14620 (java) S 14600 14603 9826 0 -1 1077944384 1817 0 0 0 40 0 0 0 20 0 20 0 3197933 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912436185328 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14621] ppid=14600 vsize=10900632 CPUtime=0.32 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14621/stat : 14621 (java) S 14600 14603 9826 0 -1 1077944384 2327 0 0 0 31 1 0 0 20 0 20 0 3197933 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912435132784 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14622] ppid=14600 vsize=10900632 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14622/stat : 14622 (java) S 14600 14603 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3197934 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912434080480 139913692481237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
[pid=14603/tid=14623] ppid=14600 vsize=10900632 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14623/stat : 14623 (java) S 14600 14603 9826 0 -1 1077944384 291 0 0 0 1 1 0 0 20 0 20 0 3197934 11162247168 1625707 33554432000 4194304 4196468 140735487299984 139912433028016 139913692482178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32292864 140735487308971 140735487309124 140735487309124 140735487311823 0
Current children cumulated CPU time (s) 112.05
Current children cumulated vsize (KiB) 10900632

[startup+37.7007 s]
/proc/loadavg: 2.09 2.08 2.22 2/283 14625
/proc/meminfo: memFree=24195816/32770624 swapFree=5960/208216
[pid=14603] ppid=14600 vsize=0 CPUtime=112.44 cores=1,3,5,7,9,11,13,15
/proc/14603/stat : 14603 (java) Z 14600 14603 9826 0 -1 4227084 87950 0 0 0 10040 1204 0 0 20 0 2 0 3197925 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/14603/statm: 0 0 0 0 0 0 0
[pid=14603/tid=14610] ppid=14600 vsize=0 CPUtime=10.51 cores=1,3,5,7,9,11,13,15
/proc/14603/task/14610/stat : 14610 (java) R 14600 14603 9826 0 -1 4203588 4186 0 0 0 907 144 0 0 20 0 2 0 3197926 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 11 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 112.44
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 37.7223
CPU time (s): 112.473
CPU user time (s): 100.403
CPU system time (s): 12.0709
CPU usage (%): 298.162
Max. virtual memory (cumulated for all children) (KiB): 11033760

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 100.403
system time used= 12.0709
maximum resident set size= 6533332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87950
page faults= 0
swaps= 0
block input operations= 8
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5267
involuntary context switches= 8235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.350711 second user time and 0.397838 second system time

The end

Launcher Data

Begin job on node149 at 2017-07-22 01:22:11
IDJOB=4244033
IDBENCH=134316
IDSOLVER=2623
FILE ID=node149/4244033-1500679329
RUNJOBID= node149-1500672434-13136
PBS_JOBID= 20623272
Free space on /tmp= 61840 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PigeonsPlus/PigeonsPlus-m1-s1/pigeonsPlus-07-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244033-1500679329/watcher-4244033-1500679329 -o /tmp/evaluation-result-4244033-1500679329/solver-4244033-1500679329 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500672434-13136 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244033-1500679329.xml

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

MD5SUM BENCH= bf36af344ce91645c9e055d2da140f7c
RANDOM SEED=2101326945

node149.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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		: 2668.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.56
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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		: 2668.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.56
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		: 2133.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		: 2000.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.56
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		: 2667.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.56
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.56
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		: 2668.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:        30699116 kB
MemAvailable:   30906700 kB
Buffers:           43204 kB
Cached:           471656 kB
SwapCached:            0 kB
Active:          1469384 kB
Inactive:         216556 kB
Active(anon):    1174064 kB
Inactive(anon):     8684 kB
Active(file):     295320 kB
Inactive(file):   207872 kB
Unevictable:        5960 kB
Mlocked:            5960 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            188452 kB
Writeback:             0 kB
AnonPages:       1177256 kB
Mapped:            42352 kB
Shmem:              8848 kB
Slab:              73064 kB
SReclaimable:      40452 kB
SUnreclaim:        32612 kB
KernelStack:        4624 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1796176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1081344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61840 MiB
End job on node149 at 2017-07-22 01:22:48