Trace number 4290211

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 2018-07-11? (TO) 2400.14 2391.66

General information on the benchmark

NamePseudoBoolean-dec/
Pb-chnl30-31_c18.xml
MD5SUM986923daef9243229e6ae2459781d9f0
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 variables1860
Number of constraints122
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1860}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":1860}]
Minimum constraint arity30
Maximum constraint arity31
Distribution of constraint arities[{"arity":30,"count":62},{"arity":31,"count":60}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":122}]
Optimization problemNO
Type of objective

Solver Data

1.46/0.68	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1.46/0.68	c This is free software under the dual EPL/GNU LGPL licenses.
1.46/0.68	c See www.sat4j.org for details.
1.46/0.68	c That software uses the Rhino library from the Mozilla project.
1.46/0.68	c version 2.3.6-SNAPSHOT
1.46/0.68	c java.runtime.name	Java(TM) SE Runtime Environment
1.46/0.68	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1.46/0.68	c java.vm.version	25.131-b11
1.46/0.68	c java.vm.vendor	Oracle Corporation
1.46/0.68	c sun.arch.data.model	64
1.46/0.68	c java.version		1.8.0_131
1.46/0.68	c os.name		Linux
1.46/0.68	c os.version		3.10.0-514.16.1.el7.x86_64
1.46/0.68	c os.arch		amd64
1.46/0.68	c Free memory 		499604488
1.46/0.68	c Max memory 		7247757312
1.46/0.68	c Total memory 		504889344
1.46/0.68	c Number of processors 	4
1.46/0.68	c c --- Begin Solver configuration ---
1.46/0.68	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1.46/0.68	c Learn all clauses as in MiniSAT
1.46/0.68	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1.46/0.68	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1.46/0.68	c No reason simplification
1.46/0.68	c Glucose 2.1 dynamic restart strategy
1.46/0.68	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
1.46/0.68	c timeout=2147483s
1.46/0.68	c DB Simplification allowed=false
1.46/0.68	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1.46/0.68	c --- End Solver configuration ---
1.46/0.68	c constraints type 
1.46/0.68	c org.sat4j.minisat.constraints.card.MinWatchCard => 3720
1.46/0.68	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7562
1.46/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 116936
1.46/0.68	c org.sat4j.minisat.constraints.cnf.UnitClause => 244
1.46/0.68	c 128462 constraints processed.
2400.08/2391.60	c starts		: 26196
2400.08/2391.60	c conflicts		: 7510845
2400.08/2391.60	c decisions		: 23187865
2400.08/2391.60	c propagations		: 4175697372
2400.08/2391.60	c inspects		: 27162115211
2400.08/2391.60	c shortcuts		: 0
2400.08/2391.60	c learnt literals	: 8663
2400.08/2391.60	c learnt binary clauses	: 6749
2400.08/2391.60	c learnt ternary clauses	: 30015
2400.08/2391.60	c learnt constraints	: 7502182
2400.08/2391.60	c ignored constraints	: 0
2400.08/2391.60	c root simplifications	: 0
2400.08/2391.60	c removed literals (reason simplification)	: 0
2400.08/2391.60	c reason swapping (by a shorter reason)	: 0
2400.08/2391.60	c Calls to reduceDB	: 118
2400.08/2391.60	c Number of update (reduction) of LBD	: 3986437
2400.08/2391.60	c Imported unit clauses	: 0
2400.08/2391.60	c number of reductions to clauses (during analyze)	: 0
2400.08/2391.60	c number of learned constraints concerned by reduction	: 0
2400.08/2391.60	c number of learning phase by resolution	: 0
2400.08/2391.60	c number of learning phase by cutting planes	: 0
2400.08/2391.60	c number of rounding to 1 operations	: 0
2400.08/2391.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.08/2391.60	c number of reductions of the coefficients by power 2 	: 0
2400.08/2391.60	c number of right shift for reduction by power 2 	: 0
2400.08/2391.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.08/2391.60	c number of ending skipping 	: 0
2400.08/2391.60	c number of internal skipping 	: 0
2400.08/2391.60	c number of derivation steps 	: 0
2400.08/2391.60	c number of skipped derivation steps 	: 0
2400.08/2391.60	c number of remaining unassigned 	: 0
2400.08/2391.60	c number of remaining assigned 	: 0
2400.08/2391.60	c speed (assignments/second)	: 1746498.227234381
2400.08/2391.60	c non guided choices	: 1475536
2400.08/2391.63	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 6749
2400.08/2391.63	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 139259
2400.08/2391.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 (14458 MiB free)
  memory of node 1: 16384 MiB (12790 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290211-1532214333/watcher-4290211-1532214333 -o /tmp/evaluation-result-4290211-1532214333/solver-4290211-1532214333 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532209647-24669 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290211-1532214333.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
solver pid=25269, runsolver pid=25266
Current StackSize limit: 8192 KiB


[startup+0.101324 s]*
/proc/loadavg: 2.36 2.16 2.06 3/217 25284
/proc/meminfo: memFree=27886764/32770624 swapFree=67108860/67108860
[pid=25269] ppid=25266 vsize=10659012 memory=30388 CPUtime=0.13 cores=0,2,4,6
/proc/25269/stat : 25269 (java) S 25266 25269 22644 0 -1 1077944320 6665 0 0 0 11 2 0 0 20 0 15 0 38996516 10914828288 7597 33554432000 4194304 4196468 140730468600288 140730468582832 140449894432503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
/proc/25269/statm: 2664753 7597 2810 1 0 2627263 0
[pid=25269/tid=25271] ppid=25266 vsize=10659012 memory=-8773748148830243968 CPUtime=0.09 cores=0,2,4,6
/proc/25269/task/25271/stat : 25271 (java) R 25266 25269 22644 0 -1 4202560 4499 0 0 0 8 1 0 0 20 0 15 0 38996516 10914828288 7597 33554432000 4194304 4196468 140730468600288 140449898654272 140449894444438 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25272] ppid=25266 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25272/stat : 25272 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996517 10914828288 7597 33554432000 4194304 4196468 140730468600288 140449501682192 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25273] ppid=25266 vsize=10659012 memory=140157609416320 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25273/stat : 25273 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996517 10914828288 7597 33554432000 4194304 4196468 140730468600288 140449500629648 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25274] ppid=25266 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25274/stat : 25274 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996517 10914828288 7597 33554432000 4194304 4196468 140730468600288 140449499576592 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25275] ppid=25266 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25275/stat : 25275 (java) S 25266 25269 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38996517 10914828288 7597 33554432000 4194304 4196468 140730468600288 140449498524048 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25276] ppid=25266 vsize=10659012 memory=140157609416320 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25276/stat : 25276 (java) S 25266 25269 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38996519 10914828288 7597 33554432000 4194304 4196468 140730468600288 140448930708208 140449894443650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25277] ppid=25266 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25277/stat : 25277 (java) S 25266 25269 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38996519 10914828288 7597 33554432000 4194304 4196468 140730468600288 140448929654432 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25278] ppid=25266 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25278/stat : 25278 (java) S 25266 25269 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38996519 10914828288 7597 33554432000 4194304 4196468 140730468600288 140448928601328 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25279] ppid=25266 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25279/stat : 25279 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38996522 10914828288 7597 33554432000 4194304 4196468 140730468600288 140448927549904 140449894451099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25280] ppid=25266 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25280/stat : 25280 (java) S 25266 25269 22644 0 -1 1077944384 453 0 0 0 0 0 0 0 20 0 15 0 38996522 10914828288 7597 33554432000 4194304 4196468 140730468600288 140448926497008 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25281] ppid=25266 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25281/stat : 25281 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38996522 10914828288 7597 33554432000 4194304 4196468 140730468600288 140448925444464 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25282] ppid=25266 vsize=10659012 memory=140157609416320 CPUtime=0.02 cores=0,2,4,6
/proc/25269/task/25282/stat : 25282 (java) R 25266 25269 22644 0 -1 4202560 343 0 0 0 2 0 0 0 20 0 15 0 38996522 10914828288 7597 33554432000 4194304 4196468 140730468600288 140448924391408 140449879573472 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25283] ppid=25266 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25283/stat : 25283 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38996522 10914828288 7597 33554432000 4194304 4196468 140730468600288 140448923339104 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25284] ppid=25266 vsize=10659012 memory=140157609416320 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25284/stat : 25284 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996522 10914828288 7597 33554432000 4194304 4196468 140730468600288 140448922287152 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30388 KiB

[startup+0.211465 s]*
/proc/loadavg: 2.36 2.16 2.06 3/217 25284
/proc/meminfo: memFree=27875740/32770624 swapFree=67108860/67108860
[pid=25269] ppid=25266 vsize=10659012 memory=42052 CPUtime=0.33 cores=0,2,4,6
/proc/25269/stat : 25269 (java) S 25266 25269 22644 0 -1 1077944320 8126 0 0 0 31 2 0 0 20 0 15 0 38996516 10914828288 10513 33554432000 4194304 4196468 140730468600288 140730468582832 140449894432503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
/proc/25269/statm: 2664753 10513 3005 1 0 2627263 0
[pid=25269/tid=25271] ppid=25266 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/25269/task/25271/stat : 25271 (java) R 25266 25269 22644 0 -1 4202560 5060 0 0 0 18 1 0 0 20 0 15 0 38996516 10914828288 10513 33554432000 4194304 4196468 140730468600288 140449898669120 140449878476133 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25272] ppid=25266 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25272/stat : 25272 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996517 10914828288 10513 33554432000 4194304 4196468 140730468600288 140449501682192 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25273] ppid=25266 vsize=10659012 memory=140157609610360 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25273/stat : 25273 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996517 10914828288 10513 33554432000 4194304 4196468 140730468600288 140449500629648 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25274] ppid=25266 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25274/stat : 25274 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996517 10914828288 10513 33554432000 4194304 4196468 140730468600288 140449499576592 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25275] ppid=25266 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25275/stat : 25275 (java) S 25266 25269 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38996517 10914828288 10513 33554432000 4194304 4196468 140730468600288 140449498524048 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25276] ppid=25266 vsize=10659012 memory=140157609416320 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25276/stat : 25276 (java) S 25266 25269 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38996519 10914828288 10513 33554432000 4194304 4196468 140730468600288 140448930708208 140449894443650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25277] ppid=25266 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25277/stat : 25277 (java) S 25266 25269 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38996519 10914828288 10513 33554432000 4194304 4196468 140730468600288 140448929654432 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25278] ppid=25266 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25278/stat : 25278 (java) S 25266 25269 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38996519 10914828288 10513 33554432000 4194304 4196468 140730468600288 140448928601328 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25279] ppid=25266 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25279/stat : 25279 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38996522 10914828288 10513 33554432000 4194304 4196468 140730468600288 140448927549904 140449894451099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25280] ppid=25266 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/25269/task/25280/stat : 25280 (java) S 25266 25269 22644 0 -1 1077944384 761 0 0 0 2 0 0 0 20 0 15 0 38996522 10914828288 10513 33554432000 4194304 4196468 140730468600288 140448926497008 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25281] ppid=25266 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/25269/task/25281/stat : 25281 (java) S 25266 25269 22644 0 -1 1077944384 236 0 0 0 1 0 0 0 20 0 15 0 38996522 10914828288 10513 33554432000 4194304 4196468 140730468600288 140448925444464 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25282] ppid=25266 vsize=10659012 memory=140157609416320 CPUtime=0.07 cores=0,2,4,6
/proc/25269/task/25282/stat : 25282 (java) R 25266 25269 22644 0 -1 4202560 703 0 0 0 7 0 0 0 20 0 15 0 38996522 10914828288 10513 33554432000 4194304 4196468 140730468600288 140448924391408 140449874668667 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25283] ppid=25266 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25283/stat : 25283 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38996522 10914828288 10513 33554432000 4194304 4196468 140730468600288 140448923339104 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25284] ppid=25266 vsize=10659012 memory=140157609416320 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25284/stat : 25284 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996522 10914828288 10513 33554432000 4194304 4196468 140730468600288 140448922287152 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42052 KiB

[startup+0.31306 s]*
/proc/loadavg: 2.36 2.16 2.06 5/217 25284
/proc/meminfo: memFree=27868792/32770624 swapFree=67108860/67108860
[pid=25269] ppid=25266 vsize=10659088 memory=49092 CPUtime=0.53 cores=0,2,4,6
/proc/25269/stat : 25269 (java) S 25266 25269 22644 0 -1 1077944320 8834 0 0 0 50 3 0 0 20 0 15 0 38996516 10914906112 12273 33554432000 4194304 4196468 140730468600288 140730468582832 140449894432503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
/proc/25269/statm: 2664772 12273 3047 1 0 2627263 0
[pid=25269/tid=25271] ppid=25266 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/25269/task/25271/stat : 25271 (java) R 25266 25269 22644 0 -1 4202560 5639 0 0 0 28 2 0 0 20 0 15 0 38996516 10914906112 12273 33554432000 4194304 4196468 140730468600288 140449898667504 140449532580794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25272] ppid=25266 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25272/stat : 25272 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996517 10914906112 12273 33554432000 4194304 4196468 140730468600288 140449501682192 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25273] ppid=25266 vsize=10659088 memory=140157609600090 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25273/stat : 25273 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996517 10914906112 12273 33554432000 4194304 4196468 140730468600288 140449500629648 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25274] ppid=25266 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25274/stat : 25274 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996517 10914906112 12273 33554432000 4194304 4196468 140730468600288 140449499576592 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25275] ppid=25266 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25275/stat : 25275 (java) S 25266 25269 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38996517 10914906112 12273 33554432000 4194304 4196468 140730468600288 140449498524048 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25276] ppid=25266 vsize=10659088 memory=140157609416320 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25276/stat : 25276 (java) S 25266 25269 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38996519 10914906112 12273 33554432000 4194304 4196468 140730468600288 140448930708208 140449894443650 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25277] ppid=25266 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25277/stat : 25277 (java) S 25266 25269 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38996519 10914906112 12273 33554432000 4194304 4196468 140730468600288 140448929654432 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25278] ppid=25266 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25278/stat : 25278 (java) S 25266 25269 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38996519 10914906112 12273 33554432000 4194304 4196468 140730468600288 140448928601328 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25279] ppid=25266 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25279/stat : 25279 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38996522 10914906112 12273 33554432000 4194304 4196468 140730468600288 140448927549904 140449894451099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25280] ppid=25266 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/25269/task/25280/stat : 25280 (java) R 25266 25269 22644 0 -1 4202560 785 0 0 0 4 0 0 0 20 0 15 0 38996522 10914906112 12273 33554432000 4194304 4196468 140730468600288 140448926497104 140449875962105 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25281] ppid=25266 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/25269/task/25281/stat : 25281 (java) R 25266 25269 22644 0 -1 1077944384 270 0 0 0 3 0 0 0 20 0 15 0 38996522 10914906112 12273 33554432000 4194304 4196468 140730468600288 140448925437488 140449894442709 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25282] ppid=25266 vsize=10659088 memory=140157609416320 CPUtime=0.13 cores=0,2,4,6
/proc/25269/task/25282/stat : 25282 (java) R 25266 25269 22644 0 -1 4202560 773 0 0 0 13 0 0 0 20 0 15 0 38996522 10914906112 12273 33554432000 4194304 4196468 140730468600288 140448924388344 140449873450732 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25283] ppid=25266 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25283/stat : 25283 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38996522 10914906112 12273 33554432000 4194304 4196468 140730468600288 140448923339104 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25284] ppid=25266 vsize=10659088 memory=140157609416320 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25284/stat : 25284 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996522 10914906112 12273 33554432000 4194304 4196468 140730468600288 140448922287152 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 49092 KiB

[startup+0.704825 s]
/proc/loadavg: 2.36 2.16 2.06 6/217 25284
/proc/meminfo: memFree=27793868/32770624 swapFree=67108860/67108860
[pid=25269] ppid=25266 vsize=10659088 memory=205004 CPUtime=1.77 cores=0,2,4,6
/proc/25269/stat : 25269 (java) S 25266 25269 22644 0 -1 1077944320 12431 0 0 0 168 9 0 0 20 0 15 0 38996516 10914906112 51251 33554432000 4194304 4196468 140730468600288 140730468582832 140449894432503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
/proc/25269/statm: 2664772 51251 3131 1 0 2627263 0
[pid=25269/tid=25271] ppid=25266 vsize=10659088 memory=1724 CPUtime=0.65 cores=0,2,4,6
/proc/25269/task/25271/stat : 25271 (java) R 25266 25269 22644 0 -1 4202560 6184 0 0 0 61 4 0 0 20 0 15 0 38996516 10914906112 51251 33554432000 4194304 4196468 140730468600288 140449898670832 140449535053651 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25272] ppid=25266 vsize=10659088 memory=1004 CPUtime=0.01 cores=0,2,4,6
/proc/25269/task/25272/stat : 25272 (java) S 25266 25269 22644 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 38996517 10914906112 51251 33554432000 4194304 4196468 140730468600288 140449501682192 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25273] ppid=25266 vsize=10659088 memory=14004 CPUtime=0.01 cores=0,2,4,6
/proc/25269/task/25273/stat : 25273 (java) S 25266 25269 22644 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 15 0 38996517 10914906112 51251 33554432000 4194304 4196468 140730468600288 140449500629648 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25274] ppid=25266 vsize=10659088 memory=796 CPUtime=0.01 cores=0,2,4,6
/proc/25269/task/25274/stat : 25274 (java) S 25266 25269 22644 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 15 0 38996517 10914906112 51251 33554432000 4194304 4196468 140730468600288 140449499576592 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25275] ppid=25266 vsize=10659088 memory=1712 CPUtime=0.01 cores=0,2,4,6
/proc/25269/task/25275/stat : 25275 (java) S 25266 25269 22644 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 15 0 38996517 10914906112 51251 33554432000 4194304 4196468 140730468600288 140449498524048 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25276] ppid=25266 vsize=10659088 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25276/stat : 25276 (java) S 25266 25269 22644 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 38996519 10914906112 51251 33554432000 4194304 4196468 140730468600288 140448930708208 140449894443650 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25277] ppid=25266 vsize=10659088 memory=1196 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25277/stat : 25277 (java) S 25266 25269 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38996519 10914906112 51251 33554432000 4194304 4196468 140730468600288 140448929654432 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25278] ppid=25266 vsize=10659088 memory=8356 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25278/stat : 25278 (java) S 25266 25269 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38996519 10914906112 51251 33554432000 4194304 4196468 140730468600288 140448928601328 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25279] ppid=25266 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25279/stat : 25279 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38996522 10914906112 51251 33554432000 4194304 4196468 140730468600288 140448927549904 140449894451099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25280] ppid=25266 vsize=10659088 memory=7524502762334872664 CPUtime=0.35 cores=0,2,4,6
/proc/25269/task/25280/stat : 25280 (java) D 25266 25269 22644 0 -1 4202560 1706 0 0 0 35 0 0 0 20 0 15 0 38996522 10914906112 51251 33554432000 4194304 4196468 140730468600288 140448926472328 140449887538165 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25281] ppid=25266 vsize=10659088 memory=5787213827080022119 CPUtime=0.34 cores=0,2,4,6
/proc/25269/task/25281/stat : 25281 (java) R 25266 25269 22644 0 -1 4202560 1617 0 0 0 34 0 0 0 20 0 15 0 38996522 10914906112 51251 33554432000 4194304 4196468 140730468600288 140448925429672 140449875977464 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25282] ppid=25266 vsize=10659088 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/25269/task/25282/stat : 25282 (java) D 25266 25269 22644 0 -1 4202560 1414 0 0 0 30 0 0 0 20 0 15 0 38996522 10914906112 51251 33554432000 4194304 4196468 140730468600288 140448924388088 140449887149655 0 4 0 16800975 18446744071582151463 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25283] ppid=25266 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25283/stat : 25283 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38996522 10914906112 51251 33554432000 4194304 4196468 140730468600288 140448923339104 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25284] ppid=25266 vsize=10659088 memory=33 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25284/stat : 25284 (java) S 25266 25269 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38996522 10914906112 51251 33554432000 4194304 4196468 140730468600288 140448922287152 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 205004 KiB

[startup+1.50073 s]
/proc/loadavg: 2.36 2.16 2.06 5/218 25285
/proc/meminfo: memFree=27701892/32770624 swapFree=67108860/67108860
[pid=25269] ppid=25266 vsize=10725652 memory=217072 CPUtime=3.57 cores=0,2,4,6
/proc/25269/stat : 25269 (java) S 25266 25269 22644 0 -1 1077944320 15421 0 0 0 347 10 0 0 20 0 16 0 38996516 10983067648 54268 33554432000 4194304 4196468 140730468600288 140730468582832 140449894432503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
/proc/25269/statm: 2681413 54268 3146 1 0 2643904 0
[pid=25269/tid=25271] ppid=25266 vsize=10725652 memory=1 CPUtime=1.44 cores=0,2,4,6
/proc/25269/task/25271/stat : 25271 (java) R 25266 25269 22644 0 -1 4202560 6233 0 0 0 140 4 0 0 20 0 16 0 38996516 10983067648 54268 33554432000 4194304 4196468 140730468600288 140449898657920 140449536652440 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25272] ppid=25266 vsize=10725652 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/25269/task/25272/stat : 25272 (java) S 25266 25269 22644 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 16 0 38996517 10983067648 54268 33554432000 4194304 4196468 140730468600288 140449501682192 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25273] ppid=25266 vsize=10725652 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25269/task/25273/stat : 25273 (java) S 25266 25269 22644 0 -1 1077944384 11 0 0 0 1 0 0 0 20 0 16 0 38996517 10983067648 54268 33554432000 4194304 4196468 140730468600288 140449500629648 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25274] ppid=25266 vsize=10725652 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25269/task/25274/stat : 25274 (java) S 25266 25269 22644 0 -1 1077944384 12 0 0 0 1 0 0 0 20 0 16 0 38996517 10983067648 54268 33554432000 4194304 4196468 140730468600288 140449499576592 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25275] ppid=25266 vsize=10725652 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/25269/task/25275/stat : 25275 (java) S 25266 25269 22644 0 -1 1077944384 28 0 0 0 1 0 0 0 20 0 16 0 38996517 10983067648 54268 33554432000 4194304 4196468 140730468600288 140449498524048 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25276] ppid=25266 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25276/stat : 25276 (java) S 25266 25269 22644 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 38996519 10983067648 54268 33554432000 4194304 4196468 140730468600288 140448930708208 140449894443650 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0

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

/proc/25269/task/25274/stat : 25274 (java) S 25266 25269 22644 0 -1 1077944384 2146 0 0 0 122 37 0 0 20 0 16 0 38996517 10983067648 405259 33554432000 4194304 4196468 140730468600288 140449499576592 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25275] ppid=25266 vsize=10725652 memory=1621036 CPUtime=1.6 cores=0,2,4,6
/proc/25269/task/25275/stat : 25275 (java) S 25266 25269 22644 0 -1 1077944384 3539 0 0 0 122 38 0 0 20 0 16 0 38996517 10983067648 405259 33554432000 4194304 4196468 140730468600288 140449498524048 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25276] ppid=25266 vsize=10725652 memory=1621036 CPUtime=0.2 cores=0,2,4,6
/proc/25269/task/25276/stat : 25276 (java) S 25266 25269 22644 0 -1 1077944384 9491 0 0 0 19 1 0 0 20 0 16 0 38996519 10983067648 405259 33554432000 4194304 4196468 140730468600288 140448930708208 140449894443650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25277] ppid=25266 vsize=10725652 memory=1621036 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25277/stat : 25277 (java) S 25266 25269 22644 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 38996519 10983067648 405259 33554432000 4194304 4196468 140730468600288 140448929654496 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25278] ppid=25266 vsize=10725652 memory=1621036 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25278/stat : 25278 (java) S 25266 25269 22644 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 38996519 10983067648 405259 33554432000 4194304 4196468 140730468600288 140448928601344 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25279] ppid=25266 vsize=10725652 memory=1621036 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25279/stat : 25279 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38996522 10983067648 405259 33554432000 4194304 4196468 140730468600288 140448927549904 140449894451099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25280] ppid=25266 vsize=10725652 memory=796 CPUtime=1.23 cores=0,2,4,6
/proc/25269/task/25280/stat : 25280 (java) S 25266 25269 22644 0 -1 1077944384 4920 0 0 0 123 0 0 0 20 0 16 0 38996522 10983067648 405259 33554432000 4194304 4196468 140730468600288 140448926497008 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25281] ppid=25266 vsize=10725652 memory=1621036 CPUtime=0.97 cores=0,2,4,6
/proc/25269/task/25281/stat : 25281 (java) S 25266 25269 22644 0 -1 1077944384 4170 0 0 0 97 0 0 0 20 0 16 0 38996522 10983067648 405259 33554432000 4194304 4196468 140730468600288 140448925444464 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25282] ppid=25266 vsize=10725652 memory=1621036 CPUtime=0.41 cores=0,2,4,6
/proc/25269/task/25282/stat : 25282 (java) S 25266 25269 22644 0 -1 1077944384 2799 0 0 0 40 1 0 0 20 0 16 0 38996522 10983067648 405259 33554432000 4194304 4196468 140730468600288 140448924391408 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25283] ppid=25266 vsize=10725652 memory=4140 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25283/stat : 25283 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38996522 10983067648 405259 33554432000 4194304 4196468 140730468600288 140448923339104 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25284] ppid=25266 vsize=10725652 memory=4140 CPUtime=0.84 cores=0,2,4,6
/proc/25269/task/25284/stat : 25284 (java) S 25266 25269 22644 0 -1 1077944384 2010 0 0 0 41 43 0 0 20 0 16 0 38996522 10983067648 405259 33554432000 4194304 4196468 140730468600288 140448922287152 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25285] ppid=25266 vsize=10725652 memory=280314934006464 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25285/stat : 25285 (java) S 25266 25269 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38996587 10983067648 405259 33554432000 4194304 4196468 140730468600288 140448612832816 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
Current children cumulated CPU time: 2330.5 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1621036 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/217 25437
/proc/meminfo: memFree=27265208/32770624 swapFree=67108860/67108860
[pid=25269] ppid=25266 vsize=10725652 memory=1593788 CPUtime=2390.93 cores=0,2,4,6
/proc/25269/stat : 25269 (java) S 25266 25269 22644 0 -1 1077944320 67142 0 0 0 238891 202 0 0 20 0 16 0 38996516 10983067648 398447 33554432000 4194304 4196468 140730468600288 140730468582832 140449894432503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
/proc/25269/statm: 2681413 398447 3177 1 0 2643904 0
[pid=25269/tid=25271] ppid=25266 vsize=10725652 memory=1712 CPUtime=2380.23 cores=0,2,4,6
/proc/25269/task/25271/stat : 25271 (java) R 25266 25269 22644 0 -1 4202560 28912 0 0 0 238011 12 0 0 20 0 16 0 38996516 10983067648 398447 33554432000 4194304 4196468 140730468600288 140449898671456 140449536503253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25272] ppid=25266 vsize=10725652 memory=56 CPUtime=1.73 cores=0,2,4,6
/proc/25269/task/25272/stat : 25272 (java) S 25266 25269 22644 0 -1 1077944384 3465 0 0 0 137 36 0 0 20 0 16 0 38996517 10983067648 398447 33554432000 4194304 4196468 140730468600288 140449501682192 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25273] ppid=25266 vsize=10725652 memory=1593788 CPUtime=1.74 cores=0,2,4,6
/proc/25269/task/25273/stat : 25273 (java) S 25266 25269 22644 0 -1 1077944384 2897 0 0 0 137 37 0 0 20 0 16 0 38996517 10983067648 398447 33554432000 4194304 4196468 140730468600288 140449500629648 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25274] ppid=25266 vsize=10725652 memory=1593788 CPUtime=1.73 cores=0,2,4,6
/proc/25269/task/25274/stat : 25274 (java) S 25266 25269 22644 0 -1 1077944384 2243 0 0 0 136 37 0 0 20 0 16 0 38996517 10983067648 398447 33554432000 4194304 4196468 140730468600288 140449499576592 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25275] ppid=25266 vsize=10725652 memory=1593788 CPUtime=1.73 cores=0,2,4,6
/proc/25269/task/25275/stat : 25275 (java) S 25266 25269 22644 0 -1 1077944384 3926 0 0 0 135 38 0 0 20 0 16 0 38996517 10983067648 398447 33554432000 4194304 4196468 140730468600288 140449498524048 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25276] ppid=25266 vsize=10725652 memory=1593788 CPUtime=0.22 cores=0,2,4,6
/proc/25269/task/25276/stat : 25276 (java) S 25266 25269 22644 0 -1 1077944384 10322 0 0 0 20 2 0 0 20 0 16 0 38996519 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448930708208 140449894443650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25277] ppid=25266 vsize=10725652 memory=1593788 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25277/stat : 25277 (java) S 25266 25269 22644 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 38996519 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448929654496 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25278] ppid=25266 vsize=10725652 memory=3762108331053838503 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25278/stat : 25278 (java) S 25266 25269 22644 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 38996519 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448928601344 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25279] ppid=25266 vsize=10725652 memory=1593788 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25279/stat : 25279 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448927549904 140449894451099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25280] ppid=25266 vsize=10725652 memory=1593788 CPUtime=1.23 cores=0,2,4,6
/proc/25269/task/25280/stat : 25280 (java) S 25266 25269 22644 0 -1 1077944384 4941 0 0 0 123 0 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448926497008 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25281] ppid=25266 vsize=10725652 memory=1593788 CPUtime=0.97 cores=0,2,4,6
/proc/25269/task/25281/stat : 25281 (java) S 25266 25269 22644 0 -1 1077944384 4172 0 0 0 97 0 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448925444464 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25282] ppid=25266 vsize=10725652 memory=1593788 CPUtime=0.41 cores=0,2,4,6
/proc/25269/task/25282/stat : 25282 (java) S 25266 25269 22644 0 -1 1077944384 2801 0 0 0 40 1 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448924391408 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25283] ppid=25266 vsize=10725652 memory=1593788 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25283/stat : 25283 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448923339104 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25284] ppid=25266 vsize=10725652 memory=932 CPUtime=0.87 cores=0,2,4,6
/proc/25269/task/25284/stat : 25284 (java) S 25266 25269 22644 0 -1 1077944384 2030 0 0 0 42 45 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448922287152 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25285] ppid=25266 vsize=10725652 memory=1593788 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25285/stat : 25285 (java) S 25266 25269 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38996587 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448612832816 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
Current children cumulated CPU time: 2390.93 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1593788 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2391.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/217 25437
/proc/meminfo: memFree=27265332/32770624 swapFree=67108860/67108860
[pid=25269] ppid=25266 vsize=10725652 memory=1593788 CPUtime=2400.04 cores=0,2,4,6
/proc/25269/stat : 25269 (java) S 25266 25269 22644 0 -1 1077944320 67176 0 0 0 239802 202 0 0 20 0 16 0 38996516 10983067648 398447 33554432000 4194304 4196468 140730468600288 140730468582832 140449894432503 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
/proc/25269/statm: 2681413 398447 3177 1 0 2643904 0
[pid=25269/tid=25271] ppid=25266 vsize=10725652 memory=1593788 CPUtime=2389.32 cores=0,2,4,6
/proc/25269/task/25271/stat : 25271 (java) R 25266 25269 22644 0 -1 4202560 28936 0 0 0 238920 12 0 0 20 0 16 0 38996516 10983067648 398447 33554432000 4194304 4196468 140730468600288 140449898671456 140449536457662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25272] ppid=25266 vsize=10725652 memory=4140 CPUtime=1.73 cores=0,2,4,6
/proc/25269/task/25272/stat : 25272 (java) S 25266 25269 22644 0 -1 1077944384 3465 0 0 0 137 36 0 0 20 0 16 0 38996517 10983067648 398447 33554432000 4194304 4196468 140730468600288 140449501682192 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25273] ppid=25266 vsize=10725652 memory=13992 CPUtime=1.74 cores=0,2,4,6
/proc/25269/task/25273/stat : 25273 (java) S 25266 25269 22644 0 -1 1077944384 2897 0 0 0 137 37 0 0 20 0 16 0 38996517 10983067648 398447 33554432000 4194304 4196468 140730468600288 140449500629648 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25274] ppid=25266 vsize=10725652 memory=1296 CPUtime=1.73 cores=0,2,4,6
/proc/25269/task/25274/stat : 25274 (java) S 25266 25269 22644 0 -1 1077944384 2243 0 0 0 136 37 0 0 20 0 16 0 38996517 10983067648 398447 33554432000 4194304 4196468 140730468600288 140449499576592 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25275] ppid=25266 vsize=10725652 memory=2344 CPUtime=1.73 cores=0,2,4,6
/proc/25269/task/25275/stat : 25275 (java) S 25266 25269 22644 0 -1 1077944384 3926 0 0 0 135 38 0 0 20 0 16 0 38996517 10983067648 398447 33554432000 4194304 4196468 140730468600288 140449498524048 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25276] ppid=25266 vsize=10725652 memory=1724 CPUtime=0.22 cores=0,2,4,6
/proc/25269/task/25276/stat : 25276 (java) S 25266 25269 22644 0 -1 1077944384 10324 0 0 0 20 2 0 0 20 0 16 0 38996519 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448930708208 140449894443650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25277] ppid=25266 vsize=10725652 memory=1593788 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25277/stat : 25277 (java) S 25266 25269 22644 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 38996519 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448929654496 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25278] ppid=25266 vsize=10725652 memory=796 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25278/stat : 25278 (java) S 25266 25269 22644 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 16 0 38996519 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448928601344 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25279] ppid=25266 vsize=10725652 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25279/stat : 25279 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448927549904 140449894451099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25280] ppid=25266 vsize=10725652 memory=1952 CPUtime=1.23 cores=0,2,4,6
/proc/25269/task/25280/stat : 25280 (java) S 25266 25269 22644 0 -1 1077944384 4943 0 0 0 123 0 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448926497008 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25281] ppid=25266 vsize=10725652 memory=1196 CPUtime=0.97 cores=0,2,4,6
/proc/25269/task/25281/stat : 25281 (java) S 25266 25269 22644 0 -1 1077944384 4174 0 0 0 97 0 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448925444464 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25282] ppid=25266 vsize=10725652 memory=8356 CPUtime=0.41 cores=0,2,4,6
/proc/25269/task/25282/stat : 25282 (java) S 25266 25269 22644 0 -1 1077944384 2803 0 0 0 40 1 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448924391408 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25283] ppid=25266 vsize=10725652 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25283/stat : 25283 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448923339104 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25284] ppid=25266 vsize=10725652 memory=4616 CPUtime=0.87 cores=0,2,4,6
/proc/25269/task/25284/stat : 25284 (java) S 25266 25269 22644 0 -1 1077944384 2032 0 0 0 42 45 0 0 20 0 16 0 38996522 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448922287152 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25285] ppid=25266 vsize=10725652 memory=1424 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25285/stat : 25285 (java) S 25266 25269 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38996587 10983067648 398447 33554432000 4194304 4196468 140730468600288 140448612832816 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1593788 KiB

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

[startup+2391.66 s]
# the end of solver process 25269 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.11 s, system=2.03416 s

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

[startup+2391.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/217 25437
/proc/meminfo: memFree=27265332/32770624 swapFree=67108860/67108860
[pid=25269] ppid=25266 vsize=10925344 memory=1593936 CPUtime=2400.08 cores=0,2,4,6
/proc/25269/stat : 25269 (java) S 25266 25269 22644 0 -1 1077944320 67546 0 0 0 239806 202 0 0 20 0 17 0 38996516 11187552256 398484 33554432000 4194304 4196468 140730468600288 140730468582832 140449894432503 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
/proc/25269/statm: 2731336 398484 3179 1 0 2693827 0
[pid=25269/tid=25271] ppid=25266 vsize=10925344 memory=6791534058613427641 CPUtime=2389.34 cores=0,2,4,6
/proc/25269/task/25271/stat : 25271 (java) S 25266 25269 22644 0 -1 1077944384 28950 0 0 0 238922 12 0 0 20 0 17 0 38996516 11187552256 398484 33554432000 4194304 4196468 140730468600288 140449898675376 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25272] ppid=25266 vsize=10925344 memory=8356 CPUtime=1.73 cores=0,2,4,6
/proc/25269/task/25272/stat : 25272 (java) S 25266 25269 22644 0 -1 1077944384 3465 0 0 0 137 36 0 0 20 0 17 0 38996517 11187552256 398484 33554432000 4194304 4196468 140730468600288 140449501682192 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25273] ppid=25266 vsize=10925344 memory=5520 CPUtime=1.74 cores=0,2,4,6
/proc/25269/task/25273/stat : 25273 (java) S 25266 25269 22644 0 -1 1077944384 2897 0 0 0 137 37 0 0 20 0 17 0 38996517 11187552256 398484 33554432000 4194304 4196468 140730468600288 140449500629648 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25274] ppid=25266 vsize=10925344 memory=4616 CPUtime=1.73 cores=0,2,4,6
/proc/25269/task/25274/stat : 25274 (java) S 25266 25269 22644 0 -1 1077944384 2243 0 0 0 136 37 0 0 20 0 17 0 38996517 11187552256 398484 33554432000 4194304 4196468 140730468600288 140449499576592 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25275] ppid=25266 vsize=10925344 memory=1424 CPUtime=1.73 cores=0,2,4,6
/proc/25269/task/25275/stat : 25275 (java) S 25266 25269 22644 0 -1 1077944384 3926 0 0 0 135 38 0 0 20 0 17 0 38996517 11187552256 398484 33554432000 4194304 4196468 140730468600288 140449498524048 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25276] ppid=25266 vsize=10925344 memory=1228 CPUtime=0.22 cores=0,2,4,6
/proc/25269/task/25276/stat : 25276 (java) S 25266 25269 22644 0 -1 1077944384 10324 0 0 0 20 2 0 0 20 0 17 0 38996519 11187552256 398484 33554432000 4194304 4196468 140730468600288 140448930708208 140449894443650 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25277] ppid=25266 vsize=10925344 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25277/stat : 25277 (java) S 25266 25269 22644 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 17 0 38996519 11187552256 398484 33554432000 4194304 4196468 140730468600288 140448929654496 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25278] ppid=25266 vsize=10925344 memory=4052 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25278/stat : 25278 (java) S 25266 25269 22644 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 17 0 38996519 11187552256 398484 33554432000 4194304 4196468 140730468600288 140448928601344 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25279] ppid=25266 vsize=10925344 memory=16248 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25279/stat : 25279 (java) S 25266 25269 22644 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 38996522 11187552256 398484 33554432000 4194304 4196468 140730468600288 140448927549904 140449894451099 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25280] ppid=25266 vsize=10925344 memory=9388 CPUtime=1.25 cores=0,2,4,6
/proc/25269/task/25280/stat : 25280 (java) S 25266 25269 22644 0 -1 1077944384 4955 0 0 0 125 0 0 0 20 0 17 0 38996522 11187552256 398484 33554432000 4194304 4196468 140730468600288 140448926497008 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25281] ppid=25266 vsize=10925344 memory=1240 CPUtime=0.98 cores=0,2,4,6
/proc/25269/task/25281/stat : 25281 (java) S 25266 25269 22644 0 -1 1077944384 4242 0 0 0 98 0 0 0 20 0 17 0 38996522 11187552256 398484 33554432000 4194304 4196468 140730468600288 140448925444464 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25282] ppid=25266 vsize=10925344 memory=640 CPUtime=0.41 cores=0,2,4,6
/proc/25269/task/25282/stat : 25282 (java) S 25266 25269 22644 0 -1 1077944384 2873 0 0 0 40 1 0 0 20 0 17 0 38996522 11187552256 398484 33554432000 4194304 4196468 140730468600288 140448924391408 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25283] ppid=25266 vsize=10925344 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/25269/task/25283/stat : 25283 (java) S 25266 25269 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 38996522 11187552256 398484 33554432000 4194304 4196468 140730468600288 140448923339104 140449894442709 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
[pid=25269/tid=25284] ppid=25266 vsize=10925344 memory=956 CPUtime=0.87 cores=0,2,4,6
/proc/25269/task/25284/stat : 25284 (java) S 25266 25269 22644 0 -1 1077944384 2032 0 0 0 42 45 0 0 20 0 17 0 38996522 11187552256 398484 33554432000 4194304 4196468 140730468600288 140448922287152 140449894443650 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14725120 140730468602993 140730468603145 140730468603145 140730468605903 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 1593936 KiB

Child status: 143
Real time (s): 2391.66
CPU time (s): 2400.14
CPU user time (s): 2398.11
CPU system time (s): 2.03416
CPU usage (%): 100.355
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 1691144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.11
system time used= 2.03416
maximum resident set size= 1691144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54118
involuntary context switches= 2938


# summary of solver processes directly reported to runsolver:
#   pid: 25269
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2398.11
#   total CPU system time (s): 2.03416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.2683 second user time and 22.2838 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 01:05:33
IDJOB=4290211
IDBENCH=141237
IDSOLVER=2742
FILE ID=node149/4290211-1532214333
RUNJOBID= node149-1532209647-24669
PBS_JOBID= 21018926
Free space on /tmp= 51884 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/PseudoBoolean-dec/Pb-chnl30-31_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290211-1532214333/watcher-4290211-1532214333 -o /tmp/evaluation-result-4290211-1532214333/solver-4290211-1532214333 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532209647-24669 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290211-1532214333.xml

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

MD5SUM BENCH= 986923daef9243229e6ae2459781d9f0
RANDOM SEED=1376391346

node149.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.60
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.60
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.60
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.60
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:        27903492 kB
MemAvailable:   30407768 kB
Buffers:           67236 kB
Cached:          2699596 kB
SwapCached:            0 kB
Active:          2956972 kB
Inactive:        1432512 kB
Active(anon):    1570996 kB
Inactive(anon):    71344 kB
Active(file):    1385976 kB
Inactive(file):  1361168 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2476 kB
Writeback:             0 kB
AnonPages:       1659944 kB
Mapped:            46764 kB
Shmem:             17032 kB
Slab:             173556 kB
SReclaimable:     145936 kB
SUnreclaim:        27620 kB
KernelStack:        3872 kB
PageTables:         8744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2681812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1589248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51884 MiB
End job on node149 at 2018-07-22 01:45:25