Trace number 4244032

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-05UNSAT 69.617 54.8619

General information on the benchmark

NamePigeonsPlus/PigeonsPlus-m1-s1/
pigeonsPlus-07-05.xml
MD5SUMa282a8fb153ed79554c4eff8d77ac5b6
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.23328599
Satisfiable
(Un)Satisfiability was proved
Number of variables42
Number of constraints35
Number of domains2
Minimum domain size6
Maximum domain size7
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":35}]
Minimum variable degree1
Maximum variable degree7
Distribution of variable degrees[{"degree":1,"count":28},{"degree":2,"count":7},{"degree":7,"count":7}]
Minimum constraint arity2
Maximum constraint arity5
Distribution of constraint arities[{"arity":2,"count":28},{"arity":5,"count":7}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35}]
Optimization problemNO
Type of objective

Solver Data

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

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-4244032-1500679321/watcher-4244032-1500679321 -o /tmp/evaluation-result-4244032-1500679321/solver-4244032-1500679321 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node130-1500676954-7133 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244032-1500679321.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.78 2.36 2.68 3/262 7546
/proc/meminfo: memFree=26930936/32770624 swapFree=5700/239148
[pid=7546] ppid=7543 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 2029 0 0 0 0 0 0 0 20 0 2 0 3199654 8550137856 2244 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2087436 2310 1197 1 0 2076347 0
[pid=7546/tid=7547] ppid=7543 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) R 7543 7546 7102 0 -1 4202560 824 0 0 0 0 0 0 0 20 0 2 0 3199654 8550137856 2376 33554432000 4194304 4196468 140724696878160 139875816823200 139875804870560 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0

[startup+0.100146 s]
/proc/loadavg: 2.78 2.36 2.68 3/262 7546
/proc/meminfo: memFree=26930936/32770624 swapFree=5700/239148
[pid=7546] ppid=7543 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 5004 0 0 0 9 1 0 0 20 0 20 0 3199654 11162169344 6554 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2725139 6554 2634 1 0 2713552 0
[pid=7546/tid=7547] ppid=7543 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) R 7543 7546 7102 0 -1 4202560 3076 0 0 0 7 1 0 0 20 0 20 0 3199654 11162169344 6554 33554432000 4194304 4196468 140724696878160 139875816810352 139875796661598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.20047 s]
/proc/loadavg: 2.78 2.36 2.68 3/262 7546
/proc/meminfo: memFree=26930936/32770624 swapFree=5700/239148
[pid=7546] ppid=7543 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 7145 0 0 0 24 2 0 0 20 0 20 0 3199654 11162169344 8931 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2725139 8931 2868 1 0 2713552 0
[pid=7546/tid=7547] ppid=7543 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) R 7543 7546 7102 0 -1 4202560 4805 0 0 0 16 2 0 0 20 0 20 0 3199654 11162169344 8931 33554432000 4194304 4196468 140724696878160 139875816821720 139875812603037 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.30038 s]
/proc/loadavg: 2.78 2.36 2.68 3/262 7546
/proc/meminfo: memFree=26930936/32770624 swapFree=5700/239148
[pid=7546] ppid=7543 vsize=10900632 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 8585 0 0 0 41 4 0 0 20 0 20 0 3199654 11162247168 10747 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2725158 10747 3015 1 0 2713552 0
[pid=7546/tid=7547] ppid=7543 vsize=10900632 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) R 7543 7546 7102 0 -1 4202560 5588 0 0 0 25 2 0 0 20 0 20 0 3199654 11162247168 10747 33554432000 4194304 4196468 140724696878160 139875816816608 139875796661598 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 10900632

[startup+0.70021 s]
/proc/loadavg: 2.78 2.36 2.68 3/262 7546
/proc/meminfo: memFree=26930936/32770624 swapFree=5700/239148
[pid=7546] ppid=7543 vsize=10900632 CPUtime=2.11 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 14265 0 0 0 205 6 0 0 20 0 20 0 3199654 11162247168 34857 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2725158 34857 3103 1 0 2713552 0
[pid=7546/tid=7547] ppid=7543 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) R 7543 7546 7102 0 -1 4202560 5952 0 0 0 63 4 0 0 20 0 20 0 3199654 11162247168 34857 33554432000 4194304 4196468 140724696878160 139875816813912 139875798650758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 10900632

[startup+1.50086 s]
/proc/loadavg: 2.78 2.36 2.68 6/282 7566
/proc/meminfo: memFree=26695120/32770624 swapFree=5700/239176
[pid=7546] ppid=7543 vsize=10900632 CPUtime=4.93 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 21844 0 0 0 455 38 0 0 20 0 20 0 3199654 11162247168 88423 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2725158 88423 3129 1 0 2713552 0
[pid=7546/tid=7547] ppid=7543 vsize=10900632 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) R 7543 7546 7102 0 -1 4202560 6011 0 0 0 130 5 0 0 20 0 20 0 3199654 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875816815656 139875793424176 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7549] ppid=7543 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 7102 0 -1 1077944384 32 0 0 0 4 2 0 0 20 0 20 0 3199655 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875749272464 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7550] ppid=7543 vsize=10900632 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 7102 0 -1 1077944384 84 0 0 0 6 5 0 0 20 0 20 0 3199655 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875748219664 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7551] ppid=7543 vsize=10900632 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 7102 0 -1 1077944384 27 0 0 0 3 1 0 0 20 0 20 0 3199655 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875747167376 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7552] ppid=7543 vsize=10900632 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 7102 0 -1 1077944384 85 0 0 0 4 4 0 0 20 0 20 0 3199655 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875746114576 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7553] ppid=7543 vsize=10900632 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 7102 0 -1 1077944384 87 0 0 0 4 5 0 0 20 0 20 0 3199655 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875745061264 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7554] ppid=7543 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 7102 0 -1 1077944384 77 0 0 0 4 2 0 0 20 0 20 0 3199655 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875414042896 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7555] ppid=7543 vsize=10900632 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 7102 0 -1 1077944384 65 0 0 0 4 2 0 0 20 0 20 0 3199655 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875412990608 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7556] ppid=7543 vsize=10900632 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 7102 0 -1 1077944384 107 0 0 0 6 4 0 0 20 0 20 0 3199655 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875411937808 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7557] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 7102 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 3199657 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875288038000 139875812592258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7558] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3199658 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875286983968 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7559] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3199658 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875285931632 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7560] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3199661 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875284879952 139875812599707 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7561] ppid=7543 vsize=10900632 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 7102 0 -1 1077944384 3385 0 0 0 87 0 0 0 20 0 20 0 3199661 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875283826800 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7562] ppid=7543 vsize=10900632 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 7102 0 -1 1077944384 3872 0 0 0 71 1 0 0 20 0 20 0 3199661 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875282774000 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7563] ppid=7543 vsize=10900632 CPUtime=0.92 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 7102 0 -1 1077944384 5282 0 0 0 92 0 0 0 20 0 20 0 3199661 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875281721712 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7564] ppid=7543 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 7102 0 -1 1077944384 1279 0 0 0 32 0 0 0 20 0 20 0 3199661 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875280668912 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7565] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3199661 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875279616864 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7566] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7566/stat : 7566 (java) S 7543 7546 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3199662 11162247168 88423 33554432000 4194304 4196468 140724696878160 139875278564144 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
Current children cumulated CPU time (s) 4.93
Current children cumulated vsize (KiB) 10900632

[startup+3.1008 s]
/proc/loadavg: 2.78 2.36 2.68 11/282 7566
/proc/meminfo: memFree=26358256/32770624 swapFree=5700/239176
[pid=7546] ppid=7543 vsize=10900632 CPUtime=8.92 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 24760 0 0 0 754 138 0 0 20 0 20 0 3199654 11162247168 216794 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2725158 216794 3134 1 0 2713552 0
[pid=7546/tid=7547] ppid=7543 vsize=10900632 CPUtime=2.62 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) S 7543 7546 7102 0 -1 1077944384 6939 0 0 0 253 9 0 0 20 0 20 0 3199654 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875816814960 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7549] ppid=7543 vsize=10900632 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7549/stat : 7549 (java) R 7543 7546 7102 0 -1 4202560 175 0 0 0 23 14 0 0 20 0 20 0 3199655 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875749272664 139875797029326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7550] ppid=7543 vsize=10900632 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7550/stat : 7550 (java) R 7543 7546 7102 0 -1 4202560 353 0 0 0 26 15 0 0 20 0 20 0 3199655 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875748219864 139875797608994 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7551] ppid=7543 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7551/stat : 7551 (java) R 7543 7546 7102 0 -1 4202560 202 0 0 0 22 13 0 0 20 0 20 0 3199655 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875747167264 139875805684723 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7552] ppid=7543 vsize=10900632 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7552/stat : 7552 (java) R 7543 7546 7102 0 -1 4202560 310 0 0 0 23 17 0 0 20 0 20 0 3199655 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875746114776 139875797029072 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7553] ppid=7543 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7553/stat : 7553 (java) R 7543 7546 7102 0 -1 4202560 192 0 0 0 19 16 0 0 20 0 20 0 3199655 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875745061464 139875805684723 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7554] ppid=7543 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7554/stat : 7554 (java) R 7543 7546 7102 0 -1 4202560 213 0 0 0 20 15 0 0 20 0 20 0 3199655 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875414043096 139875797608985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7555] ppid=7543 vsize=10900632 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7555/stat : 7555 (java) R 7543 7546 7102 0 -1 4202560 655 0 0 0 21 14 0 0 20 0 20 0 3199655 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875412989992 139875797029072 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7556] ppid=7543 vsize=10900632 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7556/stat : 7556 (java) R 7543 7546 7102 0 -1 4202560 279 0 0 0 25 17 0 0 20 0 20 0 3199655 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875411938008 139875797608985 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7557] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 7102 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 3199657 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875288036512 139875812591317 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7558] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3199658 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875286983968 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7559] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 3199658 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875285931632 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7560] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3199661 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875284879952 139875812599707 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7561] ppid=7543 vsize=10900632 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 7102 0 -1 1077944384 3427 0 0 0 107 0 0 0 20 0 20 0 3199661 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875283826800 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7562] ppid=7543 vsize=10900632 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 7102 0 -1 1077944384 3872 0 0 0 71 1 0 0 20 0 20 0 3199661 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875282774000 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7563] ppid=7543 vsize=10900632 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 7102 0 -1 1077944384 5291 0 0 0 104 0 0 0 20 0 20 0 3199661 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875281721712 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7564] ppid=7543 vsize=10900632 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 7102 0 -1 1077944384 1280 0 0 0 32 0 0 0 20 0 20 0 3199661 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875280668912 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7565] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3199661 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875279616864 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7566] ppid=7543 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7566/stat : 7566 (java) S 7543 7546 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3199662 11162247168 216794 33554432000 4194304 4196468 140724696878160 139875278564144 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
Current children cumulated CPU time (s) 8.92
Current children cumulated vsize (KiB) 10900632

[startup+6.30137 s]
/proc/loadavg: 2.63 2.33 2.67 4/282 7566
/proc/meminfo: memFree=25842416/32770624 swapFree=5700/239176
[pid=7546] ppid=7543 vsize=10967196 CPUtime=18.87 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 34612 0 0 0 1668 219 0 0 20 0 21 0 3199654 11230408704 305448 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2741799 305448 3153 1 0 2730193 0
[pid=7546/tid=7547] ppid=7543 vsize=10967196 CPUtime=4.51 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) R 7543 7546 7102 0 -1 4202560 9275 0 0 0 441 10 0 0 20 0 21 0 3199654 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875816819704 139875429004763 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7549] ppid=7543 vsize=10967196 CPUtime=1.29 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 7102 0 -1 1077944384 1589 0 0 0 106 23 0 0 20 0 21 0 3199655 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875749272464 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7550] ppid=7543 vsize=10967196 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 7102 0 -1 1077944384 487 0 0 0 107 25 0 0 20 0 21 0 3199655 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875748219664 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7551] ppid=7543 vsize=10967196 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 7102 0 -1 1077944384 353 0 0 0 102 24 0 0 20 0 21 0 3199655 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875747167376 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7552] ppid=7543 vsize=10967196 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 7102 0 -1 1077944384 433 0 0 0 105 27 0 0 20 0 21 0 3199655 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875746114576 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7553] ppid=7543 vsize=10967196 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 7102 0 -1 1077944384 794 0 0 0 102 26 0 0 20 0 21 0 3199655 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875745061264 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7554] ppid=7543 vsize=10967196 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 7102 0 -1 1077944384 337 0 0 0 102 25 0 0 20 0 21 0 3199655 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875414042896 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7555] ppid=7543 vsize=10967196 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 7102 0 -1 1077944384 758 0 0 0 101 25 0 0 20 0 21 0 3199655 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875412990608 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7556] ppid=7543 vsize=10967196 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 7102 0 -1 1077944384 808 0 0 0 108 26 0 0 20 0 21 0 3199655 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875411937808 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7557] ppid=7543 vsize=10967196 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 7102 0 -1 1077944384 1061 0 0 0 37 0 0 0 20 0 21 0 3199657 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875288038000 139875812592258 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7558] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 7102 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 21 0 3199658 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875286983968 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7559] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3199658 11230408704 305448 33554432000 4194304 4196468 140724696878160 139875285931632 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7560] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=7546/tid=7558] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 7102 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 3199658 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875286984032 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7559] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 21 0 3199658 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875285931648 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7560] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875284879952 139875812599707 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7561] ppid=7543 vsize=10967196 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 7102 0 -1 1077944384 4334 0 0 0 133 1 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875283826800 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7562] ppid=7543 vsize=10967196 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 7102 0 -1 1077944384 5260 0 0 0 96 1 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875282774000 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7563] ppid=7543 vsize=10967196 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 7102 0 -1 1077944384 6055 0 0 0 127 1 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875281721712 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7564] ppid=7543 vsize=10967196 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 7102 0 -1 1077944384 2346 0 0 0 40 1 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875280668912 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7565] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875279616864 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7566] ppid=7543 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7566/stat : 7566 (java) S 7543 7546 7102 0 -1 1077944384 1215 0 0 0 2 1 0 0 20 0 21 0 3199662 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875278564144 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7567] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7567/stat : 7567 (java) S 7543 7546 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3200268 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875277510192 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
Current children cumulated CPU time (s) 67.72
Current children cumulated vsize (KiB) 10967196

[startup+53.6009 s]
/proc/loadavg: 2.26 2.27 2.63 3/283 7567
/proc/meminfo: memFree=25424484/32770624 swapFree=5700/239196
[pid=7546] ppid=7543 vsize=10967196 CPUtime=68.52 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 43857 0 0 0 6553 299 0 0 20 0 21 0 3199654 11230408704 379024 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2741799 379024 3156 1 0 2730193 0
[pid=7546/tid=7547] ppid=7543 vsize=10967196 CPUtime=51.51 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) R 7543 7546 7102 0 -1 4202560 11268 0 0 0 5140 11 0 0 20 0 21 0 3199654 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875816817072 139875429336206 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7549] ppid=7543 vsize=10967196 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 7102 0 -1 1077944384 1752 0 0 0 124 33 0 0 20 0 21 0 3199655 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875749272464 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7550] ppid=7543 vsize=10967196 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 7102 0 -1 1077944384 2459 0 0 0 123 35 0 0 20 0 21 0 3199655 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875748219664 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7551] ppid=7543 vsize=10967196 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 7102 0 -1 1077944384 1013 0 0 0 119 33 0 0 20 0 21 0 3199655 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875747167376 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7552] ppid=7543 vsize=10967196 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 7102 0 -1 1077944384 558 0 0 0 122 37 0 0 20 0 21 0 3199655 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875746114576 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7553] ppid=7543 vsize=10967196 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 7102 0 -1 1077944384 1880 0 0 0 119 34 0 0 20 0 21 0 3199655 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875745061264 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7554] ppid=7543 vsize=10967196 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 7102 0 -1 1077944384 992 0 0 0 119 35 0 0 20 0 21 0 3199655 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875414042896 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7555] ppid=7543 vsize=10967196 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 7102 0 -1 1077944384 914 0 0 0 119 34 0 0 20 0 21 0 3199655 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875412990608 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7556] ppid=7543 vsize=10967196 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 7102 0 -1 1077944384 991 0 0 0 124 36 0 0 20 0 21 0 3199655 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875411937808 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7557] ppid=7543 vsize=10967196 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 7102 0 -1 1077944384 1391 0 0 0 37 0 0 0 20 0 21 0 3199657 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875288038000 139875812592258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7558] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 7102 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 3199658 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875286984032 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7559] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 21 0 3199658 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875285931648 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7560] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875284879952 139875812599707 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7561] ppid=7543 vsize=10967196 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 7102 0 -1 1077944384 4334 0 0 0 133 1 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875283826800 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7562] ppid=7543 vsize=10967196 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 7102 0 -1 1077944384 5260 0 0 0 96 1 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875282774000 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7563] ppid=7543 vsize=10967196 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 7102 0 -1 1077944384 6055 0 0 0 127 1 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875281721712 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7564] ppid=7543 vsize=10967196 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 7102 0 -1 1077944384 2346 0 0 0 40 1 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875280668912 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7565] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3199661 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875279616864 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7566] ppid=7543 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7566/stat : 7566 (java) S 7543 7546 7102 0 -1 1077944384 1215 0 0 0 2 1 0 0 20 0 21 0 3199662 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875278564144 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7567] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7567/stat : 7567 (java) S 7543 7546 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3200268 11230408704 379024 33554432000 4194304 4196468 140724696878160 139875277510192 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
Current children cumulated CPU time (s) 68.52
Current children cumulated vsize (KiB) 10967196

[startup+54.4009 s]
/proc/loadavg: 2.26 2.27 2.63 3/283 7567
/proc/meminfo: memFree=25424484/32770624 swapFree=5700/239196
[pid=7546] ppid=7543 vsize=10967196 CPUtime=69.32 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 44517 0 0 0 6633 299 0 0 20 0 21 0 3199654 11230408704 379025 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2741799 379025 3156 1 0 2730193 0
[pid=7546/tid=7547] ppid=7543 vsize=10967196 CPUtime=52.31 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) R 7543 7546 7102 0 -1 4202560 11597 0 0 0 5220 11 0 0 20 0 21 0 3199654 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875816819672 139875429336667 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7549] ppid=7543 vsize=10967196 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 7102 0 -1 1077944384 1752 0 0 0 124 33 0 0 20 0 21 0 3199655 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875749272464 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7550] ppid=7543 vsize=10967196 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 7102 0 -1 1077944384 2459 0 0 0 123 35 0 0 20 0 21 0 3199655 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875748219664 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7551] ppid=7543 vsize=10967196 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 7102 0 -1 1077944384 1013 0 0 0 119 33 0 0 20 0 21 0 3199655 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875747167376 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7552] ppid=7543 vsize=10967196 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 7102 0 -1 1077944384 558 0 0 0 122 37 0 0 20 0 21 0 3199655 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875746114576 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7553] ppid=7543 vsize=10967196 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 7102 0 -1 1077944384 1880 0 0 0 119 34 0 0 20 0 21 0 3199655 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875745061264 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7554] ppid=7543 vsize=10967196 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 7102 0 -1 1077944384 992 0 0 0 119 35 0 0 20 0 21 0 3199655 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875414042896 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7555] ppid=7543 vsize=10967196 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 7102 0 -1 1077944384 914 0 0 0 119 34 0 0 20 0 21 0 3199655 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875412990608 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7556] ppid=7543 vsize=10967196 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 7102 0 -1 1077944384 991 0 0 0 124 36 0 0 20 0 21 0 3199655 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875411937808 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7557] ppid=7543 vsize=10967196 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 7102 0 -1 1077944384 1391 0 0 0 37 0 0 0 20 0 21 0 3199657 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875288038000 139875812592258 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7558] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 7102 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 3199658 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875286984032 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7559] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 21 0 3199658 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875285931648 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7560] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3199661 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875284879952 139875812599707 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7561] ppid=7543 vsize=10967196 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 7102 0 -1 1077944384 4334 0 0 0 133 1 0 0 20 0 21 0 3199661 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875283826800 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7562] ppid=7543 vsize=10967196 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 7102 0 -1 1077944384 5260 0 0 0 96 1 0 0 20 0 21 0 3199661 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875282774000 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7563] ppid=7543 vsize=10967196 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 7102 0 -1 1077944384 6055 0 0 0 127 1 0 0 20 0 21 0 3199661 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875281721712 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7564] ppid=7543 vsize=10967196 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 7102 0 -1 1077944384 2677 0 0 0 40 1 0 0 20 0 21 0 3199661 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875280668912 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7565] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3199661 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875279616864 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7566] ppid=7543 vsize=10967196 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7566/stat : 7566 (java) S 7543 7546 7102 0 -1 1077944384 1215 0 0 0 2 1 0 0 20 0 21 0 3199662 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875278564144 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7567] ppid=7543 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7567/stat : 7567 (java) S 7543 7546 7102 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 3200268 11230408704 379025 33554432000 4194304 4196468 140724696878160 139875277510192 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
Current children cumulated CPU time (s) 69.32
Current children cumulated vsize (KiB) 10967196

[startup+54.8008 s]
/proc/loadavg: 2.26 2.27 2.63 3/283 7567
/proc/meminfo: memFree=25424484/32770624 swapFree=5700/239196
[pid=7546] ppid=7543 vsize=11100324 CPUtime=69.58 cores=0,2,4,6,8,10,12,14
/proc/7546/stat : 7546 (java) S 7543 7546 7102 0 -1 1077944320 45801 0 0 0 6659 299 0 0 20 0 21 0 3199654 11366731776 379093 33554432000 4194304 4196468 140724696878160 140724696860704 139875812581111 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
/proc/7546/statm: 2775081 379093 3165 1 0 2763475 0
[pid=7546/tid=7547] ppid=7543 vsize=11100324 CPUtime=52.54 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7547/stat : 7547 (java) S 7543 7546 7102 0 -1 1077944384 11912 0 0 0 5243 11 0 0 20 0 21 0 3199654 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875816821792 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7549] ppid=7543 vsize=11100324 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7549/stat : 7549 (java) S 7543 7546 7102 0 -1 1077944384 1752 0 0 0 124 33 0 0 20 0 21 0 3199655 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875749272464 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7550] ppid=7543 vsize=11100324 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7550/stat : 7550 (java) S 7543 7546 7102 0 -1 1077944384 2459 0 0 0 123 35 0 0 20 0 21 0 3199655 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875748219664 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7551] ppid=7543 vsize=11100324 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7551/stat : 7551 (java) S 7543 7546 7102 0 -1 1077944384 1013 0 0 0 119 33 0 0 20 0 21 0 3199655 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875747167376 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7552] ppid=7543 vsize=11100324 CPUtime=1.59 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7552/stat : 7552 (java) S 7543 7546 7102 0 -1 1077944384 558 0 0 0 122 37 0 0 20 0 21 0 3199655 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875746114576 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7553] ppid=7543 vsize=11100324 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7553/stat : 7553 (java) S 7543 7546 7102 0 -1 1077944384 1880 0 0 0 119 34 0 0 20 0 21 0 3199655 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875745061264 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7554] ppid=7543 vsize=11100324 CPUtime=1.54 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7554/stat : 7554 (java) S 7543 7546 7102 0 -1 1077944384 992 0 0 0 119 35 0 0 20 0 21 0 3199655 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875414042896 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7555] ppid=7543 vsize=11100324 CPUtime=1.53 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7555/stat : 7555 (java) S 7543 7546 7102 0 -1 1077944384 914 0 0 0 119 34 0 0 20 0 21 0 3199655 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875412990608 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7556] ppid=7543 vsize=11100324 CPUtime=1.6 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7556/stat : 7556 (java) S 7543 7546 7102 0 -1 1077944384 991 0 0 0 124 36 0 0 20 0 21 0 3199655 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875411937808 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7557] ppid=7543 vsize=11100324 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7557/stat : 7557 (java) S 7543 7546 7102 0 -1 1077944384 1409 0 0 0 37 0 0 0 20 0 21 0 3199657 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875288038000 139875812592258 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7558] ppid=7543 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7558/stat : 7558 (java) S 7543 7546 7102 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 21 0 3199658 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875286984032 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7559] ppid=7543 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7559/stat : 7559 (java) S 7543 7546 7102 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 21 0 3199658 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875285931648 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7560] ppid=7543 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7560/stat : 7560 (java) S 7543 7546 7102 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3199661 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875284879952 139875812599707 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7561] ppid=7543 vsize=11100324 CPUtime=1.35 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7561/stat : 7561 (java) S 7543 7546 7102 0 -1 1077944384 4474 0 0 0 134 1 0 0 20 0 21 0 3199661 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875283826800 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7562] ppid=7543 vsize=11100324 CPUtime=0.98 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7562/stat : 7562 (java) S 7543 7546 7102 0 -1 1077944384 5442 0 0 0 97 1 0 0 20 0 21 0 3199661 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875282774000 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7563] ppid=7543 vsize=11100324 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7563/stat : 7563 (java) S 7543 7546 7102 0 -1 1077944384 6072 0 0 0 127 1 0 0 20 0 21 0 3199661 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875281721712 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7564] ppid=7543 vsize=11100324 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7564/stat : 7564 (java) S 7543 7546 7102 0 -1 1077944384 3151 0 0 0 41 1 0 0 20 0 21 0 3199661 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875280668912 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7565] ppid=7543 vsize=11100324 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7565/stat : 7565 (java) S 7543 7546 7102 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3199661 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875279616864 139875812591317 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
[pid=7546/tid=7566] ppid=7543 vsize=11100324 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/7546/task/7566/stat : 7566 (java) S 7543 7546 7102 0 -1 1077944384 1215 0 0 0 2 1 0 0 20 0 21 0 3199662 11366731776 379093 33554432000 4194304 4196468 140724696878160 139875278564144 139875812592258 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32538624 140724696880299 140724696880452 140724696880452 140724696883151 0
Current children cumulated CPU time (s) 69.58
Current children cumulated vsize (KiB) 11100324

Child status: 0
Real time (s): 54.8619
CPU time (s): 69.617
CPU user time (s): 66.6046
CPU system time (s): 3.01238
CPU usage (%): 126.895
Max. virtual memory (cumulated for all children) (KiB): 11100324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 66.6046
system time used= 3.01238
maximum resident set size= 1516664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46066
page faults= 0
swaps= 0
block input operations= 0
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4528
involuntary context switches= 4045

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.340606 second user time and 0.473443 second system time

The end

Launcher Data

Begin job on node130 at 2017-07-22 01:22:02
IDJOB=4244032
IDBENCH=134315
IDSOLVER=2623
FILE ID=node130/4244032-1500679321
RUNJOBID= node130-1500676954-7133
PBS_JOBID= 20623029
Free space on /tmp= 61956 MiB

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

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

MD5SUM BENCH= a282a8fb153ed79554c4eff8d77ac5b6
RANDOM SEED=1563205573

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 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.34
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.34
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		: 1867.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.34
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.34
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		: 2400.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.34
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:        26930936 kB
MemAvailable:   26954844 kB
Buffers:           47984 kB
Cached:           287552 kB
SwapCached:            0 kB
Active:          5212660 kB
Inactive:         247992 kB
Active(anon):    5127972 kB
Inactive(anon):     8844 kB
Active(file):      84688 kB
Inactive(file):   239148 kB
Unevictable:        5700 kB
Mlocked:            5700 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1628 kB
Writeback:             0 kB
AnonPages:       5321032 kB
Mapped:            41832 kB
Shmem:              8844 kB
Slab:              64128 kB
SReclaimable:      31812 kB
SUnreclaim:        32316 kB
KernelStack:        4912 kB
PageTables:        15216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5945960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5111808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 61956 MiB
End job on node130 at 2017-07-22 01:22:56