Trace number 4243446

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? (TO) 2400.19 2345.07

General information on the benchmark

NameQueensKnights/QueensKnights-m1-s1/
QueensKnights-015-05-mul.xml
MD5SUM86dd28169af4ac3903c2f1c5f979bbc0
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.42365101
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints190
Number of domains2
Minimum domain size15
Maximum domain size225
Distribution of domain sizes[{"size":15,"count":15},{"size":225,"count":5}]
Minimum variable degree19
Maximum variable degree19
Distribution of variable degrees[{"degree":19,"count":20}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":190}]
Number of extensional constraints0
Number of intensional constraints190
Distribution of constraint types[{"type":"intension","count":190}]
Optimization problemNO
Type of objective

Solver Data

1.48/0.69	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.48/0.69	c This is free software under the dual EPL/GNU LGPL licenses.
1.48/0.69	c See www.sat4j.org for details.
1.48/0.69	c That software uses the Rhino library from the Mozilla project.
1.48/0.69	c version CUSTOM.v20170705
1.48/0.69	c java.runtime.name	Java(TM) SE Runtime Environment
1.48/0.69	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.48/0.69	c java.vm.version	25.131-b11
1.48/0.69	c java.vm.vendor	Oracle Corporation
1.48/0.69	c sun.arch.data.model	64
1.48/0.69	c java.version		1.8.0_131
1.48/0.69	c os.name		Linux
1.48/0.69	c os.version		3.10.0-514.16.1.el7.x86_64
1.48/0.69	c os.arch		amd64
1.48/0.69	c Free memory 		499604488
1.48/0.69	c Max memory 		7247757312
1.48/0.69	c Total memory 		504889344
1.48/0.69	c Number of processors 	8
1.48/0.69	c c --- Begin Solver configuration ---
1.48/0.69	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.48/0.69	c Learn all clauses as in MiniSAT
1.48/0.69	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.48/0.69	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.48/0.69	c No reason simplification
1.48/0.69	c Glucose 2.1 dynamic restart strategy
1.48/0.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
1.48/0.69	c timeout=2147483s
1.48/0.69	c DB Simplification allowed=false
1.48/0.69	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.48/0.69	c --- End Solver configuration ---
1.48/0.69	c constraints type 
1.48/0.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 40
1.48/0.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 45750
1.48/0.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 322530
1.48/0.69	c org.sat4j.minisat.constraints.cnf.UnitClause => 380
1.48/0.69	c 368700 constraints processed.
2400.10/2345.00	c starts		: 61291
2400.10/2345.00	c conflicts		: 10642691
2400.10/2345.00	c decisions		: 99246429
2400.10/2345.00	c propagations		: 754099925
2400.10/2345.00	c inspects		: 26352920485
2400.10/2345.00	c shortcuts		: 0
2400.10/2345.00	c learnt literals	: 3
2400.10/2345.00	c learnt binary clauses	: 4036
2400.10/2345.00	c learnt ternary clauses	: 4091
2400.10/2345.00	c learnt constraints	: 10642688
2400.10/2345.00	c ignored constraints	: 0
2400.10/2345.00	c root simplifications	: 0
2400.10/2345.00	c removed literals (reason simplification)	: 0
2400.10/2345.00	c reason swapping (by a shorter reason)	: 0
2400.10/2345.00	c Calls to reduceDB	: 141
2400.10/2345.00	c Number of update (reduction) of LBD	: 8032165
2400.10/2345.00	c Imported unit clauses	: 0
2400.10/2345.00	c number of reductions to clauses (during analyze)	: 0
2400.10/2345.00	c number of learned constraints concerned by reduction	: 0
2400.10/2345.00	c number of learning phase by resolution	: 0
2400.10/2345.00	c number of learning phase by cutting planes	: 0
2400.10/2345.00	c number of rounding to 1 operations	: 0
2400.10/2345.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.10/2345.00	c number of reductions of the coefficients by power 2 	: 0
2400.10/2345.00	c number of right shift for reduction by power 2 	: 0
2400.10/2345.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.10/2345.00	c speed (assignments/second)	: 321672.85470716935
2400.10/2345.00	c non guided choices	33455
2400.10/2345.05	c learnt constraints type 
2400.10/2345.05	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4036
2400.10/2345.05	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 207733
2400.10/2345.05	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-4243446-1500672541/watcher-4243446-1500672541 -o /tmp/evaluation-result-4243446-1500672541/solver-4243446-1500672541 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500669538-5816 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243446-1500672541.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.78 4.19 2/235 6888
/proc/meminfo: memFree=32143892/32770624 swapFree=5792/38556
[pid=6888] ppid=6885 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 1943 0 0 0 0 0 0 0 20 0 2 0 2521422 8550137856 1667 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2087436 1667 1197 1 0 2076347 0
[pid=6888/tid=6889] ppid=6885 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) R 6885 6888 2471 0 -1 4202560 736 0 0 0 0 0 0 0 20 0 2 0 2521423 8550137856 1799 33554432000 4194304 4196468 140725224554304 140700823767456 140700812242330 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0

[startup+0.100141 s]
/proc/loadavg: 1.00 1.78 4.19 2/235 6888
/proc/meminfo: memFree=32143892/32770624 swapFree=5792/38556
[pid=6888] ppid=6885 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 4777 0 0 0 8 2 0 0 20 0 20 0 2521422 11162169344 5868 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2725139 5868 2617 1 0 2713552 0
[pid=6888/tid=6889] ppid=6885 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) R 6885 6888 2471 0 -1 4202560 2863 0 0 0 7 1 0 0 20 0 20 0 2521423 11162169344 5868 33554432000 4194304 4196468 140725224554304 140700823755464 140700819547293 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200438 s]
/proc/loadavg: 1.00 1.78 4.19 2/235 6888
/proc/meminfo: memFree=32143892/32770624 swapFree=5792/38556
[pid=6888] ppid=6885 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 7024 0 0 0 23 3 0 0 20 0 20 0 2521422 11162169344 8323 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2725139 8323 2853 1 0 2713552 0
[pid=6888/tid=6889] ppid=6885 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) R 6885 6888 2471 0 -1 4202560 4679 0 0 0 16 2 0 0 20 0 20 0 2521423 11162169344 8323 33554432000 4194304 4196468 140725224554304 140700823746672 140700803605854 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300305 s]
/proc/loadavg: 1.00 1.78 4.19 2/235 6888
/proc/meminfo: memFree=32143892/32770624 swapFree=5792/38556
[pid=6888] ppid=6885 vsize=10900556 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 8279 0 0 0 39 4 0 0 20 0 20 0 2521422 11162169344 10621 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2725139 10621 2953 1 0 2713552 0
[pid=6888/tid=6889] ppid=6885 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) R 6885 6888 2471 0 -1 4202560 5308 0 0 0 26 2 0 0 20 0 20 0 2521423 11162169344 10621 33554432000 4194304 4196468 140725224554304 140700823753472 140700456777139 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 10900556

[startup+0.700303 s]
/proc/loadavg: 1.00 1.78 4.19 2/235 6888
/proc/meminfo: memFree=32143892/32770624 swapFree=5792/38556
[pid=6888] ppid=6885 vsize=10900632 CPUtime=1.91 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 13893 0 0 0 185 6 0 0 20 0 20 0 2521422 11162247168 34012 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2725158 34012 3086 1 0 2713552 0
[pid=6888/tid=6889] ppid=6885 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) R 6885 6888 2471 0 -1 4202560 5944 0 0 0 64 3 0 0 20 0 20 0 2521423 11162247168 34012 33554432000 4194304 4196468 140725224554304 140700823753184 140700804769811 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 10900632

[startup+1.50087 s]
/proc/loadavg: 1.16 1.80 4.18 3/256 6909
/proc/meminfo: memFree=32015260/32770624 swapFree=5792/38592
[pid=6888] ppid=6885 vsize=10967196 CPUtime=3.65 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 18907 0 0 0 358 7 0 0 20 0 21 0 2521422 11230408704 37108 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2741799 37108 3098 1 0 2730193 0
[pid=6888/tid=6889] ppid=6885 vsize=10967196 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) R 6885 6888 2471 0 -1 4202560 6304 0 0 0 144 3 0 0 20 0 21 0 2521423 11230408704 37108 33554432000 4194304 4196468 140725224554304 140700823762040 140700460404199 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6891] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6891/stat : 6891 (java) S 6885 6888 2471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 37108 33554432000 4194304 4196468 140725224554304 140700426149008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6892] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6892/stat : 6892 (java) S 6885 6888 2471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 37108 33554432000 4194304 4196468 140725224554304 140700425096208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6893] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6893/stat : 6893 (java) S 6885 6888 2471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 37108 33554432000 4194304 4196468 140725224554304 140700424043408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6894] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6894/stat : 6894 (java) S 6885 6888 2471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 37108 33554432000 4194304 4196468 140725224554304 140700422990608 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6895] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6895/stat : 6895 (java) S 6885 6888 2471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 37108 33554432000 4194304 4196468 140725224554304 140700421937808 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6896] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6896/stat : 6896 (java) S 6885 6888 2471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 37108 33554432000 4194304 4196468 140725224554304 140700420885008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6897] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6897/stat : 6897 (java) S 6885 6888 2471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 37108 33554432000 4194304 4196468 140725224554304 140700419832208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6898] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6898/stat : 6898 (java) S 6885 6888 2471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 37108 33554432000 4194304 4196468 140725224554304 140700418779408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6899] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6899/stat : 6899 (java) S 6885 6888 2471 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 2521426 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699958705008 140700819536514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6900] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6900/stat : 6900 (java) S 6885 6888 2471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 2521427 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699957650976 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6901] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6901/stat : 6901 (java) S 6885 6888 2471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2521427 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699956598128 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6902] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6902/stat : 6902 (java) S 6885 6888 2471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2521431 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699955546448 140700819543963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6903] ppid=6885 vsize=10967196 CPUtime=0.59 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6903/stat : 6903 (java) S 6885 6888 2471 0 -1 1077944384 3978 0 0 0 59 0 0 0 20 0 21 0 2521431 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699954493808 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6904] ppid=6885 vsize=10967196 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6904/stat : 6904 (java) S 6885 6888 2471 0 -1 1077944384 1833 0 0 0 53 0 0 0 20 0 21 0 2521431 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699953441008 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6905] ppid=6885 vsize=10967196 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6905/stat : 6905 (java) S 6885 6888 2471 0 -1 1077944384 2783 0 0 0 66 0 0 0 20 0 21 0 2521431 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699952388208 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6906] ppid=6885 vsize=10967196 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6906/stat : 6906 (java) S 6885 6888 2471 0 -1 1077944384 2596 0 0 0 34 1 0 0 20 0 21 0 2521431 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699951335408 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6907] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6907/stat : 6907 (java) S 6885 6888 2471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2521431 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699950283872 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6908] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6908/stat : 6908 (java) S 6885 6888 2471 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 21 0 2521432 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699949231152 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6909] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6909/stat : 6909 (java) S 6885 6888 2471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2521492 11230408704 37108 33554432000 4194304 4196468 140725224554304 140699948176688 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 10967196

[startup+3.10095 s]
/proc/loadavg: 1.16 1.80 4.18 2/256 6909
/proc/meminfo: memFree=31999436/32770624 swapFree=5792/38592
[pid=6888] ppid=6885 vsize=10967196 CPUtime=5.75 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 20286 0 0 0 567 8 0 0 20 0 21 0 2521422 11230408704 43124 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2741799 43124 3100 1 0 2730193 0
[pid=6888/tid=6889] ppid=6885 vsize=10967196 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) R 6885 6888 2471 0 -1 4202560 6412 0 0 0 304 4 0 0 20 0 21 0 2521423 11230408704 43124 33554432000 4194304 4196468 140725224554304 140700823764136 140700461157951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6891] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6891/stat : 6891 (java) S 6885 6888 2471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 43124 33554432000 4194304 4196468 140725224554304 140700426149008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6892] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6892/stat : 6892 (java) S 6885 6888 2471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 43124 33554432000 4194304 4196468 140725224554304 140700425096208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6893] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6893/stat : 6893 (java) S 6885 6888 2471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 43124 33554432000 4194304 4196468 140725224554304 140700424043408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6894] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6894/stat : 6894 (java) S 6885 6888 2471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 43124 33554432000 4194304 4196468 140725224554304 140700422990608 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6895] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6895/stat : 6895 (java) S 6885 6888 2471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 43124 33554432000 4194304 4196468 140725224554304 140700421937808 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6896] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6896/stat : 6896 (java) S 6885 6888 2471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 43124 33554432000 4194304 4196468 140725224554304 140700420885008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6897] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6897/stat : 6897 (java) S 6885 6888 2471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 43124 33554432000 4194304 4196468 140725224554304 140700419832208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6898] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6898/stat : 6898 (java) S 6885 6888 2471 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 2521424 11230408704 43124 33554432000 4194304 4196468 140725224554304 140700418779408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6899] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6899/stat : 6899 (java) S 6885 6888 2471 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 21 0 2521426 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699958705008 140700819536514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6900] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6900/stat : 6900 (java) S 6885 6888 2471 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 2521427 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699957650976 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6901] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6901/stat : 6901 (java) S 6885 6888 2471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2521427 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699956598128 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6902] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6902/stat : 6902 (java) S 6885 6888 2471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2521431 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699955546448 140700819543963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6903] ppid=6885 vsize=10967196 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6903/stat : 6903 (java) S 6885 6888 2471 0 -1 1077944384 4411 0 0 0 79 0 0 0 20 0 21 0 2521431 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699954493808 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6904] ppid=6885 vsize=10967196 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6904/stat : 6904 (java) S 6885 6888 2471 0 -1 1077944384 2265 0 0 0 70 0 0 0 20 0 21 0 2521431 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699953441008 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6905] ppid=6885 vsize=10967196 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6905/stat : 6905 (java) S 6885 6888 2471 0 -1 1077944384 3097 0 0 0 78 1 0 0 20 0 21 0 2521431 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699952388208 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6906] ppid=6885 vsize=10967196 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6906/stat : 6906 (java) S 6885 6888 2471 0 -1 1077944384 2628 0 0 0 35 1 0 0 20 0 21 0 2521431 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699951335408 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6907] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6907/stat : 6907 (java) S 6885 6888 2471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2521431 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699950283872 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6908] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6908/stat : 6908 (java) S 6885 6888 2471 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 21 0 2521432 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699949231152 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6909] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6909/stat : 6909 (java) S 6885 6888 2471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2521492 11230408704 43124 33554432000 4194304 4196468 140725224554304 140699948176688 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 10967196

[startup+6.30094 s]
/proc/loadavg: 1.16 1.80 4.18 2/256 6909
/proc/meminfo: memFree=31926412/32770624 swapFree=5792/38596
[pid=6888] ppid=6885 vsize=10967196 CPUtime=9.36 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 22798 0 0 0 904 32 0 0 20 0 21 0 2521422 11230408704 57603 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2741799 57603 3126 1 0 2730193 0
[pid=6888/tid=6889] ppid=6885 vsize=10967196 CPUtime=6.21 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) R 6885 6888 2471 0 -1 4202560 6750 0 0 0 617 4 0 0 20 0 21 0 2521423 11230408704 57603 33554432000 4194304 4196468 140725224554304 140700823764536 140700460664556 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6891] ppid=6885 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6891/stat : 6891 (java) S 6885 6888 2471 0 -1 1077944384 44 0 0 0 2 3 0 0 20 0 21 0 2521424 11230408704 57603 33554432000 4194304 4196468 140725224554304 140700426149008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6892] ppid=6885 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6892/stat : 6892 (java) S 6885 6888 2471 0 -1 1077944384 33 0 0 0 2 2 0 0 20 0 21 0 2521424 11230408704 57603 33554432000 4194304 4196468 140725224554304 140700425096208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6893] ppid=6885 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6893/stat : 6893 (java) S 6885 6888 2471 0 -1 1077944384 407 0 0 0 2 2 0 0 20 0 21 0 2521424 11230408704 57603 33554432000 4194304 4196468 140725224554304 140700424043408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6894] ppid=6885 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6894/stat : 6894 (java) S 6885 6888 2471 0 -1 1077944384 32 0 0 0 2 2 0 0 20 0 21 0 2521424 11230408704 57603 33554432000 4194304 4196468 140725224554304 140700422990608 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6895] ppid=6885 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6895/stat : 6895 (java) S 6885 6888 2471 0 -1 1077944384 138 0 0 0 2 3 0 0 20 0 21 0 2521424 11230408704 57603 33554432000 4194304 4196468 140725224554304 140700421937808 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6896] ppid=6885 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6896/stat : 6896 (java) S 6885 6888 2471 0 -1 1077944384 35 0 0 0 2 2 0 0 20 0 21 0 2521424 11230408704 57603 33554432000 4194304 4196468 140725224554304 140700420885008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6897] ppid=6885 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6897/stat : 6897 (java) S 6885 6888 2471 0 -1 1077944384 32 0 0 0 2 2 0 0 20 0 21 0 2521424 11230408704 57603 33554432000 4194304 4196468 140725224554304 140700419832208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6898] ppid=6885 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6898/stat : 6898 (java) S 6885 6888 2471 0 -1 1077944384 113 0 0 0 2 3 0 0 20 0 21 0 2521424 11230408704 57603 33554432000 4194304 4196468 140725224554304 140700418779408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6899] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6899/stat : 6899 (java) S 6885 6888 2471 0 -1 1077944384 588 0 0 0 0 0 0 0 20 0 21 0 2521426 11230408704 57603 33554432000 4194304 4196468 140725224554304 140699958705008 140700819536514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6900] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=6888/tid=6907] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6907/stat : 6907 (java) S 6885 6888 2471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2521431 11230408704 552511 33554432000 4194304 4196468 140725224554304 140699950283872 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6908] ppid=6885 vsize=10967196 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6908/stat : 6908 (java) S 6885 6888 2471 0 -1 1077944384 2239 0 0 0 66 59 0 0 20 0 21 0 2521432 11230408704 552511 33554432000 4194304 4196468 140725224554304 140699949231152 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6909] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6909/stat : 6909 (java) S 6885 6888 2471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2521492 11230408704 552511 33554432000 4194304 4196468 140725224554304 140699948176688 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
Current children cumulated CPU time (s) 2316.6
Current children cumulated vsize (KiB) 10967196

[startup+2322.3 s]
/proc/loadavg: 1.00 1.01 1.27 2/256 7014
/proc/meminfo: memFree=29934120/32770624 swapFree=5776/41072
[pid=6888] ppid=6885 vsize=10967196 CPUtime=2376.95 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 177393 0 0 0 236111 1584 0 0 20 0 21 0 2521422 11230408704 552516 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2741799 552516 3158 1 0 2730193 0
[pid=6888/tid=6889] ppid=6885 vsize=10967196 CPUtime=2313.23 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) R 6885 6888 2471 0 -1 4202560 60636 0 0 0 231303 20 0 0 20 0 21 0 2521423 11230408704 552516 33554432000 4194304 4196468 140725224554304 140700823764416 140700460404836 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6891] ppid=6885 vsize=10967196 CPUtime=7.37 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6891/stat : 6891 (java) S 6885 6888 2471 0 -1 1077944384 6955 0 0 0 547 190 0 0 20 0 21 0 2521424 11230408704 552516 33554432000 4194304 4196468 140725224554304 140700426149008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6892] ppid=6885 vsize=10967196 CPUtime=7.42 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6892/stat : 6892 (java) S 6885 6888 2471 0 -1 1077944384 7849 0 0 0 556 186 0 0 20 0 21 0 2521424 11230408704 552516 33554432000 4194304 4196468 140725224554304 140700425096208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6893] ppid=6885 vsize=10967196 CPUtime=7.36 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6893/stat : 6893 (java) S 6885 6888 2471 0 -1 1077944384 6708 0 0 0 552 184 0 0 20 0 21 0 2521424 11230408704 552516 33554432000 4194304 4196468 140725224554304 140700424043408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6894] ppid=6885 vsize=10967196 CPUtime=7.36 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6894/stat : 6894 (java) S 6885 6888 2471 0 -1 1077944384 7278 0 0 0 550 186 0 0 20 0 21 0 2521424 11230408704 552516 33554432000 4194304 4196468 140725224554304 140700422990608 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6895] ppid=6885 vsize=10967196 CPUtime=7.41 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6895/stat : 6895 (java) S 6885 6888 2471 0 -1 1077944384 7244 0 0 0 551 190 0 0 20 0 21 0 2521424 11230408704 552516 33554432000 4194304 4196468 140725224554304 140700421937808 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6896] ppid=6885 vsize=10967196 CPUtime=7.44 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6896/stat : 6896 (java) S 6885 6888 2471 0 -1 1077944384 8193 0 0 0 552 192 0 0 20 0 21 0 2521424 11230408704 552516 33554432000 4194304 4196468 140725224554304 140700420885008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6897] ppid=6885 vsize=10967196 CPUtime=7.4 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6897/stat : 6897 (java) S 6885 6888 2471 0 -1 1077944384 6007 0 0 0 553 187 0 0 20 0 21 0 2521424 11230408704 552516 33554432000 4194304 4196468 140725224554304 140700419832208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6898] ppid=6885 vsize=10967196 CPUtime=7.3 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6898/stat : 6898 (java) S 6885 6888 2471 0 -1 1077944384 5685 0 0 0 548 182 0 0 20 0 21 0 2521424 11230408704 552516 33554432000 4194304 4196468 140725224554304 140700418779408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6899] ppid=6885 vsize=10967196 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6899/stat : 6899 (java) S 6885 6888 2471 0 -1 1077944384 38127 0 0 0 30 6 0 0 20 0 21 0 2521426 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699958705008 140700819536514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6900] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6900/stat : 6900 (java) S 6885 6888 2471 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 21 0 2521427 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699957650976 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6901] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6901/stat : 6901 (java) S 6885 6888 2471 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 21 0 2521427 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699956598128 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6902] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6902/stat : 6902 (java) S 6885 6888 2471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2521431 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699955546448 140700819543963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6903] ppid=6885 vsize=10967196 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6903/stat : 6903 (java) S 6885 6888 2471 0 -1 1077944384 5697 0 0 0 83 1 0 0 20 0 21 0 2521431 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699954493808 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6904] ppid=6885 vsize=10967196 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6904/stat : 6904 (java) S 6885 6888 2471 0 -1 1077944384 3279 0 0 0 78 0 0 0 20 0 21 0 2521431 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699953441008 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6905] ppid=6885 vsize=10967196 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6905/stat : 6905 (java) S 6885 6888 2471 0 -1 1077944384 5436 0 0 0 87 1 0 0 20 0 21 0 2521431 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699952388208 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6906] ppid=6885 vsize=10967196 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6906/stat : 6906 (java) S 6885 6888 2471 0 -1 1077944384 4572 0 0 0 38 1 0 0 20 0 21 0 2521431 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699951335408 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6907] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6907/stat : 6907 (java) S 6885 6888 2471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2521431 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699950283872 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6908] ppid=6885 vsize=10967196 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6908/stat : 6908 (java) S 6885 6888 2471 0 -1 1077944384 2273 0 0 0 67 61 0 0 20 0 21 0 2521432 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699949231152 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6909] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6909/stat : 6909 (java) S 6885 6888 2471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2521492 11230408704 552516 33554432000 4194304 4196468 140725224554304 140699948176688 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
Current children cumulated CPU time (s) 2376.95
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2344.8 s]
/proc/loadavg: 1.00 1.01 1.26 2/256 7016
/proc/meminfo: memFree=29963028/32770624 swapFree=5776/41096
[pid=6888] ppid=6885 vsize=10967196 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 179128 0 0 0 238424 1585 0 0 20 0 21 0 2521422 11230408704 544978 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2741799 544978 3158 1 0 2730193 0
[pid=6888/tid=6889] ppid=6885 vsize=10967196 CPUtime=2335.62 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) R 6885 6888 2471 0 -1 4202560 61141 0 0 0 233542 20 0 0 20 0 21 0 2521423 11230408704 544978 33554432000 4194304 4196468 140725224554304 140700823764032 140700460414134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6891] ppid=6885 vsize=10967196 CPUtime=7.46 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6891/stat : 6891 (java) S 6885 6888 2471 0 -1 1077944384 6996 0 0 0 556 190 0 0 20 0 21 0 2521424 11230408704 544978 33554432000 4194304 4196468 140725224554304 140700426149008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6892] ppid=6885 vsize=10967196 CPUtime=7.51 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6892/stat : 6892 (java) S 6885 6888 2471 0 -1 1077944384 7903 0 0 0 565 186 0 0 20 0 21 0 2521424 11230408704 544978 33554432000 4194304 4196468 140725224554304 140700425096208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6893] ppid=6885 vsize=10967196 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6893/stat : 6893 (java) S 6885 6888 2471 0 -1 1077944384 6758 0 0 0 561 184 0 0 20 0 21 0 2521424 11230408704 544978 33554432000 4194304 4196468 140725224554304 140700424043408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6894] ppid=6885 vsize=10967196 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6894/stat : 6894 (java) S 6885 6888 2471 0 -1 1077944384 7336 0 0 0 559 186 0 0 20 0 21 0 2521424 11230408704 544978 33554432000 4194304 4196468 140725224554304 140700422990608 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6895] ppid=6885 vsize=10967196 CPUtime=7.5 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6895/stat : 6895 (java) S 6885 6888 2471 0 -1 1077944384 7599 0 0 0 560 190 0 0 20 0 21 0 2521424 11230408704 544978 33554432000 4194304 4196468 140725224554304 140700421937808 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6896] ppid=6885 vsize=10967196 CPUtime=7.53 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6896/stat : 6896 (java) S 6885 6888 2471 0 -1 1077944384 8238 0 0 0 561 192 0 0 20 0 21 0 2521424 11230408704 544978 33554432000 4194304 4196468 140725224554304 140700420885008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6897] ppid=6885 vsize=10967196 CPUtime=7.49 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6897/stat : 6897 (java) S 6885 6888 2471 0 -1 1077944384 6054 0 0 0 562 187 0 0 20 0 21 0 2521424 11230408704 544978 33554432000 4194304 4196468 140725224554304 140700419832208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6898] ppid=6885 vsize=10967196 CPUtime=7.39 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6898/stat : 6898 (java) S 6885 6888 2471 0 -1 1077944384 5732 0 0 0 557 182 0 0 20 0 21 0 2521424 11230408704 544978 33554432000 4194304 4196468 140725224554304 140700418779408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6899] ppid=6885 vsize=10967196 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6899/stat : 6899 (java) S 6885 6888 2471 0 -1 1077944384 38325 0 0 0 30 6 0 0 20 0 21 0 2521426 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699958705008 140700819536514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6900] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6900/stat : 6900 (java) S 6885 6888 2471 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 21 0 2521427 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699957650976 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6901] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6901/stat : 6901 (java) S 6885 6888 2471 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 21 0 2521427 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699956598128 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6902] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6902/stat : 6902 (java) S 6885 6888 2471 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2521431 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699955546448 140700819543963 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6903] ppid=6885 vsize=10967196 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6903/stat : 6903 (java) S 6885 6888 2471 0 -1 1077944384 5699 0 0 0 83 1 0 0 20 0 21 0 2521431 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699954493808 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6904] ppid=6885 vsize=10967196 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6904/stat : 6904 (java) S 6885 6888 2471 0 -1 1077944384 3282 0 0 0 78 0 0 0 20 0 21 0 2521431 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699953441008 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6905] ppid=6885 vsize=10967196 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6905/stat : 6905 (java) S 6885 6888 2471 0 -1 1077944384 5438 0 0 0 87 1 0 0 20 0 21 0 2521431 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699952388208 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6906] ppid=6885 vsize=10967196 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6906/stat : 6906 (java) S 6885 6888 2471 0 -1 1077944384 4871 0 0 0 38 1 0 0 20 0 21 0 2521431 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699951335408 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6907] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6907/stat : 6907 (java) S 6885 6888 2471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2521431 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699950283872 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6908] ppid=6885 vsize=10967196 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6908/stat : 6908 (java) S 6885 6888 2471 0 -1 1077944384 2302 0 0 0 67 62 0 0 20 0 21 0 2521432 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699949231152 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6909] ppid=6885 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6909/stat : 6909 (java) S 6885 6888 2471 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2521492 11230408704 544978 33554432000 4194304 4196468 140725224554304 140699948176688 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 10967196

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6888 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2345 s]
/proc/loadavg: 1.00 1.01 1.26 2/256 7016
/proc/meminfo: memFree=29963028/32770624 swapFree=5776/41096
[pid=6888] ppid=6885 vsize=11166888 CPUtime=2400.1 cores=0,2,4,6,8,10,12,14
/proc/6888/stat : 6888 (java) S 6885 6888 2471 0 -1 1077944320 179478 0 0 0 238425 1585 0 0 20 0 22 0 2521422 11434893312 545014 33554432000 4194304 4196468 140725224554304 140725224536848 140700819525367 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
/proc/6888/statm: 2791722 545014 3162 1 0 2780116 0
[pid=6888/tid=6889] ppid=6885 vsize=11166888 CPUtime=2335.62 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6889/stat : 6889 (java) S 6885 6888 2471 0 -1 1077944384 61195 0 0 0 233542 20 0 0 20 0 22 0 2521423 11434893312 545014 33554432000 4194304 4196468 140725224554304 140700823768240 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6891] ppid=6885 vsize=11166888 CPUtime=7.46 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6891/stat : 6891 (java) S 6885 6888 2471 0 -1 1077944384 6996 0 0 0 556 190 0 0 20 0 22 0 2521424 11434893312 545014 33554432000 4194304 4196468 140725224554304 140700426149008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6892] ppid=6885 vsize=11166888 CPUtime=7.51 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6892/stat : 6892 (java) S 6885 6888 2471 0 -1 1077944384 7903 0 0 0 565 186 0 0 20 0 22 0 2521424 11434893312 545014 33554432000 4194304 4196468 140725224554304 140700425096208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6893] ppid=6885 vsize=11166888 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6893/stat : 6893 (java) S 6885 6888 2471 0 -1 1077944384 6758 0 0 0 561 184 0 0 20 0 22 0 2521424 11434893312 545014 33554432000 4194304 4196468 140725224554304 140700424043408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6894] ppid=6885 vsize=11166888 CPUtime=7.45 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6894/stat : 6894 (java) S 6885 6888 2471 0 -1 1077944384 7336 0 0 0 559 186 0 0 20 0 22 0 2521424 11434893312 545014 33554432000 4194304 4196468 140725224554304 140700422990608 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6895] ppid=6885 vsize=11166888 CPUtime=7.5 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6895/stat : 6895 (java) S 6885 6888 2471 0 -1 1077944384 7599 0 0 0 560 190 0 0 20 0 22 0 2521424 11434893312 545014 33554432000 4194304 4196468 140725224554304 140700421937808 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6896] ppid=6885 vsize=11166888 CPUtime=7.53 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6896/stat : 6896 (java) S 6885 6888 2471 0 -1 1077944384 8238 0 0 0 561 192 0 0 20 0 22 0 2521424 11434893312 545014 33554432000 4194304 4196468 140725224554304 140700420885008 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6897] ppid=6885 vsize=11166888 CPUtime=7.49 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6897/stat : 6897 (java) S 6885 6888 2471 0 -1 1077944384 6054 0 0 0 562 187 0 0 20 0 22 0 2521424 11434893312 545014 33554432000 4194304 4196468 140725224554304 140700419832208 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6898] ppid=6885 vsize=11166888 CPUtime=7.39 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6898/stat : 6898 (java) S 6885 6888 2471 0 -1 1077944384 5732 0 0 0 557 182 0 0 20 0 22 0 2521424 11434893312 545014 33554432000 4194304 4196468 140725224554304 140700418779408 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6899] ppid=6885 vsize=11166888 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6899/stat : 6899 (java) S 6885 6888 2471 0 -1 1077944384 38325 0 0 0 30 6 0 0 20 0 22 0 2521426 11434893312 545014 33554432000 4194304 4196468 140725224554304 140699958705008 140700819536514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6900] ppid=6885 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6900/stat : 6900 (java) S 6885 6888 2471 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 22 0 2521427 11434893312 545014 33554432000 4194304 4196468 140725224554304 140699957650976 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6901] ppid=6885 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6901/stat : 6901 (java) S 6885 6888 2471 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 22 0 2521427 11434893312 545014 33554432000 4194304 4196468 140725224554304 140699956598128 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6902] ppid=6885 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6902/stat : 6902 (java) S 6885 6888 2471 0 -1 1077944384 101 0 0 0 0 0 0 0 20 0 22 0 2521431 11434893312 545014 33554432000 4194304 4196468 140725224554304 140699955546448 140700819543963 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6903] ppid=6885 vsize=11166888 CPUtime=0.84 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6903/stat : 6903 (java) S 6885 6888 2471 0 -1 1077944384 5699 0 0 0 83 1 0 0 20 0 22 0 2521431 11434893312 545014 33554432000 4194304 4196468 140725224554304 140699954493808 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6904] ppid=6885 vsize=11166888 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6904/stat : 6904 (java) S 6885 6888 2471 0 -1 1077944384 3282 0 0 0 78 0 0 0 20 0 22 0 2521431 11434893312 545014 33554432000 4194304 4196468 140725224554304 140699953441008 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6905] ppid=6885 vsize=11166888 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6905/stat : 6905 (java) S 6885 6888 2471 0 -1 1077944384 5438 0 0 0 87 1 0 0 20 0 22 0 2521431 11434893312 545014 33554432000 4194304 4196468 140725224554304 140699952388208 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6906] ppid=6885 vsize=11166888 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6906/stat : 6906 (java) S 6885 6888 2471 0 -1 1077944384 4909 0 0 0 39 1 0 0 20 0 22 0 2521431 11434893312 545014 33554432000 4194304 4196468 140725224554304 140699951335408 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6907] ppid=6885 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6907/stat : 6907 (java) S 6885 6888 2471 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2521431 11434893312 545014 33554432000 4194304 4196468 140725224554304 140699950283872 140700819535573 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
[pid=6888/tid=6908] ppid=6885 vsize=11166888 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/6888/task/6908/stat : 6908 (java) S 6885 6888 2471 0 -1 1077944384 2302 0 0 0 67 62 0 0 20 0 22 0 2521432 11434893312 545014 33554432000 4194304 4196468 140725224554304 140699949231152 140700819536514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18952192 140725224555691 140725224555844 140725224555844 140725224558543 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2345.07
CPU time (s): 2400.19
CPU user time (s): 2384.33
CPU system time (s): 15.8659
CPU usage (%): 102.35
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2384.33
system time used= 15.8659
maximum resident set size= 3364024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179762
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55802
involuntary context switches= 123567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8851 second user time and 19.4615 second system time

The end

Launcher Data

Begin job on node129 at 2017-07-21 23:29:01
IDJOB=4243446
IDBENCH=120898
IDSOLVER=2623
FILE ID=node129/4243446-1500672541
RUNJOBID= node129-1500669538-5816
PBS_JOBID= 20623291
Free space on /tmp= 61988 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueensKnights/QueensKnights-m1-s1/QueensKnights-015-05-mul.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243446-1500672541/watcher-4243446-1500672541 -o /tmp/evaluation-result-4243446-1500672541/solver-4243446-1500672541 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500669538-5816 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243446-1500672541.xml

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

MD5SUM BENCH= 86dd28169af4ac3903c2f1c5f979bbc0
RANDOM SEED=934547854

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

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

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2533.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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.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.96
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		: 2133.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		: 1867.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.96
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.96
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		: 1600.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:        32144012 kB
MemAvailable:   32051116 kB
Buffers:           56448 kB
Cached:           114820 kB
SwapCached:            0 kB
Active:           123224 kB
Inactive:         105088 kB
Active(anon):       2212 kB
Inactive(anon):    66208 kB
Active(file):     121012 kB
Inactive(file):    38880 kB
Unevictable:        5792 kB
Mlocked:            5792 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:         72412 kB
Mapped:            28672 kB
Shmem:              8844 kB
Slab:              93200 kB
SReclaimable:      60732 kB
SUnreclaim:        32468 kB
KernelStack:        4432 kB
PageTables:         4632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     307900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61984 MiB
End job on node129 at 2017-07-22 00:08:06