Trace number 4243648

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.15 2368.89

General information on the benchmark

NameQRandom/QRandom-reg2ext-s1/
reg-s20-p03-c20-d10-n10-l5-30.xml
MD5SUM65e58671dc4199faf26ac203b1450cb4
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 benchmark4.1276598
Satisfiable
(Un)Satisfiability was proved
Number of variables130
Number of constraints100
Number of domains23
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":20},{"size":6,"count":20},{"size":10,"count":10},{"size":20,"count":80}]
Minimum variable degree1
Maximum variable degree14
Distribution of variable degrees[{"degree":1,"count":40},{"degree":2,"count":80},{"degree":6,"count":1},{"degree":7,"count":1},{"degree":8,"count":2},{"degree":11,"count":3},{"degree":12,"count":2},{"degree":14,"count":1}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":100}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

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

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

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


[startup+0 s]
/proc/loadavg: 1.89 2.00 2.03 6/261 5979
/proc/meminfo: memFree=31935656/32770624 swapFree=5760/225888
[pid=5979] ppid=5976 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 1941 0 0 0 0 0 0 0 20 0 2 0 2748516 8550137856 2178 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2087436 2178 1197 1 0 2076347 0
[pid=5979/tid=5980] ppid=5976 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) R 5976 5979 2451 0 -1 4202560 735 0 0 0 0 0 0 0 20 0 2 0 2748517 8550137856 2310 33554432000 4194304 4196468 140725549258512 140215001172384 140214989219744 0 4 0 16784584 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0

[startup+0.100143 s]
/proc/loadavg: 1.89 2.00 2.03 6/261 5979
/proc/meminfo: memFree=31935656/32770624 swapFree=5760/225888
[pid=5979] ppid=5976 vsize=10900588 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 5648 0 0 0 9 2 0 0 20 0 20 0 2748516 11162202112 7137 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2725147 7137 2833 1 0 2713560 0
[pid=5979/tid=5980] ppid=5976 vsize=10900588 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) R 5976 5979 2451 0 -1 4202560 3601 0 0 0 7 1 0 0 20 0 20 0 2748517 11162202112 7137 33554432000 4194304 4196468 140725549258512 140215001118640 140214989610013 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10900588

[startup+0.200351 s]
/proc/loadavg: 1.89 2.00 2.03 6/261 5979
/proc/meminfo: memFree=31935656/32770624 swapFree=5760/225888
[pid=5979] ppid=5976 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 7142 0 0 0 24 3 0 0 20 0 20 0 2748516 11162169344 9546 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2725139 9546 2925 1 0 2713552 0
[pid=5979/tid=5980] ppid=5976 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) R 5976 5979 2451 0 -1 4202560 4550 0 0 0 16 2 0 0 20 0 20 0 2748517 11162169344 9546 33554432000 4194304 4196468 140725549258512 140215001161184 140214996942230 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 10900556

[startup+0.300344 s]
/proc/loadavg: 1.89 2.00 2.03 6/261 5979
/proc/meminfo: memFree=31935656/32770624 swapFree=5760/225888
[pid=5979] ppid=5976 vsize=10900632 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 8212 0 0 0 45 3 0 0 20 0 20 0 2748516 11162247168 11011 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2725158 11011 2970 1 0 2713552 0
[pid=5979/tid=5980] ppid=5976 vsize=10900632 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) R 5976 5979 2451 0 -1 4202560 5054 0 0 0 26 2 0 0 20 0 20 0 2748517 11162247168 11011 33554432000 4194304 4196468 140725549258512 140215001167600 140214996942230 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10900632

[startup+0.700274 s]
/proc/loadavg: 1.89 2.00 2.03 6/261 5979
/proc/meminfo: memFree=31935656/32770624 swapFree=5760/225888
[pid=5979] ppid=5976 vsize=10900632 CPUtime=2.18 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 13490 0 0 0 213 5 0 0 20 0 20 0 2748516 11162247168 36616 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2725158 36616 3092 1 0 2713552 0
[pid=5979/tid=5980] ppid=5976 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) R 5976 5979 2451 0 -1 4202560 5520 0 0 0 64 3 0 0 20 0 20 0 2748517 11162247168 36616 33554432000 4194304 4196468 140725549258512 140215001159080 140214596339088 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 10900632

[startup+1.50072 s]
/proc/loadavg: 2.46 2.11 2.07 5/282 6000
/proc/meminfo: memFree=31516080/32770624 swapFree=5760/226248
[pid=5979] ppid=5976 vsize=10967196 CPUtime=5.65 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 23185 0 0 0 532 33 0 0 20 0 21 0 2748516 11230408704 69870 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2741799 69870 3138 1 0 2730193 0
[pid=5979/tid=5980] ppid=5976 vsize=10967196 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) R 5976 5979 2451 0 -1 4202560 5576 0 0 0 133 4 0 0 20 0 21 0 2748517 11230408704 69870 33554432000 4194304 4196468 140725549258512 140215001166520 140214592957018 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5982] ppid=5976 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5982/stat : 5982 (java) S 5976 5979 2451 0 -1 1077944384 77 0 0 0 3 3 0 0 20 0 21 0 2748518 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214923004688 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5983] ppid=5976 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5983/stat : 5983 (java) S 5976 5979 2451 0 -1 1077944384 23 0 0 0 2 2 0 0 20 0 21 0 2748518 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214921952144 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5984] ppid=5976 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5984/stat : 5984 (java) S 5976 5979 2451 0 -1 1077944384 69 0 0 0 3 3 0 0 20 0 21 0 2748518 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214920899600 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5985] ppid=5976 vsize=10967196 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5985/stat : 5985 (java) S 5976 5979 2451 0 -1 1077944384 77 0 0 0 4 3 0 0 20 0 21 0 2748518 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214919847056 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5986] ppid=5976 vsize=10967196 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5986/stat : 5986 (java) S 5976 5979 2451 0 -1 1077944384 83 0 0 0 3 4 0 0 20 0 21 0 2748518 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214918793488 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5987] ppid=5976 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5987/stat : 5987 (java) S 5976 5979 2451 0 -1 1077944384 72 0 0 0 3 2 0 0 20 0 21 0 2748518 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214917740944 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5988] ppid=5976 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5988/stat : 5988 (java) S 5976 5979 2451 0 -1 1077944384 32 0 0 0 3 3 0 0 20 0 21 0 2748518 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214916688400 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5989] ppid=5976 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5989/stat : 5989 (java) S 5976 5979 2451 0 -1 1077944384 85 0 0 0 3 2 0 0 20 0 21 0 2748518 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214915635856 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5990] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5990/stat : 5990 (java) S 5976 5979 2451 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 21 0 2748519 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214472161776 140214996941442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5991] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5991/stat : 5991 (java) S 5976 5979 2451 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2748520 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214471108000 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5992] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5992/stat : 5992 (java) S 5976 5979 2451 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2748520 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214470055408 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5993] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5993/stat : 5993 (java) S 5976 5979 2451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2748522 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214469003984 140214996948891 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5994] ppid=5976 vsize=10967196 CPUtime=1.11 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5994/stat : 5994 (java) R 5976 5979 2451 0 -1 4202560 3800 0 0 0 111 0 0 0 20 0 21 0 2748522 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214467943616 140214978336848 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5995] ppid=5976 vsize=10967196 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5995/stat : 5995 (java) R 5976 5979 2451 0 -1 4202560 6420 0 0 0 112 1 0 0 20 0 21 0 2748522 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214466884000 140214981859708 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5996] ppid=5976 vsize=10967196 CPUtime=1.09 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5996/stat : 5996 (java) R 5976 5979 2451 0 -1 4202560 3690 0 0 0 109 0 0 0 20 0 21 0 2748522 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214465838680 140214980317083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5997] ppid=5976 vsize=10967196 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5997/stat : 5997 (java) S 5976 5979 2451 0 -1 1077944384 1711 0 0 0 37 0 0 0 20 0 21 0 2748522 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214464792944 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5998] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5998/stat : 5998 (java) S 5976 5979 2451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2748522 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214463740640 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5999] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5999/stat : 5999 (java) S 5976 5979 2451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2748523 11230408704 69870 33554432000 4194304 4196468 140725549258512 140214462688176 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 10967196

[startup+3.10084 s]
/proc/loadavg: 2.46 2.11 2.07 4/283 6001
/proc/meminfo: memFree=31496928/32770624 swapFree=5760/226256
[pid=5979] ppid=5976 vsize=10967196 CPUtime=8.13 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 28991 0 0 0 780 33 0 0 20 0 21 0 2748516 11230408704 70692 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2741799 70692 3151 1 0 2730193 0
[pid=5979/tid=5980] ppid=5976 vsize=10967196 CPUtime=2.97 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) R 5976 5979 2451 0 -1 4202560 6355 0 0 0 293 4 0 0 20 0 21 0 2748517 11230408704 70692 33554432000 4194304 4196468 140725549258512 140215001166936 140214598115044 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5982] ppid=5976 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5982/stat : 5982 (java) S 5976 5979 2451 0 -1 1077944384 77 0 0 0 3 3 0 0 20 0 21 0 2748518 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214923004688 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5983] ppid=5976 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5983/stat : 5983 (java) S 5976 5979 2451 0 -1 1077944384 23 0 0 0 2 2 0 0 20 0 21 0 2748518 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214921952144 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5984] ppid=5976 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5984/stat : 5984 (java) S 5976 5979 2451 0 -1 1077944384 69 0 0 0 3 3 0 0 20 0 21 0 2748518 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214920899600 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5985] ppid=5976 vsize=10967196 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5985/stat : 5985 (java) S 5976 5979 2451 0 -1 1077944384 77 0 0 0 4 3 0 0 20 0 21 0 2748518 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214919847056 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5986] ppid=5976 vsize=10967196 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5986/stat : 5986 (java) S 5976 5979 2451 0 -1 1077944384 83 0 0 0 3 4 0 0 20 0 21 0 2748518 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214918793488 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5987] ppid=5976 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5987/stat : 5987 (java) S 5976 5979 2451 0 -1 1077944384 72 0 0 0 3 2 0 0 20 0 21 0 2748518 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214917740944 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5988] ppid=5976 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5988/stat : 5988 (java) S 5976 5979 2451 0 -1 1077944384 32 0 0 0 3 3 0 0 20 0 21 0 2748518 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214916688400 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5989] ppid=5976 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5989/stat : 5989 (java) S 5976 5979 2451 0 -1 1077944384 85 0 0 0 3 2 0 0 20 0 21 0 2748518 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214915635856 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5990] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5990/stat : 5990 (java) S 5976 5979 2451 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 21 0 2748519 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214472161776 140214996941442 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5991] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5991/stat : 5991 (java) S 5976 5979 2451 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2748520 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214471108000 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5992] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5992/stat : 5992 (java) S 5976 5979 2451 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 2748520 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214470055408 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5993] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5993/stat : 5993 (java) S 5976 5979 2451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2748522 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214469003984 140214996948891 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5994] ppid=5976 vsize=10967196 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5994/stat : 5994 (java) S 5976 5979 2451 0 -1 1077944384 4594 0 0 0 142 0 0 0 20 0 21 0 2748522 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214467950576 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5995] ppid=5976 vsize=10967196 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5995/stat : 5995 (java) S 5976 5979 2451 0 -1 1077944384 9736 0 0 0 156 1 0 0 20 0 21 0 2748522 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214466898032 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5996] ppid=5976 vsize=10967196 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5996/stat : 5996 (java) R 5976 5979 2451 0 -1 4202560 4158 0 0 0 120 0 0 0 20 0 21 0 2748522 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214465845784 140214974525104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5997] ppid=5976 vsize=10967196 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5997/stat : 5997 (java) S 5976 5979 2451 0 -1 1077944384 2092 0 0 0 40 0 0 0 20 0 21 0 2748522 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214464792944 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5998] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5998/stat : 5998 (java) S 5976 5979 2451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2748522 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214463740640 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5999] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5999/stat : 5999 (java) S 5976 5979 2451 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 21 0 2748523 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214462688176 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=6001] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/6001/stat : 6001 (java) S 5976 5979 2451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2748653 11230408704 70692 33554432000 4194304 4196468 140725549258512 140214461633968 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
Current children cumulated CPU time (s) 8.13
Current children cumulated vsize (KiB) 10967196

[startup+6.30092 s]
/proc/loadavg: 2.35 2.10 2.06 3/283 6001
/proc/meminfo: memFree=31481612/32770624 swapFree=5760/226248
[pid=5979] ppid=5976 vsize=10967196 CPUtime=11.46 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 30455 0 0 0 1113 33 0 0 20 0 21 0 2748516 11230408704 73050 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2741799 73050 3151 1 0 2730193 0
[pid=5979/tid=5980] ppid=5976 vsize=10967196 CPUtime=6.17 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) R 5976 5979 2451 0 -1 4202560 6481 0 0 0 612 5 0 0 20 0 21 0 2748517 11230408704 73050 33554432000 4194304 4196468 140725549258512 140215001166256 140214597745968 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5982] ppid=5976 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5982/stat : 5982 (java) S 5976 5979 2451 0 -1 1077944384 77 0 0 0 3 3 0 0 20 0 21 0 2748518 11230408704 73050 33554432000 4194304 4196468 140725549258512 140214923004688 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5983] ppid=5976 vsize=10967196 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5983/stat : 5983 (java) S 5976 5979 2451 0 -1 1077944384 23 0 0 0 2 2 0 0 20 0 21 0 2748518 11230408704 73050 33554432000 4194304 4196468 140725549258512 140214921952144 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5984] ppid=5976 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5984/stat : 5984 (java) S 5976 5979 2451 0 -1 1077944384 69 0 0 0 3 3 0 0 20 0 21 0 2748518 11230408704 73050 33554432000 4194304 4196468 140725549258512 140214920899600 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5985] ppid=5976 vsize=10967196 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5985/stat : 5985 (java) S 5976 5979 2451 0 -1 1077944384 77 0 0 0 4 3 0 0 20 0 21 0 2748518 11230408704 73050 33554432000 4194304 4196468 140725549258512 140214919847056 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5986] ppid=5976 vsize=10967196 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5986/stat : 5986 (java) S 5976 5979 2451 0 -1 1077944384 83 0 0 0 3 4 0 0 20 0 21 0 2748518 11230408704 73050 33554432000 4194304 4196468 140725549258512 140214918793488 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5987] ppid=5976 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5987/stat : 5987 (java) S 5976 5979 2451 0 -1 1077944384 72 0 0 0 3 2 0 0 20 0 21 0 2748518 11230408704 73050 33554432000 4194304 4196468 140725549258512 140214917740944 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5988] ppid=5976 vsize=10967196 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5988/stat : 5988 (java) S 5976 5979 2451 0 -1 1077944384 32 0 0 0 3 3 0 0 20 0 21 0 2748518 11230408704 73050 33554432000 4194304 4196468 140725549258512 140214916688400 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5989] ppid=5976 vsize=10967196 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5989/stat : 5989 (java) S 5976 5979 2451 0 -1 1077944384 85 0 0 0 3 2 0 0 20 0 21 0 2748518 11230408704 73050 33554432000 4194304 4196468 140725549258512 140214915635856 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5990] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5990/stat : 5990 (java) S 5976 5979 2451 0 -1 1077944384 334 0 0 0 0 0 0 0 20 0 21 0 2748519 11230408704 73050 33554432000 4194304 4196468 140725549258512 140214472161776 140214996941442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5991] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5991/stat : 5991 (java) S 5976 5979 2451 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 2748520 11230408704 73050 33554432000 4194304 4196468 140725549258512 140214471108000 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5992] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=5979/tid=5998] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5998/stat : 5998 (java) S 5976 5979 2451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2748522 11230408704 752753 33554432000 4194304 4196468 140725549258512 140214463740640 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5999] ppid=5976 vsize=10967196 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5999/stat : 5999 (java) S 5976 5979 2451 0 -1 1077944384 2955 0 0 0 77 65 0 0 20 0 21 0 2748523 11230408704 752753 33554432000 4194304 4196468 140725549258512 140214462688176 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=6001] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/6001/stat : 6001 (java) S 5976 5979 2451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2748653 11230408704 752753 33554432000 4194304 4196468 140725549258512 140214461633968 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
Current children cumulated CPU time (s) 2288.57
Current children cumulated vsize (KiB) 10967196

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/283 6075
/proc/meminfo: memFree=25463096/32770624 swapFree=5760/228276
[pid=5979] ppid=5976 vsize=10967196 CPUtime=2353.7 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 159757 0 0 0 233947 1423 0 0 20 0 21 0 2748516 11230408704 872913 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2741799 872913 3168 1 0 2730193 0
[pid=5979/tid=5980] ppid=5976 vsize=10967196 CPUtime=2317.31 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) R 5976 5979 2451 0 -1 4202560 72570 0 0 0 231709 22 0 0 20 0 21 0 2748517 11230408704 872913 33554432000 4194304 4196468 140725549258512 140215001169248 140214597638040 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5982] ppid=5976 vsize=10967196 CPUtime=3.72 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5982/stat : 5982 (java) S 5976 5979 2451 0 -1 1077944384 5579 0 0 0 201 171 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214923004688 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5983] ppid=5976 vsize=10967196 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5983/stat : 5983 (java) S 5976 5979 2451 0 -1 1077944384 4356 0 0 0 202 165 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214921952144 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5984] ppid=5976 vsize=10967196 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5984/stat : 5984 (java) S 5976 5979 2451 0 -1 1077944384 4761 0 0 0 197 164 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214920899600 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5985] ppid=5976 vsize=10967196 CPUtime=3.71 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5985/stat : 5985 (java) S 5976 5979 2451 0 -1 1077944384 4777 0 0 0 203 168 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214919847056 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5986] ppid=5976 vsize=10967196 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5986/stat : 5986 (java) S 5976 5979 2451 0 -1 1077944384 4763 0 0 0 203 167 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214918793488 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5987] ppid=5976 vsize=10967196 CPUtime=3.71 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5987/stat : 5987 (java) S 5976 5979 2451 0 -1 1077944384 4664 0 0 0 200 171 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214917740944 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5988] ppid=5976 vsize=10967196 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5988/stat : 5988 (java) S 5976 5979 2451 0 -1 1077944384 6867 0 0 0 205 165 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214916688400 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5989] ppid=5976 vsize=10967196 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5989/stat : 5989 (java) S 5976 5979 2451 0 -1 1077944384 4591 0 0 0 202 168 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214915635856 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5990] ppid=5976 vsize=10967196 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5990/stat : 5990 (java) S 5976 5979 2451 0 -1 1077944384 12720 0 0 0 28 4 0 0 20 0 21 0 2748519 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214472161776 140214996941442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5991] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5991/stat : 5991 (java) S 5976 5979 2451 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 2748520 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214471108064 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5992] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5992/stat : 5992 (java) S 5976 5979 2451 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 2748520 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214470055424 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5993] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5993/stat : 5993 (java) S 5976 5979 2451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214469003984 140214996948891 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5994] ppid=5976 vsize=10967196 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5994/stat : 5994 (java) S 5976 5979 2451 0 -1 1077944384 7395 0 0 0 151 1 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214467950576 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5995] ppid=5976 vsize=10967196 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5995/stat : 5995 (java) S 5976 5979 2451 0 -1 1077944384 11820 0 0 0 166 2 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214466898032 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5996] ppid=5976 vsize=10967196 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5996/stat : 5996 (java) S 5976 5979 2451 0 -1 1077944384 6853 0 0 0 132 1 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214465845488 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5997] ppid=5976 vsize=10967196 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5997/stat : 5997 (java) S 5976 5979 2451 0 -1 1077944384 3632 0 0 0 43 0 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214464792944 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5998] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5998/stat : 5998 (java) S 5976 5979 2451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214463740640 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5999] ppid=5976 vsize=10967196 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5999/stat : 5999 (java) S 5976 5979 2451 0 -1 1077944384 2996 0 0 0 79 66 0 0 20 0 21 0 2748523 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214462688176 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=6001] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/6001/stat : 6001 (java) S 5976 5979 2451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2748653 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214461633968 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
Current children cumulated CPU time (s) 2353.7
Current children cumulated vsize (KiB) 10967196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2368.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/283 6076
/proc/meminfo: memFree=25462276/32770624 swapFree=5760/228316
[pid=5979] ppid=5976 vsize=10967196 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 160857 0 0 0 238576 1424 0 0 20 0 21 0 2748516 11230408704 872913 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2741799 872913 3168 1 0 2730193 0
[pid=5979/tid=5980] ppid=5976 vsize=10967196 CPUtime=2363.59 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) R 5976 5979 2451 0 -1 4202560 73522 0 0 0 236337 22 0 0 20 0 21 0 2748517 11230408704 872913 33554432000 4194304 4196468 140725549258512 140215001169248 140214597637637 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5982] ppid=5976 vsize=10967196 CPUtime=3.72 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5982/stat : 5982 (java) S 5976 5979 2451 0 -1 1077944384 5579 0 0 0 201 171 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214923004688 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5983] ppid=5976 vsize=10967196 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5983/stat : 5983 (java) S 5976 5979 2451 0 -1 1077944384 4356 0 0 0 202 165 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214921952144 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5984] ppid=5976 vsize=10967196 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5984/stat : 5984 (java) S 5976 5979 2451 0 -1 1077944384 4761 0 0 0 197 164 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214920899600 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5985] ppid=5976 vsize=10967196 CPUtime=3.71 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5985/stat : 5985 (java) S 5976 5979 2451 0 -1 1077944384 4777 0 0 0 203 168 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214919847056 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5986] ppid=5976 vsize=10967196 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5986/stat : 5986 (java) S 5976 5979 2451 0 -1 1077944384 4763 0 0 0 203 167 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214918793488 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5987] ppid=5976 vsize=10967196 CPUtime=3.71 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5987/stat : 5987 (java) S 5976 5979 2451 0 -1 1077944384 4664 0 0 0 200 171 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214917740944 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5988] ppid=5976 vsize=10967196 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5988/stat : 5988 (java) S 5976 5979 2451 0 -1 1077944384 6867 0 0 0 205 165 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214916688400 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5989] ppid=5976 vsize=10967196 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5989/stat : 5989 (java) S 5976 5979 2451 0 -1 1077944384 4591 0 0 0 202 168 0 0 20 0 21 0 2748518 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214915635856 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5990] ppid=5976 vsize=10967196 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5990/stat : 5990 (java) S 5976 5979 2451 0 -1 1077944384 12740 0 0 0 28 4 0 0 20 0 21 0 2748519 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214472161776 140214996941442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5991] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5991/stat : 5991 (java) S 5976 5979 2451 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 21 0 2748520 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214471108064 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5992] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5992/stat : 5992 (java) S 5976 5979 2451 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 21 0 2748520 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214470055424 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5993] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5993/stat : 5993 (java) S 5976 5979 2451 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214469003984 140214996948891 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5994] ppid=5976 vsize=10967196 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5994/stat : 5994 (java) S 5976 5979 2451 0 -1 1077944384 7403 0 0 0 151 1 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214467950576 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5995] ppid=5976 vsize=10967196 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5995/stat : 5995 (java) S 5976 5979 2451 0 -1 1077944384 11835 0 0 0 166 2 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214466898032 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5996] ppid=5976 vsize=10967196 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5996/stat : 5996 (java) S 5976 5979 2451 0 -1 1077944384 6872 0 0 0 132 1 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214465845488 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5997] ppid=5976 vsize=10967196 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5997/stat : 5997 (java) S 5976 5979 2451 0 -1 1077944384 3642 0 0 0 43 0 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214464792944 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5998] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5998/stat : 5998 (java) S 5976 5979 2451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 2748522 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214463740640 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5999] ppid=5976 vsize=10967196 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5999/stat : 5999 (java) S 5976 5979 2451 0 -1 1077944384 3072 0 0 0 80 67 0 0 20 0 21 0 2748523 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214462688176 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=6001] ppid=5976 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/6001/stat : 6001 (java) S 5976 5979 2451 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 2748653 11230408704 872913 33554432000 4194304 4196468 140725549258512 140214461633968 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
Current children cumulated CPU time (s) 2400
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 5979 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2368.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/283 6076
/proc/meminfo: memFree=25462276/32770624 swapFree=5760/228316
[pid=5979] ppid=5976 vsize=11101352 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/5979/stat : 5979 (java) S 5976 5979 2451 0 -1 1077944320 161774 0 0 0 238578 1424 0 0 20 0 22 0 2748516 11367784448 872988 33554432000 4194304 4196468 140725549258512 140725549241056 140214996930295 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
/proc/5979/statm: 2775338 872988 3171 1 0 2763732 0
[pid=5979/tid=5980] ppid=5976 vsize=11101352 CPUtime=2363.59 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5980/stat : 5980 (java) S 5976 5979 2451 0 -1 1077944384 73635 0 0 0 236337 22 0 0 20 0 22 0 2748517 11367784448 872988 33554432000 4194304 4196468 140725549258512 140215001173168 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5982] ppid=5976 vsize=11101352 CPUtime=3.72 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5982/stat : 5982 (java) S 5976 5979 2451 0 -1 1077944384 5579 0 0 0 201 171 0 0 20 0 22 0 2748518 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214923004688 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5983] ppid=5976 vsize=11101352 CPUtime=3.67 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5983/stat : 5983 (java) S 5976 5979 2451 0 -1 1077944384 4356 0 0 0 202 165 0 0 20 0 22 0 2748518 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214921952144 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5984] ppid=5976 vsize=11101352 CPUtime=3.61 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5984/stat : 5984 (java) S 5976 5979 2451 0 -1 1077944384 4761 0 0 0 197 164 0 0 20 0 22 0 2748518 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214920899600 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5985] ppid=5976 vsize=11101352 CPUtime=3.71 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5985/stat : 5985 (java) S 5976 5979 2451 0 -1 1077944384 4777 0 0 0 203 168 0 0 20 0 22 0 2748518 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214919847056 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5986] ppid=5976 vsize=11101352 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5986/stat : 5986 (java) S 5976 5979 2451 0 -1 1077944384 4763 0 0 0 203 167 0 0 20 0 22 0 2748518 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214918793488 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5987] ppid=5976 vsize=11101352 CPUtime=3.71 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5987/stat : 5987 (java) S 5976 5979 2451 0 -1 1077944384 4664 0 0 0 200 171 0 0 20 0 22 0 2748518 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214917740944 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5988] ppid=5976 vsize=11101352 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5988/stat : 5988 (java) S 5976 5979 2451 0 -1 1077944384 6867 0 0 0 205 165 0 0 20 0 22 0 2748518 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214916688400 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5989] ppid=5976 vsize=11101352 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5989/stat : 5989 (java) S 5976 5979 2451 0 -1 1077944384 4591 0 0 0 202 168 0 0 20 0 22 0 2748518 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214915635856 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5990] ppid=5976 vsize=11101352 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5990/stat : 5990 (java) S 5976 5979 2451 0 -1 1077944384 12740 0 0 0 28 4 0 0 20 0 22 0 2748519 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214472161776 140214996941442 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5991] ppid=5976 vsize=11101352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5991/stat : 5991 (java) S 5976 5979 2451 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 22 0 2748520 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214471108064 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5992] ppid=5976 vsize=11101352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5992/stat : 5992 (java) S 5976 5979 2451 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 22 0 2748520 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214470055424 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5993] ppid=5976 vsize=11101352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5993/stat : 5993 (java) S 5976 5979 2451 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 22 0 2748522 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214469003984 140214996948891 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5994] ppid=5976 vsize=11101352 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5994/stat : 5994 (java) S 5976 5979 2451 0 -1 1077944384 7403 0 0 0 151 1 0 0 20 0 22 0 2748522 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214467950576 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5995] ppid=5976 vsize=11101352 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5995/stat : 5995 (java) S 5976 5979 2451 0 -1 1077944384 11835 0 0 0 166 2 0 0 20 0 22 0 2748522 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214466898032 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5996] ppid=5976 vsize=11101352 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5996/stat : 5996 (java) S 5976 5979 2451 0 -1 1077944384 6872 0 0 0 132 1 0 0 20 0 22 0 2748522 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214465845488 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5997] ppid=5976 vsize=11101352 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5997/stat : 5997 (java) S 5976 5979 2451 0 -1 1077944384 3920 0 0 0 43 0 0 0 20 0 22 0 2748522 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214464792944 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5998] ppid=5976 vsize=11101352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5998/stat : 5998 (java) S 5976 5979 2451 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 2748522 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214463740640 140214996940501 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
[pid=5979/tid=5999] ppid=5976 vsize=11101352 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/5979/task/5999/stat : 5999 (java) S 5976 5979 2451 0 -1 1077944384 3072 0 0 0 80 67 0 0 20 0 22 0 2748523 11367784448 872988 33554432000 4194304 4196468 140725549258512 140214462688176 140214996941442 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19173376 140725549261995 140725549262148 140725549262148 140725549264847 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 11101352

Child status: 143
Real time (s): 2368.89
CPU time (s): 2400.15
CPU user time (s): 2385.88
CPU system time (s): 14.2684
CPU usage (%): 101.319
Max. virtual memory (cumulated for all children) (KiB): 11101352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2385.88
system time used= 14.2684
maximum resident set size= 3492532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 163282
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55211
involuntary context switches= 123732

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.5021 second user time and 19.4834 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 00:06:50
IDJOB=4243648
IDBENCH=125701
IDSOLVER=2623
FILE ID=node128/4243648-1500674810
RUNJOBID= node128-1500672478-5645
PBS_JOBID= 20623292
Free space on /tmp= 62020 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QRandom/QRandom-reg2ext-s1/reg-s20-p03-c20-d10-n10-l5-30.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243648-1500674810/watcher-4243648-1500674810 -o /tmp/evaluation-result-4243648-1500674810/solver-4243648-1500674810 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500672478-5645 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243648-1500674810.xml

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

MD5SUM BENCH= 65e58671dc4199faf26ac203b1450cb4
RANDOM SEED=1468152968

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31942592 kB
MemAvailable:   31952508 kB
Buffers:           39484 kB
Cached:           282464 kB
SwapCached:            0 kB
Active:           219512 kB
Inactive:         234624 kB
Active(anon):     135196 kB
Inactive(anon):     8736 kB
Active(file):      84316 kB
Inactive(file):   225888 kB
Unevictable:        5760 kB
Mlocked:            5760 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3340 kB
Writeback:             0 kB
AnonPages:        103252 kB
Mapped:            40372 kB
Shmem:              8844 kB
Slab:              62868 kB
SReclaimable:      31096 kB
SUnreclaim:        31772 kB
KernelStack:        4704 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1170452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     18432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 62016 MiB
End job on node128 at 2017-07-22 00:46:19