Trace number 4243913

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.28 2359.48

General information on the benchmark

NameDiamondFree/DiamondFree-m1-s1/
DiamondFree-039.xml
MD5SUM3424e6604ecfe46c0dbee75043c16945
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark6.3214998
Satisfiable
(Un)Satisfiability was proved
Number of variables1561
Number of constraints83775
Number of domains4
Minimum domain size1
Maximum domain size120
Distribution of domain sizes[{"size":1,"count":39},{"size":2,"count":1482},{"size":12,"count":39},{"size":120,"count":1}]
Minimum variable degree1
Maximum variable degree670
Distribution of variable degrees[{"degree":1,"count":1},{"degree":2,"count":39},{"degree":3,"count":39},{"degree":4,"count":741},{"degree":670,"count":741}]
Minimum constraint arity2
Maximum constraint arity1521
Distribution of constraint arities[{"arity":2,"count":1482},{"arity":6,"count":82251},{"arity":39,"count":1},{"arity":40,"count":40},{"arity":1521,"count":1}]
Number of extensional constraints0
Number of intensional constraints1482
Distribution of constraint types[{"type":"intension","count":1482},{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":82291}]
Optimization problemNO
Type of objective

Solver Data

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

pid=16798
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.33 3.45 4.40 3/262 16801
/proc/meminfo: memFree=26127336/32770624 swapFree=5992/208432
[pid=16801] ppid=16798 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 1715 0 0 0 0 0 0 0 20 0 2 0 3016424 369864704 1935 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 90299 1935 1081 1 0 79210 0
[pid=16801/tid=16802] ppid=16798 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) S 16798 16801 9819 0 -1 1077944384 410 0 0 0 0 0 0 0 20 0 2 0 3016424 369864704 1935 33554432000 4194304 4196468 140726953682976 139807022877088 139807018646146 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0

[startup+0.100125 s]
/proc/loadavg: 2.33 3.45 4.40 3/262 16801
/proc/meminfo: memFree=26127336/32770624 swapFree=5992/208432
[pid=16801] ppid=16798 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 5048 0 0 0 10 0 0 0 20 0 20 0 3016424 11162169344 6607 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 2725139 6607 2634 1 0 2713552 0
[pid=16801/tid=16802] ppid=16798 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) R 16798 16801 9819 0 -1 4202560 3125 0 0 0 8 0 0 0 20 0 20 0 3016424 11162169344 6607 33554432000 4194304 4196468 140726953682976 139807022861616 139807002715486 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200445 s]
/proc/loadavg: 2.33 3.45 4.40 3/262 16801
/proc/meminfo: memFree=26127336/32770624 swapFree=5992/208432
[pid=16801] ppid=16798 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 7185 0 0 0 25 1 0 0 20 0 20 0 3016424 11162169344 8980 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 2725139 8980 2850 1 0 2713552 0
[pid=16801/tid=16802] ppid=16798 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) R 16798 16801 9819 0 -1 4202560 4851 0 0 0 17 1 0 0 20 0 20 0 3016424 11162169344 8980 33554432000 4194304 4196468 140726953682976 139807022869776 139807018656925 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300342 s]
/proc/loadavg: 2.33 3.45 4.40 3/262 16801
/proc/meminfo: memFree=26127336/32770624 swapFree=5992/208432
[pid=16801] ppid=16798 vsize=10900556 CPUtime=0.61 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 9749 0 0 0 59 2 0 0 20 0 20 0 3016424 11162169344 13609 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 2725139 13609 3012 1 0 2713552 0
[pid=16801/tid=16802] ppid=16798 vsize=10900556 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) R 16798 16801 9819 0 -1 4202560 5069 0 0 0 27 1 0 0 20 0 20 0 3016424 11162169344 13609 33554432000 4194304 4196468 140726953682976 139807022865600 139807018656925 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 10900556

[startup+0.700264 s]
/proc/loadavg: 2.33 3.45 4.40 3/262 16801
/proc/meminfo: memFree=26127336/32770624 swapFree=5992/208432
[pid=16801] ppid=16798 vsize=10900632 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 12133 0 0 0 173 5 0 0 20 0 20 0 3016424 11162247168 35333 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 2725158 35333 3071 1 0 2713552 0
[pid=16801/tid=16802] ppid=16798 vsize=10900632 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) R 16798 16801 9819 0 -1 4202560 5802 0 0 0 65 3 0 0 20 0 20 0 3016424 11162247168 35333 33554432000 4194304 4196468 140726953682976 139807022871384 139806638416718 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
Current children cumulated CPU time (s) 1.78
Current children cumulated vsize (KiB) 10900632

[startup+1.50207 s]
/proc/loadavg: 2.33 3.45 4.40 6/282 16821
/proc/meminfo: memFree=25851428/32770624 swapFree=5992/208376
[pid=16801] ppid=16798 vsize=10900632 CPUtime=4.92 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 17454 0 0 0 411 81 0 0 20 0 20 0 3016424 11162247168 111782 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 2725158 111782 3118 1 0 2713552 0
[pid=16801/tid=16802] ppid=16798 vsize=10900632 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) R 16798 16801 9819 0 -1 4202560 5886 0 0 0 125 5 0 0 20 0 20 0 3016424 11162247168 111782 33554432000 4194304 4196468 140726953682976 139807022872272 139806641518212 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16804] ppid=16798 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16804/stat : 16804 (java) S 16798 16801 9819 0 -1 1077944384 151 0 0 0 7 8 0 0 20 0 20 0 3016425 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806960638992 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16805] ppid=16798 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16805/stat : 16805 (java) S 16798 16801 9819 0 -1 1077944384 93 0 0 0 6 9 0 0 20 0 20 0 3016425 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806959586448 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16806] ppid=16798 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16806/stat : 16806 (java) S 16798 16801 9819 0 -1 1077944384 158 0 0 0 6 9 0 0 20 0 20 0 3016425 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806958533392 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16807] ppid=16798 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16807/stat : 16807 (java) S 16798 16801 9819 0 -1 1077944384 123 0 0 0 6 9 0 0 20 0 20 0 3016425 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806622145424 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16808] ppid=16798 vsize=10900632 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16808/stat : 16808 (java) S 16798 16801 9819 0 -1 1077944384 173 0 0 0 5 9 0 0 20 0 20 0 3016425 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806621092368 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16809] ppid=16798 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16809/stat : 16809 (java) S 16798 16801 9819 0 -1 1077944384 114 0 0 0 7 8 0 0 20 0 20 0 3016425 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806620039824 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16810] ppid=16798 vsize=10900632 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16810/stat : 16810 (java) S 16798 16801 9819 0 -1 1077944384 166 0 0 0 4 8 0 0 20 0 20 0 3016425 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806618986768 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16811] ppid=16798 vsize=10900632 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16811/stat : 16811 (java) S 16798 16801 9819 0 -1 1077944384 168 0 0 0 6 9 0 0 20 0 20 0 3016425 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806617934224 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16812] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16812/stat : 16812 (java) S 16798 16801 9819 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 20 0 3016427 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806561401584 139807018646146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16813] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16813/stat : 16813 (java) S 16798 16801 9819 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3016428 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806560347808 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16814] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16814/stat : 16814 (java) S 16798 16801 9819 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3016428 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806559294704 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16815] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16815/stat : 16815 (java) S 16798 16801 9819 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3016431 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806558243280 139807018653595 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16816] ppid=16798 vsize=10900632 CPUtime=0.72 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16816/stat : 16816 (java) S 16798 16801 9819 0 -1 1077944384 3047 0 0 0 72 0 0 0 20 0 20 0 3016431 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806557190384 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16817] ppid=16798 vsize=10900632 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16817/stat : 16817 (java) S 16798 16801 9819 0 -1 1077944384 2047 0 0 0 63 0 0 0 20 0 20 0 3016431 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806556137840 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16818] ppid=16798 vsize=10900632 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16818/stat : 16818 (java) S 16798 16801 9819 0 -1 1077944384 2196 0 0 0 68 0 0 0 20 0 20 0 3016431 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806352861168 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16819] ppid=16798 vsize=10900632 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16819/stat : 16819 (java) S 16798 16801 9819 0 -1 1077944384 1556 0 0 0 29 0 0 0 20 0 20 0 3016431 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806351808624 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16820] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16820/stat : 16820 (java) S 16798 16801 9819 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3016431 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806350756832 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16821] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16821/stat : 16821 (java) S 16798 16801 9819 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3016432 11162247168 111782 33554432000 4194304 4196468 140726953682976 139806349704368 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 10900632

[startup+3.10076 s]
/proc/loadavg: 2.62 3.49 4.41 6/282 16821
/proc/meminfo: memFree=25439604/32770624 swapFree=5992/208376
[pid=16801] ppid=16798 vsize=10900632 CPUtime=10.38 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 25356 0 0 0 914 124 0 0 20 0 20 0 3016424 11162247168 193233 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 2725158 193233 3145 1 0 2713552 0
[pid=16801/tid=16802] ppid=16798 vsize=10900632 CPUtime=2.76 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) S 16798 16801 9819 0 -1 1077944384 7197 0 0 0 268 8 0 0 20 0 20 0 3016424 11162247168 193233 33554432000 4194304 4196468 140726953682976 139807022872240 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16804] ppid=16798 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16804/stat : 16804 (java) R 16798 16801 9819 0 -1 4202560 221 0 0 0 11 13 0 0 20 0 20 0 3016425 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806960639192 139807003662873 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16805] ppid=16798 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16805/stat : 16805 (java) R 16798 16801 9819 0 -1 4202560 129 0 0 0 11 13 0 0 20 0 20 0 3016425 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806959586648 139807003662418 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16806] ppid=16798 vsize=10900632 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16806/stat : 16806 (java) R 16798 16801 9819 0 -1 4202560 283 0 0 0 12 13 0 0 20 0 20 0 3016425 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806958533592 139807003662882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16807] ppid=16798 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16807/stat : 16807 (java) R 16798 16801 9819 0 -1 4202560 173 0 0 0 12 14 0 0 20 0 20 0 3016425 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806622145624 139807003657120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16808] ppid=16798 vsize=10900632 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16808/stat : 16808 (java) R 16798 16801 9819 0 -1 4202560 209 0 0 0 10 14 0 0 20 0 20 0 3016425 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806621092568 139807003662206 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16809] ppid=16798 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16809/stat : 16809 (java) R 16798 16801 9819 0 -1 4202560 182 0 0 0 13 13 0 0 20 0 20 0 3016425 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806620040024 139807003662873 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16810] ppid=16798 vsize=10900632 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16810/stat : 16810 (java) R 16798 16801 9819 0 -1 4202560 203 0 0 0 8 12 0 0 20 0 20 0 3016425 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806618986968 139807003012119 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16811] ppid=16798 vsize=10900632 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16811/stat : 16811 (java) R 16798 16801 9819 0 -1 4202560 206 0 0 0 11 15 0 0 20 0 20 0 3016425 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806617934112 139807003662873 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16812] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16812/stat : 16812 (java) S 16798 16801 9819 0 -1 1077944384 512 0 0 0 0 0 0 0 20 0 20 0 3016427 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806561400096 139807018645205 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16813] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16813/stat : 16813 (java) S 16798 16801 9819 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3016428 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806560347872 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16814] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16814/stat : 16814 (java) S 16798 16801 9819 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3016428 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806559294720 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16815] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16815/stat : 16815 (java) S 16798 16801 9819 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3016431 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806558243280 139807018653595 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16816] ppid=16798 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16816/stat : 16816 (java) S 16798 16801 9819 0 -1 1077944384 4149 0 0 0 164 0 0 0 20 0 20 0 3016431 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806557190384 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16817] ppid=16798 vsize=10900632 CPUtime=1.76 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16817/stat : 16817 (java) S 16798 16801 9819 0 -1 1077944384 4580 0 0 0 175 1 0 0 20 0 20 0 3016431 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806556137840 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16818] ppid=16798 vsize=10900632 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16818/stat : 16818 (java) S 16798 16801 9819 0 -1 1077944384 4059 0 0 0 163 0 0 0 20 0 20 0 3016431 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806352861168 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16819] ppid=16798 vsize=10900632 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16819/stat : 16819 (java) S 16798 16801 9819 0 -1 1077944384 1892 0 0 0 48 0 0 0 20 0 20 0 3016431 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806351808624 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16820] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16820/stat : 16820 (java) S 16798 16801 9819 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3016431 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806350756832 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16821] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16821/stat : 16821 (java) S 16798 16801 9819 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3016432 11162247168 193233 33554432000 4194304 4196468 140726953682976 139806349704368 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 9 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
Current children cumulated CPU time (s) 10.38
Current children cumulated vsize (KiB) 10900632

[startup+6.30088 s]
/proc/loadavg: 2.62 3.49 4.41 17/282 16821
/proc/meminfo: memFree=23959488/32770624 swapFree=5992/208392
[pid=16801] ppid=16798 vsize=10900632 CPUtime=23.26 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 35612 0 0 0 2004 322 0 0 20 0 20 0 3016424 11162247168 407174 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 2725158 407174 3158 1 0 2713552 0
[pid=16801/tid=16802] ppid=16798 vsize=10900632 CPUtime=4.26 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) S 16798 16801 9819 0 -1 1077944384 8712 0 0 0 411 15 0 0 20 0 20 0 3016424 11162247168 407174 33554432000 4194304 4196468 140726953682976 139807022873104 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16804] ppid=16798 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16804/stat : 16804 (java) S 16798 16801 9819 0 -1 1077944384 740 0 0 0 128 36 0 0 20 0 20 0 3016425 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806960638992 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16805] ppid=16798 vsize=10900632 CPUtime=1.63 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16805/stat : 16805 (java) S 16798 16801 9819 0 -1 1077944384 636 0 0 0 127 36 0 0 20 0 20 0 3016425 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806959586448 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16806] ppid=16798 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16806/stat : 16806 (java) S 16798 16801 9819 0 -1 1077944384 640 0 0 0 127 37 0 0 20 0 20 0 3016425 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806958533392 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16807] ppid=16798 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16807/stat : 16807 (java) S 16798 16801 9819 0 -1 1077944384 920 0 0 0 127 37 0 0 20 0 20 0 3016425 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806622145424 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16808] ppid=16798 vsize=10900632 CPUtime=1.62 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16808/stat : 16808 (java) S 16798 16801 9819 0 -1 1077944384 579 0 0 0 124 38 0 0 20 0 20 0 3016425 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806621092368 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16809] ppid=16798 vsize=10900632 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16809/stat : 16809 (java) S 16798 16801 9819 0 -1 1077944384 667 0 0 0 127 37 0 0 20 0 20 0 3016425 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806620039824 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16810] ppid=16798 vsize=10900632 CPUtime=1.57 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16810/stat : 16810 (java) S 16798 16801 9819 0 -1 1077944384 1217 0 0 0 121 36 0 0 20 0 20 0 3016425 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806618986768 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16811] ppid=16798 vsize=10900632 CPUtime=1.65 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16811/stat : 16811 (java) S 16798 16801 9819 0 -1 1077944384 710 0 0 0 126 39 0 0 20 0 20 0 3016425 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806617934224 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16812] ppid=16798 vsize=10900632 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16812/stat : 16812 (java) R 16798 16801 9819 0 -1 4202560 3699 0 0 0 30 0 0 0 20 0 20 0 3016427 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806561400016 139807003631403 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16813] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16813/stat : 16813 (java) S 16798 16801 9819 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3016428 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806560347872 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16814] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16814/stat : 16814 (java) S 16798 16801 9819 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3016428 11162247168 407174 33554432000 4194304 4196468 140726953682976 139806559294720 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16815] ppid=16798 vsize=10900632 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=16801/tid=16820] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16820/stat : 16820 (java) S 16798 16801 9819 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806350756832 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16821] ppid=16798 vsize=10969244 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16821/stat : 16821 (java) S 16798 16801 9819 0 -1 1077944384 3322 0 0 0 75 72 0 0 20 0 21 0 3016432 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806349704368 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 9 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16822] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16822/stat : 16822 (java) S 16798 16801 9819 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3017846 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806348649648 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
Current children cumulated CPU time (s) 2303.16
Current children cumulated vsize (KiB) 10969244

[startup+2322.3 s]
/proc/loadavg: 1.00 1.12 1.72 2/256 16964
/proc/meminfo: memFree=29247528/32770624 swapFree=5992/210244
[pid=16801] ppid=16798 vsize=10969244 CPUtime=2363.18 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 170030 0 0 0 235598 720 0 0 20 0 21 0 3016424 11232505856 692808 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 2742311 692808 3177 1 0 2730705 0
[pid=16801/tid=16802] ppid=16798 vsize=10969244 CPUtime=2315.07 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) R 16798 16801 9819 0 -1 4202560 105189 0 0 0 231482 25 0 0 20 0 21 0 3016424 11232505856 692808 33554432000 4194304 4196468 140726953682976 139807022871624 139806645962147 0 4 0 16800975 0 0 0 -1 12 0 0 2 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16804] ppid=16798 vsize=10969244 CPUtime=4.59 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16804/stat : 16804 (java) S 16798 16801 9819 0 -1 1077944384 1754 0 0 0 379 80 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806960638992 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16805] ppid=16798 vsize=10969244 CPUtime=4.56 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16805/stat : 16805 (java) S 16798 16801 9819 0 -1 1077944384 1675 0 0 0 384 72 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806959586448 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16806] ppid=16798 vsize=10969244 CPUtime=4.58 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16806/stat : 16806 (java) S 16798 16801 9819 0 -1 1077944384 1691 0 0 0 377 81 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806958533392 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16807] ppid=16798 vsize=10969244 CPUtime=4.57 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16807/stat : 16807 (java) S 16798 16801 9819 0 -1 1077944384 1861 0 0 0 379 78 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806622145424 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16808] ppid=16798 vsize=10969244 CPUtime=4.56 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16808/stat : 16808 (java) S 16798 16801 9819 0 -1 1077944384 1212 0 0 0 377 79 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806621092368 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16809] ppid=16798 vsize=10969244 CPUtime=4.59 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16809/stat : 16809 (java) S 16798 16801 9819 0 -1 1077944384 1442 0 0 0 380 79 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806620039824 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16810] ppid=16798 vsize=10969244 CPUtime=4.46 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16810/stat : 16810 (java) S 16798 16801 9819 0 -1 1077944384 2454 0 0 0 371 75 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806618986768 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16811] ppid=16798 vsize=10969244 CPUtime=4.61 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16811/stat : 16811 (java) S 16798 16801 9819 0 -1 1077944384 1740 0 0 0 384 77 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806617934224 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16812] ppid=16798 vsize=10969244 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16812/stat : 16812 (java) S 16798 16801 9819 0 -1 1077944384 9945 0 0 0 152 4 0 0 20 0 21 0 3016427 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806561401584 139807018646146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16813] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16813/stat : 16813 (java) S 16798 16801 9819 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 3016428 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806560347872 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16814] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16814/stat : 16814 (java) S 16798 16801 9819 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 3016428 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806559294720 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16815] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16815/stat : 16815 (java) S 16798 16801 9819 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806558243280 139807018653595 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16816] ppid=16798 vsize=10969244 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16816/stat : 16816 (java) S 16798 16801 9819 0 -1 1077944384 10139 0 0 0 265 2 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806557190384 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16817] ppid=16798 vsize=10969244 CPUtime=2.53 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16817/stat : 16817 (java) S 16798 16801 9819 0 -1 1077944384 10944 0 0 0 250 3 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806556137840 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16818] ppid=16798 vsize=10969244 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16818/stat : 16818 (java) S 16798 16801 9819 0 -1 1077944384 9691 0 0 0 244 1 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806352861168 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16819] ppid=16798 vsize=10969244 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16819/stat : 16819 (java) S 16798 16801 9819 0 -1 1077944384 5517 0 0 0 71 2 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806351808624 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16820] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16820/stat : 16820 (java) S 16798 16801 9819 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806350756832 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16821] ppid=16798 vsize=10969244 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16821/stat : 16821 (java) S 16798 16801 9819 0 -1 1077944384 3362 0 0 0 76 75 0 0 20 0 21 0 3016432 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806349704368 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 9 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16822] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16822/stat : 16822 (java) S 16798 16801 9819 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3017846 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806348649648 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
Current children cumulated CPU time (s) 2363.18
Current children cumulated vsize (KiB) 10969244



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2359.2 s]
/proc/loadavg: 1.00 1.11 1.69 2/256 16971
/proc/meminfo: memFree=29247196/32770624 swapFree=5992/210284
[pid=16801] ppid=16798 vsize=10969244 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 171568 0 0 0 239288 720 0 0 20 0 21 0 3016424 11232505856 692808 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 2742311 692808 3177 1 0 2730705 0
[pid=16801/tid=16802] ppid=16798 vsize=10969244 CPUtime=2351.96 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) R 16798 16801 9819 0 -1 4202560 106653 0 0 0 235171 25 0 0 20 0 21 0 3016424 11232505856 692808 33554432000 4194304 4196468 140726953682976 139807022871624 139806645962018 0 4 0 16800975 0 0 0 -1 12 0 0 2 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16804] ppid=16798 vsize=10969244 CPUtime=4.59 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16804/stat : 16804 (java) S 16798 16801 9819 0 -1 1077944384 1754 0 0 0 379 80 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806960638992 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16805] ppid=16798 vsize=10969244 CPUtime=4.56 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16805/stat : 16805 (java) S 16798 16801 9819 0 -1 1077944384 1675 0 0 0 384 72 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806959586448 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16806] ppid=16798 vsize=10969244 CPUtime=4.58 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16806/stat : 16806 (java) S 16798 16801 9819 0 -1 1077944384 1691 0 0 0 377 81 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806958533392 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16807] ppid=16798 vsize=10969244 CPUtime=4.57 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16807/stat : 16807 (java) S 16798 16801 9819 0 -1 1077944384 1861 0 0 0 379 78 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806622145424 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16808] ppid=16798 vsize=10969244 CPUtime=4.56 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16808/stat : 16808 (java) S 16798 16801 9819 0 -1 1077944384 1212 0 0 0 377 79 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806621092368 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16809] ppid=16798 vsize=10969244 CPUtime=4.59 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16809/stat : 16809 (java) S 16798 16801 9819 0 -1 1077944384 1442 0 0 0 380 79 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806620039824 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16810] ppid=16798 vsize=10969244 CPUtime=4.46 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16810/stat : 16810 (java) S 16798 16801 9819 0 -1 1077944384 2454 0 0 0 371 75 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806618986768 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16811] ppid=16798 vsize=10969244 CPUtime=4.61 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16811/stat : 16811 (java) S 16798 16801 9819 0 -1 1077944384 1740 0 0 0 384 77 0 0 20 0 21 0 3016425 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806617934224 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16812] ppid=16798 vsize=10969244 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16812/stat : 16812 (java) S 16798 16801 9819 0 -1 1077944384 9954 0 0 0 152 4 0 0 20 0 21 0 3016427 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806561401584 139807018646146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16813] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16813/stat : 16813 (java) S 16798 16801 9819 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 21 0 3016428 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806560347872 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16814] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16814/stat : 16814 (java) S 16798 16801 9819 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 21 0 3016428 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806559294720 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16815] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16815/stat : 16815 (java) S 16798 16801 9819 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806558243280 139807018653595 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16816] ppid=16798 vsize=10969244 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16816/stat : 16816 (java) S 16798 16801 9819 0 -1 1077944384 10143 0 0 0 265 2 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806557190384 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16817] ppid=16798 vsize=10969244 CPUtime=2.53 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16817/stat : 16817 (java) S 16798 16801 9819 0 -1 1077944384 10947 0 0 0 250 3 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806556137840 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16818] ppid=16798 vsize=10969244 CPUtime=2.45 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16818/stat : 16818 (java) S 16798 16801 9819 0 -1 1077944384 9695 0 0 0 244 1 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806352861168 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16819] ppid=16798 vsize=10969244 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16819/stat : 16819 (java) S 16798 16801 9819 0 -1 1077944384 5533 0 0 0 71 2 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806351808624 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16820] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16820/stat : 16820 (java) S 16798 16801 9819 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3016431 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806350756832 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16821] ppid=16798 vsize=10969244 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16821/stat : 16821 (java) S 16798 16801 9819 0 -1 1077944384 3400 0 0 0 77 75 0 0 20 0 21 0 3016432 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806349704368 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 9 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16822] ppid=16798 vsize=10969244 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16822/stat : 16822 (java) S 16798 16801 9819 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3017846 11232505856 692808 33554432000 4194304 4196468 140726953682976 139806348649648 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 10969244

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 16801 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2359.4 s]
/proc/loadavg: 1.00 1.11 1.69 2/256 16971
/proc/meminfo: memFree=29247196/32770624 swapFree=5992/210284
[pid=16801] ppid=16798 vsize=11168936 CPUtime=2400.21 cores=0,2,4,6,8,10,12,14
/proc/16801/stat : 16801 (java) S 16798 16801 9819 0 -1 1077944320 173008 0 0 0 239300 721 0 0 20 0 22 0 3016424 11436990464 692891 33554432000 4194304 4196468 140726953682976 140726953665520 139807018634999 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
/proc/16801/statm: 2792234 692891 3179 1 0 2780628 0
[pid=16801/tid=16802] ppid=16798 vsize=11168936 CPUtime=2352.06 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16802/stat : 16802 (java) S 16798 16801 9819 0 -1 1077944384 106770 0 0 0 235181 25 0 0 20 0 22 0 3016424 11436990464 692891 33554432000 4194304 4196468 140726953682976 139807022877872 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 2 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16804] ppid=16798 vsize=11168936 CPUtime=4.59 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16804/stat : 16804 (java) S 16798 16801 9819 0 -1 1077944384 1754 0 0 0 379 80 0 0 20 0 22 0 3016425 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806960638992 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16805] ppid=16798 vsize=11168936 CPUtime=4.56 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16805/stat : 16805 (java) S 16798 16801 9819 0 -1 1077944384 1675 0 0 0 384 72 0 0 20 0 22 0 3016425 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806959586448 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16806] ppid=16798 vsize=11168936 CPUtime=4.58 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16806/stat : 16806 (java) S 16798 16801 9819 0 -1 1077944384 1691 0 0 0 377 81 0 0 20 0 22 0 3016425 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806958533392 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16807] ppid=16798 vsize=11168936 CPUtime=4.57 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16807/stat : 16807 (java) S 16798 16801 9819 0 -1 1077944384 1861 0 0 0 379 78 0 0 20 0 22 0 3016425 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806622145424 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16808] ppid=16798 vsize=11168936 CPUtime=4.56 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16808/stat : 16808 (java) S 16798 16801 9819 0 -1 1077944384 1212 0 0 0 377 79 0 0 20 0 22 0 3016425 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806621092368 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16809] ppid=16798 vsize=11168936 CPUtime=4.59 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16809/stat : 16809 (java) S 16798 16801 9819 0 -1 1077944384 1442 0 0 0 380 79 0 0 20 0 22 0 3016425 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806620039824 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16810] ppid=16798 vsize=11168936 CPUtime=4.46 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16810/stat : 16810 (java) S 16798 16801 9819 0 -1 1077944384 2454 0 0 0 371 75 0 0 20 0 22 0 3016425 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806618986768 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16811] ppid=16798 vsize=11168936 CPUtime=4.61 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16811/stat : 16811 (java) S 16798 16801 9819 0 -1 1077944384 1740 0 0 0 384 77 0 0 20 0 22 0 3016425 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806617934224 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16812] ppid=16798 vsize=11168936 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16812/stat : 16812 (java) S 16798 16801 9819 0 -1 1077944384 10004 0 0 0 152 4 0 0 20 0 22 0 3016427 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806561401584 139807018646146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16813] ppid=16798 vsize=11168936 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16813/stat : 16813 (java) S 16798 16801 9819 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 22 0 3016428 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806560347872 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16814] ppid=16798 vsize=11168936 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16814/stat : 16814 (java) S 16798 16801 9819 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 22 0 3016428 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806559294720 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16815] ppid=16798 vsize=11168936 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16815/stat : 16815 (java) S 16798 16801 9819 0 -1 1077944384 242 0 0 0 0 0 0 0 20 0 22 0 3016431 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806558243280 139807018653595 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16816] ppid=16798 vsize=11168936 CPUtime=2.67 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16816/stat : 16816 (java) S 16798 16801 9819 0 -1 1077944384 10281 0 0 0 265 2 0 0 20 0 22 0 3016431 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806557190384 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16817] ppid=16798 vsize=11168936 CPUtime=2.53 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16817/stat : 16817 (java) S 16798 16801 9819 0 -1 1077944384 10947 0 0 0 250 3 0 0 20 0 22 0 3016431 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806556137840 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16818] ppid=16798 vsize=11168936 CPUtime=2.46 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16818/stat : 16818 (java) S 16798 16801 9819 0 -1 1077944384 10015 0 0 0 245 1 0 0 20 0 22 0 3016431 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806352861168 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16819] ppid=16798 vsize=11168936 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16819/stat : 16819 (java) S 16798 16801 9819 0 -1 1077944384 5704 0 0 0 71 2 0 0 20 0 22 0 3016431 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806351808624 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16820] ppid=16798 vsize=11168936 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16820/stat : 16820 (java) S 16798 16801 9819 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3016431 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806350756832 139807018645205 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
[pid=16801/tid=16821] ppid=16798 vsize=11168936 CPUtime=1.52 cores=0,2,4,6,8,10,12,14
/proc/16801/task/16821/stat : 16821 (java) S 16798 16801 9819 0 -1 1077944384 3400 0 0 0 77 75 0 0 20 0 22 0 3016432 11436990464 692891 33554432000 4194304 4196468 140726953682976 139806349704368 139807018646146 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 9 0 0 6293624 6294260 35569664 140726953686187 140726953686340 140726953686340 140726953689039 0
Current children cumulated CPU time (s) 2400.21
Current children cumulated vsize (KiB) 11168936

Child status: 143
Real time (s): 2359.48
CPU time (s): 2400.28
CPU user time (s): 2393.05
CPU system time (s): 7.23234
CPU usage (%): 101.729
Max. virtual memory (cumulated for all children) (KiB): 11168936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2393.05
system time used= 7.23234
maximum resident set size= 2772020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 173676
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1472
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55887
involuntary context switches= 122331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8821 second user time and 18.8207 second system time

The end

Launcher Data

Begin job on node103 at 2017-07-22 00:51:04
IDJOB=4243913
IDBENCH=133121
IDSOLVER=2623
FILE ID=node103/4243913-1500677464
RUNJOBID= node103-1500674309-15754
PBS_JOBID= 20623311
Free space on /tmp= 62008 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/DiamondFree/DiamondFree-m1-s1/DiamondFree-039.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243913-1500677464/watcher-4243913-1500677464 -o /tmp/evaluation-result-4243913-1500677464/solver-4243913-1500677464 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1500674309-15754 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243913-1500677464.xml

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

MD5SUM BENCH= 3424e6604ecfe46c0dbee75043c16945
RANDOM SEED=594122449

node103.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		: 1733.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.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		: 1867.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.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.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.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.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		: 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		: 2400.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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26127740 kB
MemAvailable:   26147348 kB
Buffers:           45056 kB
Cached:           284272 kB
SwapCached:            0 kB
Active:          6040748 kB
Inactive:         217080 kB
Active(anon):    5931408 kB
Inactive(anon):     8648 kB
Active(file):     109340 kB
Inactive(file):   208432 kB
Unevictable:        5992 kB
Mlocked:            5996 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8060 kB
Writeback:             0 kB
AnonPages:       5942256 kB
Mapped:            42316 kB
Shmem:              8852 kB
Slab:              67732 kB
SReclaimable:      35344 kB
SUnreclaim:        32388 kB
KernelStack:        4864 kB
PageTables:        17640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7445364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5509120 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62008 MiB
End job on node103 at 2017-07-22 01:30:24