Trace number 4290055

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

General information on the benchmark

NameLangford/
LangfordBin-13_c18.xml
MD5SUMaf26c9d63c7c51246c3bfb55117cf2b4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark674.478
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints39
Number of domains2
Minimum domain size13
Maximum domain size26
Distribution of domain sizes[{"size":13,"count":26},{"size":26,"count":26}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":26},{"degree":26,"count":26}]
Minimum constraint arity2
Maximum constraint arity27
Distribution of constraint arities[{"arity":2,"count":13},{"arity":27,"count":26}]
Number of extensional constraints0
Number of intensional constraints13
Distribution of constraint types[{"type":"intension","count":13},{"type":"element","count":26}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290055-1532216513/watcher-4290055-1532216513 -o /tmp/evaluation-result-4290055-1532216513/solver-4290055-1532216513 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25849 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290055-1532216513.xml 

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

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=27661, runsolver pid=27658
Current StackSize limit: 8192 KiB


[startup+0.100131 s]*
/proc/loadavg: 2.08 2.29 2.70 3/216 27676
/proc/meminfo: memFree=21625612/32770624 swapFree=67108860/67108860
[pid=27661] ppid=27658 vsize=10659012 memory=31484 CPUtime=0.13 cores=1,3,5,7
/proc/27661/stat : 27661 (java) S 27658 27661 23514 0 -1 1077944320 6442 0 0 0 11 2 0 0 20 0 15 0 39214607 10914828288 7871 33554432000 4194304 4196468 140733389720832 140733389703376 140245862502135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
/proc/27661/statm: 2664753 7871 2845 1 0 2627263 0
[pid=27661/tid=27663] ppid=27658 vsize=10659012 memory=-8701690554791923071 CPUtime=0.09 cores=1,3,5,7
/proc/27661/task/27663/stat : 27663 (java) R 27658 27661 23514 0 -1 4202560 4270 0 0 0 8 1 0 0 20 0 15 0 39214607 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245866706800 140245862524061 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27664] ppid=27658 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27664/stat : 27664 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214608 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245788576272 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27665] ppid=27658 vsize=10659012 memory=140100960740992 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27665/stat : 27665 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214608 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245787523728 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27666] ppid=27658 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27666/stat : 27666 (java) S 27658 27661 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214608 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245786470672 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27667] ppid=27658 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27667/stat : 27667 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214608 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245785418128 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27668] ppid=27658 vsize=10659012 memory=140100960740992 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27668/stat : 27668 (java) S 27658 27661 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214609 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245219769072 140245862513282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27669] ppid=27658 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27669/stat : 27669 (java) S 27658 27661 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39214610 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245218715296 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27670] ppid=27658 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27670/stat : 27670 (java) S 27658 27661 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39214610 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245217662192 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27671] ppid=27658 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27671/stat : 27671 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214612 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245216610768 140245862520731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27672] ppid=27658 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27672/stat : 27672 (java) S 27658 27661 23514 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 39214612 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245215557872 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27673] ppid=27658 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27673/stat : 27673 (java) S 27658 27661 23514 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39214612 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245214505328 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27674] ppid=27658 vsize=10659012 memory=140100960740992 CPUtime=0.02 cores=1,3,5,7
/proc/27661/task/27674/stat : 27674 (java) S 27658 27661 23514 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 15 0 39214612 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245213452272 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27675] ppid=27658 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27675/stat : 27675 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214613 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245212399968 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27676] ppid=27658 vsize=10659012 memory=140100960740992 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27676/stat : 27676 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214613 10914828288 7871 33554432000 4194304 4196468 140733389720832 140245211348016 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31484 KiB

[startup+0.210391 s]*
/proc/loadavg: 2.08 2.29 2.70 3/216 27676
/proc/meminfo: memFree=21615236/32770624 swapFree=67108860/67108860
[pid=27661] ppid=27658 vsize=10659012 memory=42228 CPUtime=0.32 cores=1,3,5,7
/proc/27661/stat : 27661 (java) S 27658 27661 23514 0 -1 1077944320 7644 0 0 0 30 2 0 0 20 0 15 0 39214607 10914828288 10557 33554432000 4194304 4196468 140733389720832 140733389703376 140245862502135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
/proc/27661/statm: 2664753 10557 3005 1 0 2627263 0
[pid=27661/tid=27663] ppid=27658 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27661/task/27663/stat : 27663 (java) R 27658 27661 23514 0 -1 4202560 4622 0 0 0 18 2 0 0 20 0 15 0 39214607 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245866731200 140245846582622 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27664] ppid=27658 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27664/stat : 27664 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214608 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245788576272 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27665] ppid=27658 vsize=10659012 memory=140100960948139 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27665/stat : 27665 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214608 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245787523728 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27666] ppid=27658 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27666/stat : 27666 (java) S 27658 27661 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214608 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245786470672 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27667] ppid=27658 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27667/stat : 27667 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214608 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245785418128 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27668] ppid=27658 vsize=10659012 memory=140100960740992 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27668/stat : 27668 (java) S 27658 27661 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214609 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245219769072 140245862513282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27669] ppid=27658 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27669/stat : 27669 (java) S 27658 27661 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39214610 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245218715296 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27670] ppid=27658 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27670/stat : 27670 (java) S 27658 27661 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39214610 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245217662192 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27671] ppid=27658 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27671/stat : 27671 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214612 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245216610768 140245862520731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27672] ppid=27658 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27661/task/27672/stat : 27672 (java) S 27658 27661 23514 0 -1 1077944384 628 0 0 0 2 0 0 0 20 0 15 0 39214612 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245215557872 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27673] ppid=27658 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27661/task/27673/stat : 27673 (java) S 27658 27661 23514 0 -1 1077944384 351 0 0 0 1 0 0 0 20 0 15 0 39214612 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245214505328 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27674] ppid=27658 vsize=10659012 memory=140100960740992 CPUtime=0.07 cores=1,3,5,7
/proc/27661/task/27674/stat : 27674 (java) R 27658 27661 23514 0 -1 4202560 676 0 0 0 7 0 0 0 20 0 15 0 39214612 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245213452272 140245862514070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27675] ppid=27658 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27675/stat : 27675 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214613 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245212399968 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27676] ppid=27658 vsize=10659012 memory=140100960740992 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27676/stat : 27676 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214613 10914828288 10557 33554432000 4194304 4196468 140733389720832 140245211348016 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42228 KiB

[startup+0.310325 s]*
/proc/loadavg: 2.08 2.29 2.70 4/216 27676
/proc/meminfo: memFree=21610468/32770624 swapFree=67108860/67108860
[pid=27661] ppid=27658 vsize=10659088 memory=47456 CPUtime=0.51 cores=1,3,5,7
/proc/27661/stat : 27661 (java) S 27658 27661 23514 0 -1 1077944320 8573 0 0 0 48 3 0 0 20 0 15 0 39214607 10914906112 11864 33554432000 4194304 4196468 140733389720832 140733389703376 140245862502135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
/proc/27661/statm: 2664772 11864 3045 1 0 2627263 0
[pid=27661/tid=27663] ppid=27658 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/27661/task/27663/stat : 27663 (java) R 27658 27661 23514 0 -1 4202560 5343 0 0 0 28 2 0 0 20 0 15 0 39214607 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245866740640 140245862514070 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27664] ppid=27658 vsize=10659088 memory=4294977867 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27664/stat : 27664 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214608 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245788576272 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27665] ppid=27658 vsize=10659088 memory=140100960946930 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27665/stat : 27665 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214608 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245787523728 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27666] ppid=27658 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27666/stat : 27666 (java) S 27658 27661 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214608 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245786470672 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27667] ppid=27658 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27667/stat : 27667 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214608 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245785418128 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27668] ppid=27658 vsize=10659088 memory=140100960740992 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27668/stat : 27668 (java) S 27658 27661 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39214609 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245219769072 140245862513282 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27669] ppid=27658 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27669/stat : 27669 (java) S 27658 27661 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39214610 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245218715296 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27670] ppid=27658 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27670/stat : 27670 (java) S 27658 27661 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39214610 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245217662192 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27671] ppid=27658 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27671/stat : 27671 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214612 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245216610768 140245862520731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27672] ppid=27658 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/27661/task/27672/stat : 27672 (java) S 27658 27661 23514 0 -1 1077944384 657 0 0 0 4 0 0 0 20 0 15 0 39214612 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245215557872 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27673] ppid=27658 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/27661/task/27673/stat : 27673 (java) S 27658 27661 23514 0 -1 1077944384 475 0 0 0 4 0 0 0 20 0 15 0 39214612 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245214505328 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27674] ppid=27658 vsize=10659088 memory=140100960740992 CPUtime=0.11 cores=1,3,5,7
/proc/27661/task/27674/stat : 27674 (java) R 27658 27661 23514 0 -1 4202560 729 0 0 0 11 0 0 0 20 0 15 0 39214612 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245213452272 140245840992640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27675] ppid=27658 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27675/stat : 27675 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39214613 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245212399968 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27676] ppid=27658 vsize=10659088 memory=140100960740992 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27676/stat : 27676 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39214613 10914906112 11864 33554432000 4194304 4196468 140733389720832 140245211348016 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47456 KiB

[startup+0.700816 s]
/proc/loadavg: 2.08 2.29 2.70 6/217 27677
/proc/meminfo: memFree=21580508/32770624 swapFree=67108860/67108860
[pid=27661] ppid=27658 vsize=10725652 memory=79836 CPUtime=1.72 cores=1,3,5,7
/proc/27661/stat : 27661 (java) S 27658 27661 23514 0 -1 1077944320 10682 0 0 0 168 4 0 0 20 0 16 0 39214607 10983067648 19959 33554432000 4194304 4196468 140733389720832 140733389703376 140245862502135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
/proc/27661/statm: 2681413 19959 3108 1 0 2643904 0
[pid=27661/tid=27663] ppid=27658 vsize=10725652 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/27661/task/27663/stat : 27663 (java) R 27658 27661 23514 0 -1 4202560 5615 0 0 0 65 3 0 0 20 0 16 0 39214607 10983067648 19959 33554432000 4194304 4196468 140733389720832 140245866736736 140245846845776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27664] ppid=27658 vsize=10725652 memory=258933981740915 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27664/stat : 27664 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214608 10983067648 19959 33554432000 4194304 4196468 140733389720832 140245788576272 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27665] ppid=27658 vsize=10725652 memory=4265253205551874080 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27665/stat : 27665 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214608 10983067648 19959 33554432000 4194304 4196468 140733389720832 140245787523728 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27666] ppid=27658 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27666/stat : 27666 (java) S 27658 27661 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214608 10983067648 19959 33554432000 4194304 4196468 140733389720832 140245786470672 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27667] ppid=27658 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27667/stat : 27667 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214608 10983067648 19959 33554432000 4194304 4196468 140733389720832 140245785418128 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27668] ppid=27658 vsize=10725652 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27668/stat : 27668 (java) S 27658 27661 23514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 39214609 10983067648 19959 33554432000 4194304 4196468 140733389720832 140245219769072 140245862513282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27669] ppid=27658 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27669/stat : 27669 (java) S 27658 27661 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 39214610 10983067648 19959 33554432000 4194304 4196468 140733389720832 140245218715296 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27670] ppid=27658 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27670/stat : 27670 (java) S 27658 27661 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214610 10983067648 20025 33554432000 4194304 4196468 140733389720832 140245217662192 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27671] ppid=27658 vsize=10725652 memory=8315167063544725677 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27671/stat : 27671 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214612 10983067648 20025 33554432000 4194304 4196468 140733389720832 140245216610768 140245862520731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27672] ppid=27658 vsize=10725652 memory=-2897801490638248215 CPUtime=0.37 cores=1,3,5,7
/proc/27661/task/27672/stat : 27672 (java) R 27658 27661 23514 0 -1 4202560 1470 0 0 0 37 0 0 0 20 0 16 0 39214612 10983067648 20025 33554432000 4194304 4196468 140733389720832 140245215539440 140245854791584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27673] ppid=27658 vsize=10725652 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/27661/task/27673/stat : 27673 (java) R 27658 27661 23514 0 -1 4202560 1054 0 0 0 38 0 0 0 20 0 16 0 39214612 10983067648 20025 33554432000 4194304 4196468 140733389720832 140245214493408 140245847407857 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27674] ppid=27658 vsize=10725652 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/27661/task/27674/stat : 27674 (java) S 27658 27661 23514 0 -1 1077944384 1213 0 0 0 26 0 0 0 20 0 16 0 39214612 10983067648 20025 33554432000 4194304 4196468 140733389720832 140245213452272 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27675] ppid=27658 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27675/stat : 27675 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214613 10983067648 20025 33554432000 4194304 4196468 140733389720832 140245212399968 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27676] ppid=27658 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27676/stat : 27676 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214613 10983067648 20025 33554432000 4194304 4196468 140733389720832 140245211348016 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27677] ppid=27658 vsize=10725652 memory=18464 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27677/stat : 27677 (java) S 27658 27661 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214655 10983067648 20025 33554432000 4194304 4196468 140733389720832 140245210293808 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 79836 KiB

[startup+1.50078 s]
/proc/loadavg: 2.08 2.29 2.70 3/217 27677
/proc/meminfo: memFree=21576608/32770624 swapFree=67108860/67108860
[pid=27661] ppid=27658 vsize=10725652 memory=82672 CPUtime=2.94 cores=1,3,5,7
/proc/27661/stat : 27661 (java) S 27658 27661 23514 0 -1 1077944320 14607 0 0 0 289 5 0 0 20 0 16 0 39214607 10983067648 20668 33554432000 4194304 4196468 140733389720832 140733389703376 140245862502135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
/proc/27661/statm: 2681413 20668 3117 1 0 2643904 0
[pid=27661/tid=27663] ppid=27658 vsize=10725652 memory=0 CPUtime=1.48 cores=1,3,5,7
/proc/27661/task/27663/stat : 27663 (java) R 27658 27661 23514 0 -1 4202560 6108 0 0 0 145 3 0 0 20 0 16 0 39214607 10983067648 20668 33554432000 4194304 4196468 140733389720832 140245866727424 140245466637166 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27664] ppid=27658 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27664/stat : 27664 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214608 10983067648 20668 33554432000 4194304 4196468 140733389720832 140245788576272 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27665] ppid=27658 vsize=10725652 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27665/stat : 27665 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214608 10983067648 20668 33554432000 4194304 4196468 140733389720832 140245787523728 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27666] ppid=27658 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27666/stat : 27666 (java) S 27658 27661 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 39214608 10983067648 20668 33554432000 4194304 4196468 140733389720832 140245786470672 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27667] ppid=27658 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27667/stat : 27667 (java) S 27658 27661 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 39214608 10983067648 20668 33554432000 4194304 4196468 140733389720832 140245785418128 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0

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

/proc/27661/task/27666/stat : 27666 (java) S 27658 27661 23514 0 -1 1077944384 2606 0 0 0 74 19 0 0 20 0 16 0 39214608 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245786470672 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27667] ppid=27658 vsize=10725652 memory=699708 CPUtime=0.94 cores=1,3,5,7
/proc/27661/task/27667/stat : 27667 (java) S 27658 27661 23514 0 -1 1077944384 4835 0 0 0 73 21 0 0 20 0 16 0 39214608 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245785418128 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27668] ppid=27658 vsize=10725652 memory=699708 CPUtime=0.11 cores=1,3,5,7
/proc/27661/task/27668/stat : 27668 (java) S 27658 27661 23514 0 -1 1077944384 7608 0 0 0 8 3 0 0 20 0 16 0 39214609 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245219769072 140245862513282 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27669] ppid=27658 vsize=10725652 memory=699708 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27669/stat : 27669 (java) S 27658 27661 23514 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 39214610 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245218715296 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27670] ppid=27658 vsize=10725652 memory=699708 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27670/stat : 27670 (java) S 27658 27661 23514 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39214610 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245217662192 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27671] ppid=27658 vsize=10725652 memory=699708 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27671/stat : 27671 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245216610768 140245862520731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27672] ppid=27658 vsize=10725652 memory=699708 CPUtime=0.7 cores=1,3,5,7
/proc/27661/task/27672/stat : 27672 (java) S 27658 27661 23514 0 -1 1077944384 4032 0 0 0 70 0 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245215557872 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27673] ppid=27658 vsize=10725652 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/27661/task/27673/stat : 27673 (java) S 27658 27661 23514 0 -1 1077944384 3725 0 0 0 64 1 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245214505328 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27674] ppid=27658 vsize=10725652 memory=1728 CPUtime=0.3 cores=1,3,5,7
/proc/27661/task/27674/stat : 27674 (java) S 27658 27661 23514 0 -1 1077944384 2747 0 0 0 29 1 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245213452272 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27675] ppid=27658 vsize=10725652 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27675/stat : 27675 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214613 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245212399968 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27676] ppid=27658 vsize=10725652 memory=699708 CPUtime=1.29 cores=1,3,5,7
/proc/27661/task/27676/stat : 27676 (java) S 27658 27661 23514 0 -1 1077944384 1616 0 0 0 57 72 0 0 20 0 16 0 39214613 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245211348016 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27677] ppid=27658 vsize=10725652 memory=699708 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27677/stat : 27677 (java) S 27658 27661 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214655 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245210293808 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
Current children cumulated CPU time: 2328.06 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 699708 KiB

[startup+2382.3 s]
/proc/loadavg: 2.06 2.03 2.09 3/218 27854
/proc/meminfo: memFree=18691808/32770624 swapFree=67108860/67108860
[pid=27661] ppid=27658 vsize=10725652 memory=699708 CPUtime=2388.1 cores=1,3,5,7
/proc/27661/stat : 27661 (java) S 27658 27661 23514 0 -1 1077944320 56207 0 0 0 238653 157 0 0 20 0 16 0 39214607 10983067648 174927 33554432000 4194304 4196468 140733389720832 140733389703376 140245862502135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
/proc/27661/statm: 2681413 174927 3175 1 0 2643904 0
[pid=27661/tid=27663] ppid=27658 vsize=10725652 memory=699708 CPUtime=2381.16 cores=1,3,5,7
/proc/27661/task/27663/stat : 27663 (java) R 27658 27661 23514 0 -1 4202560 18201 0 0 0 238111 5 0 0 20 0 16 0 39214607 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245866741088 140245466234868 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27664] ppid=27658 vsize=10725652 memory=699708 CPUtime=0.94 cores=1,3,5,7
/proc/27661/task/27664/stat : 27664 (java) S 27658 27661 23514 0 -1 1077944384 4650 0 0 0 74 20 0 0 20 0 16 0 39214608 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245788576272 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27665] ppid=27658 vsize=10725652 memory=699708 CPUtime=0.94 cores=1,3,5,7
/proc/27661/task/27665/stat : 27665 (java) S 27658 27661 23514 0 -1 1077944384 4687 0 0 0 74 20 0 0 20 0 16 0 39214608 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245787523728 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27666] ppid=27658 vsize=10725652 memory=699708 CPUtime=0.93 cores=1,3,5,7
/proc/27661/task/27666/stat : 27666 (java) S 27658 27661 23514 0 -1 1077944384 2606 0 0 0 74 19 0 0 20 0 16 0 39214608 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245786470672 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27667] ppid=27658 vsize=10725652 memory=699708 CPUtime=0.94 cores=1,3,5,7
/proc/27661/task/27667/stat : 27667 (java) S 27658 27661 23514 0 -1 1077944384 4835 0 0 0 73 21 0 0 20 0 16 0 39214608 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245785418128 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27668] ppid=27658 vsize=10725652 memory=699708 CPUtime=0.11 cores=1,3,5,7
/proc/27661/task/27668/stat : 27668 (java) S 27658 27661 23514 0 -1 1077944384 7614 0 0 0 8 3 0 0 20 0 16 0 39214609 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245219769072 140245862513282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27669] ppid=27658 vsize=10725652 memory=699708 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27669/stat : 27669 (java) S 27658 27661 23514 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 39214610 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245218715296 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27670] ppid=27658 vsize=10725652 memory=699708 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27670/stat : 27670 (java) S 27658 27661 23514 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39214610 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245217662192 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27671] ppid=27658 vsize=10725652 memory=699708 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27671/stat : 27671 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245216610768 140245862520731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27672] ppid=27658 vsize=10725652 memory=699708 CPUtime=0.7 cores=1,3,5,7
/proc/27661/task/27672/stat : 27672 (java) S 27658 27661 23514 0 -1 1077944384 4034 0 0 0 70 0 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245215557872 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27673] ppid=27658 vsize=10725652 memory=699708 CPUtime=0.65 cores=1,3,5,7
/proc/27661/task/27673/stat : 27673 (java) S 27658 27661 23514 0 -1 1077944384 3727 0 0 0 64 1 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245214505328 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27674] ppid=27658 vsize=10725652 memory=4136 CPUtime=0.3 cores=1,3,5,7
/proc/27661/task/27674/stat : 27674 (java) S 27658 27661 23514 0 -1 1077944384 2750 0 0 0 29 1 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245213452272 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27675] ppid=27658 vsize=10725652 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27675/stat : 27675 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214613 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245212399968 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27676] ppid=27658 vsize=10725652 memory=956 CPUtime=1.33 cores=1,3,5,7
/proc/27661/task/27676/stat : 27676 (java) S 27658 27661 23514 0 -1 1077944384 1647 0 0 0 59 74 0 0 20 0 16 0 39214613 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245211348016 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27677] ppid=27658 vsize=10725652 memory=699708 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27677/stat : 27677 (java) S 27658 27661 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214655 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245210293808 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
Current children cumulated CPU time: 2388.1 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 699708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.2 s]
/proc/loadavg: 2.05 2.03 2.09 3/218 27854
/proc/meminfo: memFree=18692056/32770624 swapFree=67108860/67108860
[pid=27661] ppid=27658 vsize=10725652 memory=699708 CPUtime=2400.01 cores=1,3,5,7
/proc/27661/stat : 27661 (java) S 27658 27661 23514 0 -1 1077944320 56382 0 0 0 239843 158 0 0 20 0 16 0 39214607 10983067648 174927 33554432000 4194304 4196468 140733389720832 140733389703376 140245862502135 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
/proc/27661/statm: 2681413 174927 3175 1 0 2643904 0
[pid=27661/tid=27663] ppid=27658 vsize=10725652 memory=644 CPUtime=2393.06 cores=1,3,5,7
/proc/27661/task/27663/stat : 27663 (java) R 27658 27661 23514 0 -1 4202560 18341 0 0 0 239301 5 0 0 20 0 16 0 39214607 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245866741088 140245466234701 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27664] ppid=27658 vsize=10725652 memory=1792 CPUtime=0.94 cores=1,3,5,7
/proc/27661/task/27664/stat : 27664 (java) S 27658 27661 23514 0 -1 1077944384 4650 0 0 0 74 20 0 0 20 0 16 0 39214608 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245788576272 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27665] ppid=27658 vsize=10725652 memory=1236 CPUtime=0.94 cores=1,3,5,7
/proc/27661/task/27665/stat : 27665 (java) S 27658 27661 23514 0 -1 1077944384 4687 0 0 0 74 20 0 0 20 0 16 0 39214608 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245787523728 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27666] ppid=27658 vsize=10725652 memory=956 CPUtime=0.93 cores=1,3,5,7
/proc/27661/task/27666/stat : 27666 (java) S 27658 27661 23514 0 -1 1077944384 2606 0 0 0 74 19 0 0 20 0 16 0 39214608 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245786470672 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27667] ppid=27658 vsize=10725652 memory=2340 CPUtime=0.94 cores=1,3,5,7
/proc/27661/task/27667/stat : 27667 (java) S 27658 27661 23514 0 -1 1077944384 4835 0 0 0 73 21 0 0 20 0 16 0 39214608 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245785418128 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27668] ppid=27658 vsize=10725652 memory=6791534058613427641 CPUtime=0.11 cores=1,3,5,7
/proc/27661/task/27668/stat : 27668 (java) S 27658 27661 23514 0 -1 1077944384 7615 0 0 0 8 3 0 0 20 0 16 0 39214609 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245219769072 140245862513282 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27669] ppid=27658 vsize=10725652 memory=699708 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27669/stat : 27669 (java) S 27658 27661 23514 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 16 0 39214610 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245218715296 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27670] ppid=27658 vsize=10725652 memory=699708 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27670/stat : 27670 (java) S 27658 27661 23514 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 16 0 39214610 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245217662192 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27671] ppid=27658 vsize=10725652 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27671/stat : 27671 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245216610768 140245862520731 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27672] ppid=27658 vsize=10725652 memory=2436 CPUtime=0.7 cores=1,3,5,7
/proc/27661/task/27672/stat : 27672 (java) S 27658 27661 23514 0 -1 1077944384 4036 0 0 0 70 0 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245215557872 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27673] ppid=27658 vsize=10725652 memory=4612 CPUtime=0.65 cores=1,3,5,7
/proc/27661/task/27673/stat : 27673 (java) S 27658 27661 23514 0 -1 1077944384 3730 0 0 0 64 1 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245214505328 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27674] ppid=27658 vsize=10725652 memory=9920 CPUtime=0.3 cores=1,3,5,7
/proc/27661/task/27674/stat : 27674 (java) S 27658 27661 23514 0 -1 1077944384 2752 0 0 0 29 1 0 0 20 0 16 0 39214612 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245213452272 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27675] ppid=27658 vsize=10725652 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27675/stat : 27675 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39214613 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245212399968 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27676] ppid=27658 vsize=10725652 memory=6791534058613427641 CPUtime=1.34 cores=1,3,5,7
/proc/27661/task/27676/stat : 27676 (java) S 27658 27661 23514 0 -1 1077944384 1674 0 0 0 59 75 0 0 20 0 16 0 39214613 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245211348016 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27677] ppid=27658 vsize=10725652 memory=4128 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27677/stat : 27677 (java) S 27658 27661 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39214655 10983067648 174927 33554432000 4194304 4196468 140733389720832 140245210293808 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 699708 KiB

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

[startup+2394.47 s]
# the end of solver process 27661 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.56 s, system=1.58713 s

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

[startup+2394.4 s]
/proc/loadavg: 2.05 2.03 2.09 3/218 27854
/proc/meminfo: memFree=18692056/32770624 swapFree=67108860/67108860
[pid=27661] ppid=27658 vsize=10925344 memory=684956 CPUtime=2400.1 cores=1,3,5,7
/proc/27661/stat : 27661 (java) S 27658 27661 23514 0 -1 1077944320 57224 0 0 0 239852 158 0 0 20 0 17 0 39214607 11187552256 171239 33554432000 4194304 4196468 140733389720832 140733389703376 140245862502135 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
/proc/27661/statm: 2731336 171239 3177 1 0 2693827 0
[pid=27661/tid=27663] ppid=27658 vsize=10925344 memory=1292 CPUtime=2393.07 cores=1,3,5,7
/proc/27661/task/27663/stat : 27663 (java) S 27658 27661 23514 0 -1 1077944384 18378 0 0 0 239302 5 0 0 20 0 17 0 39214607 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245866745008 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27664] ppid=27658 vsize=10925344 memory=699708 CPUtime=0.95 cores=1,3,5,7
/proc/27661/task/27664/stat : 27664 (java) S 27658 27661 23514 0 -1 1077944384 4674 0 0 0 75 20 0 0 20 0 17 0 39214608 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245788576272 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27665] ppid=27658 vsize=10925344 memory=1704 CPUtime=0.96 cores=1,3,5,7
/proc/27661/task/27665/stat : 27665 (java) S 27658 27661 23514 0 -1 1077944384 5005 0 0 0 76 20 0 0 20 0 17 0 39214608 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245787523728 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27666] ppid=27658 vsize=10925344 memory=5520 CPUtime=0.94 cores=1,3,5,7
/proc/27661/task/27666/stat : 27666 (java) S 27658 27661 23514 0 -1 1077944384 2632 0 0 0 75 19 0 0 20 0 17 0 39214608 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245786470672 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27667] ppid=27658 vsize=10925344 memory=699708 CPUtime=0.96 cores=1,3,5,7
/proc/27661/task/27667/stat : 27667 (java) S 27658 27661 23514 0 -1 1077944384 4858 0 0 0 75 21 0 0 20 0 17 0 39214608 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245785418128 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27668] ppid=27658 vsize=10925344 memory=1292 CPUtime=0.11 cores=1,3,5,7
/proc/27661/task/27668/stat : 27668 (java) S 27658 27661 23514 0 -1 1077944384 7765 0 0 0 8 3 0 0 20 0 17 0 39214609 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245219769072 140245862513282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27669] ppid=27658 vsize=10925344 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27669/stat : 27669 (java) S 27658 27661 23514 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 17 0 39214610 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245218715296 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27670] ppid=27658 vsize=10925344 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27670/stat : 27670 (java) S 27658 27661 23514 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 17 0 39214610 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245217662192 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27671] ppid=27658 vsize=10925344 memory=844 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27671/stat : 27671 (java) S 27658 27661 23514 0 -1 1077944384 96 0 0 0 0 0 0 0 20 0 17 0 39214612 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245216610768 140245862520731 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27672] ppid=27658 vsize=10925344 memory=1796 CPUtime=0.7 cores=1,3,5,7
/proc/27661/task/27672/stat : 27672 (java) S 27658 27661 23514 0 -1 1077944384 4036 0 0 0 70 0 0 0 20 0 17 0 39214612 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245215557872 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27673] ppid=27658 vsize=10925344 memory=916 CPUtime=0.65 cores=1,3,5,7
/proc/27661/task/27673/stat : 27673 (java) S 27658 27661 23514 0 -1 1077944384 3730 0 0 0 64 1 0 0 20 0 17 0 39214612 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245214505328 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27674] ppid=27658 vsize=10925344 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/27661/task/27674/stat : 27674 (java) S 27658 27661 23514 0 -1 1077944384 2791 0 0 0 29 1 0 0 20 0 17 0 39214612 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245213452272 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27675] ppid=27658 vsize=10925344 memory=9920 CPUtime=0 cores=1,3,5,7
/proc/27661/task/27675/stat : 27675 (java) S 27658 27661 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39214613 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245212399968 140245862512341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
[pid=27661/tid=27676] ppid=27658 vsize=10925344 memory=4136 CPUtime=1.34 cores=1,3,5,7
/proc/27661/task/27676/stat : 27676 (java) S 27658 27661 23514 0 -1 1077944384 1674 0 0 0 59 75 0 0 20 0 17 0 39214613 11187552256 171239 33554432000 4194304 4196468 140733389720832 140245211348016 140245862513282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38821888 140733389722737 140733389722889 140733389722889 140733389725647 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 684956 KiB

Child status: 143
Real time (s): 2394.47
CPU time (s): 2400.15
CPU user time (s): 2398.56
CPU system time (s): 1.58713
CPU usage (%): 100.237
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 844168

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.56
system time used= 1.58713
maximum resident set size= 844168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57597
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54106
involuntary context switches= 816


# summary of solver processes directly reported to runsolver:
#   pid: 27661
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2398.56
#   total CPU system time (s): 1.58713

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.775 second user time and 24.3412 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 01:41:53
IDJOB=4290055
IDBENCH=141347
IDSOLVER=2742
FILE ID=node150/4290055-1532216513
RUNJOBID= node150-1532207966-25849
PBS_JOBID= 21018925
Free space on /tmp= 57252 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Langford/LangfordBin-13_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290055-1532216513/watcher-4290055-1532216513 -o /tmp/evaluation-result-4290055-1532216513/solver-4290055-1532216513 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25849 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290055-1532216513.xml

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

MD5SUM BENCH= af26c9d63c7c51246c3bfb55117cf2b4
RANDOM SEED=123380019

node150.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.76
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.76
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.76
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.76
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:        21645900 kB
MemAvailable:   31134020 kB
Buffers:          222324 kB
Cached:          9478828 kB
SwapCached:            0 kB
Active:          1831160 kB
Inactive:        8730384 kB
Active(anon):     863204 kB
Inactive(anon):    16868 kB
Active(file):     967956 kB
Inactive(file):  8713516 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2596 kB
Writeback:             0 kB
AnonPages:        871968 kB
Mapped:            46780 kB
Shmem:             17032 kB
Slab:             262152 kB
SReclaimable:     235108 kB
SUnreclaim:        27044 kB
KernelStack:        3712 kB
PageTables:         6748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2202108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    774144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57248 MiB
End job on node150 at 2018-07-22 02:21:48