Trace number 4244047

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.16 2388.48

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s04/
Blackhole-4-04-9_X2.xml
MD5SUMe9d0a4cd59366da39c3f7cdf7e8fed32
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.227705
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints432
Number of domains4
Minimum domain size1
Maximum domain size16
Distribution of domain sizes[{"size":1,"count":2},{"size":4,"count":16},{"size":8,"count":15},{"size":16,"count":30}]
Minimum variable degree0
Maximum variable degree32
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":17},{"degree":3,"count":14},{"degree":16,"count":1},{"degree":17,"count":10},{"degree":18,"count":5},{"degree":32,"count":16}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":432}]
Number of extensional constraints432
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":432}]
Optimization problemNO
Type of objective

Solver Data

1.51/0.63	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.51/0.63	c This is free software under the dual EPL/GNU LGPL licenses.
1.51/0.63	c See www.sat4j.org for details.
1.51/0.63	c That software uses the Rhino library from the Mozilla project.
1.51/0.63	c version CUSTOM.v20170705
1.51/0.63	c java.runtime.name	Java(TM) SE Runtime Environment
1.51/0.63	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.51/0.63	c java.vm.version	25.131-b11
1.51/0.63	c java.vm.vendor	Oracle Corporation
1.51/0.63	c sun.arch.data.model	64
1.51/0.63	c java.version		1.8.0_131
1.51/0.63	c os.name		Linux
1.51/0.63	c os.version		3.10.0-514.16.1.el7.x86_64
1.51/0.63	c os.arch		amd64
1.51/0.63	c Free memory 		499604488
1.51/0.63	c Max memory 		7247757312
1.51/0.63	c Total memory 		504889344
1.51/0.63	c Number of processors 	8
1.51/0.63	c c --- Begin Solver configuration ---
1.51/0.63	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.51/0.63	c Learn all clauses as in MiniSAT
1.51/0.63	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.51/0.63	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.51/0.63	c No reason simplification
1.51/0.63	c Glucose 2.1 dynamic restart strategy
1.51/0.63	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.51/0.63	c timeout=2147483s
1.51/0.63	c DB Simplification allowed=false
1.51/0.63	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.51/0.63	c --- End Solver configuration ---
1.51/0.63	c constraints type 
1.51/0.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 122
1.51/0.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 51321
1.51/0.63	c org.sat4j.minisat.constraints.cnf.UnitClauses => 2
1.51/0.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13220
1.51/0.63	c org.sat4j.specs.Constr$1 => 3212
1.51/0.63	c org.sat4j.minisat.constraints.cnf.UnitClause => 143
1.51/0.63	c 68020 constraints processed.
2400.08/2388.41	c starts		: 6820
2400.08/2388.41	c conflicts		: 4068933
2400.08/2388.41	c decisions		: 5004769
2400.08/2388.41	c propagations		: 165533969
2400.08/2388.41	c inspects		: 49288644389
2400.08/2388.41	c shortcuts		: 0
2400.08/2388.41	c learnt literals	: 7
2400.08/2388.41	c learnt binary clauses	: 150
2400.08/2388.41	c learnt ternary clauses	: 204
2400.08/2388.41	c learnt constraints	: 4068926
2400.08/2388.41	c ignored constraints	: 0
2400.08/2388.41	c root simplifications	: 0
2400.08/2388.41	c removed literals (reason simplification)	: 0
2400.08/2388.41	c reason swapping (by a shorter reason)	: 0
2400.08/2388.41	c Calls to reduceDB	: 85
2400.08/2388.41	c Number of update (reduction) of LBD	: 1714653
2400.08/2388.41	c Imported unit clauses	: 0
2400.08/2388.41	c number of reductions to clauses (during analyze)	: 0
2400.08/2388.41	c number of learned constraints concerned by reduction	: 0
2400.08/2388.41	c number of learning phase by resolution	: 0
2400.08/2388.41	c number of learning phase by cutting planes	: 0
2400.08/2388.41	c number of rounding to 1 operations	: 0
2400.08/2388.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.08/2388.41	c number of reductions of the coefficients by power 2 	: 0
2400.08/2388.41	c number of right shift for reduction by power 2 	: 0
2400.08/2388.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.08/2388.41	c speed (assignments/second)	: 69325.61443184555
2400.08/2388.41	c non guided choices	12669
2400.08/2388.46	c learnt constraints type 
2400.08/2388.46	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 150
2400.08/2388.46	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 161796
2400.08/2388.46	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-4244047-1500679369/watcher-4244047-1500679369 -o /tmp/evaluation-result-4244047-1500679369/solver-4244047-1500679369 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500672434-13136 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244047-1500679369.xml 

pid=14687
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 2.09 2.08 2.22 3/262 14690
/proc/meminfo: memFree=30892236/32770624 swapFree=5960/208560
[pid=14690] ppid=14687 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 2039 0 0 0 0 0 0 0 20 0 2 0 3201766 8550137856 2262 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16784584 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2087436 2262 1197 1 0 2076347 0
[pid=14690/tid=14691] ppid=14687 vsize=8349744 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) R 14687 14690 9826 0 -1 4202560 837 0 0 0 0 0 0 0 20 0 2 0 3201766 8550137856 2394 33554432000 4194304 4196468 140737449672368 140089542281632 140089530328992 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0

[startup+0.100135 s]
/proc/loadavg: 2.09 2.08 2.22 3/262 14690
/proc/meminfo: memFree=30892236/32770624 swapFree=5960/208560
[pid=14690] ppid=14687 vsize=10900556 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 5051 0 0 0 9 1 0 0 20 0 20 0 3201766 11162169344 6636 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2725139 6636 2638 1 0 2713552 0
[pid=14690/tid=14691] ppid=14687 vsize=10900556 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) S 14687 14690 9826 0 -1 1077944384 3131 0 0 0 8 0 0 0 20 0 20 0 3201766 11162169344 6636 33554432000 4194304 4196468 140737449672368 140089542272752 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.20041 s]
/proc/loadavg: 2.09 2.08 2.22 3/262 14690
/proc/meminfo: memFree=30892236/32770624 swapFree=5960/208560
[pid=14690] ppid=14687 vsize=10900556 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 7170 0 0 0 24 2 0 0 20 0 20 0 3201766 11162169344 8432 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2725139 8497 2854 1 0 2713552 0
[pid=14690/tid=14691] ppid=14687 vsize=10900556 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) R 14687 14690 9826 0 -1 4202560 4831 0 0 0 17 1 0 0 20 0 20 0 3201766 11162169344 8497 33554432000 4194304 4196468 140737449672368 140089542254288 140089522120030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300323 s]
/proc/loadavg: 2.09 2.08 2.22 3/262 14690
/proc/meminfo: memFree=30892236/32770624 swapFree=5960/208560
[pid=14690] ppid=14687 vsize=10900556 CPUtime=0.44 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 8496 0 0 0 41 3 0 0 20 0 20 0 3201766 11162169344 10654 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2725139 10654 2983 1 0 2713552 0
[pid=14690/tid=14691] ppid=14687 vsize=10900556 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) R 14687 14690 9826 0 -1 4202560 5458 0 0 0 26 1 0 0 20 0 20 0 3201766 11162169344 10654 33554432000 4194304 4196468 140737449672368 140089542267552 140089522120030 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700234 s]
/proc/loadavg: 2.09 2.08 2.22 3/262 14690
/proc/meminfo: memFree=30892236/32770624 swapFree=5960/208560
[pid=14690] ppid=14687 vsize=10967196 CPUtime=1.95 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 13435 0 0 0 190 5 0 0 20 0 21 0 3201766 11230408704 27915 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2741799 27915 3093 1 0 2730193 0
[pid=14690/tid=14691] ppid=14687 vsize=10967196 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) R 14687 14690 9826 0 -1 4202560 5953 0 0 0 65 3 0 0 20 0 21 0 3201766 11230408704 27915 33554432000 4194304 4196468 140737449672368 140089542276072 140089169967452 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 10967196

[startup+1.50078 s]
/proc/loadavg: 2.09 2.08 2.22 7/283 14711
/proc/meminfo: memFree=30775944/32770624 swapFree=5960/208244
[pid=14690] ppid=14687 vsize=10967196 CPUtime=3.79 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 23322 0 0 0 372 7 0 0 20 0 21 0 3201766 11230408704 33829 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2741799 33829 3103 1 0 2730193 0
[pid=14690/tid=14691] ppid=14687 vsize=10967196 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) R 14687 14690 9826 0 -1 4202560 6352 0 0 0 144 3 0 0 20 0 21 0 3201766 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089542278120 140089170165144 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14693] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14693/stat : 14693 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089490660240 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14694] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14694/stat : 14694 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089489607440 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14695] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14695/stat : 14695 (java) S 14687 14690 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089488555152 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14696] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14696/stat : 14696 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089487502352 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14697] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14697/stat : 14697 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089486449040 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14698] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14698/stat : 14698 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089139845392 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14699] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14699/stat : 14699 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089138793104 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14700] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14700/stat : 14700 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201768 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089137740304 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14701] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14701/stat : 14701 (java) S 14687 14690 9826 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 21 0 3201769 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089013291632 140089538050690 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14702] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14702/stat : 14702 (java) S 14687 14690 9826 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3201770 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089012237600 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14703] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14703/stat : 14703 (java) S 14687 14690 9826 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3201770 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089011185264 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14704] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14704/stat : 14704 (java) S 14687 14690 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3201774 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089010133584 140089538058139 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14705] ppid=14687 vsize=10967196 CPUtime=0.72 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14705/stat : 14705 (java) S 14687 14690 9826 0 -1 1077944384 8405 0 0 0 71 1 0 0 20 0 21 0 3201774 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089009080432 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14706] ppid=14687 vsize=10967196 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14706/stat : 14706 (java) S 14687 14690 9826 0 -1 1077944384 2210 0 0 0 52 0 0 0 20 0 21 0 3201774 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089008027632 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14707] ppid=14687 vsize=10967196 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14707/stat : 14707 (java) S 14687 14690 9826 0 -1 1077944384 2770 0 0 0 64 1 0 0 20 0 21 0 3201774 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089006975344 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14708] ppid=14687 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14708/stat : 14708 (java) S 14687 14690 9826 0 -1 1077944384 2169 0 0 0 38 0 0 0 20 0 21 0 3201774 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089005922544 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14709] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14709/stat : 14709 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201775 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089004870496 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14710] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14710/stat : 14710 (java) S 14687 14690 9826 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 21 0 3201775 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089003817776 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14711] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14711/stat : 14711 (java) S 14687 14690 9826 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3201830 11230408704 33829 33554432000 4194304 4196468 140737449672368 140089002763824 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
Current children cumulated CPU time (s) 3.79
Current children cumulated vsize (KiB) 10967196

[startup+3.10086 s]
/proc/loadavg: 2.09 2.08 2.22 3/283 14711
/proc/meminfo: memFree=30763528/32770624 swapFree=5960/208252
[pid=14690] ppid=14687 vsize=10967196 CPUtime=5.49 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 23954 0 0 0 542 7 0 0 20 0 21 0 3201766 11230408704 35884 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2741799 35884 3103 1 0 2730193 0
[pid=14690/tid=14691] ppid=14687 vsize=10967196 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) R 14687 14690 9826 0 -1 4202560 6418 0 0 0 304 3 0 0 20 0 21 0 3201766 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089542276216 140089170165126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14693] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14693/stat : 14693 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089490660240 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14694] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14694/stat : 14694 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089489607440 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14695] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14695/stat : 14695 (java) S 14687 14690 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089488555152 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14696] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14696/stat : 14696 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089487502352 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14697] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14697/stat : 14697 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089486449040 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14698] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14698/stat : 14698 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089139845392 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14699] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14699/stat : 14699 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089138793104 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14700] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14700/stat : 14700 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201768 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089137740304 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14701] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14701/stat : 14701 (java) S 14687 14690 9826 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3201769 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089013291632 140089538050690 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14702] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14702/stat : 14702 (java) S 14687 14690 9826 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3201770 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089012237600 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14703] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14703/stat : 14703 (java) S 14687 14690 9826 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3201770 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089011185264 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14704] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14704/stat : 14704 (java) S 14687 14690 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3201774 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089010133584 140089538058139 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14705] ppid=14687 vsize=10967196 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14705/stat : 14705 (java) S 14687 14690 9826 0 -1 1077944384 8889 0 0 0 78 1 0 0 20 0 21 0 3201774 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089009080432 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14706] ppid=14687 vsize=10967196 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14706/stat : 14706 (java) S 14687 14690 9826 0 -1 1077944384 2211 0 0 0 54 0 0 0 20 0 21 0 3201774 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089008027632 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14707] ppid=14687 vsize=10967196 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14707/stat : 14707 (java) S 14687 14690 9826 0 -1 1077944384 2799 0 0 0 66 1 0 0 20 0 21 0 3201774 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089006975344 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14708] ppid=14687 vsize=10967196 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14708/stat : 14708 (java) S 14687 14690 9826 0 -1 1077944384 2180 0 0 0 38 0 0 0 20 0 21 0 3201774 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089005922544 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14709] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14709/stat : 14709 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201775 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089004870496 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14710] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14710/stat : 14710 (java) S 14687 14690 9826 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3201775 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089003817776 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14711] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14711/stat : 14711 (java) S 14687 14690 9826 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3201830 11230408704 35884 33554432000 4194304 4196468 140737449672368 140089002763824 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
Current children cumulated CPU time (s) 5.49
Current children cumulated vsize (KiB) 10967196

[startup+6.30082 s]
/proc/loadavg: 2.08 2.08 2.22 3/283 14711
/proc/meminfo: memFree=30746560/32770624 swapFree=5960/208260
[pid=14690] ppid=14687 vsize=10967196 CPUtime=8.77 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 26224 0 0 0 870 7 0 0 20 0 21 0 3201766 11230408704 40120 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2741799 40120 3116 1 0 2730193 0
[pid=14690/tid=14691] ppid=14687 vsize=10967196 CPUtime=6.27 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) R 14687 14690 9826 0 -1 4202560 6762 0 0 0 624 3 0 0 20 0 21 0 3201766 11230408704 40120 33554432000 4194304 4196468 140737449672368 140089542275392 140089167526927 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14693] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14693/stat : 14693 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 40120 33554432000 4194304 4196468 140737449672368 140089490660240 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14694] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14694/stat : 14694 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 40120 33554432000 4194304 4196468 140737449672368 140089489607440 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14695] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14695/stat : 14695 (java) S 14687 14690 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 40120 33554432000 4194304 4196468 140737449672368 140089488555152 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14696] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14696/stat : 14696 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 40120 33554432000 4194304 4196468 140737449672368 140089487502352 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14697] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14697/stat : 14697 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 40120 33554432000 4194304 4196468 140737449672368 140089486449040 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14698] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14698/stat : 14698 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 40120 33554432000 4194304 4196468 140737449672368 140089139845392 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14699] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14699/stat : 14699 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201767 11230408704 40120 33554432000 4194304 4196468 140737449672368 140089138793104 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14700] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14700/stat : 14700 (java) S 14687 14690 9826 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 3201768 11230408704 40120 33554432000 4194304 4196468 140737449672368 140089137740304 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14701] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14701/stat : 14701 (java) S 14687 14690 9826 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 21 0 3201769 11230408704 40120 33554432000 4194304 4196468 140737449672368 140089013291632 140089538050690 0 0 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14702] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=14690/tid=14709] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14709/stat : 14709 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201775 11230408704 189201 33554432000 4194304 4196468 140737449672368 140089004870496 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14710] ppid=14687 vsize=10967196 CPUtime=1.18 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14710/stat : 14710 (java) S 14687 14690 9826 0 -1 1077944384 2253 0 0 0 55 63 0 0 20 0 21 0 3201775 11230408704 189201 33554432000 4194304 4196468 140737449672368 140089003817776 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14711] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14711/stat : 14711 (java) S 14687 14690 9826 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3201830 11230408704 189201 33554432000 4194304 4196468 140737449672368 140089002763824 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
Current children cumulated CPU time (s) 2333.94
Current children cumulated vsize (KiB) 10967196

[startup+2382.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/283 14896
/proc/meminfo: memFree=29575292/32770624 swapFree=5960/210632
[pid=14690] ppid=14687 vsize=10967196 CPUtime=2394.15 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 71695 0 0 0 239016 399 0 0 20 0 21 0 3201766 11230408704 184896 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2741799 184896 3164 1 0 2730193 0
[pid=14690/tid=14691] ppid=14687 vsize=10967196 CPUtime=2379.74 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) R 14687 14690 9826 0 -1 4202560 18134 0 0 0 237968 6 0 0 20 0 21 0 3201766 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089542278480 140089166735258 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14693] ppid=14687 vsize=10967196 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14693/stat : 14693 (java) S 14687 14690 9826 0 -1 1077944384 2052 0 0 0 85 41 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089490660240 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14694] ppid=14687 vsize=10967196 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14694/stat : 14694 (java) S 14687 14690 9826 0 -1 1077944384 1571 0 0 0 89 41 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089489607440 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14695] ppid=14687 vsize=10967196 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14695/stat : 14695 (java) S 14687 14690 9826 0 -1 1077944384 2009 0 0 0 85 40 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089488555152 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14696] ppid=14687 vsize=10967196 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14696/stat : 14696 (java) S 14687 14690 9826 0 -1 1077944384 1924 0 0 0 85 40 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089487502352 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14697] ppid=14687 vsize=10967196 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14697/stat : 14697 (java) S 14687 14690 9826 0 -1 1077944384 1547 0 0 0 87 40 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089486449040 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14698] ppid=14687 vsize=10967196 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14698/stat : 14698 (java) S 14687 14690 9826 0 -1 1077944384 3501 0 0 0 88 40 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089139845392 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14699] ppid=14687 vsize=10967196 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14699/stat : 14699 (java) S 14687 14690 9826 0 -1 1077944384 4969 0 0 0 89 41 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089138793104 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14700] ppid=14687 vsize=10967196 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14700/stat : 14700 (java) S 14687 14690 9826 0 -1 1077944384 2021 0 0 0 85 40 0 0 20 0 21 0 3201768 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089137740304 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14701] ppid=14687 vsize=10967196 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14701/stat : 14701 (java) S 14687 14690 9826 0 -1 1077944384 7252 0 0 0 11 4 0 0 20 0 21 0 3201769 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089013291632 140089538050690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14702] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14702/stat : 14702 (java) S 14687 14690 9826 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 21 0 3201770 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089012237600 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14703] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14703/stat : 14703 (java) S 14687 14690 9826 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 3201770 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089011185264 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14704] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14704/stat : 14704 (java) S 14687 14690 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3201774 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089010133584 140089538058139 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14705] ppid=14687 vsize=10967196 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14705/stat : 14705 (java) S 14687 14690 9826 0 -1 1077944384 9944 0 0 0 92 2 0 0 20 0 21 0 3201774 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089009080432 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14706] ppid=14687 vsize=10967196 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14706/stat : 14706 (java) S 14687 14690 9826 0 -1 1077944384 3080 0 0 0 57 1 0 0 20 0 21 0 3201774 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089008027632 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14707] ppid=14687 vsize=10967196 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14707/stat : 14707 (java) S 14687 14690 9826 0 -1 1077944384 5873 0 0 0 81 1 0 0 20 0 21 0 3201774 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089006975344 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14708] ppid=14687 vsize=10967196 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14708/stat : 14708 (java) S 14687 14690 9826 0 -1 1077944384 4055 0 0 0 40 1 0 0 20 0 21 0 3201774 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089005922544 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14709] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14709/stat : 14709 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201775 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089004870496 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14710] ppid=14687 vsize=10967196 CPUtime=1.21 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14710/stat : 14710 (java) S 14687 14690 9826 0 -1 1077944384 2285 0 0 0 56 65 0 0 20 0 21 0 3201775 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089003817776 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14711] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14711/stat : 14711 (java) S 14687 14690 9826 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3201830 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089002763824 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
Current children cumulated CPU time (s) 2394.15
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.21 s]
/proc/loadavg: 2.07 2.05 2.05 3/283 14896
/proc/meminfo: memFree=29563752/32770624 swapFree=5960/210640
[pid=14690] ppid=14687 vsize=10967196 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 71697 0 0 0 239607 399 0 0 20 0 21 0 3201766 11230408704 184896 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2741799 184896 3164 1 0 2730193 0
[pid=14690/tid=14691] ppid=14687 vsize=10967196 CPUtime=2385.65 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) R 14687 14690 9826 0 -1 4202560 18136 0 0 0 238559 6 0 0 20 0 21 0 3201766 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089542278480 140089170286016 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14693] ppid=14687 vsize=10967196 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14693/stat : 14693 (java) S 14687 14690 9826 0 -1 1077944384 2052 0 0 0 85 41 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089490660240 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14694] ppid=14687 vsize=10967196 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14694/stat : 14694 (java) S 14687 14690 9826 0 -1 1077944384 1571 0 0 0 89 41 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089489607440 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14695] ppid=14687 vsize=10967196 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14695/stat : 14695 (java) S 14687 14690 9826 0 -1 1077944384 2009 0 0 0 85 40 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089488555152 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14696] ppid=14687 vsize=10967196 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14696/stat : 14696 (java) S 14687 14690 9826 0 -1 1077944384 1924 0 0 0 85 40 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089487502352 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14697] ppid=14687 vsize=10967196 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14697/stat : 14697 (java) S 14687 14690 9826 0 -1 1077944384 1547 0 0 0 87 40 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089486449040 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14698] ppid=14687 vsize=10967196 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14698/stat : 14698 (java) S 14687 14690 9826 0 -1 1077944384 3501 0 0 0 88 40 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089139845392 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14699] ppid=14687 vsize=10967196 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14699/stat : 14699 (java) S 14687 14690 9826 0 -1 1077944384 4969 0 0 0 89 41 0 0 20 0 21 0 3201767 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089138793104 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14700] ppid=14687 vsize=10967196 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14700/stat : 14700 (java) S 14687 14690 9826 0 -1 1077944384 2021 0 0 0 85 40 0 0 20 0 21 0 3201768 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089137740304 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14701] ppid=14687 vsize=10967196 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14701/stat : 14701 (java) S 14687 14690 9826 0 -1 1077944384 7252 0 0 0 11 4 0 0 20 0 21 0 3201769 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089013291632 140089538050690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14702] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14702/stat : 14702 (java) S 14687 14690 9826 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 21 0 3201770 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089012237600 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14703] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14703/stat : 14703 (java) S 14687 14690 9826 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 21 0 3201770 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089011185264 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14704] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14704/stat : 14704 (java) S 14687 14690 9826 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3201774 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089010133584 140089538058139 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14705] ppid=14687 vsize=10967196 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14705/stat : 14705 (java) S 14687 14690 9826 0 -1 1077944384 9944 0 0 0 92 2 0 0 20 0 21 0 3201774 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089009080432 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14706] ppid=14687 vsize=10967196 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14706/stat : 14706 (java) S 14687 14690 9826 0 -1 1077944384 3080 0 0 0 57 1 0 0 20 0 21 0 3201774 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089008027632 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14707] ppid=14687 vsize=10967196 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14707/stat : 14707 (java) S 14687 14690 9826 0 -1 1077944384 5873 0 0 0 81 1 0 0 20 0 21 0 3201774 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089006975344 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14708] ppid=14687 vsize=10967196 CPUtime=0.41 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14708/stat : 14708 (java) S 14687 14690 9826 0 -1 1077944384 4055 0 0 0 40 1 0 0 20 0 21 0 3201774 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089005922544 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14709] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14709/stat : 14709 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3201775 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089004870496 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14710] ppid=14687 vsize=10967196 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14710/stat : 14710 (java) S 14687 14690 9826 0 -1 1077944384 2285 0 0 0 57 65 0 0 20 0 21 0 3201775 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089003817776 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14711] ppid=14687 vsize=10967196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14711/stat : 14711 (java) S 14687 14690 9826 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3201830 11230408704 184896 33554432000 4194304 4196468 140737449672368 140089002763824 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
Current children cumulated CPU time (s) 2400.06
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 14690 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2388.4 s]
/proc/loadavg: 2.07 2.05 2.05 3/283 14896
/proc/meminfo: memFree=29563752/32770624 swapFree=5960/210640
[pid=14690] ppid=14687 vsize=11166888 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/14690/stat : 14690 (java) S 14687 14690 9826 0 -1 1077944320 72012 0 0 0 239608 400 0 0 20 0 22 0 3201766 11434893312 184930 33554432000 4194304 4196468 140737449672368 140737449654912 140089538039543 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
/proc/14690/statm: 2791722 184930 3167 1 0 2780116 0
[pid=14690/tid=14691] ppid=14687 vsize=11166888 CPUtime=2385.65 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14691/stat : 14691 (java) S 14687 14690 9826 0 -1 1077944384 18182 0 0 0 238559 6 0 0 20 0 22 0 3201766 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089542282416 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14693] ppid=14687 vsize=11166888 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14693/stat : 14693 (java) S 14687 14690 9826 0 -1 1077944384 2052 0 0 0 85 41 0 0 20 0 22 0 3201767 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089490660240 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14694] ppid=14687 vsize=11166888 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14694/stat : 14694 (java) S 14687 14690 9826 0 -1 1077944384 1571 0 0 0 89 41 0 0 20 0 22 0 3201767 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089489607440 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14695] ppid=14687 vsize=11166888 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14695/stat : 14695 (java) S 14687 14690 9826 0 -1 1077944384 2009 0 0 0 85 40 0 0 20 0 22 0 3201767 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089488555152 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14696] ppid=14687 vsize=11166888 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14696/stat : 14696 (java) S 14687 14690 9826 0 -1 1077944384 1924 0 0 0 85 40 0 0 20 0 22 0 3201767 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089487502352 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14697] ppid=14687 vsize=11166888 CPUtime=1.27 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14697/stat : 14697 (java) S 14687 14690 9826 0 -1 1077944384 1547 0 0 0 87 40 0 0 20 0 22 0 3201767 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089486449040 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14698] ppid=14687 vsize=11166888 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14698/stat : 14698 (java) S 14687 14690 9826 0 -1 1077944384 3501 0 0 0 88 40 0 0 20 0 22 0 3201767 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089139845392 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14699] ppid=14687 vsize=11166888 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14699/stat : 14699 (java) S 14687 14690 9826 0 -1 1077944384 4969 0 0 0 89 41 0 0 20 0 22 0 3201767 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089138793104 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14700] ppid=14687 vsize=11166888 CPUtime=1.25 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14700/stat : 14700 (java) S 14687 14690 9826 0 -1 1077944384 2021 0 0 0 85 40 0 0 20 0 22 0 3201768 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089137740304 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14701] ppid=14687 vsize=11166888 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14701/stat : 14701 (java) S 14687 14690 9826 0 -1 1077944384 7252 0 0 0 11 4 0 0 20 0 22 0 3201769 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089013291632 140089538050690 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14702] ppid=14687 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14702/stat : 14702 (java) S 14687 14690 9826 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 22 0 3201770 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089012237600 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14703] ppid=14687 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14703/stat : 14703 (java) S 14687 14690 9826 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 22 0 3201770 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089011185264 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14704] ppid=14687 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14704/stat : 14704 (java) S 14687 14690 9826 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 22 0 3201774 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089010133584 140089538058139 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14705] ppid=14687 vsize=11166888 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14705/stat : 14705 (java) S 14687 14690 9826 0 -1 1077944384 9944 0 0 0 92 2 0 0 20 0 22 0 3201774 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089009080432 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14706] ppid=14687 vsize=11166888 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14706/stat : 14706 (java) S 14687 14690 9826 0 -1 1077944384 3080 0 0 0 57 1 0 0 20 0 22 0 3201774 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089008027632 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14707] ppid=14687 vsize=11166888 CPUtime=0.82 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14707/stat : 14707 (java) S 14687 14690 9826 0 -1 1077944384 5873 0 0 0 81 1 0 0 20 0 22 0 3201774 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089006975344 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14708] ppid=14687 vsize=11166888 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14708/stat : 14708 (java) S 14687 14690 9826 0 -1 1077944384 4112 0 0 0 41 1 0 0 20 0 22 0 3201774 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089005922544 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14709] ppid=14687 vsize=11166888 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14709/stat : 14709 (java) S 14687 14690 9826 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3201775 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089004870496 140089538049749 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
[pid=14690/tid=14710] ppid=14687 vsize=11166888 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/14690/task/14710/stat : 14710 (java) S 14687 14690 9826 0 -1 1077944384 2285 0 0 0 57 65 0 0 20 0 22 0 3201775 11434893312 184930 33554432000 4194304 4196468 140737449672368 140089003817776 140089538050690 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18534400 140737449673899 140737449674052 140737449674052 140737449676751 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2388.48
CPU time (s): 2400.16
CPU user time (s): 2396.15
CPU system time (s): 4.00755
CPU usage (%): 100.489
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.15
system time used= 4.00755
maximum resident set size= 867188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72301
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1800
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55286
involuntary context switches= 121440

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9426 second user time and 21.6444 second system time

The end

Launcher Data

Begin job on node149 at 2017-07-22 01:22:49
IDJOB=4244047
IDBENCH=134541
IDSOLVER=2623
FILE ID=node149/4244047-1500679369
RUNJOBID= node149-1500672434-13136
PBS_JOBID= 20623272
Free space on /tmp= 62024 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s04/Blackhole-4-04-9_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244047-1500679369/watcher-4244047-1500679369 -o /tmp/evaluation-result-4244047-1500679369/solver-4244047-1500679369 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500672434-13136 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244047-1500679369.xml

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

MD5SUM BENCH= e9d0a4cd59366da39c3f7cdf7e8fed32
RANDOM SEED=819745413

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

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

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

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

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

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

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

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

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

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

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

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

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

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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:        30891624 kB
MemAvailable:   30910820 kB
Buffers:           43280 kB
Cached:           284612 kB
SwapCached:            0 kB
Active:          1283496 kB
Inactive:         217224 kB
Active(anon):    1174956 kB
Inactive(anon):     8684 kB
Active(file):     108540 kB
Inactive(file):   208540 kB
Unevictable:        5960 kB
Mlocked:            5960 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1476 kB
Writeback:             0 kB
AnonPages:       1105924 kB
Mapped:            42368 kB
Shmem:              8848 kB
Slab:              68636 kB
SReclaimable:      35900 kB
SUnreclaim:        32736 kB
KernelStack:        4880 kB
PageTables:         7408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1785112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1009664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 62020 MiB
End job on node149 at 2017-07-22 02:02:37