Trace number 4289800

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (TO) 2400.17 2384.28

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m1-30_c18.xml
MD5SUM643e62d73285ca0df01da7486f80c5bf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark96
Best CPU time to get the best result obtained on this benchmark2520.14
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints87321
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1800}]
Minimum variable degree89
Maximum variable degree118
Distribution of variable degrees[{"degree":89,"count":116},{"degree":90,"count":116},{"degree":91,"count":108},{"degree":92,"count":108},{"degree":93,"count":100},{"degree":94,"count":100},{"degree":95,"count":92},{"degree":96,"count":92},{"degree":97,"count":84},{"degree":98,"count":84},{"degree":99,"count":76},{"degree":100,"count":76},{"degree":101,"count":68},{"degree":102,"count":68},{"degree":103,"count":60},{"degree":104,"count":60},{"degree":105,"count":52},{"degree":106,"count":52},{"degree":107,"count":44},{"degree":108,"count":44},{"degree":109,"count":36},{"degree":110,"count":36},{"degree":111,"count":28},{"degree":112,"count":28},{"degree":113,"count":20},{"degree":114,"count":20},{"degree":115,"count":12},{"degree":116,"count":12},{"degree":117,"count":4},{"degree":118,"count":4}]
Minimum constraint arity2
Maximum constraint arity1800
Distribution of constraint arities[{"arity":2,"count":87320},{"arity":1800,"count":1}]
Number of extensional constraints0
Number of intensional constraints87320
Distribution of constraint types[{"type":"intension","count":87320},{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

22.43/10.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
22.43/10.08	c This is free software under the dual EPL/GNU LGPL licenses.
22.43/10.08	c See www.sat4j.org for details.
22.43/10.08	c That software uses the Rhino library from the Mozilla project.
22.43/10.08	c version 2.3.6-SNAPSHOT
22.43/10.08	c java.runtime.name	Java(TM) SE Runtime Environment
22.43/10.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
22.43/10.08	c java.vm.version	25.131-b11
22.43/10.08	c java.vm.vendor	Oracle Corporation
22.43/10.08	c sun.arch.data.model	64
22.43/10.08	c java.version		1.8.0_131
22.43/10.08	c os.name		Linux
22.43/10.08	c os.version		3.10.0-514.16.1.el7.x86_64
22.43/10.08	c os.arch		amd64
22.43/10.08	c Free memory 		499604488
22.43/10.08	c Max memory 		7247757312
22.43/10.08	c Total memory 		504889344
22.43/10.08	c Number of processors 	4
22.43/10.08	c c --- Begin Solver configuration ---
22.43/10.08	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
22.43/10.08	c Learn all clauses as in MiniSAT
22.43/10.08	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
22.43/10.08	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
22.43/10.08	c No reason simplification
22.43/10.08	c Glucose 2.1 dynamic restart strategy
22.43/10.08	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
22.43/10.08	c timeout=2147483s
22.43/10.08	c DB Simplification allowed=false
22.43/10.08	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
22.43/10.08	c --- End Solver configuration ---
22.43/10.08	c constraints type 
22.43/10.08	c org.sat4j.minisat.constraints.card.MinWatchCard => 3600
22.43/10.08	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 265561
22.43/10.08	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3591078
22.43/10.08	c org.sat4j.minisat.constraints.cnf.UnitClause => 174642
22.43/10.08	c 4034881 constraints processed.
2400.09/2384.21	c starts		: 2137
2400.09/2384.21	c conflicts		: 1089525
2400.09/2384.21	c decisions		: 140997400
2400.09/2384.21	c propagations		: 7320080501
2400.09/2384.21	c inspects		: 13233663448
2400.09/2384.21	c shortcuts		: 0
2400.09/2384.21	c learnt literals	: 6058
2400.09/2384.21	c learnt binary clauses	: 2885
2400.09/2384.21	c learnt ternary clauses	: 173524
2400.09/2384.21	c learnt constraints	: 1083467
2400.09/2384.21	c ignored constraints	: 0
2400.09/2384.21	c root simplifications	: 0
2400.09/2384.21	c removed literals (reason simplification)	: 0
2400.09/2384.21	c reason swapping (by a shorter reason)	: 0
2400.09/2384.21	c Calls to reduceDB	: 42
2400.09/2384.21	c Number of update (reduction) of LBD	: 331799
2400.09/2384.21	c Imported unit clauses	: 0
2400.09/2384.21	c number of reductions to clauses (during analyze)	: 0
2400.09/2384.21	c number of learned constraints concerned by reduction	: 0
2400.09/2384.21	c number of learning phase by resolution	: 0
2400.09/2384.21	c number of learning phase by cutting planes	: 0
2400.09/2384.21	c number of rounding to 1 operations	: 0
2400.09/2384.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.09/2384.21	c number of reductions of the coefficients by power 2 	: 0
2400.09/2384.21	c number of right shift for reduction by power 2 	: 0
2400.09/2384.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.09/2384.21	c number of ending skipping 	: 0
2400.09/2384.21	c number of internal skipping 	: 0
2400.09/2384.21	c number of derivation steps 	: 0
2400.09/2384.21	c number of skipped derivation steps 	: 0
2400.09/2384.21	c number of remaining unassigned 	: 0
2400.09/2384.21	c number of remaining assigned 	: 0
2400.09/2384.21	c speed (assignments/second)	: 3083469.9190176814
2400.09/2384.21	c non guided choices	: 130122324
2400.09/2384.25	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 2885
2400.09/2384.25	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 239170
2400.09/2384.25	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 (8819 MiB free)
  memory of node 1: 16384 MiB (9597 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289800-1532220116/watcher-4289800-1532220116 -o /tmp/evaluation-result-4289800-1532220116/solver-4289800-1532220116 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289800-1532220116.xml 

running on 4 cores: 0,2,4,6

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=30357, runsolver pid=30354

[startup+0.10068 s]*
/proc/loadavg: 4.75 4.01 2.98 3/217 30372
/proc/meminfo: memFree=18842896/32770624 swapFree=67108860/67108860
[pid=30357] ppid=30354 vsize=10659012 memory=30076 CPUtime=0.13 cores=0,2,4,6
/proc/30357/stat : 30357 (java) S 30354 30357 26151 0 -1 1077944320 6608 0 0 0 12 1 0 0 20 0 15 0 39574804 10914828288 7519 33554432000 4194304 4196468 140727441738016 140727441720560 140243141234423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
/proc/30357/statm: 2664753 7519 2843 1 0 2627263 0
[pid=30357/tid=30359] ppid=30354 vsize=10659012 memory=-8773748148830375299 CPUtime=0.09 cores=0,2,4,6
/proc/30357/task/30359/stat : 30359 (java) R 30354 30357 26151 0 -1 4202560 4425 0 0 0 8 1 0 0 20 0 15 0 39574804 10914828288 7519 33554432000 4194304 4196468 140727441738016 140243145439088 140243125314910 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30360] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30360/stat : 30360 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242748103184 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30361] ppid=30354 vsize=10659012 memory=139728763143808 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30361/stat : 30361 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242747050640 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30362] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30362/stat : 30362 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242745997584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30363] ppid=30354 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30363/stat : 30363 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242744945040 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30364] ppid=30354 vsize=10659012 memory=139728763143808 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30364/stat : 30364 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574806 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242701044464 140243141245570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30365] ppid=30354 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30365/stat : 30365 (java) S 30354 30357 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39574807 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242699990688 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30366] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30366/stat : 30366 (java) S 30354 30357 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39574807 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242698937584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30367] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30367/stat : 30367 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39574809 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242697886160 140243141253019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30368] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30368/stat : 30368 (java) S 30354 30357 26151 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 15 0 39574809 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242696833264 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30369] ppid=30354 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30369/stat : 30369 (java) S 30354 30357 26151 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39574809 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242695780720 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30370] ppid=30354 vsize=10659012 memory=139728763143808 CPUtime=0.02 cores=0,2,4,6
/proc/30357/task/30370/stat : 30370 (java) R 30354 30357 26151 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 39574809 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242627586032 140243141255770 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30371] ppid=30354 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30371/stat : 30371 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39574810 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242626533728 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30372] ppid=30354 vsize=10659012 memory=139728763143808 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30372/stat : 30372 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574810 10914828288 7519 33554432000 4194304 4196468 140727441738016 140242625481776 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30076 KiB

[startup+0.21059 s]*
/proc/loadavg: 4.75 4.01 2.98 4/217 30372
/proc/meminfo: memFree=18831784/32770624 swapFree=67108860/67108860
[pid=30357] ppid=30354 vsize=10659012 memory=41784 CPUtime=0.34 cores=0,2,4,6
/proc/30357/stat : 30357 (java) S 30354 30357 26151 0 -1 1077944320 8057 0 0 0 32 2 0 0 20 0 15 0 39574804 10914828288 10446 33554432000 4194304 4196468 140727441738016 140727441720560 140243141234423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
/proc/30357/statm: 2664753 10446 3006 1 0 2627263 0
[pid=30357/tid=30359] ppid=30354 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/30357/task/30359/stat : 30359 (java) R 30354 30357 26151 0 -1 4202560 5003 0 0 0 19 1 0 0 20 0 15 0 39574804 10914828288 10446 33554432000 4194304 4196468 140727441738016 140243145461680 140243141256349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30360] ppid=30354 vsize=10659012 memory=340 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30360/stat : 30360 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242748103184 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30361] ppid=30354 vsize=10659012 memory=139728763342507 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30361/stat : 30361 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242747050640 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30362] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30362/stat : 30362 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242745997584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30363] ppid=30354 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30363/stat : 30363 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242744945040 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30364] ppid=30354 vsize=10659012 memory=139728763143808 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30364/stat : 30364 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574806 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242701044464 140243141245570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30365] ppid=30354 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30365/stat : 30365 (java) S 30354 30357 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39574807 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242699990688 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30366] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30366/stat : 30366 (java) S 30354 30357 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39574807 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242698937584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30367] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30367/stat : 30367 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39574809 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242697886160 140243141253019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30368] ppid=30354 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/30357/task/30368/stat : 30368 (java) S 30354 30357 26151 0 -1 1077944384 518 0 0 0 2 0 0 0 20 0 15 0 39574809 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242696833264 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30369] ppid=30354 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/30357/task/30369/stat : 30369 (java) S 30354 30357 26151 0 -1 1077944384 468 0 0 0 2 0 0 0 20 0 15 0 39574809 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242695780720 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30370] ppid=30354 vsize=10659012 memory=139728763143808 CPUtime=0.07 cores=0,2,4,6
/proc/30357/task/30370/stat : 30370 (java) S 30354 30357 26151 0 -1 1077944384 699 0 0 0 7 0 0 0 20 0 15 0 39574809 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242627586032 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30371] ppid=30354 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30371/stat : 30371 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39574810 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242626533728 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30372] ppid=30354 vsize=10659012 memory=139728763143808 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30372/stat : 30372 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574810 10914828288 10446 33554432000 4194304 4196468 140727441738016 140242625481776 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41784 KiB

[startup+0.312735 s]*
/proc/loadavg: 4.75 4.01 2.98 5/217 30372
/proc/meminfo: memFree=18817176/32770624 swapFree=67108860/67108860
[pid=30357] ppid=30354 vsize=10659012 memory=54892 CPUtime=0.6 cores=0,2,4,6
/proc/30357/stat : 30357 (java) S 30354 30357 26151 0 -1 1077944320 9775 0 0 0 57 3 0 0 20 0 15 0 39574804 10914828288 13723 33554432000 4194304 4196468 140727441738016 140727441720560 140243141234423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
/proc/30357/statm: 2664753 13723 3041 1 0 2627263 0
[pid=30357/tid=30359] ppid=30354 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/30357/task/30359/stat : 30359 (java) R 30354 30357 26151 0 -1 4202560 5351 0 0 0 29 1 0 0 20 0 15 0 39574804 10914828288 13723 33554432000 4194304 4196468 140727441738016 140243145470432 140243141256349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30360] ppid=30354 vsize=10659012 memory=288230600413020183 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30360/stat : 30360 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242748103184 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30361] ppid=30354 vsize=10659012 memory=139728763342504 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30361/stat : 30361 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242747050640 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30362] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30362/stat : 30362 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242745997584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30363] ppid=30354 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30363/stat : 30363 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574805 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242744945040 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30364] ppid=30354 vsize=10659012 memory=139728763143808 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30364/stat : 30364 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574806 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242701044464 140243141245570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30365] ppid=30354 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30365/stat : 30365 (java) S 30354 30357 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39574807 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242699990688 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30366] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30366/stat : 30366 (java) S 30354 30357 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39574807 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242698937584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30367] ppid=30354 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30367/stat : 30367 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39574809 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242697886160 140243141253019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30368] ppid=30354 vsize=10659012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30357/task/30368/stat : 30368 (java) R 30354 30357 26151 0 -1 4202560 1056 0 0 0 8 0 0 0 20 0 15 0 39574809 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242696814488 140243125144825 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30369] ppid=30354 vsize=10659012 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30357/task/30369/stat : 30369 (java) R 30354 30357 26151 0 -1 4202560 919 0 0 0 7 0 0 0 20 0 15 0 39574809 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242695766664 140243126359573 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30370] ppid=30354 vsize=10659012 memory=139728763143808 CPUtime=0.12 cores=0,2,4,6
/proc/30357/task/30370/stat : 30370 (java) R 30354 30357 26151 0 -1 1077944384 1080 0 0 0 12 0 0 0 20 0 15 0 39574809 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242627586032 140243141245570 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30371] ppid=30354 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30371/stat : 30371 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39574810 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242626533728 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30372] ppid=30354 vsize=10659012 memory=139728763143808 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30372/stat : 30372 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574810 10914828288 13723 33554432000 4194304 4196468 140727441738016 140242625481776 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54892 KiB

[startup+0.700753 s]
/proc/loadavg: 4.75 4.01 2.98 6/217 30372
/proc/meminfo: memFree=18777144/32770624 swapFree=67108860/67108860
[pid=30357] ppid=30354 vsize=10659088 memory=136268 CPUtime=1.77 cores=0,2,4,6
/proc/30357/stat : 30357 (java) S 30354 30357 26151 0 -1 1077944320 12969 0 0 0 172 5 0 0 20 0 15 0 39574804 10914906112 34067 33554432000 4194304 4196468 140727441738016 140727441720560 140243141234423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
/proc/30357/statm: 2664772 34067 3100 1 0 2627263 0
[pid=30357/tid=30359] ppid=30354 vsize=10659088 memory=1836 CPUtime=0.68 cores=0,2,4,6
/proc/30357/task/30359/stat : 30359 (java) R 30354 30357 26151 0 -1 4202560 5839 0 0 0 65 3 0 0 20 0 15 0 39574804 10914906112 34067 33554432000 4194304 4196468 140727441738016 140243145468824 140242781670548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30360] ppid=30354 vsize=10659088 memory=12976 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30360/stat : 30360 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574805 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242748103184 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30361] ppid=30354 vsize=10659088 memory=792 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30361/stat : 30361 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574805 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242747050640 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30362] ppid=30354 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30362/stat : 30362 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574805 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242745997584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30363] ppid=30354 vsize=10659088 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30363/stat : 30363 (java) S 30354 30357 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39574805 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242744945040 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30364] ppid=30354 vsize=10659088 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30364/stat : 30364 (java) S 30354 30357 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39574806 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242701044464 140243141245570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30365] ppid=30354 vsize=10659088 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30365/stat : 30365 (java) S 30354 30357 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39574807 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242699990688 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30366] ppid=30354 vsize=10659088 memory=5412 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30366/stat : 30366 (java) S 30354 30357 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39574807 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242698937584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30367] ppid=30354 vsize=10659088 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30367/stat : 30367 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39574809 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242697886160 140243141253019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30368] ppid=30354 vsize=10659088 memory=6297835844906604903 CPUtime=0.4 cores=0,2,4,6
/proc/30357/task/30368/stat : 30368 (java) R 30354 30357 26151 0 -1 4202560 2086 0 0 0 40 0 0 0 20 0 15 0 39574809 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242696819064 140243121956500 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30369] ppid=30354 vsize=10659088 memory=7597685182856913236 CPUtime=0.39 cores=0,2,4,6
/proc/30357/task/30369/stat : 30369 (java) R 30354 30357 26151 0 -1 4202560 2243 0 0 0 39 0 0 0 20 0 15 0 39574809 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242695766456 140243122778512 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30370] ppid=30354 vsize=10659088 memory=6220433507312750672 CPUtime=0.27 cores=0,2,4,6
/proc/30357/task/30370/stat : 30370 (java) S 30354 30357 26151 0 -1 1077944384 1429 0 0 0 27 0 0 0 20 0 15 0 39574809 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242627586032 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30371] ppid=30354 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30371/stat : 30371 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39574810 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242626533728 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30372] ppid=30354 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30372/stat : 30372 (java) S 30354 30357 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39574810 10914906112 34067 33554432000 4194304 4196468 140727441738016 140242625481776 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 136268 KiB

[startup+1.50076 s]
/proc/loadavg: 4.75 4.01 2.98 5/217 30372
/proc/meminfo: memFree=18633684/32770624 swapFree=67108860/67108860
[pid=30357] ppid=30354 vsize=10659088 memory=401756 CPUtime=4.25 cores=0,2,4,6
/proc/30357/stat : 30357 (java) S 30354 30357 26151 0 -1 1077944320 17153 0 0 0 410 15 0 0 20 0 15 0 39574804 10914906112 100439 33554432000 4194304 4196468 140727441738016 140727441720560 140243141234423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
/proc/30357/statm: 2664772 100439 3138 1 0 2627263 0
[pid=30357/tid=30359] ppid=30354 vsize=10659088 memory=0 CPUtime=1.37 cores=0,2,4,6
/proc/30357/task/30359/stat : 30359 (java) R 30354 30357 26151 0 -1 4202560 5922 0 0 0 132 5 0 0 20 0 15 0 39574804 10914906112 100439 33554432000 4194304 4196468 140727441738016 140243145471664 140242782352545 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30360] ppid=30354 vsize=10659088 memory=-6951259422114956437 CPUtime=0.07 cores=0,2,4,6
/proc/30357/task/30360/stat : 30360 (java) S 30354 30357 26151 0 -1 1077944384 146 0 0 0 5 2 0 0 20 0 15 0 39574805 10914906112 100439 33554432000 4194304 4196468 140727441738016 140242748103184 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30361] ppid=30354 vsize=10659088 memory=-6509546260019855295 CPUtime=0.06 cores=0,2,4,6
/proc/30357/task/30361/stat : 30361 (java) S 30354 30357 26151 0 -1 1077944384 125 0 0 0 5 1 0 0 20 0 15 0 39574805 10914906112 100439 33554432000 4194304 4196468 140727441738016 140242747050640 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30362] ppid=30354 vsize=10659088 memory=-7390251449858225344 CPUtime=0.05 cores=0,2,4,6
/proc/30357/task/30362/stat : 30362 (java) S 30354 30357 26151 0 -1 1077944384 191 0 0 0 4 1 0 0 20 0 15 0 39574805 10914906112 100439 33554432000 4194304 4196468 140727441738016 140242745997584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30363] ppid=30354 vsize=10659088 memory=4134692831991786133 CPUtime=0.06 cores=0,2,4,6
/proc/30357/task/30363/stat : 30363 (java) S 30354 30357 26151 0 -1 1077944384 86 0 0 0 5 1 0 0 20 0 15 0 39574805 10914906112 100439 33554432000 4194304 4196468 140727441738016 140242744945040 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30364] ppid=30354 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30364/stat : 30364 (java) S 30354 30357 26151 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 39574806 10914906112 100439 33554432000 4194304 4196468 140727441738016 140242701044464 140243141245570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0

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

/proc/30357/task/30362/stat : 30362 (java) S 30354 30357 26151 0 -1 1077944384 6858 0 0 0 153 17 0 0 20 0 16 0 39574805 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242745997584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30363] ppid=30354 vsize=10727700 memory=1798380 CPUtime=1.76 cores=0,2,4,6
/proc/30357/task/30363/stat : 30363 (java) S 30354 30357 26151 0 -1 1077944384 7480 0 0 0 158 18 0 0 20 0 16 0 39574805 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242744945040 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30364] ppid=30354 vsize=10727700 memory=279457282227360 CPUtime=0.67 cores=0,2,4,6
/proc/30357/task/30364/stat : 30364 (java) S 30354 30357 26151 0 -1 1077944384 3720 0 0 0 64 3 0 0 20 0 16 0 39574806 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242701044464 140243141245570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30365] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30365/stat : 30365 (java) S 30354 30357 26151 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39574807 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242699990752 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30366] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30366/stat : 30366 (java) S 30354 30357 26151 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 39574807 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242698937600 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30367] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30367/stat : 30367 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242697886160 140243141253019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30368] ppid=30354 vsize=10727700 memory=1798380 CPUtime=4.39 cores=0,2,4,6
/proc/30357/task/30368/stat : 30368 (java) S 30354 30357 26151 0 -1 1077944384 12736 0 0 0 437 2 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242696833264 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30369] ppid=30354 vsize=10727700 memory=1798380 CPUtime=4.04 cores=0,2,4,6
/proc/30357/task/30369/stat : 30369 (java) S 30354 30357 26151 0 -1 1077944384 12253 0 0 0 402 2 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242695780720 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30370] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0.77 cores=0,2,4,6
/proc/30357/task/30370/stat : 30370 (java) S 30354 30357 26151 0 -1 1077944384 9279 0 0 0 75 2 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242627586032 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30371] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30371/stat : 30371 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39574810 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242626533728 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30372] ppid=30354 vsize=10727700 memory=2856 CPUtime=1.49 cores=0,2,4,6
/proc/30357/task/30372/stat : 30372 (java) S 30354 30357 26151 0 -1 1077944384 1933 0 0 0 72 77 0 0 20 0 16 0 39574810 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242625481776 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30373] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30373/stat : 30373 (java) S 30354 30357 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39575828 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242622330416 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
Current children cumulated CPU time: 2338.28 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1798380 KiB

[startup+2382.3 s]
/proc/loadavg: 1.93 2.00 2.09 3/218 30542
/proc/meminfo: memFree=13357552/32770624 swapFree=67108860/67108860
[pid=30357] ppid=30354 vsize=10727700 memory=1798380 CPUtime=2398.32 cores=0,2,4,6
/proc/30357/stat : 30357 (java) S 30354 30357 26151 0 -1 1077944320 513542 0 0 0 239650 182 0 0 20 0 16 0 39574804 10985164800 449595 33554432000 4194304 4196468 140727441738016 140727441720560 140243141234423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
/proc/30357/statm: 2681925 449595 3196 1 0 2644416 0
[pid=30357/tid=30359] ppid=30354 vsize=10727700 memory=1798380 CPUtime=2379.92 cores=0,2,4,6
/proc/30357/task/30359/stat : 30359 (java) R 30354 30357 26151 0 -1 4202560 444823 0 0 0 237951 41 0 0 20 0 16 0 39574804 10985164800 449595 33554432000 4194304 4196468 140727441738016 140243145470192 140242787822252 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30360] ppid=30354 vsize=10727700 memory=1798380 CPUtime=1.74 cores=0,2,4,6
/proc/30357/task/30360/stat : 30360 (java) S 30354 30357 26151 0 -1 1077944384 6475 0 0 0 155 19 0 0 20 0 16 0 39574805 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242748103184 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30361] ppid=30354 vsize=10727700 memory=1798380 CPUtime=1.72 cores=0,2,4,6
/proc/30357/task/30361/stat : 30361 (java) S 30354 30357 26151 0 -1 1077944384 6576 0 0 0 154 18 0 0 20 0 16 0 39574805 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242747050640 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30362] ppid=30354 vsize=10727700 memory=1798380 CPUtime=1.7 cores=0,2,4,6
/proc/30357/task/30362/stat : 30362 (java) S 30354 30357 26151 0 -1 1077944384 6858 0 0 0 153 17 0 0 20 0 16 0 39574805 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242745997584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30363] ppid=30354 vsize=10727700 memory=1798380 CPUtime=1.76 cores=0,2,4,6
/proc/30357/task/30363/stat : 30363 (java) S 30354 30357 26151 0 -1 1077944384 7480 0 0 0 158 18 0 0 20 0 16 0 39574805 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242744945040 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30364] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0.67 cores=0,2,4,6
/proc/30357/task/30364/stat : 30364 (java) S 30354 30357 26151 0 -1 1077944384 3720 0 0 0 64 3 0 0 20 0 16 0 39574806 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242701044464 140243141245570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30365] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30365/stat : 30365 (java) S 30354 30357 26151 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39574807 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242699990752 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30366] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30366/stat : 30366 (java) S 30354 30357 26151 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 39574807 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242698937600 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30367] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30367/stat : 30367 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242697886160 140243141253019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30368] ppid=30354 vsize=10727700 memory=1798380 CPUtime=4.39 cores=0,2,4,6
/proc/30357/task/30368/stat : 30368 (java) S 30354 30357 26151 0 -1 1077944384 12736 0 0 0 437 2 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242696833264 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30369] ppid=30354 vsize=10727700 memory=4140 CPUtime=4.04 cores=0,2,4,6
/proc/30357/task/30369/stat : 30369 (java) S 30354 30357 26151 0 -1 1077944384 12253 0 0 0 402 2 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242695780720 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30370] ppid=30354 vsize=10727700 memory=13976 CPUtime=0.77 cores=0,2,4,6
/proc/30357/task/30370/stat : 30370 (java) S 30354 30357 26151 0 -1 1077944384 9279 0 0 0 75 2 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242627586032 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30371] ppid=30354 vsize=10727700 memory=1798380 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30371/stat : 30371 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39574810 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242626533728 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30372] ppid=30354 vsize=10727700 memory=2200 CPUtime=1.53 cores=0,2,4,6
/proc/30357/task/30372/stat : 30372 (java) S 30354 30357 26151 0 -1 1077944384 1937 0 0 0 74 79 0 0 20 0 16 0 39574810 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242625481776 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30373] ppid=30354 vsize=10727700 memory=33 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30373/stat : 30373 (java) S 30354 30357 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39575828 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242622330416 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
Current children cumulated CPU time: 2398.32 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1798380 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2384 s]*
/proc/loadavg: 1.93 2.00 2.09 3/218 30542
/proc/meminfo: memFree=13357552/32770624 swapFree=67108860/67108860
[pid=30357] ppid=30354 vsize=10727700 memory=1798380 CPUtime=2400.03 cores=0,2,4,6
/proc/30357/stat : 30357 (java) S 30354 30357 26151 0 -1 1077944320 513542 0 0 0 239821 182 0 0 20 0 16 0 39574804 10985164800 449595 33554432000 4194304 4196468 140727441738016 140727441720560 140243141234423 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
/proc/30357/statm: 2681925 449595 3196 1 0 2644416 0
[pid=30357/tid=30359] ppid=30354 vsize=10727700 memory=-7395409520647495987 CPUtime=2381.63 cores=0,2,4,6
/proc/30357/task/30359/stat : 30359 (java) R 30354 30357 26151 0 -1 4202560 444823 0 0 0 238122 41 0 0 20 0 16 0 39574804 10985164800 449595 33554432000 4194304 4196468 140727441738016 140243145470192 140242787297558 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30360] ppid=30354 vsize=10727700 memory=1798380 CPUtime=1.74 cores=0,2,4,6
/proc/30357/task/30360/stat : 30360 (java) S 30354 30357 26151 0 -1 1077944384 6475 0 0 0 155 19 0 0 20 0 16 0 39574805 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242748103184 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30361] ppid=30354 vsize=10727700 memory=1798380 CPUtime=1.72 cores=0,2,4,6
/proc/30357/task/30361/stat : 30361 (java) S 30354 30357 26151 0 -1 1077944384 6576 0 0 0 154 18 0 0 20 0 16 0 39574805 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242747050640 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30362] ppid=30354 vsize=10727700 memory=6791534058613427641 CPUtime=1.7 cores=0,2,4,6
/proc/30357/task/30362/stat : 30362 (java) S 30354 30357 26151 0 -1 1077944384 6858 0 0 0 153 17 0 0 20 0 16 0 39574805 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242745997584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30363] ppid=30354 vsize=10727700 memory=1296 CPUtime=1.76 cores=0,2,4,6
/proc/30357/task/30363/stat : 30363 (java) S 30354 30357 26151 0 -1 1077944384 7480 0 0 0 158 18 0 0 20 0 16 0 39574805 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242744945040 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30364] ppid=30354 vsize=10727700 memory=2400 CPUtime=0.67 cores=0,2,4,6
/proc/30357/task/30364/stat : 30364 (java) S 30354 30357 26151 0 -1 1077944384 3720 0 0 0 64 3 0 0 20 0 16 0 39574806 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242701044464 140243141245570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30365] ppid=30354 vsize=10727700 memory=1836 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30365/stat : 30365 (java) S 30354 30357 26151 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39574807 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242699990752 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30366] ppid=30354 vsize=10727700 memory=139728641192544 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30366/stat : 30366 (java) S 30354 30357 26151 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 39574807 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242698937600 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30367] ppid=30354 vsize=10727700 memory=139728641913692 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30367/stat : 30367 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242697886160 140243141253019 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30368] ppid=30354 vsize=10727700 memory=139728641922324 CPUtime=4.39 cores=0,2,4,6
/proc/30357/task/30368/stat : 30368 (java) S 30354 30357 26151 0 -1 1077944384 12736 0 0 0 437 2 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242696833264 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30369] ppid=30354 vsize=10727700 memory=3472468007689714272 CPUtime=4.04 cores=0,2,4,6
/proc/30357/task/30369/stat : 30369 (java) S 30354 30357 26151 0 -1 1077944384 12253 0 0 0 402 2 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242695780720 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30370] ppid=30354 vsize=10727700 memory=3184237648717871744 CPUtime=0.77 cores=0,2,4,6
/proc/30357/task/30370/stat : 30370 (java) S 30354 30357 26151 0 -1 1077944384 9279 0 0 0 75 2 0 0 20 0 16 0 39574809 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242627586032 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30371] ppid=30354 vsize=10727700 memory=3472468024869583520 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30371/stat : 30371 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39574810 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242626533728 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30372] ppid=30354 vsize=10727700 memory=3471342124962740928 CPUtime=1.53 cores=0,2,4,6
/proc/30357/task/30372/stat : 30372 (java) S 30354 30357 26151 0 -1 1077944384 1937 0 0 0 74 79 0 0 20 0 16 0 39574810 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242625481776 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30373] ppid=30354 vsize=10727700 memory=139728641903820 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30373/stat : 30373 (java) S 30354 30357 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39575828 10985164800 449595 33554432000 4194304 4196468 140727441738016 140242622330416 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 1798380 KiB

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

[startup+2384.28 s]
# the end of solver process 30357 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.33 s, system=1.83752 s

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

[startup+2384.2 s]
/proc/loadavg: 1.93 2.00 2.09 3/218 30542
/proc/meminfo: memFree=13357552/32770624 swapFree=67108860/67108860
[pid=30357] ppid=30354 vsize=10927392 memory=1798680 CPUtime=2400.09 cores=0,2,4,6
/proc/30357/stat : 30357 (java) S 30354 30357 26151 0 -1 1077944320 515162 0 0 0 239827 182 0 0 20 0 17 0 39574804 11189649408 449670 33554432000 4194304 4196468 140727441738016 140727441720560 140243141234423 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
/proc/30357/statm: 2731848 449670 3198 1 0 2694339 0
[pid=30357/tid=30359] ppid=30354 vsize=10927392 memory=3348 CPUtime=2381.67 cores=0,2,4,6
/proc/30357/task/30359/stat : 30359 (java) S 30354 30357 26151 0 -1 1077944384 444920 0 0 0 238126 41 0 0 20 0 17 0 39574804 11189649408 449670 33554432000 4194304 4196468 140727441738016 140243145477296 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30360] ppid=30354 vsize=10927392 memory=5154240 CPUtime=1.74 cores=0,2,4,6
/proc/30357/task/30360/stat : 30360 (java) S 30354 30357 26151 0 -1 1077944384 6475 0 0 0 155 19 0 0 20 0 17 0 39574805 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242748103184 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30361] ppid=30354 vsize=10927392 memory=736 CPUtime=1.72 cores=0,2,4,6
/proc/30357/task/30361/stat : 30361 (java) S 30354 30357 26151 0 -1 1077944384 6576 0 0 0 154 18 0 0 20 0 17 0 39574805 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242747050640 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30362] ppid=30354 vsize=10927392 memory=-7395409520647495987 CPUtime=1.7 cores=0,2,4,6
/proc/30357/task/30362/stat : 30362 (java) S 30354 30357 26151 0 -1 1077944384 6858 0 0 0 153 17 0 0 20 0 17 0 39574805 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242745997584 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30363] ppid=30354 vsize=10927392 memory=7288 CPUtime=1.76 cores=0,2,4,6
/proc/30357/task/30363/stat : 30363 (java) S 30354 30357 26151 0 -1 1077944384 7480 0 0 0 158 18 0 0 20 0 17 0 39574805 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242744945040 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30364] ppid=30354 vsize=10927392 memory=840 CPUtime=0.67 cores=0,2,4,6
/proc/30357/task/30364/stat : 30364 (java) S 30354 30357 26151 0 -1 1077944384 3772 0 0 0 64 3 0 0 20 0 17 0 39574806 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242701044464 140243141245570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30365] ppid=30354 vsize=10927392 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30365/stat : 30365 (java) S 30354 30357 26151 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 39574807 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242699990752 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30366] ppid=30354 vsize=10927392 memory=920 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30366/stat : 30366 (java) S 30354 30357 26151 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39574807 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242698937600 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30367] ppid=30354 vsize=10927392 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30367/stat : 30367 (java) S 30354 30357 26151 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 17 0 39574809 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242697886160 140243141253019 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30368] ppid=30354 vsize=10927392 memory=2856 CPUtime=4.4 cores=0,2,4,6
/proc/30357/task/30368/stat : 30368 (java) S 30354 30357 26151 0 -1 1077944384 13423 0 0 0 438 2 0 0 20 0 17 0 39574809 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242696833264 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30369] ppid=30354 vsize=10927392 memory=2580 CPUtime=4.04 cores=0,2,4,6
/proc/30357/task/30369/stat : 30369 (java) S 30354 30357 26151 0 -1 1077944384 12253 0 0 0 402 2 0 0 20 0 17 0 39574809 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242695780720 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30370] ppid=30354 vsize=10927392 memory=1798380 CPUtime=0.77 cores=0,2,4,6
/proc/30357/task/30370/stat : 30370 (java) S 30354 30357 26151 0 -1 1077944384 9416 0 0 0 75 2 0 0 20 0 17 0 39574809 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242627586032 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30371] ppid=30354 vsize=10927392 memory=1798380 CPUtime=0 cores=0,2,4,6
/proc/30357/task/30371/stat : 30371 (java) S 30354 30357 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39574810 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242626533728 140243141244629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
[pid=30357/tid=30372] ppid=30354 vsize=10927392 memory=1836 CPUtime=1.53 cores=0,2,4,6
/proc/30357/task/30372/stat : 30372 (java) S 30354 30357 26151 0 -1 1077944384 1937 0 0 0 74 79 0 0 20 0 17 0 39574810 11189649408 449670 33554432000 4194304 4196468 140727441738016 140242625481776 140243141245570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13131776 140727441745009 140727441745161 140727441745161 140727441747919 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 1798680 KiB

Child status: 143
Real time (s): 2384.28
CPU time (s): 2400.17
CPU user time (s): 2398.33
CPU system time (s): 1.83752
CPU usage (%): 100.667
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 1798680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.33
system time used= 1.83752
maximum resident set size= 1799680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 515419
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55372
involuntary context switches= 2037


# summary of solver processes directly reported to runsolver:
#   pid: 30357
#   total CPU time (s): 2400.17
#   total CPU user time (s): 2398.33
#   total CPU system time (s): 1.83752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2261 second user time and 21.8535 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 02:41:56
IDJOB=4289800
IDBENCH=141483
IDSOLVER=2742
FILE ID=node107/4289800-1532220116
RUNJOBID= node107-1532208159-28446
PBS_JOBID= 21018936
Free space on /tmp= 55164 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m1-30_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289800-1532220116/watcher-4289800-1532220116 -o /tmp/evaluation-result-4289800-1532220116/solver-4289800-1532220116 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28446 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289800-1532220116.xml

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

MD5SUM BENCH= 643e62d73285ca0df01da7486f80c5bf
RANDOM SEED=278690602

node107.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.40
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.40
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.40
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.40
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:        18858504 kB
MemAvailable:   30494876 kB
Buffers:          227944 kB
Cached:         11561056 kB
SwapCached:            0 kB
Active:          2880088 kB
Inactive:       10406844 kB
Active(anon):    1500292 kB
Inactive(anon):    16864 kB
Active(file):    1379796 kB
Inactive(file): 10389980 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5944 kB
Writeback:             0 kB
AnonPages:       1592576 kB
Mapped:            47248 kB
Shmem:             17036 kB
Slab:             321640 kB
SReclaimable:     295056 kB
SUnreclaim:        26584 kB
KernelStack:        3856 kB
PageTables:         8176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3182472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1429504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55160 MiB
End job on node107 at 2018-07-22 03:21:41