Trace number 4263645

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
sat4j-CSP 2017-07-05? (TO) 2520.1101 2513.6499

General information on the benchmark

NameSocialGolfers/SocialGolfers-xcsp2-s1/
SocialGolfers-06-4-6_X2.xml
MD5SUM43a487770d57b1dc580a85535ccd03c6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2520
Number of constraints10392
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2520}]
Minimum variable degree7
Maximum variable degree25
Distribution of variable degrees[{"degree":7,"count":1656},{"degree":25,"count":864}]
Minimum constraint arity3
Maximum constraint arity24
Distribution of constraint arities[{"arity":3,"count":9936},{"arity":6,"count":420},{"arity":24,"count":36}]
Number of extensional constraints0
Number of intensional constraints9936
Distribution of constraint types[{"type":"intension","count":9936},{"type":"sum","count":456}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13131 MiB free)
  memory of node 1: 16384 MiB (15383 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263645-1502626185/watcher-4263645-1502626185 -o /tmp/evaluation-result-4263645-1502626185/solver-4263645-1502626185 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263645-1502626185.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=19628, runsolver pid=19625

[startup+0.100154 s]*
/proc/loadavg: 2.13 2.09 2.25 3/206 19637
/proc/meminfo: memFree=29186488/32770624 swapFree=67108860/67108860
[pid=19628] ppid=19625 vsize=10484492 memory=23956 CPUtime=0.05 cores=1,3,5,7
/proc/19628/stat : 19628 (java) S 19625 19628 7968 0 -1 1077944320 4943 0 0 0 4 1 0 0 20 0 14 0 16501158 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140728159521696 140479423659767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
/proc/19628/statm: 2621123 5989 2578 1 0 2610620 0
[pid=19628/tid=19630] ppid=19625 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/19628/task/19630/stat : 19630 (java) D 19625 19628 7968 0 -1 1077944384 3055 0 0 0 4 0 0 0 20 0 14 0 16501163 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140479427897152 140479423683645 0 4 1 16800974 18446744072101723684 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19631] ppid=19625 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19631/stat : 19631 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 16501164 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140479388940944 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19632] ppid=19625 vsize=10484492 memory=140526273730176 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19632/stat : 19632 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 16501164 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140479034030608 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19633] ppid=19625 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19633/stat : 19633 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 16501164 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140479032977808 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19634] ppid=19625 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19634/stat : 19634 (java) S 19625 19628 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16501164 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140479031925008 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19635] ppid=19625 vsize=10484492 memory=140526273730176 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19635/stat : 19635 (java) S 19625 19628 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 16501165 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140478987651952 140479423670914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19636] ppid=19625 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19636/stat : 19636 (java) S 19625 19628 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 16501166 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140478986597920 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19637] ppid=19625 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19637/stat : 19637 (java) S 19625 19628 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 16501166 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140478917895536 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19638] ppid=19625 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19638/stat : 19638 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16501168 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140478916843856 140479423678363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19639] ppid=19625 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19639/stat : 19639 (java) S 19625 19628 7968 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 14 0 16501168 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140478915791216 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19640] ppid=19625 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19640/stat : 19640 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16501168 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140478914738416 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19641] ppid=19625 vsize=10484492 memory=140526273730176 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19641/stat : 19641 (java) S 19625 19628 7968 0 -1 1077944384 207 0 0 0 0 0 0 0 20 0 14 0 16501169 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140478913685616 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19642] ppid=19625 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19642/stat : 19642 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 16501169 10736119808 5989 18446744073709551615 4194304 4196468 140728159539152 140478912633056 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23956 KiB

[startup+0.213319 s]*
/proc/loadavg: 2.13 2.09 2.25 4/212 19643
/proc/meminfo: memFree=29178048/32770624 swapFree=67108860/67108860
[pid=19628] ppid=19625 vsize=10551156 memory=30764 CPUtime=0.14 cores=1,3,5,7
/proc/19628/stat : 19628 (java) S 19625 19628 7968 0 -1 1077944320 7836 0 0 0 12 2 0 0 20 0 15 0 16501158 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140728159521696 140479423659767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
/proc/19628/statm: 2637789 7691 2788 1 0 2627261 0
[pid=19628/tid=19630] ppid=19625 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/19628/task/19630/stat : 19630 (java) R 19625 19628 7968 0 -1 4202560 5685 0 0 0 9 1 0 0 20 0 15 0 16501163 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140479427875072 140479423681693 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19631] ppid=19625 vsize=10551156 memory=326 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19631/stat : 19631 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501164 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140479388940944 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19632] ppid=19625 vsize=10551156 memory=288370902425441920 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19632/stat : 19632 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501164 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140479034030608 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19633] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19633/stat : 19633 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501164 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140479032977808 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19634] ppid=19625 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19634/stat : 19634 (java) S 19625 19628 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16501164 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140479031925008 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19635] ppid=19625 vsize=10551156 memory=140526273730176 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19635/stat : 19635 (java) S 19625 19628 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16501165 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140478987651952 140479423670914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19636] ppid=19625 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19636/stat : 19636 (java) S 19625 19628 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16501166 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140478986597920 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19637] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19637/stat : 19637 (java) S 19625 19628 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16501166 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140478917895536 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19638] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19638/stat : 19638 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16501168 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140478916843856 140479423678363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19639] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19639/stat : 19639 (java) S 19625 19628 7968 0 -1 1077944384 428 0 0 0 0 0 0 0 20 0 15 0 16501168 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140478915791216 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19640] ppid=19625 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19640/stat : 19640 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16501168 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140478914738416 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19641] ppid=19625 vsize=10551156 memory=140526273730176 CPUtime=0.02 cores=1,3,5,7
/proc/19628/task/19641/stat : 19641 (java) S 19625 19628 7968 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 15 0 16501169 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140478913685616 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19642] ppid=19625 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19642/stat : 19642 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16501169 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140478912633056 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19643] ppid=19625 vsize=10551156 memory=140526273730176 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19643/stat : 19643 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501174 10804383744 7691 18446744073709551615 4194304 4196468 140728159539152 140478911581360 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30764 KiB

[startup+0.310363 s]*
/proc/loadavg: 2.13 2.09 2.25 5/212 19643
/proc/meminfo: memFree=29172332/32770624 swapFree=67108860/67108860
[pid=19628] ppid=19625 vsize=10551156 memory=39252 CPUtime=0.32 cores=1,3,5,7
/proc/19628/stat : 19628 (java) S 19625 19628 7968 0 -1 1077944320 9085 0 0 0 29 3 0 0 20 0 15 0 16501158 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140728159521696 140479423659767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
/proc/19628/statm: 2637789 9813 2911 1 0 2627261 0
[pid=19628/tid=19630] ppid=19625 vsize=10551156 memory=-8774313645642428999 CPUtime=0.19 cores=1,3,5,7
/proc/19628/task/19630/stat : 19630 (java) S 19625 19628 7968 0 -1 1077944384 6186 0 0 0 18 1 0 0 20 0 15 0 16501163 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140479427897664 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19631] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19631/stat : 19631 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501164 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140479388940944 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19632] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19632/stat : 19632 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501164 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140479034030608 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19633] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19633/stat : 19633 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501164 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140479032977808 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19634] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19634/stat : 19634 (java) S 19625 19628 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16501164 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140479031925008 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19635] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19635/stat : 19635 (java) S 19625 19628 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16501165 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140478987651952 140479423670914 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19636] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19636/stat : 19636 (java) S 19625 19628 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16501166 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140478986597920 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19637] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19637/stat : 19637 (java) S 19625 19628 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16501166 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140478917895536 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19638] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19638/stat : 19638 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16501168 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140478916843856 140479423678363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19639] ppid=19625 vsize=10551156 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19628/task/19639/stat : 19639 (java) R 19625 19628 7968 0 -1 4202560 600 0 0 0 2 0 0 0 20 0 15 0 16501168 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140478915789616 140479409723923 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19640] ppid=19625 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/19628/task/19640/stat : 19640 (java) R 19625 19628 7968 0 -1 1077944384 127 0 0 0 1 0 0 0 20 0 15 0 16501168 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140478914738416 140479423670914 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19641] ppid=19625 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/19628/task/19641/stat : 19641 (java) R 19625 19628 7968 0 -1 4202560 805 0 0 0 6 0 0 0 20 0 15 0 16501169 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140478913682408 140479403069712 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19642] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19642/stat : 19642 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16501169 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140478912633056 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19643] ppid=19625 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19643/stat : 19643 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501174 10804383744 9813 18446744073709551615 4194304 4196468 140728159539152 140478911581360 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39252 KiB

[startup+0.70135 s]
/proc/loadavg: 2.13 2.09 2.25 4/212 19643
/proc/meminfo: memFree=29153180/32770624 swapFree=67108860/67108860
[pid=19628] ppid=19625 vsize=10551232 memory=105440 CPUtime=1.48 cores=1,3,5,7
/proc/19628/stat : 19628 (java) S 19625 19628 7968 0 -1 1077944320 13431 0 0 0 144 4 0 0 20 0 15 0 16501158 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140728159521696 140479423659767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
/proc/19628/statm: 2637808 26360 3052 1 0 2627261 0
[pid=19628/tid=19630] ppid=19625 vsize=10551232 memory=3056 CPUtime=0.57 cores=1,3,5,7
/proc/19628/task/19630/stat : 19630 (java) R 19625 19628 7968 0 -1 4202560 7407 0 0 0 54 3 0 0 20 0 15 0 16501163 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140479427893664 140479067658843 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19631] ppid=19625 vsize=10551232 memory=2760 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19631/stat : 19631 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501164 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140479388940944 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19632] ppid=19625 vsize=10551232 memory=4060 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19632/stat : 19632 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501164 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140479034030608 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19633] ppid=19625 vsize=10551232 memory=7450735414763743833 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19633/stat : 19633 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501164 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140479032977808 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19634] ppid=19625 vsize=10551232 memory=7158870075131520611 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19634/stat : 19634 (java) S 19625 19628 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 16501164 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140479031925008 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19635] ppid=19625 vsize=10551232 memory=7516613762463065702 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19635/stat : 19635 (java) S 19625 19628 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 16501165 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140478987651952 140479423670914 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19636] ppid=19625 vsize=10551232 memory=5865727821814644839 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19636/stat : 19636 (java) S 19625 19628 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 16501166 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140478986597920 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19637] ppid=19625 vsize=10551232 memory=7451579878684191847 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19637/stat : 19637 (java) S 19625 19628 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 16501166 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140478917895536 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19638] ppid=19625 vsize=10551232 memory=-8990767739041718176 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19638/stat : 19638 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16501168 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140478916843856 140479423678363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19639] ppid=19625 vsize=10551232 memory=281052325284160 CPUtime=0.33 cores=1,3,5,7
/proc/19628/task/19639/stat : 19639 (java) R 19625 19628 7968 0 -1 4202560 1741 0 0 0 33 0 0 0 20 0 15 0 16501168 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140478915772784 140479407159859 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19640] ppid=19625 vsize=10551232 memory=7882267345101149545 CPUtime=0.31 cores=1,3,5,7
/proc/19628/task/19640/stat : 19640 (java) R 19625 19628 7968 0 -1 4202560 1422 0 0 0 31 0 0 0 20 0 15 0 16501168 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140478914724296 140479405179107 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19641] ppid=19625 vsize=10551232 memory=7447128870833335450 CPUtime=0.24 cores=1,3,5,7
/proc/19628/task/19641/stat : 19641 (java) S 19625 19628 7968 0 -1 1077944384 1490 0 0 0 24 0 0 0 20 0 15 0 16501169 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140478913685616 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19642] ppid=19625 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19642/stat : 19642 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 16501169 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140478912633056 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19643] ppid=19625 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19643/stat : 19643 (java) S 19625 19628 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 16501174 10804461568 26360 18446744073709551615 4194304 4196468 140728159539152 140478911581360 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 105440 KiB

[startup+1.50135 s]
/proc/loadavg: 2.13 2.09 2.25 5/212 19643
/proc/meminfo: memFree=29021680/32770624 swapFree=67108860/67108860
[pid=19628] ppid=19625 vsize=10551232 memory=223708 CPUtime=4.05 cores=1,3,5,7
/proc/19628/stat : 19628 (java) S 19625 19628 7968 0 -1 1077944320 18021 0 0 0 396 9 0 0 20 0 15 0 16501158 10804461568 55927 18446744073709551615 4194304 4196468 140728159539152 140728159521696 140479423659767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
/proc/19628/statm: 2637808 55927 3109 1 0 2627261 0
[pid=19628/tid=19630] ppid=19625 vsize=10551232 memory=281052325219376 CPUtime=1.33 cores=1,3,5,7
/proc/19628/task/19630/stat : 19630 (java) R 19625 19628 7968 0 -1 4202560 7939 0 0 0 129 4 0 0 20 0 15 0 16501163 10804461568 55927 18446744073709551615 4194304 4196468 140728159539152 140479427895200 140479069161001 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19631] ppid=19625 vsize=10551232 memory=4124 CPUtime=0.01 cores=1,3,5,7
/proc/19628/task/19631/stat : 19631 (java) S 19625 19628 7968 0 -1 1077944384 25 0 0 0 1 0 0 0 20 0 15 0 16501164 10804461568 55927 18446744073709551615 4194304 4196468 140728159539152 140479388940944 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19632] ppid=19625 vsize=10551232 memory=12752 CPUtime=0.02 cores=1,3,5,7
/proc/19628/task/19632/stat : 19632 (java) S 19625 19628 7968 0 -1 1077944384 53 0 0 0 2 0 0 0 20 0 15 0 16501164 10804461568 55927 18446744073709551615 4194304 4196468 140728159539152 140479034030608 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19633] ppid=19625 vsize=10551232 memory=2424 CPUtime=0.01 cores=1,3,5,7
/proc/19628/task/19633/stat : 19633 (java) S 19625 19628 7968 0 -1 1077944384 42 0 0 0 1 0 0 0 20 0 15 0 16501164 10804461568 55927 18446744073709551615 4194304 4196468 140728159539152 140479032977808 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19634] ppid=19625 vsize=10551232 memory=1296 CPUtime=0.02 cores=1,3,5,7
/proc/19628/task/19634/stat : 19634 (java) S 19625 19628 7968 0 -1 1077944384 71 0 0 0 2 0 0 0 20 0 15 0 16501164 10804461568 55927 18446744073709551615 4194304 4196468 140728159539152 140479031925008 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19635] ppid=19625 vsize=10551232 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19635/stat : 19635 (java) S 19625 19628 7968 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 16501165 10804461568 55927 18446744073709551615 4194304 4196468 140728159539152 140478987651952 140479423670914 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19636] ppid=19625 vsize=10551232 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19636/stat : 19636 (java) S 19625 19628 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 16501166 10804461568 55927 18446744073709551615 4194304 4196468 140728159539152 140478986597984 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0

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

/proc/19628/task/19633/stat : 19633 (java) S 19625 19628 7968 0 -1 1077944384 1278 0 0 0 17 8 0 0 20 0 16 0 16501164 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479032977808 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19634] ppid=19625 vsize=10617796 memory=865848 CPUtime=0.27 cores=1,3,5,7
/proc/19628/task/19634/stat : 19634 (java) S 19625 19628 7968 0 -1 1077944384 876 0 0 0 18 9 0 0 20 0 16 0 16501164 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479031925008 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19635] ppid=19625 vsize=10617796 memory=865848 CPUtime=0.07 cores=1,3,5,7
/proc/19628/task/19635/stat : 19635 (java) S 19625 19628 7968 0 -1 1077944384 1690 0 0 0 3 4 0 0 20 0 16 0 16501165 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478987651952 140479423670914 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19636] ppid=19625 vsize=10617796 memory=865848 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19636/stat : 19636 (java) S 19625 19628 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 16501166 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478986597984 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19637] ppid=19625 vsize=10617796 memory=865848 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19637/stat : 19637 (java) S 19625 19628 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 16501166 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478917895552 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19638] ppid=19625 vsize=10617796 memory=865848 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19638/stat : 19638 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16501168 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478916843856 140479423678363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19639] ppid=19625 vsize=10617796 memory=865848 CPUtime=1.89 cores=1,3,5,7
/proc/19628/task/19639/stat : 19639 (java) S 19625 19628 7968 0 -1 1077944384 7208 0 0 0 188 1 0 0 20 0 16 0 16501168 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478915791216 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19640] ppid=19625 vsize=10617796 memory=865848 CPUtime=2.17 cores=1,3,5,7
/proc/19628/task/19640/stat : 19640 (java) S 19625 19628 7968 0 -1 1077944384 8158 0 0 0 216 1 0 0 20 0 16 0 16501168 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478914738416 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19641] ppid=19625 vsize=10617796 memory=865848 CPUtime=0.57 cores=1,3,5,7
/proc/19628/task/19641/stat : 19641 (java) S 19625 19628 7968 0 -1 1077944384 5603 0 0 0 56 1 0 0 20 0 16 0 16501169 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478913685616 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19642] ppid=19625 vsize=10617796 memory=865848 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19642/stat : 19642 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16501169 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478912633056 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19643] ppid=19625 vsize=10617796 memory=865848 CPUtime=1.37 cores=1,3,5,7
/proc/19628/task/19643/stat : 19643 (java) S 19625 19628 7968 0 -1 1077944384 1553 0 0 0 62 75 0 0 20 0 16 0 16501174 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478911581360 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19644] ppid=19625 vsize=10617796 memory=865848 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19644/stat : 19644 (java) S 19625 19628 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16501337 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478910526896 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
Current children cumulated CPU time: 2448.91 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 865848 KiB

[startup+2502.3 s]
/proc/loadavg: 2.02 2.03 2.40 3/213 20513
/proc/meminfo: memFree=25415396/32770624 swapFree=67108860/67108860
[pid=19628] ppid=19625 vsize=10617796 memory=865848 CPUtime=2508.93 cores=1,3,5,7
/proc/19628/stat : 19628 (java) S 19625 19628 7968 0 -1 1077944320 54027 0 0 0 250777 116 0 0 20 0 16 0 16501158 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140728159521696 140479423659767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
/proc/19628/statm: 2654449 216462 3129 1 0 2643902 0
[pid=19628/tid=19630] ppid=19625 vsize=10617796 memory=1440 CPUtime=2501.69 cores=1,3,5,7
/proc/19628/task/19630/stat : 19630 (java) R 19625 19628 7968 0 -1 4202560 24277 0 0 0 250159 10 0 0 20 0 16 0 16501163 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479427898720 140479070701448 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19631] ppid=19625 vsize=10617796 memory=865848 CPUtime=0.26 cores=1,3,5,7
/proc/19628/task/19631/stat : 19631 (java) S 19625 19628 7968 0 -1 1077944384 979 0 0 0 17 9 0 0 20 0 16 0 16501164 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479388940944 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19632] ppid=19625 vsize=10617796 memory=865848 CPUtime=0.26 cores=1,3,5,7
/proc/19628/task/19632/stat : 19632 (java) S 19625 19628 7968 0 -1 1077944384 923 0 0 0 17 9 0 0 20 0 16 0 16501164 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479034030608 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19633] ppid=19625 vsize=10617796 memory=865848 CPUtime=0.25 cores=1,3,5,7
/proc/19628/task/19633/stat : 19633 (java) S 19625 19628 7968 0 -1 1077944384 1278 0 0 0 17 8 0 0 20 0 16 0 16501164 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479032977808 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19634] ppid=19625 vsize=10617796 memory=865848 CPUtime=0.27 cores=1,3,5,7
/proc/19628/task/19634/stat : 19634 (java) S 19625 19628 7968 0 -1 1077944384 876 0 0 0 18 9 0 0 20 0 16 0 16501164 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479031925008 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19635] ppid=19625 vsize=10617796 memory=865848 CPUtime=0.07 cores=1,3,5,7
/proc/19628/task/19635/stat : 19635 (java) S 19625 19628 7968 0 -1 1077944384 1695 0 0 0 3 4 0 0 20 0 16 0 16501165 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478987651952 140479423670914 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19636] ppid=19625 vsize=10617796 memory=865848 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19636/stat : 19636 (java) S 19625 19628 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 16501166 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478986597984 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19637] ppid=19625 vsize=10617796 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19637/stat : 19637 (java) S 19625 19628 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 16501166 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478917895552 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19638] ppid=19625 vsize=10617796 memory=865848 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19638/stat : 19638 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16501168 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478916843856 140479423678363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19639] ppid=19625 vsize=10617796 memory=865848 CPUtime=1.89 cores=1,3,5,7
/proc/19628/task/19639/stat : 19639 (java) S 19625 19628 7968 0 -1 1077944384 7210 0 0 0 188 1 0 0 20 0 16 0 16501168 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478915791216 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19640] ppid=19625 vsize=10617796 memory=865848 CPUtime=2.17 cores=1,3,5,7
/proc/19628/task/19640/stat : 19640 (java) S 19625 19628 7968 0 -1 1077944384 8160 0 0 0 216 1 0 0 20 0 16 0 16501168 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478914738416 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19641] ppid=19625 vsize=10617796 memory=865848 CPUtime=0.57 cores=1,3,5,7
/proc/19628/task/19641/stat : 19641 (java) S 19625 19628 7968 0 -1 1077944384 5611 0 0 0 56 1 0 0 20 0 16 0 16501169 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478913685616 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19642] ppid=19625 vsize=10617796 memory=865848 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19642/stat : 19642 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16501169 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478912633056 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19643] ppid=19625 vsize=10617796 memory=4124 CPUtime=1.4 cores=1,3,5,7
/proc/19628/task/19643/stat : 19643 (java) S 19625 19628 7968 0 -1 1077944384 1586 0 0 0 64 76 0 0 20 0 16 0 16501174 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478911581360 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19644] ppid=19625 vsize=10617796 memory=865848 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19644/stat : 19644 (java) S 19625 19628 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16501337 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478910526896 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
Current children cumulated CPU time: 2508.93 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 865848 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.4 s]
/proc/loadavg: 2.01 2.03 2.40 3/213 20516
/proc/meminfo: memFree=25414696/32770624 swapFree=67108860/67108860
[pid=19628] ppid=19625 vsize=10617796 memory=865848 CPUtime=2520.04 cores=1,3,5,7
/proc/19628/stat : 19628 (java) S 19625 19628 7968 0 -1 1077944320 54036 0 0 0 251887 117 0 0 20 0 16 0 16501158 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140728159521696 140479423659767 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
/proc/19628/statm: 2654449 216462 3129 1 0 2643902 0
[pid=19628/tid=19630] ppid=19625 vsize=10617796 memory=3868 CPUtime=2512.79 cores=1,3,5,7
/proc/19628/task/19630/stat : 19630 (java) R 19625 19628 7968 0 -1 4202560 24284 0 0 0 251269 10 0 0 20 0 16 0 16501163 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479427898720 140479071142449 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19631] ppid=19625 vsize=10617796 memory=3904 CPUtime=0.26 cores=1,3,5,7
/proc/19628/task/19631/stat : 19631 (java) S 19625 19628 7968 0 -1 1077944384 979 0 0 0 17 9 0 0 20 0 16 0 16501164 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479388940944 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19632] ppid=19625 vsize=10617796 memory=3088 CPUtime=0.26 cores=1,3,5,7
/proc/19628/task/19632/stat : 19632 (java) S 19625 19628 7968 0 -1 1077944384 923 0 0 0 17 9 0 0 20 0 16 0 16501164 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479034030608 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19633] ppid=19625 vsize=10617796 memory=2760 CPUtime=0.25 cores=1,3,5,7
/proc/19628/task/19633/stat : 19633 (java) S 19625 19628 7968 0 -1 1077944384 1278 0 0 0 17 8 0 0 20 0 16 0 16501164 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479032977808 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19634] ppid=19625 vsize=10617796 memory=1152 CPUtime=0.27 cores=1,3,5,7
/proc/19628/task/19634/stat : 19634 (java) S 19625 19628 7968 0 -1 1077944384 876 0 0 0 18 9 0 0 20 0 16 0 16501164 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140479031925008 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19635] ppid=19625 vsize=10617796 memory=3212 CPUtime=0.07 cores=1,3,5,7
/proc/19628/task/19635/stat : 19635 (java) S 19625 19628 7968 0 -1 1077944384 1695 0 0 0 3 4 0 0 20 0 16 0 16501165 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478987651952 140479423670914 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19636] ppid=19625 vsize=10617796 memory=865848 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19636/stat : 19636 (java) S 19625 19628 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 16501166 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478986597984 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19637] ppid=19625 vsize=10617796 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19637/stat : 19637 (java) S 19625 19628 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 16501166 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478917895552 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19638] ppid=19625 vsize=10617796 memory=3244 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19638/stat : 19638 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16501168 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478916843856 140479423678363 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19639] ppid=19625 vsize=10617796 memory=288230574492221466 CPUtime=1.89 cores=1,3,5,7
/proc/19628/task/19639/stat : 19639 (java) S 19625 19628 7968 0 -1 1077944384 7210 0 0 0 188 1 0 0 20 0 16 0 16501168 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478915791216 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19640] ppid=19625 vsize=10617796 memory=288230613214036277 CPUtime=2.17 cores=1,3,5,7
/proc/19628/task/19640/stat : 19640 (java) S 19625 19628 7968 0 -1 1077944384 8160 0 0 0 216 1 0 0 20 0 16 0 16501168 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478914738416 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19641] ppid=19625 vsize=10617796 memory=15816711811106768 CPUtime=0.57 cores=1,3,5,7
/proc/19628/task/19641/stat : 19641 (java) S 19625 19628 7968 0 -1 1077944384 5611 0 0 0 56 1 0 0 20 0 16 0 16501169 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478913685616 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19642] ppid=19625 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19642/stat : 19642 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 16501169 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478912633056 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19643] ppid=19625 vsize=10617796 memory=2248 CPUtime=1.4 cores=1,3,5,7
/proc/19628/task/19643/stat : 19643 (java) S 19625 19628 7968 0 -1 1077944384 1588 0 0 0 64 76 0 0 20 0 16 0 16501174 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478911581360 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19644] ppid=19625 vsize=10617796 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19644/stat : 19644 (java) S 19625 19628 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 16501337 10872623104 216462 18446744073709551615 4194304 4196468 140728159539152 140478910526896 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 865848 KiB

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

[startup+2513.65 s]
# the end of solver process 19628 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.93 s, system=1.17808 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2513.6 s]
/proc/loadavg: 2.01 2.03 2.40 3/213 20516
/proc/meminfo: memFree=25414696/32770624 swapFree=67108860/67108860
[pid=19628] ppid=19625 vsize=10817488 memory=865980 CPUtime=2520.06 cores=1,3,5,7
/proc/19628/stat : 19628 (java) S 19625 19628 7968 0 -1 1077944320 54381 0 0 0 251889 117 0 0 20 0 17 0 16501158 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140728159521696 140479423659767 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 5 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
/proc/19628/statm: 2704372 216495 3131 1 0 2693825 0
[pid=19628/tid=19630] ppid=19625 vsize=10817488 memory=1236 CPUtime=2512.8 cores=1,3,5,7
/proc/19628/task/19630/stat : 19630 (java) S 19625 19628 7968 0 -1 1077944384 24324 0 0 0 251270 10 0 0 20 0 17 0 16501163 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140479427902640 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19631] ppid=19625 vsize=10817488 memory=865848 CPUtime=0.26 cores=1,3,5,7
/proc/19628/task/19631/stat : 19631 (java) S 19625 19628 7968 0 -1 1077944384 979 0 0 0 17 9 0 0 20 0 17 0 16501164 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140479388940944 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19632] ppid=19625 vsize=10817488 memory=865848 CPUtime=0.26 cores=1,3,5,7
/proc/19628/task/19632/stat : 19632 (java) S 19625 19628 7968 0 -1 1077944384 923 0 0 0 17 9 0 0 20 0 17 0 16501164 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140479034030608 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19633] ppid=19625 vsize=10817488 memory=865848 CPUtime=0.25 cores=1,3,5,7
/proc/19628/task/19633/stat : 19633 (java) S 19625 19628 7968 0 -1 1077944384 1278 0 0 0 17 8 0 0 20 0 17 0 16501164 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140479032977808 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19634] ppid=19625 vsize=10817488 memory=-8774313645642428999 CPUtime=0.27 cores=1,3,5,7
/proc/19628/task/19634/stat : 19634 (java) S 19625 19628 7968 0 -1 1077944384 876 0 0 0 18 9 0 0 20 0 17 0 16501164 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140479031925008 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19635] ppid=19625 vsize=10817488 memory=9916 CPUtime=0.07 cores=1,3,5,7
/proc/19628/task/19635/stat : 19635 (java) S 19625 19628 7968 0 -1 1077944384 1695 0 0 0 3 4 0 0 20 0 17 0 16501165 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140478987651952 140479423670914 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19636] ppid=19625 vsize=10817488 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19636/stat : 19636 (java) S 19625 19628 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 16501166 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140478986597984 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19637] ppid=19625 vsize=10817488 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19637/stat : 19637 (java) S 19625 19628 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 16501166 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140478917895552 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19638] ppid=19625 vsize=10817488 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19638/stat : 19638 (java) S 19625 19628 7968 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 17 0 16501168 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140478916843856 140479423678363 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19639] ppid=19625 vsize=10817488 memory=1588 CPUtime=1.89 cores=1,3,5,7
/proc/19628/task/19639/stat : 19639 (java) S 19625 19628 7968 0 -1 1077944384 7210 0 0 0 188 1 0 0 20 0 17 0 16501168 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140478915791216 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19640] ppid=19625 vsize=10817488 memory=928 CPUtime=2.17 cores=1,3,5,7
/proc/19628/task/19640/stat : 19640 (java) S 19625 19628 7968 0 -1 1077944384 8160 0 0 0 216 1 0 0 20 0 17 0 16501168 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140478914738416 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19641] ppid=19625 vsize=10817488 memory=2164 CPUtime=0.57 cores=1,3,5,7
/proc/19628/task/19641/stat : 19641 (java) S 19625 19628 7968 0 -1 1077944384 5670 0 0 0 56 1 0 0 20 0 17 0 16501169 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140478913685616 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19642] ppid=19625 vsize=10817488 memory=12852 CPUtime=0 cores=1,3,5,7
/proc/19628/task/19642/stat : 19642 (java) S 19625 19628 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 16501169 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140478912633056 140479423669973 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
[pid=19628/tid=19643] ppid=19625 vsize=10817488 memory=2424 CPUtime=1.4 cores=1,3,5,7
/proc/19628/task/19643/stat : 19643 (java) S 19625 19628 7968 0 -1 1077944384 1588 0 0 0 64 76 0 0 20 0 17 0 16501174 11077107712 216495 18446744073709551615 4194304 4196468 140728159539152 140478911581360 140479423670914 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23277568 140728159547793 140728159547946 140728159547946 140728159551439 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 865980 KiB

Child status: 143
Real time (s): 2513.65
CPU time (s): 2520.11
CPU user time (s): 2518.93
CPU system time (s): 1.17808
CPU usage (%): 100.257
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 865980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.93
system time used= 1.17808
maximum resident set size= 866484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54561
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56702
involuntary context switches= 982


# summary of solver processes directly reported to runsolver:
#   pid: 19628
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.93
#   total CPU system time (s): 1.17808

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.707 second user time and 23.0652 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 13:55:48
IDJOB=4263645
IDBENCH=126722
IDSOLVER=2651
FILE ID=node128/4263645-1502626185
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-xcsp2-s1/SocialGolfers-06-4-6_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263645-1502626185/watcher-4263645-1502626185 -o /tmp/evaluation-result-4263645-1502626185/solver-4263645-1502626185 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263645-1502626185.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 43a487770d57b1dc580a85535ccd03c6
RANDOM SEED=1536716195

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.94
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.94
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	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.94
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        29199552 kB
MemAvailable:   29772172 kB
Buffers:          136836 kB
Cached:           723460 kB
SwapCached:            0 kB
Active:          2486472 kB
Inactive:         669744 kB
Active(anon):    2296008 kB
Inactive(anon):    16764 kB
Active(file):     190464 kB
Inactive(file):   652980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2000 kB
Writeback:             0 kB
AnonPages:       2295524 kB
Mapped:            44540 kB
Shmem:             17116 kB
Slab:             114644 kB
SReclaimable:      90024 kB
SUnreclaim:        24620 kB
KernelStack:        3488 kB
PageTables:         9592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3077548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2123776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 14:37:42