Trace number 4263537

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
sat4j-CSP 2017-07-05UNSAT 641.98297 632.20697

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-012-05-mul.xml
MD5SUM700b28c9cf521c5e1b89e7ca2100701e
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 benchmark0.27272201
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints136
Number of domains2
Minimum domain size12
Maximum domain size144
Distribution of domain sizes[{"size":12,"count":12},{"size":144,"count":5}]
Minimum variable degree16
Maximum variable degree16
Distribution of variable degrees[{"degree":16,"count":17}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":136}]
Number of extensional constraints0
Number of intensional constraints136
Distribution of constraint types[{"type":"intension","count":136}]
Optimization problemNO
Type of objective

Solver Data

1.14/0.54	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.14/0.54	c This is free software under the dual EPL/GNU LGPL licenses.
1.14/0.54	c See www.sat4j.org for details.
1.14/0.54	c That software uses the Rhino library from the Mozilla project.
1.14/0.54	c version CUSTOM.v20170705
1.14/0.54	c java.runtime.name	Java(TM) SE Runtime Environment
1.14/0.54	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.14/0.54	c java.vm.version	25.131-b11
1.14/0.54	c java.vm.vendor	Oracle Corporation
1.14/0.54	c sun.arch.data.model	64
1.14/0.54	c java.version		1.8.0_131
1.14/0.54	c os.name		Linux
1.14/0.54	c os.version		3.10.0-514.16.1.el7.x86_64
1.14/0.54	c os.arch		amd64
1.14/0.54	c Free memory 		499604488
1.14/0.54	c Max memory 		7247757312
1.14/0.54	c Total memory 		504889344
1.14/0.54	c Number of processors 	4
1.14/0.54	c c --- Begin Solver configuration ---
1.14/0.54	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.14/0.54	c Learn all clauses as in MiniSAT
1.14/0.54	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.14/0.54	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.14/0.54	c No reason simplification
1.14/0.54	c Glucose 2.1 dynamic restart strategy
1.14/0.54	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
1.14/0.54	c timeout=2147483s
1.14/0.54	c DB Simplification allowed=false
1.14/0.54	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.14/0.54	c --- End Solver configuration ---
1.14/0.54	c constraints type 
1.14/0.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 34
1.14/0.54	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 24792
1.14/0.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 134772
1.14/0.54	c org.sat4j.minisat.constraints.cnf.UnitClause => 272
1.14/0.54	c 159870 constraints processed.
641.88/632.17	c starts		: 18616
641.88/632.17	c conflicts		: 3183843
641.88/632.17	c decisions		: 28461135
641.88/632.17	c propagations		: 271399145
641.88/632.17	c inspects		: 8955175561
641.88/632.17	c shortcuts		: 0
641.88/632.17	c learnt literals	: 55
641.88/632.17	c learnt binary clauses	: 26225
641.88/632.17	c learnt ternary clauses	: 30613
641.88/632.17	c learnt constraints	: 3183787
641.88/632.17	c ignored constraints	: 0
641.88/632.17	c root simplifications	: 0
641.88/632.17	c removed literals (reason simplification)	: 0
641.88/632.17	c reason swapping (by a shorter reason)	: 0
641.88/632.17	c Calls to reduceDB	: 75
641.88/632.17	c Number of update (reduction) of LBD	: 2669976
641.88/632.17	c Imported unit clauses	: 0
641.88/632.17	c number of reductions to clauses (during analyze)	: 0
641.88/632.17	c number of learned constraints concerned by reduction	: 0
641.88/632.17	c number of learning phase by resolution	: 0
641.88/632.17	c number of learning phase by cutting planes	: 0
641.88/632.17	c number of rounding to 1 operations	: 0
641.88/632.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
641.88/632.17	c number of reductions of the coefficients by power 2 	: 0
641.88/632.17	c number of right shift for reduction by power 2 	: 0
641.88/632.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
641.88/632.17	c speed (assignments/second)	: 429678.5395949863
641.88/632.17	c non guided choices	1147
641.88/632.20	c learnt constraints type 
641.88/632.20	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26225
641.88/632.20	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 105412
641.88/632.20	s UNSATISFIABLE

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (12683 MiB free)
  memory of node 1: 16384 MiB (14675 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263537-1502616657/watcher-4263537-1502616657 -o /tmp/evaluation-result-4263537-1502616657/solver-4263537-1502616657 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263537-1502616657.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6181, runsolver pid=6178
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 2.09 2.13 2.39 3/216 6196
/proc/meminfo: memFree=27995976/32770624 swapFree=67108860/67108860
[pid=6181] ppid=6178 vsize=10555400 memory=30220 CPUtime=0.12 cores=1,3,5,7
/proc/6181/stat : 6181 (java) S 6178 6181 4973 0 -1 1077944320 6678 0 0 0 11 1 0 0 20 0 15 0 94746595 10808729600 7555 33554432000 4194304 4196468 140720866509440 140720866491984 140126336610039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
/proc/6181/statm: 2638850 7555 2792 1 0 2627263 0
[pid=6181/tid=6183] ppid=6178 vsize=10555400 memory=-8969869158910883008 CPUtime=0.09 cores=1,3,5,7
/proc/6181/task/6183/stat : 6183 (java) R 6178 6181 4973 0 -1 4202560 4519 0 0 0 8 1 0 0 20 0 15 0 94746595 10808729600 7555 33554432000 4194304 4196468 140720866509440 140126340798384 140126336631965 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6184] ppid=6178 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6184/stat : 6184 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94746596 10808729600 7555 33554432000 4194304 4196468 140720866509440 140126262684176 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6185] ppid=6178 vsize=10555400 memory=140314853627520 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6185/stat : 6185 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94746596 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125942049424 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6186] ppid=6178 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6186/stat : 6186 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94746596 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125940996368 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6187] ppid=6178 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6187/stat : 6187 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94746596 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125939943824 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6188] ppid=6178 vsize=10555400 memory=140314853627520 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6188/stat : 6188 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94746598 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125573937904 140126336621186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6189] ppid=6178 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6189/stat : 6189 (java) S 6178 6181 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94746598 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125572884128 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6190] ppid=6178 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6190/stat : 6190 (java) S 6178 6181 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94746598 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125571831024 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6191] ppid=6178 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6191/stat : 6191 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94746601 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125570779600 140126336628635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6192] ppid=6178 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6192/stat : 6192 (java) S 6178 6181 4973 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 15 0 94746601 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125569726704 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6193] ppid=6178 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6193/stat : 6193 (java) S 6178 6181 4973 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 15 0 94746601 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125568674160 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6194] ppid=6178 vsize=10555400 memory=140314853627520 CPUtime=0.02 cores=1,3,5,7
/proc/6181/task/6194/stat : 6194 (java) R 6178 6181 4973 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 94746601 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125567621104 140126315287104 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6195] ppid=6178 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6195/stat : 6195 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94746601 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125566568800 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6196] ppid=6178 vsize=10555400 memory=140314853627520 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6196/stat : 6196 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94746601 10808729600 7555 33554432000 4194304 4196468 140720866509440 140125565516848 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30220 KiB

[startup+0.210591 s]*
/proc/loadavg: 2.09 2.13 2.39 4/216 6196
/proc/meminfo: memFree=27986664/32770624 swapFree=67108860/67108860
[pid=6181] ppid=6178 vsize=10555400 memory=39644 CPUtime=0.29 cores=1,3,5,7
/proc/6181/stat : 6181 (java) S 6178 6181 4973 0 -1 1077944320 7979 0 0 0 27 2 0 0 20 0 15 0 94746595 10808729600 9911 33554432000 4194304 4196468 140720866509440 140720866491984 140126336610039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
/proc/6181/statm: 2638850 9911 2919 1 0 2627263 0
[pid=6181/tid=6183] ppid=6178 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6181/task/6183/stat : 6183 (java) R 6178 6181 4973 0 -1 4202560 5205 0 0 0 19 1 0 0 20 0 15 0 94746595 10808729600 9911 33554432000 4194304 4196468 140720866509440 140126340842688 140126336621974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6184] ppid=6178 vsize=10555400 memory=365 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6184/stat : 6184 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94746596 10808729600 9911 33554432000 4194304 4196468 140720866509440 140126262684176 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6185] ppid=6178 vsize=10555400 memory=140314853636359 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6185/stat : 6185 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94746596 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125942049424 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6186] ppid=6178 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6186/stat : 6186 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94746596 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125940996368 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6187] ppid=6178 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6187/stat : 6187 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94746596 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125939943824 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6188] ppid=6178 vsize=10555400 memory=140314853627520 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6188/stat : 6188 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94746598 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125573937904 140126336621186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6189] ppid=6178 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6189/stat : 6189 (java) S 6178 6181 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94746598 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125572884128 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6190] ppid=6178 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6190/stat : 6190 (java) S 6178 6181 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94746598 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125571831024 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6191] ppid=6178 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6191/stat : 6191 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94746601 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125570779600 140126336628635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6192] ppid=6178 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6192/stat : 6192 (java) S 6178 6181 4973 0 -1 1077944384 383 0 0 0 0 0 0 0 20 0 15 0 94746601 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125569726704 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6193] ppid=6178 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6181/task/6193/stat : 6193 (java) S 6178 6181 4973 0 -1 1077944384 230 0 0 0 1 0 0 0 20 0 15 0 94746601 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125568674160 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6194] ppid=6178 vsize=10555400 memory=140314853627520 CPUtime=0.06 cores=1,3,5,7
/proc/6181/task/6194/stat : 6194 (java) R 6178 6181 4973 0 -1 4202560 794 0 0 0 6 0 0 0 20 0 15 0 94746601 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125567621104 140126336631386 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6195] ppid=6178 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6195/stat : 6195 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94746601 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125566568800 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6196] ppid=6178 vsize=10555400 memory=140314853627520 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6196/stat : 6196 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94746601 10808729600 9911 33554432000 4194304 4196468 140720866509440 140125565516848 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 39644 KiB

[startup+0.320184 s]*
/proc/loadavg: 2.09 2.13 2.39 4/216 6196
/proc/meminfo: memFree=27980212/32770624 swapFree=67108860/67108860
[pid=6181] ppid=6178 vsize=10555476 memory=46736 CPUtime=0.53 cores=1,3,5,7
/proc/6181/stat : 6181 (java) S 6178 6181 4973 0 -1 1077944320 8691 0 0 0 50 3 0 0 20 0 15 0 94746595 10808807424 11684 33554432000 4194304 4196468 140720866509440 140720866491984 140126336610039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
/proc/6181/statm: 2638869 11684 3041 1 0 2627263 0
[pid=6181/tid=6183] ppid=6178 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/6181/task/6183/stat : 6183 (java) R 6178 6181 4973 0 -1 4202560 5572 0 0 0 29 1 0 0 20 0 15 0 94746595 10808807424 11684 33554432000 4194304 4196468 140720866509440 140126340836256 140125942190389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6184] ppid=6178 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6184/stat : 6184 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94746596 10808807424 11684 33554432000 4194304 4196468 140720866509440 140126262684176 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6185] ppid=6178 vsize=10555476 memory=13994372723234456 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6185/stat : 6185 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94746596 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125942049424 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6186] ppid=6178 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6186/stat : 6186 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94746596 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125940996368 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6187] ppid=6178 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6187/stat : 6187 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94746596 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125939943824 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6188] ppid=6178 vsize=10555476 memory=140314853627520 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6188/stat : 6188 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94746598 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125573937904 140126336621186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6189] ppid=6178 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6189/stat : 6189 (java) S 6178 6181 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94746598 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125572884128 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6190] ppid=6178 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6190/stat : 6190 (java) S 6178 6181 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94746598 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125571831024 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6191] ppid=6178 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6191/stat : 6191 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94746601 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125570779600 140126336628635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6192] ppid=6178 vsize=10555476 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6181/task/6192/stat : 6192 (java) R 6178 6181 4973 0 -1 4202560 527 0 0 0 3 0 0 0 20 0 15 0 94746601 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125569717088 140126316266448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6193] ppid=6178 vsize=10555476 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/6181/task/6193/stat : 6193 (java) R 6178 6181 4973 0 -1 1077944384 334 0 0 0 3 0 0 0 20 0 15 0 94746601 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125568674160 140126336621186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6194] ppid=6178 vsize=10555476 memory=140314853627520 CPUtime=0.13 cores=1,3,5,7
/proc/6181/task/6194/stat : 6194 (java) R 6178 6181 4973 0 -1 4202560 936 0 0 0 13 0 0 0 20 0 15 0 94746601 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125567621104 140126315548429 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6195] ppid=6178 vsize=10555476 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6195/stat : 6195 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94746601 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125566568800 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6196] ppid=6178 vsize=10555476 memory=140314853627520 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6196/stat : 6196 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94746601 10808807424 11684 33554432000 4194304 4196468 140720866509440 140125565516848 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 46736 KiB

[startup+0.7012 s]
/proc/loadavg: 2.09 2.13 2.39 6/216 6196
/proc/meminfo: memFree=27938396/32770624 swapFree=67108860/67108860
[pid=6181] ppid=6178 vsize=10622040 memory=95700 CPUtime=1.73 cores=1,3,5,7
/proc/6181/stat : 6181 (java) S 6178 6181 4973 0 -1 1077944320 12949 0 0 0 168 5 0 0 20 0 16 0 94746595 10876968960 23925 33554432000 4194304 4196468 140720866509440 140720866491984 140126336610039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
/proc/6181/statm: 2655510 23925 3090 1 0 2643904 0
[pid=6181/tid=6183] ppid=6178 vsize=10622040 memory=1728 CPUtime=0.65 cores=1,3,5,7
/proc/6181/task/6183/stat : 6183 (java) R 6178 6181 4973 0 -1 4202560 5866 0 0 0 63 2 0 0 20 0 16 0 94746595 10876968960 23925 33554432000 4194304 4196468 140720866509440 140126340848488 140125945414971 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6184] ppid=6178 vsize=10622040 memory=792 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6184/stat : 6184 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94746596 10876968960 23925 33554432000 4194304 4196468 140720866509440 140126262684176 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6185] ppid=6178 vsize=10622040 memory=9992 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6185/stat : 6185 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 94746596 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125942049424 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6186] ppid=6178 vsize=10622040 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6186/stat : 6186 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 94746596 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125940996368 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6187] ppid=6178 vsize=10622040 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6187/stat : 6187 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94746596 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125939943824 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6188] ppid=6178 vsize=10622040 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6188/stat : 6188 (java) S 6178 6181 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 94746598 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125573937904 140126336621186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6189] ppid=6178 vsize=10622040 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6189/stat : 6189 (java) S 6178 6181 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 94746598 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125572884128 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6190] ppid=6178 vsize=10622040 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6190/stat : 6190 (java) S 6178 6181 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94746598 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125571831024 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6191] ppid=6178 vsize=10622040 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6191/stat : 6191 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94746601 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125570779600 140126336628635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6192] ppid=6178 vsize=10622040 memory=4639098309541127021 CPUtime=0.37 cores=1,3,5,7
/proc/6181/task/6192/stat : 6192 (java) R 6178 6181 4973 0 -1 4202560 1547 0 0 0 37 0 0 0 20 0 16 0 94746601 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125569713776 140126320105229 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6193] ppid=6178 vsize=10622040 memory=7597685182856913236 CPUtime=0.37 cores=1,3,5,7
/proc/6181/task/6193/stat : 6193 (java) R 6178 6181 4973 0 -1 4202560 2037 0 0 0 37 0 0 0 20 0 16 0 94746601 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125568672560 140126315856556 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6194] ppid=6178 vsize=10622040 memory=7236547281622689387 CPUtime=0.3 cores=1,3,5,7
/proc/6181/task/6194/stat : 6194 (java) S 6178 6181 4973 0 -1 1077944384 2107 0 0 0 30 0 0 0 20 0 16 0 94746601 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125567621104 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6195] ppid=6178 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6195/stat : 6195 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94746601 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125566568800 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6196] ppid=6178 vsize=10622040 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6196/stat : 6196 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94746601 10876968960 23925 33554432000 4194304 4196468 140720866509440 140125565516848 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 95700 KiB

[startup+1.50121 s]
/proc/loadavg: 2.09 2.13 2.39 3/217 6197
/proc/meminfo: memFree=27925972/32770624 swapFree=67108860/67108860
[pid=6181] ppid=6178 vsize=10622040 memory=106200 CPUtime=3.38 cores=1,3,5,7
/proc/6181/stat : 6181 (java) S 6178 6181 4973 0 -1 1077944320 18313 0 0 0 332 6 0 0 20 0 16 0 94746595 10876968960 26550 33554432000 4194304 4196468 140720866509440 140720866491984 140126336610039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
/proc/6181/statm: 2655510 26550 3103 1 0 2643904 0
[pid=6181/tid=6183] ppid=6178 vsize=10622040 memory=0 CPUtime=1.46 cores=1,3,5,7
/proc/6181/task/6183/stat : 6183 (java) R 6178 6181 4973 0 -1 4202560 6177 0 0 0 143 3 0 0 20 0 16 0 94746595 10876968960 26550 33554432000 4194304 4196468 140720866509440 140126340835328 140125945766593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6184] ppid=6178 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6184/stat : 6184 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94746596 10876968960 26550 33554432000 4194304 4196468 140720866509440 140126262684176 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6185] ppid=6178 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6185/stat : 6185 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 94746596 10876968960 26550 33554432000 4194304 4196468 140720866509440 140125942049424 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6186] ppid=6178 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6186/stat : 6186 (java) S 6178 6181 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 94746596 10876968960 26550 33554432000 4194304 4196468 140720866509440 140125940996368 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6187] ppid=6178 vsize=10622040 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6187/stat : 6187 (java) S 6178 6181 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 94746596 10876968960 26550 33554432000 4194304 4196468 140720866509440 140125939943824 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6188] ppid=6178 vsize=10622040 memory=140314853629233 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6188/stat : 6188 (java) S 6178 6181 4973 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 94746598 10876968960 26550 33554432000 4194304 4196468 140720866509440 140125573937904 140126336621186 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0

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

[pid=6181/tid=6191] ppid=6178 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6191/stat : 6191 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125570779600 140126336628635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6192] ppid=6178 vsize=10622040 memory=932 CPUtime=1 cores=1,3,5,7
/proc/6181/task/6192/stat : 6192 (java) S 6178 6181 4973 0 -1 1077944384 6415 0 0 0 99 1 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125569726704 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6193] ppid=6178 vsize=10622040 memory=8112282956445269571 CPUtime=1.18 cores=1,3,5,7
/proc/6181/task/6193/stat : 6193 (java) S 6178 6181 4973 0 -1 1077944384 7955 0 0 0 117 1 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125568674160 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6194] ppid=6178 vsize=10622040 memory=4144 CPUtime=0.35 cores=1,3,5,7
/proc/6181/task/6194/stat : 6194 (java) S 6178 6181 4973 0 -1 1077944384 3406 0 0 0 35 0 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125567621104 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6195] ppid=6178 vsize=10622040 memory=27528 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6195/stat : 6195 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125566568800 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6196] ppid=6178 vsize=10622040 memory=1292 CPUtime=0.37 cores=1,3,5,7
/proc/6181/task/6196/stat : 6196 (java) S 6178 6181 4973 0 -1 1077944384 970 0 0 0 18 19 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125565516848 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6197] ppid=6178 vsize=10622040 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6197/stat : 6197 (java) S 6178 6181 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94746649 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125564462640 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
Current children cumulated CPU time: 637.1 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 442212 KiB

[startup+630.401 s]
/proc/loadavg: 1.96 1.96 2.17 3/217 6216
/proc/meminfo: memFree=27580812/32770624 swapFree=67108860/67108860
[pid=6181] ppid=6178 vsize=10622040 memory=442212 CPUtime=640.3 cores=1,3,5,7
/proc/6181/stat : 6181 (java) S 6178 6181 4973 0 -1 1077944320 57091 0 0 0 63921 109 0 0 20 0 16 0 94746595 10876968960 110553 33554432000 4194304 4196468 140720866509440 140720866491984 140126336610039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
/proc/6181/statm: 2655510 110553 3158 1 0 2643904 0
[pid=6181/tid=6183] ppid=6178 vsize=10622040 memory=467400 CPUtime=627.87 cores=1,3,5,7
/proc/6181/task/6183/stat : 6183 (java) R 6178 6181 4973 0 -1 4202560 10222 0 0 0 62782 5 0 0 20 0 16 0 94746595 10876968960 110553 33554432000 4194304 4196468 140720866509440 140126340848992 140125945766593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6184] ppid=6178 vsize=10622040 memory=4144 CPUtime=2.31 cores=1,3,5,7
/proc/6181/task/6184/stat : 6184 (java) S 6178 6181 4973 0 -1 1077944384 2946 0 0 0 211 20 0 0 20 0 16 0 94746596 10876968960 110553 33554432000 4194304 4196468 140720866509440 140126262684176 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6185] ppid=6178 vsize=10622040 memory=288230574492221466 CPUtime=2.31 cores=1,3,5,7
/proc/6181/task/6185/stat : 6185 (java) S 6178 6181 4973 0 -1 1077944384 3519 0 0 0 211 20 0 0 20 0 16 0 94746596 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125942049424 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6186] ppid=6178 vsize=10622040 memory=288230596050944315 CPUtime=2.32 cores=1,3,5,7
/proc/6181/task/6186/stat : 6186 (java) S 6178 6181 4973 0 -1 1077944384 3269 0 0 0 212 20 0 0 20 0 16 0 94746596 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125940996368 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6187] ppid=6178 vsize=10622040 memory=442212 CPUtime=2.32 cores=1,3,5,7
/proc/6181/task/6187/stat : 6187 (java) S 6178 6181 4973 0 -1 1077944384 2802 0 0 0 212 20 0 0 20 0 16 0 94746596 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125939943824 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6188] ppid=6178 vsize=10622040 memory=1580 CPUtime=0.19 cores=1,3,5,7
/proc/6181/task/6188/stat : 6188 (java) S 6178 6181 4973 0 -1 1077944384 14124 0 0 0 16 3 0 0 20 0 16 0 94746598 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125573937904 140126336621186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6189] ppid=6178 vsize=10622040 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6189/stat : 6189 (java) S 6178 6181 4973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 94746598 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125572884128 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6190] ppid=6178 vsize=10622040 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6190/stat : 6190 (java) S 6178 6181 4973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 94746598 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125571831024 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6191] ppid=6178 vsize=10622040 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6191/stat : 6191 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125570779600 140126336628635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6192] ppid=6178 vsize=10622040 memory=2428 CPUtime=1 cores=1,3,5,7
/proc/6181/task/6192/stat : 6192 (java) S 6178 6181 4973 0 -1 1077944384 6415 0 0 0 99 1 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125569726704 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6193] ppid=6178 vsize=10622040 memory=467400 CPUtime=1.18 cores=1,3,5,7
/proc/6181/task/6193/stat : 6193 (java) S 6178 6181 4973 0 -1 1077944384 7955 0 0 0 117 1 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125568674160 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6194] ppid=6178 vsize=10622040 memory=8112282956445269571 CPUtime=0.35 cores=1,3,5,7
/proc/6181/task/6194/stat : 6194 (java) S 6178 6181 4973 0 -1 1077944384 3406 0 0 0 35 0 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125567621104 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6195] ppid=6178 vsize=10622040 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6195/stat : 6195 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125566568800 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6196] ppid=6178 vsize=10622040 memory=1200 CPUtime=0.37 cores=1,3,5,7
/proc/6181/task/6196/stat : 6196 (java) S 6178 6181 4973 0 -1 1077944384 970 0 0 0 18 19 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125565516848 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6197] ppid=6178 vsize=10622040 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6197/stat : 6197 (java) S 6178 6181 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94746649 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125564462640 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
Current children cumulated CPU time: 640.3 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 442212 KiB

[startup+631.201 s]
/proc/loadavg: 1.96 1.96 2.17 3/217 6216
/proc/meminfo: memFree=27580812/32770624 swapFree=67108860/67108860
[pid=6181] ppid=6178 vsize=10622040 memory=442212 CPUtime=641.11 cores=1,3,5,7
/proc/6181/stat : 6181 (java) S 6178 6181 4973 0 -1 1077944320 57093 0 0 0 64002 109 0 0 20 0 16 0 94746595 10876968960 110553 33554432000 4194304 4196468 140720866509440 140720866491984 140126336610039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
/proc/6181/statm: 2655510 110553 3158 1 0 2643904 0
[pid=6181/tid=6183] ppid=6178 vsize=10622040 memory=244 CPUtime=628.67 cores=1,3,5,7
/proc/6181/task/6183/stat : 6183 (java) R 6178 6181 4973 0 -1 4202560 10224 0 0 0 62862 5 0 0 20 0 16 0 94746595 10876968960 110553 33554432000 4194304 4196468 140720866509440 140126340848992 140125945766593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6184] ppid=6178 vsize=10622040 memory=6944656592455359580 CPUtime=2.31 cores=1,3,5,7
/proc/6181/task/6184/stat : 6184 (java) S 6178 6181 4973 0 -1 1077944384 2946 0 0 0 211 20 0 0 20 0 16 0 94746596 10876968960 110553 33554432000 4194304 4196468 140720866509440 140126262684176 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6185] ppid=6178 vsize=10622040 memory=8112282956445269571 CPUtime=2.31 cores=1,3,5,7
/proc/6181/task/6185/stat : 6185 (java) S 6178 6181 4973 0 -1 1077944384 3519 0 0 0 211 20 0 0 20 0 16 0 94746596 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125942049424 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6186] ppid=6178 vsize=10622040 memory=9992 CPUtime=2.32 cores=1,3,5,7
/proc/6181/task/6186/stat : 6186 (java) S 6178 6181 4973 0 -1 1077944384 3269 0 0 0 212 20 0 0 20 0 16 0 94746596 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125940996368 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6187] ppid=6178 vsize=10622040 memory=1224 CPUtime=2.32 cores=1,3,5,7
/proc/6181/task/6187/stat : 6187 (java) S 6178 6181 4973 0 -1 1077944384 2802 0 0 0 212 20 0 0 20 0 16 0 94746596 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125939943824 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6188] ppid=6178 vsize=10622040 memory=5716 CPUtime=0.19 cores=1,3,5,7
/proc/6181/task/6188/stat : 6188 (java) S 6178 6181 4973 0 -1 1077944384 14124 0 0 0 16 3 0 0 20 0 16 0 94746598 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125573937904 140126336621186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6189] ppid=6178 vsize=10622040 memory=442212 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6189/stat : 6189 (java) S 6178 6181 4973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 94746598 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125572884128 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6190] ppid=6178 vsize=10622040 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6190/stat : 6190 (java) S 6178 6181 4973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 94746598 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125571831024 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6191] ppid=6178 vsize=10622040 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6191/stat : 6191 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125570779600 140126336628635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6192] ppid=6178 vsize=10622040 memory=1944 CPUtime=1 cores=1,3,5,7
/proc/6181/task/6192/stat : 6192 (java) S 6178 6181 4973 0 -1 1077944384 6415 0 0 0 99 1 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125569726704 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6193] ppid=6178 vsize=10622040 memory=4144 CPUtime=1.18 cores=1,3,5,7
/proc/6181/task/6193/stat : 6193 (java) S 6178 6181 4973 0 -1 1077944384 7955 0 0 0 117 1 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125568674160 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6194] ppid=6178 vsize=10622040 memory=27528 CPUtime=0.35 cores=1,3,5,7
/proc/6181/task/6194/stat : 6194 (java) S 6178 6181 4973 0 -1 1077944384 3406 0 0 0 35 0 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125567621104 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6195] ppid=6178 vsize=10622040 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6195/stat : 6195 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125566568800 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6196] ppid=6178 vsize=10622040 memory=2428 CPUtime=0.37 cores=1,3,5,7
/proc/6181/task/6196/stat : 6196 (java) S 6178 6181 4973 0 -1 1077944384 970 0 0 0 18 19 0 0 20 0 16 0 94746601 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125565516848 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6197] ppid=6178 vsize=10622040 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6197/stat : 6197 (java) S 6178 6181 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94746649 10876968960 110553 33554432000 4194304 4196468 140720866509440 140125564462640 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
Current children cumulated CPU time: 641.11 s
Current children cumulated vsize: 10622040 KiB
Current children cumulated memory: 442212 KiB

[startup+632.001 s]*
/proc/loadavg: 1.96 1.96 2.17 2/217 6218
/proc/meminfo: memFree=27580812/32770624 swapFree=67108860/67108860
[pid=6181] ppid=6178 vsize=10755168 memory=442284 CPUtime=641.88 cores=1,3,5,7
/proc/6181/stat : 6181 (java) S 6178 6181 4973 0 -1 1077944320 57244 0 0 0 64078 110 0 0 20 0 16 0 94746595 11013292032 110571 33554432000 4194304 4196468 140720866509440 140720866491984 140126336610039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
/proc/6181/statm: 2688792 110571 3160 1 0 2677186 0
[pid=6181/tid=6183] ppid=6178 vsize=10755168 memory=8112282956445269571 CPUtime=629.42 cores=1,3,5,7
/proc/6181/task/6183/stat : 6183 (java) S 6178 6181 4973 0 -1 1077944384 10275 0 0 0 62937 5 0 0 20 0 16 0 94746595 11013292032 110571 33554432000 4194304 4196468 140720866509440 140126340850720 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6184] ppid=6178 vsize=10755168 memory=4872558044660077418 CPUtime=2.31 cores=1,3,5,7
/proc/6181/task/6184/stat : 6184 (java) S 6178 6181 4973 0 -1 1077944384 2946 0 0 0 211 20 0 0 20 0 16 0 94746596 11013292032 110571 33554432000 4194304 4196468 140720866509440 140126262684176 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6185] ppid=6178 vsize=10755168 memory=6944656592455359580 CPUtime=2.31 cores=1,3,5,7
/proc/6181/task/6185/stat : 6185 (java) S 6178 6181 4973 0 -1 1077944384 3519 0 0 0 211 20 0 0 20 0 16 0 94746596 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125942049424 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6186] ppid=6178 vsize=10755168 memory=7234016115727754858 CPUtime=2.32 cores=1,3,5,7
/proc/6181/task/6186/stat : 6186 (java) S 6178 6181 4973 0 -1 1077944384 3269 0 0 0 212 20 0 0 20 0 16 0 94746596 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125940996368 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6187] ppid=6178 vsize=10755168 memory=7596835161751905639 CPUtime=2.32 cores=1,3,5,7
/proc/6181/task/6187/stat : 6187 (java) S 6178 6181 4973 0 -1 1077944384 2802 0 0 0 212 20 0 0 20 0 16 0 94746596 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125939943824 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6188] ppid=6178 vsize=10755168 memory=2273 CPUtime=0.19 cores=1,3,5,7
/proc/6181/task/6188/stat : 6188 (java) S 6178 6181 4973 0 -1 1077944384 14124 0 0 0 16 3 0 0 20 0 16 0 94746598 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125573937904 140126336621186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6189] ppid=6178 vsize=10755168 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6189/stat : 6189 (java) S 6178 6181 4973 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 94746598 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125572884128 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6190] ppid=6178 vsize=10755168 memory=1224 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6190/stat : 6190 (java) S 6178 6181 4973 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 16 0 94746598 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125571831024 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6191] ppid=6178 vsize=10755168 memory=5716 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6191/stat : 6191 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94746601 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125570779600 140126336628635 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6192] ppid=6178 vsize=10755168 memory=1708 CPUtime=1 cores=1,3,5,7
/proc/6181/task/6192/stat : 6192 (java) S 6178 6181 4973 0 -1 1077944384 6415 0 0 0 99 1 0 0 20 0 16 0 94746601 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125569726704 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6193] ppid=6178 vsize=10755168 memory=1944 CPUtime=1.18 cores=1,3,5,7
/proc/6181/task/6193/stat : 6193 (java) S 6178 6181 4973 0 -1 1077944384 7955 0 0 0 117 1 0 0 20 0 16 0 94746601 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125568674160 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6194] ppid=6178 vsize=10755168 memory=8112282956445269571 CPUtime=0.35 cores=1,3,5,7
/proc/6181/task/6194/stat : 6194 (java) S 6178 6181 4973 0 -1 1077944384 3431 0 0 0 35 0 0 0 20 0 16 0 94746601 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125567621104 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6195] ppid=6178 vsize=10755168 memory=7280 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6195/stat : 6195 (java) S 6178 6181 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 94746601 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125566568800 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6196] ppid=6178 vsize=10755168 memory=844 CPUtime=0.37 cores=1,3,5,7
/proc/6181/task/6196/stat : 6196 (java) S 6178 6181 4973 0 -1 1077944384 970 0 0 0 18 19 0 0 20 0 16 0 94746601 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125565516848 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6217] ppid=6178 vsize=10755168 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/6181/task/6217/stat : 6217 (java) S 6178 6181 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 94809791 11013292032 110571 33554432000 4194304 4196468 140720866509440 140125563409808 140126336621186 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
Current children cumulated CPU time: 641.88 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 442284 KiB

[startup+632.204 s]
/proc/loadavg: 1.96 1.96 2.17 2/217 6218
/proc/meminfo: memFree=27580812/32770624 swapFree=67108860/67108860
[pid=6181] ppid=6178 vsize=10755168 memory=439444 CPUtime=641.97 cores=1,3,5,7
/proc/6181/stat : 6181 (java) S 6178 6181 4973 0 -1 1077944320 57450 0 0 0 64087 110 0 0 20 0 14 0 94746595 11013292032 110096 33554432000 4194304 4196468 140720866509440 140720866491984 140126336610039 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
/proc/6181/statm: 2688792 110096 3161 1 0 2677186 0
[pid=6181/tid=6183] ppid=6178 vsize=10755168 memory=288230596050944315 CPUtime=629.42 cores=1,3,5,7
/proc/6181/task/6183/stat : 6183 (java) R 6178 6181 4973 0 -1 4202564 10278 0 0 0 62937 5 0 0 20 0 13 0 94746595 11013292032 109831 33554432000 4194304 4196468 140720866509440 140126340852880 140126329327335 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6184] ppid=6178 vsize=10755168 memory=14697383221004706 CPUtime=2.32 cores=1,3,5,7
/proc/6181/task/6184/stat : 6184 (java) S 6178 6181 4973 0 -1 1077944384 2950 0 0 0 212 20 0 0 20 0 12 0 94746596 11013292032 109831 33554432000 4194304 4196468 140720866509440 140126262684176 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6185] ppid=6178 vsize=10755168 memory=916 CPUtime=2.32 cores=1,3,5,7
/proc/6181/task/6185/stat : 6185 (java) S 6178 6181 4973 0 -1 1077944384 3521 0 0 0 212 20 0 0 20 0 12 0 94746596 11013292032 109831 33554432000 4194304 4196468 140720866509440 140125942049424 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6186] ppid=6178 vsize=10755168 memory=3832 CPUtime=2.34 cores=1,3,5,7
/proc/6181/task/6186/stat : 6186 (java) S 6178 6181 4973 0 -1 1077944384 3269 0 0 0 214 20 0 0 20 0 12 0 94746596 11013292032 109831 33554432000 4194304 4196468 140720866509440 140125940996368 140126336620245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6187] ppid=6178 vsize=10755168 memory=4052 CPUtime=2.33 cores=1,3,5,7
/proc/6181/task/6187/stat : 6187 (java) R 6178 6181 4973 0 -1 1077944384 2805 0 0 0 213 20 0 0 20 0 12 0 94746596 11013292032 109841 33554432000 4194304 4196468 140720866509440 140125939943824 140126336620245 256 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
[pid=6181/tid=6192] ppid=6178 vsize=10755168 memory=960 CPUtime=1.01 cores=1,3,5,7
/proc/6181/task/6192/stat : 6192 (java) R 6178 6181 4973 0 -1 1077944384 6478 0 0 0 100 1 0 0 20 0 5 0 94746601 11013292032 109889 33554432000 4194304 4196468 140720866509440 140125569706848 140126336620245 256 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31150080 140720866518150 140720866518303 140720866518303 140720866521039 0
Current children cumulated CPU time: 641.97 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 439444 KiB

Child status: 0
Real time (s): 632.207
CPU time (s): 641.983
CPU user time (s): 640.877
CPU system time (s): 1.10538
CPU usage (%): 101.546
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 785716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 640.877
system time used= 1.10538
maximum resident set size= 785740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57478
page faults= 0
swaps= 0
block input operations= 0
block output operations= 792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16652
involuntary context switches= 555


# summary of solver processes directly reported to runsolver:
#   pid: 6181
#   total CPU time (s): 641.983
#   total CPU user time (s): 640.877
#   total CPU system time (s): 1.10538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.11158 second user time and 5.77235 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 11:16:38
IDJOB=4263537
IDBENCH=120890
IDSOLVER=2651
FILE ID=node151/4263537-1502616657
RUNJOBID= node151-1502612262-5005
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-012-05-mul.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263537-1502616657/watcher-4263537-1502616657 -o /tmp/evaluation-result-4263537-1502616657/solver-4263537-1502616657 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5005 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263537-1502616657.xml

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

MD5SUM BENCH= 700b28c9cf521c5e1b89e7ca2100701e
RANDOM SEED=222256611

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28015544 kB
MemAvailable:   31101956 kB
Buffers:          226248 kB
Cached:          3152556 kB
SwapCached:            0 kB
Active:          1734628 kB
Inactive:        2589112 kB
Active(anon):     947948 kB
Inactive(anon):    25044 kB
Active(file):     786680 kB
Inactive(file):  2564068 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1692 kB
Writeback:             4 kB
AnonPages:        951980 kB
Mapped:            55076 kB
Shmem:             25224 kB
Slab:             129784 kB
SReclaimable:     102996 kB
SUnreclaim:        26788 kB
KernelStack:        3584 kB
PageTables:         6560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1998064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    882688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 11:27:11