Trace number 4290088

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.12 2389.07

General information on the benchmark

NameEternity/
Eternity-10-04_c18.xml
MD5SUMf6e7bfb75851ce9d6d95540719dd30c6
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.108484
Satisfiable
(Un)Satisfiability was proved
Number of variables134
Number of constraints69
Number of domains2
Minimum domain size9
Maximum domain size40
Distribution of domain sizes[{"size":9,"count":94},{"size":40,"count":40}]
Minimum variable degree1
Maximum variable degree11
Distribution of variable degrees[{"degree":1,"count":9},{"degree":2,"count":124},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity40
Distribution of constraint arities[{"arity":1,"count":28},{"arity":5,"count":40},{"arity":40,"count":1}]
Number of extensional constraints40
Number of intensional constraints28
Distribution of constraint types[{"type":"extension","count":40},{"type":"intension","count":28},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290088-1532273018/watcher-4290088-1532273018 -o /tmp/evaluation-result-4290088-1532273018/solver-4290088-1532273018 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290088-1532273018.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=2756, runsolver pid=2753

[startup+0.100128 s]*
/proc/loadavg: 2.04 2.01 2.05 4/216 2771
/proc/meminfo: memFree=21427400/32770624 swapFree=67108860/67108860
[pid=2756] ppid=2753 vsize=10659012 memory=30108 CPUtime=0.12 cores=0,2,4,6
/proc/2756/stat : 2756 (java) S 2753 2756 877 0 -1 1077944320 6600 0 0 0 11 1 0 0 20 0 15 0 44864958 10914828288 7527 33554432000 4194304 4196468 140723488459472 140723488442016 140419038117623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
/proc/2756/statm: 2664753 7527 2841 1 0 2627263 0
[pid=2756/tid=2758] ppid=2753 vsize=10659012 memory=-8485773889882985313 CPUtime=0.09 cores=0,2,4,6
/proc/2756/task/2758/stat : 2758 (java) R 2753 2756 877 0 -1 4202560 4428 0 0 0 8 1 0 0 20 0 15 0 44864959 10914828288 7527 33554432000 4194304 4196468 140723488459472 140419042338752 140419038139549 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2759] ppid=2753 vsize=10659012 memory=5793855036067191225 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2759/stat : 2759 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864960 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418990738064 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2760] ppid=2753 vsize=10659012 memory=139785057298048 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2760/stat : 2760 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864960 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418644367888 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2761] ppid=2753 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2761/stat : 2761 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864960 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418643315088 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2762] ppid=2753 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2762/stat : 2762 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864960 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418642262288 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2763] ppid=2753 vsize=10659012 memory=139785057298048 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2763/stat : 2763 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864961 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418343185264 140419038128770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2764] ppid=2753 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2764/stat : 2764 (java) S 2753 2756 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44864962 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418342131232 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2765] ppid=2753 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2765/stat : 2765 (java) S 2753 2756 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44864962 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418341078384 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2766] ppid=2753 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2766/stat : 2766 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44864964 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418340026704 140419038136219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2767] ppid=2753 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2767/stat : 2767 (java) S 2753 2756 877 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 44864964 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418338974064 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2768] ppid=2753 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2768/stat : 2768 (java) S 2753 2756 877 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 44864964 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418337921264 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2769] ppid=2753 vsize=10659012 memory=139785057298048 CPUtime=0.01 cores=0,2,4,6
/proc/2756/task/2769/stat : 2769 (java) S 2753 2756 877 0 -1 1077944384 356 0 0 0 1 0 0 0 20 0 15 0 44864964 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418336868464 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2770] ppid=2753 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2770/stat : 2770 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44864964 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418335815904 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2771] ppid=2753 vsize=10659012 memory=139785057298048 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2771/stat : 2771 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864964 10914828288 7527 33554432000 4194304 4196468 140723488459472 140418334764208 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30108 KiB

[startup+0.210589 s]*
/proc/loadavg: 2.12 2.03 2.05 4/216 2771
/proc/meminfo: memFree=21415476/32770624 swapFree=67108860/67108860
[pid=2756] ppid=2753 vsize=10659012 memory=41812 CPUtime=0.33 cores=0,2,4,6
/proc/2756/stat : 2756 (java) S 2753 2756 877 0 -1 1077944320 8058 0 0 0 31 2 0 0 20 0 15 0 44864958 10914828288 10453 33554432000 4194304 4196468 140723488459472 140723488442016 140419038117623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
/proc/2756/statm: 2664753 10453 3004 1 0 2627263 0
[pid=2756/tid=2758] ppid=2753 vsize=10659012 memory=-3103912127665269909 CPUtime=0.19 cores=0,2,4,6
/proc/2756/task/2758/stat : 2758 (java) R 2753 2756 877 0 -1 4202560 5007 0 0 0 18 1 0 0 20 0 15 0 44864959 10914828288 10453 33554432000 4194304 4196468 140723488459472 140419042354240 140419022161253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2759] ppid=2753 vsize=10659012 memory=4211973511262088586 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2759/stat : 2759 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864960 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418990738064 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2760] ppid=2753 vsize=10659012 memory=139785057298048 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2760/stat : 2760 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864960 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418644367888 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2761] ppid=2753 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2761/stat : 2761 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864960 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418643315088 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2762] ppid=2753 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2762/stat : 2762 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864960 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418642262288 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2763] ppid=2753 vsize=10659012 memory=139785057298048 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2763/stat : 2763 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864961 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418343185264 140419038128770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2764] ppid=2753 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2764/stat : 2764 (java) S 2753 2756 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44864962 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418342131232 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2765] ppid=2753 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2765/stat : 2765 (java) S 2753 2756 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44864962 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418341078384 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2766] ppid=2753 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2766/stat : 2766 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44864964 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418340026704 140419038136219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2767] ppid=2753 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2756/task/2767/stat : 2767 (java) S 2753 2756 877 0 -1 1077944384 540 0 0 0 2 0 0 0 20 0 15 0 44864964 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418338974064 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2768] ppid=2753 vsize=10659012 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/2756/task/2768/stat : 2768 (java) S 2753 2756 877 0 -1 1077944384 441 0 0 0 2 0 0 0 20 0 15 0 44864964 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418337921264 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2769] ppid=2753 vsize=10659012 memory=139785057298048 CPUtime=0.07 cores=0,2,4,6
/proc/2756/task/2769/stat : 2769 (java) R 2753 2756 877 0 -1 4202560 710 0 0 0 7 0 0 0 20 0 15 0 44864964 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418336868464 140419030336915 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2770] ppid=2753 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2770/stat : 2770 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44864964 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418335815904 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2771] ppid=2753 vsize=10659012 memory=139785057298048 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2771/stat : 2771 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864964 10914828288 10453 33554432000 4194304 4196468 140723488459472 140418334764208 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41812 KiB

[startup+0.314543 s]*
/proc/loadavg: 2.12 2.03 2.05 5/216 2771
/proc/meminfo: memFree=21408396/32770624 swapFree=67108860/67108860
[pid=2756] ppid=2753 vsize=10659088 memory=47192 CPUtime=0.53 cores=0,2,4,6
/proc/2756/stat : 2756 (java) S 2753 2756 877 0 -1 1077944320 8903 0 0 0 50 3 0 0 20 0 15 0 44864958 10914906112 11798 33554432000 4194304 4196468 140723488459472 140723488442016 140419038117623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
/proc/2756/statm: 2664772 11798 3051 1 0 2627263 0
[pid=2756/tid=2758] ppid=2753 vsize=10659088 memory=-3103912127665269909 CPUtime=0.29 cores=0,2,4,6
/proc/2756/task/2758/stat : 2758 (java) R 2753 2756 877 0 -1 4202560 5624 0 0 0 27 2 0 0 20 0 15 0 44864959 10914906112 11798 33554432000 4194304 4196468 140723488459472 140419042352928 140419038129558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2759] ppid=2753 vsize=10659088 memory=4211973511262088586 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2759/stat : 2759 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864960 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418990738064 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2760] ppid=2753 vsize=10659088 memory=139785057299959 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2760/stat : 2760 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864960 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418644367888 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2761] ppid=2753 vsize=10659088 memory=139784945250979 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2761/stat : 2761 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864960 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418643315088 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2762] ppid=2753 vsize=10659088 memory=139784945257967 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2762/stat : 2762 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864960 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418642262288 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2763] ppid=2753 vsize=10659088 memory=139785057300344 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2763/stat : 2763 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864961 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418343185264 140419038128770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2764] ppid=2753 vsize=10659088 memory=139784945267151 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2764/stat : 2764 (java) S 2753 2756 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44864962 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418342131232 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2765] ppid=2753 vsize=10659088 memory=279569890525136 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2765/stat : 2765 (java) S 2753 2756 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44864962 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418341078384 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2766] ppid=2753 vsize=10659088 memory=279569890522832 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2766/stat : 2766 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44864964 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418340026704 140419038136219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2767] ppid=2753 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2756/task/2767/stat : 2767 (java) S 2753 2756 877 0 -1 1077944384 588 0 0 0 4 0 0 0 20 0 15 0 44864964 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418338974064 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2768] ppid=2753 vsize=10659088 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/2756/task/2768/stat : 2768 (java) S 2753 2756 877 0 -1 1077944384 548 0 0 0 5 0 0 0 20 0 15 0 44864964 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418337921264 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2769] ppid=2753 vsize=10659088 memory=139785057298048 CPUtime=0.12 cores=0,2,4,6
/proc/2756/task/2769/stat : 2769 (java) R 2753 2756 877 0 -1 4202560 778 0 0 0 12 0 0 0 20 0 15 0 44864964 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418336868464 140419017071528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2770] ppid=2753 vsize=10659088 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2770/stat : 2770 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44864964 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418335815904 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2771] ppid=2753 vsize=10659088 memory=139785057298048 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2771/stat : 2771 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864964 10914906112 11798 33554432000 4194304 4196468 140723488459472 140418334764208 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47192 KiB

[startup+0.70075 s]
/proc/loadavg: 2.12 2.03 2.05 6/216 2771
/proc/meminfo: memFree=21379608/32770624 swapFree=67108860/67108860
[pid=2756] ppid=2753 vsize=10659088 memory=139060 CPUtime=1.81 cores=0,2,4,6
/proc/2756/stat : 2756 (java) S 2753 2756 877 0 -1 1077944320 11547 0 0 0 176 5 0 0 20 0 15 0 44864958 10914906112 34765 33554432000 4194304 4196468 140723488459472 140723488442016 140419038117623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
/proc/2756/statm: 2664772 34765 3106 1 0 2627263 0
[pid=2756/tid=2758] ppid=2753 vsize=10659088 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2756/task/2758/stat : 2758 (java) R 2753 2756 877 0 -1 4202560 5983 0 0 0 63 4 0 0 20 0 15 0 44864959 10914906112 34765 33554432000 4194304 4196468 140723488459472 140419042351472 140418674658797 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2759] ppid=2753 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2759/stat : 2759 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864960 10914906112 34765 33554432000 4194304 4196468 140723488459472 140418990738064 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2760] ppid=2753 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2760/stat : 2760 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864960 10914906112 34765 33554432000 4194304 4196468 140723488459472 140418644367888 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2761] ppid=2753 vsize=10659088 memory=151651939786282 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2761/stat : 2761 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864960 10914906112 34765 33554432000 4194304 4196468 140723488459472 140418643315088 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2762] ppid=2753 vsize=10659088 memory=14611 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2762/stat : 2762 (java) S 2753 2756 877 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44864960 10914906112 34765 33554432000 4194304 4196468 140723488459472 140418642262288 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2763] ppid=2753 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2763/stat : 2763 (java) S 2753 2756 877 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44864961 10914906112 35277 33554432000 4194304 4196468 140723488459472 140418343185264 140419038128770 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2764] ppid=2753 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2764/stat : 2764 (java) S 2753 2756 877 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44864962 10914906112 35277 33554432000 4194304 4196468 140723488459472 140418342131232 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2765] ppid=2753 vsize=10659088 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2765/stat : 2765 (java) S 2753 2756 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44864962 10914906112 35277 33554432000 4194304 4196468 140723488459472 140418341078384 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2766] ppid=2753 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2766/stat : 2766 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44864964 10914906112 35277 33554432000 4194304 4196468 140723488459472 140418340026704 140419038136219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2767] ppid=2753 vsize=10659088 memory=9049311184290480301 CPUtime=0.41 cores=0,2,4,6
/proc/2756/task/2767/stat : 2767 (java) R 2753 2756 877 0 -1 4202560 1292 0 0 0 41 0 0 0 20 0 15 0 44864964 10914906112 35277 33554432000 4194304 4196468 140723488459472 140418338973248 140419023317633 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2768] ppid=2753 vsize=10659088 memory=6943526294502006880 CPUtime=0.4 cores=0,2,4,6
/proc/2756/task/2768/stat : 2768 (java) R 2753 2756 877 0 -1 4202560 1489 0 0 0 40 0 0 0 20 0 15 0 44864964 10914906112 35277 33554432000 4194304 4196468 140723488459472 140418337910064 140419038131505 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2769] ppid=2753 vsize=10659088 memory=6944656592455360604 CPUtime=0.3 cores=0,2,4,6
/proc/2756/task/2769/stat : 2769 (java) R 2753 2756 877 0 -1 1077944384 1412 0 0 0 30 0 0 0 20 0 15 0 44864964 10914906112 35277 33554432000 4194304 4196468 140723488459472 140418336868464 140419038128770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2770] ppid=2753 vsize=10659088 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2770/stat : 2770 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44864964 10914906112 35277 33554432000 4194304 4196468 140723488459472 140418335815904 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2771] ppid=2753 vsize=10659088 memory=-7357787915995474596 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2771/stat : 2771 (java) S 2753 2756 877 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44864964 10914906112 35277 33554432000 4194304 4196468 140723488459472 140418334764208 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 139060 KiB

[startup+1.50541 s]
/proc/loadavg: 2.12 2.03 2.05 6/216 2771
/proc/meminfo: memFree=21232104/32770624 swapFree=67108860/67108860
[pid=2756] ppid=2753 vsize=10727700 memory=248080 CPUtime=4.13 cores=0,2,4,6
/proc/2756/stat : 2756 (java) S 2753 2756 877 0 -1 1077944320 13460 0 0 0 400 13 0 0 20 0 16 0 44864958 10985164800 62020 33554432000 4194304 4196468 140723488459472 140723488442016 140419038117623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
/proc/2756/statm: 2681925 62020 3161 1 0 2644416 0
[pid=2756/tid=2758] ppid=2753 vsize=10727700 memory=139785057297057 CPUtime=1.4 cores=0,2,4,6
/proc/2756/task/2758/stat : 2758 (java) R 2753 2756 877 0 -1 4202560 6083 0 0 0 136 4 0 0 20 0 16 0 44864959 10985164800 62020 33554432000 4194304 4196468 140723488459472 140419042353920 140418675929037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2759] ppid=2753 vsize=10727700 memory=200736 CPUtime=0.05 cores=0,2,4,6
/proc/2756/task/2759/stat : 2759 (java) S 2753 2756 877 0 -1 1077944384 118 0 0 0 4 1 0 0 20 0 16 0 44864960 10985164800 62020 33554432000 4194304 4196468 140723488459472 140418990738064 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2760] ppid=2753 vsize=10727700 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/2756/task/2760/stat : 2760 (java) S 2753 2756 877 0 -1 1077944384 109 0 0 0 4 1 0 0 20 0 16 0 44864960 10985164800 62020 33554432000 4194304 4196468 140723488459472 140418644367888 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2761] ppid=2753 vsize=10727700 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2756/task/2761/stat : 2761 (java) S 2753 2756 877 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 44864960 10985164800 62020 33554432000 4194304 4196468 140723488459472 140418643315088 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2762] ppid=2753 vsize=10727700 memory=55 CPUtime=0.05 cores=0,2,4,6
/proc/2756/task/2762/stat : 2762 (java) S 2753 2756 877 0 -1 1077944384 138 0 0 0 4 1 0 0 20 0 16 0 44864960 10985164800 62020 33554432000 4194304 4196468 140723488459472 140418642262288 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2763] ppid=2753 vsize=10727700 memory=12898 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2763/stat : 2763 (java) S 2753 2756 877 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44864961 10985164800 62020 33554432000 4194304 4196468 140723488459472 140418343185264 140419038128770 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0

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

/proc/2756/task/2763/stat : 2763 (java) S 2753 2756 877 0 -1 1077944384 12095 0 0 0 27 3 0 0 20 0 16 0 44864961 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418343185264 140419038128770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2764] ppid=2753 vsize=10727700 memory=5300 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2764/stat : 2764 (java) S 2753 2756 877 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 44864962 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418342131296 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2765] ppid=2753 vsize=10727700 memory=3221724 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2765/stat : 2765 (java) S 2753 2756 877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44864962 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418341078400 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2766] ppid=2753 vsize=10727700 memory=3221724 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2766/stat : 2766 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418340026704 140419038136219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2767] ppid=2753 vsize=10727700 memory=3221724 CPUtime=1.45 cores=0,2,4,6
/proc/2756/task/2767/stat : 2767 (java) S 2753 2756 877 0 -1 1077944384 6867 0 0 0 144 1 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418338974064 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2768] ppid=2753 vsize=10727700 memory=3221724 CPUtime=1.49 cores=0,2,4,6
/proc/2756/task/2768/stat : 2768 (java) S 2753 2756 877 0 -1 1077944384 3774 0 0 0 149 0 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418337921264 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2769] ppid=2753 vsize=10727700 memory=3221724 CPUtime=0.46 cores=0,2,4,6
/proc/2756/task/2769/stat : 2769 (java) S 2753 2756 877 0 -1 1077944384 3470 0 0 0 45 1 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418336868464 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2770] ppid=2753 vsize=10727700 memory=3221724 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2770/stat : 2770 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418335815904 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2771] ppid=2753 vsize=10727700 memory=3221724 CPUtime=1.35 cores=0,2,4,6
/proc/2756/task/2771/stat : 2771 (java) S 2753 2756 877 0 -1 1077944384 2292 0 0 0 65 70 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418334764208 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2772] ppid=2753 vsize=10727700 memory=3221724 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2772/stat : 2772 (java) S 2753 2756 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44865085 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418333709744 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
Current children cumulated CPU time: 2333.51 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3221724 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/218 2948
/proc/meminfo: memFree=19661288/32770624 swapFree=67108860/67108860
[pid=2756] ppid=2753 vsize=10727700 memory=3221724 CPUtime=2393.53 cores=0,2,4,6
/proc/2756/stat : 2756 (java) S 2753 2756 877 0 -1 1077944320 182136 0 0 0 238990 363 0 0 20 0 16 0 44864958 10985164800 805431 33554432000 4194304 4196468 140723488459472 140723488442016 140419038117623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
/proc/2756/statm: 2681925 805431 3189 1 0 2644416 0
[pid=2756/tid=2758] ppid=2753 vsize=10727700 memory=3221724 CPUtime=2379.69 cores=0,2,4,6
/proc/2756/task/2758/stat : 2758 (java) R 2753 2756 877 0 -1 4202560 62800 0 0 0 237946 23 0 0 20 0 16 0 44864959 10985164800 805431 33554432000 4194304 4196468 140723488459472 140419042356672 140418675869784 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2759] ppid=2753 vsize=10727700 memory=3221724 CPUtime=2.17 cores=0,2,4,6
/proc/2756/task/2759/stat : 2759 (java) S 2753 2756 877 0 -1 1077944384 21973 0 0 0 147 70 0 0 20 0 16 0 44864960 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418990738064 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2760] ppid=2753 vsize=10727700 memory=3221724 CPUtime=2.18 cores=0,2,4,6
/proc/2756/task/2760/stat : 2760 (java) S 2753 2756 877 0 -1 1077944384 22386 0 0 0 148 70 0 0 20 0 16 0 44864960 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418644367888 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2761] ppid=2753 vsize=10727700 memory=3221724 CPUtime=2.15 cores=0,2,4,6
/proc/2756/task/2761/stat : 2761 (java) S 2753 2756 877 0 -1 1077944384 21948 0 0 0 146 69 0 0 20 0 16 0 44864960 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418643315088 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2762] ppid=2753 vsize=10727700 memory=3221724 CPUtime=2.18 cores=0,2,4,6
/proc/2756/task/2762/stat : 2762 (java) S 2753 2756 877 0 -1 1077944384 23062 0 0 0 149 69 0 0 20 0 16 0 44864960 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418642262288 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2763] ppid=2753 vsize=10727700 memory=3221724 CPUtime=0.3 cores=0,2,4,6
/proc/2756/task/2763/stat : 2763 (java) S 2753 2756 877 0 -1 1077944384 12105 0 0 0 27 3 0 0 20 0 16 0 44864961 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418343185264 140419038128770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2764] ppid=2753 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2764/stat : 2764 (java) S 2753 2756 877 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 44864962 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418342131296 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2765] ppid=2753 vsize=10727700 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2765/stat : 2765 (java) S 2753 2756 877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44864962 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418341078400 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2766] ppid=2753 vsize=10727700 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2766/stat : 2766 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418340026704 140419038136219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2767] ppid=2753 vsize=10727700 memory=3221724 CPUtime=1.45 cores=0,2,4,6
/proc/2756/task/2767/stat : 2767 (java) S 2753 2756 877 0 -1 1077944384 6870 0 0 0 144 1 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418338974064 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2768] ppid=2753 vsize=10727700 memory=3221724 CPUtime=1.49 cores=0,2,4,6
/proc/2756/task/2768/stat : 2768 (java) S 2753 2756 877 0 -1 1077944384 3777 0 0 0 149 0 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418337921264 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2769] ppid=2753 vsize=10727700 memory=3221724 CPUtime=0.46 cores=0,2,4,6
/proc/2756/task/2769/stat : 2769 (java) S 2753 2756 877 0 -1 1077944384 3478 0 0 0 45 1 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418336868464 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2770] ppid=2753 vsize=10727700 memory=3221724 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2770/stat : 2770 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418335815904 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2771] ppid=2753 vsize=10727700 memory=4140 CPUtime=1.38 cores=0,2,4,6
/proc/2756/task/2771/stat : 2771 (java) S 2753 2756 877 0 -1 1077944384 2332 0 0 0 67 71 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418334764208 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2772] ppid=2753 vsize=10727700 memory=15192 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2772/stat : 2772 (java) S 2753 2756 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44865085 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418333709744 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
Current children cumulated CPU time: 2393.53 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3221724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2388.8 s]
/proc/loadavg: 2.01 2.01 2.05 3/218 2948
/proc/meminfo: memFree=19655408/32770624 swapFree=67108860/67108860
[pid=2756] ppid=2753 vsize=10727700 memory=3221724 CPUtime=2400.03 cores=0,2,4,6
/proc/2756/stat : 2756 (java) S 2753 2756 877 0 -1 1077944320 182241 0 0 0 239640 363 0 0 20 0 16 0 44864958 10985164800 805431 33554432000 4194304 4196468 140723488459472 140723488442016 140419038117623 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
/proc/2756/statm: 2681925 805431 3189 1 0 2644416 0
[pid=2756/tid=2758] ppid=2753 vsize=10727700 memory=2412 CPUtime=2386.18 cores=0,2,4,6
/proc/2756/task/2758/stat : 2758 (java) R 2753 2756 877 0 -1 4202560 62905 0 0 0 238595 23 0 0 20 0 16 0 44864959 10985164800 805431 33554432000 4194304 4196468 140723488459472 140419042356672 140418675784248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2759] ppid=2753 vsize=10727700 memory=3221724 CPUtime=2.17 cores=0,2,4,6
/proc/2756/task/2759/stat : 2759 (java) S 2753 2756 877 0 -1 1077944384 21973 0 0 0 147 70 0 0 20 0 16 0 44864960 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418990738064 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2760] ppid=2753 vsize=10727700 memory=1196 CPUtime=2.18 cores=0,2,4,6
/proc/2756/task/2760/stat : 2760 (java) S 2753 2756 877 0 -1 1077944384 22386 0 0 0 148 70 0 0 20 0 16 0 44864960 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418644367888 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2761] ppid=2753 vsize=10727700 memory=5300 CPUtime=2.15 cores=0,2,4,6
/proc/2756/task/2761/stat : 2761 (java) S 2753 2756 877 0 -1 1077944384 21948 0 0 0 146 69 0 0 20 0 16 0 44864960 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418643315088 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2762] ppid=2753 vsize=10727700 memory=4616 CPUtime=2.18 cores=0,2,4,6
/proc/2756/task/2762/stat : 2762 (java) S 2753 2756 877 0 -1 1077944384 23062 0 0 0 149 69 0 0 20 0 16 0 44864960 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418642262288 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2763] ppid=2753 vsize=10727700 memory=11960 CPUtime=0.3 cores=0,2,4,6
/proc/2756/task/2763/stat : 2763 (java) S 2753 2756 877 0 -1 1077944384 12105 0 0 0 27 3 0 0 20 0 16 0 44864961 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418343185264 140419038128770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2764] ppid=2753 vsize=10727700 memory=3221724 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2764/stat : 2764 (java) S 2753 2756 877 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 44864962 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418342131296 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2765] ppid=2753 vsize=10727700 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2765/stat : 2765 (java) S 2753 2756 877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 44864962 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418341078400 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2766] ppid=2753 vsize=10727700 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2766/stat : 2766 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418340026704 140419038136219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2767] ppid=2753 vsize=10727700 memory=-7385037615309293161 CPUtime=1.45 cores=0,2,4,6
/proc/2756/task/2767/stat : 2767 (java) S 2753 2756 877 0 -1 1077944384 6870 0 0 0 144 1 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418338974064 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2768] ppid=2753 vsize=10727700 memory=6944613755495348631 CPUtime=1.49 cores=0,2,4,6
/proc/2756/task/2768/stat : 2768 (java) S 2753 2756 877 0 -1 1077944384 3777 0 0 0 149 0 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418337921264 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2769] ppid=2753 vsize=10727700 memory=8112282956445269571 CPUtime=0.46 cores=0,2,4,6
/proc/2756/task/2769/stat : 2769 (java) S 2753 2756 877 0 -1 1077944384 3478 0 0 0 45 1 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418336868464 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2770] ppid=2753 vsize=10727700 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2770/stat : 2770 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418335815904 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2771] ppid=2753 vsize=10727700 memory=1724 CPUtime=1.38 cores=0,2,4,6
/proc/2756/task/2771/stat : 2771 (java) S 2753 2756 877 0 -1 1077944384 2332 0 0 0 67 71 0 0 20 0 16 0 44864964 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418334764208 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2772] ppid=2753 vsize=10727700 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2772/stat : 2772 (java) S 2753 2756 877 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44865085 10985164800 805431 33554432000 4194304 4196468 140723488459472 140418333709744 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 3221724 KiB

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

[startup+2389.07 s]
# the end of solver process 2756 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.47 s, system=3.65044 s

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

[startup+2389 s]*
/proc/loadavg: 2.01 2.01 2.05 2/219 2951
/proc/meminfo: memFree=19655408/32770624 swapFree=67108860/67108860
[pid=2756] ppid=2753 vsize=10927392 memory=3222048 CPUtime=2400.05 cores=0,2,4,6
/proc/2756/stat : 2756 (java) S 2753 2756 877 0 -1 1077944320 183181 0 0 0 239642 363 0 0 20 0 17 0 44864958 11189649408 805512 33554432000 4194304 4196468 140723488459472 140723488442016 140419038117623 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
/proc/2756/statm: 2731848 805512 3193 1 0 2694339 0
[pid=2756/tid=2758] ppid=2753 vsize=10927392 memory=4026532046 CPUtime=2386.2 cores=0,2,4,6
/proc/2756/task/2758/stat : 2758 (java) S 2753 2756 877 0 -1 1077944384 63005 0 0 0 238597 23 0 0 20 0 17 0 44864959 11189649408 805516 33554432000 4194304 4196468 140723488459472 140419042360496 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2759] ppid=2753 vsize=10927392 memory=0 CPUtime=2.17 cores=0,2,4,6
/proc/2756/task/2759/stat : 2759 (java) S 2753 2756 877 0 -1 1077944384 21973 0 0 0 147 70 0 0 20 0 17 0 44864960 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418990738064 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2760] ppid=2753 vsize=10927392 memory=256328 CPUtime=2.18 cores=0,2,4,6
/proc/2756/task/2760/stat : 2760 (java) S 2753 2756 877 0 -1 1077944384 22386 0 0 0 148 70 0 0 20 0 17 0 44864960 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418644367888 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2761] ppid=2753 vsize=10927392 memory=-7595754389018307680 CPUtime=2.15 cores=0,2,4,6
/proc/2756/task/2761/stat : 2761 (java) S 2753 2756 877 0 -1 1077944384 21948 0 0 0 146 69 0 0 20 0 17 0 44864960 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418643315088 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2762] ppid=2753 vsize=10927392 memory=-2748367524519556131 CPUtime=2.18 cores=0,2,4,6
/proc/2756/task/2762/stat : 2762 (java) S 2753 2756 877 0 -1 1077944384 23062 0 0 0 149 69 0 0 20 0 17 0 44864960 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418642262288 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2763] ppid=2753 vsize=10927392 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/2756/task/2763/stat : 2763 (java) S 2753 2756 877 0 -1 1077944384 12105 0 0 0 27 3 0 0 20 0 17 0 44864961 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418343185264 140419038128770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2764] ppid=2753 vsize=10927392 memory=3472328296227680303 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2764/stat : 2764 (java) S 2753 2756 877 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 44864962 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418342131296 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2765] ppid=2753 vsize=10927392 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2765/stat : 2765 (java) S 2753 2756 877 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 44864962 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418341078400 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2766] ppid=2753 vsize=10927392 memory=-4546129931942301728 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2766/stat : 2766 (java) S 2753 2756 877 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 17 0 44864964 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418340026704 140419038136219 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2767] ppid=2753 vsize=10927392 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/2756/task/2767/stat : 2767 (java) S 2753 2756 877 0 -1 1077944384 7041 0 0 0 144 1 0 0 20 0 17 0 44864964 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418338974064 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2768] ppid=2753 vsize=10927392 memory=3545511807368049206 CPUtime=1.49 cores=0,2,4,6
/proc/2756/task/2768/stat : 2768 (java) R 2753 2756 877 0 -1 1077944384 3777 0 0 0 149 0 0 0 20 0 17 0 44864964 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418337921360 140419038127829 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2769] ppid=2753 vsize=10927392 memory=4121274516987419315 CPUtime=0.47 cores=0,2,4,6
/proc/2756/task/2769/stat : 2769 (java) R 2753 2756 877 0 -1 4202560 3771 0 0 0 46 1 0 0 20 0 17 0 44864964 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418336863728 140419019524009 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2770] ppid=2753 vsize=10927392 memory=4207609243482280713 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2770/stat : 2770 (java) S 2753 2756 877 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44864964 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418335815904 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2771] ppid=2753 vsize=10927392 memory=7596691341328176620 CPUtime=1.38 cores=0,2,4,6
/proc/2756/task/2771/stat : 2771 (java) S 2753 2756 877 0 -1 1077944384 2332 0 0 0 67 71 0 0 20 0 17 0 44864964 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418334764208 140419038128770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2949] ppid=2753 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2949/stat : 2949 (java) S 2753 2756 877 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 17 0 45103839 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418330559088 140419038127829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
[pid=2756/tid=2950] ppid=2753 vsize=10927392 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2756/task/2950/stat : 2950 (java) R 2753 2756 877 0 -1 4202560 278 0 0 0 0 0 0 0 20 0 17 0 45103839 11189649408 805516 33554432000 4194304 4196468 140723488459472 140418329507216 140419017195155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37105664 140723488461937 140723488462089 140723488462089 140723488464847 0
Current children cumulated CPU time: 2400.05 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 3222048 KiB

Child status: 143
Real time (s): 2389.07
CPU time (s): 2400.12
CPU user time (s): 2396.47
CPU system time (s): 3.65044
CPU usage (%): 100.463
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 3222048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.47
system time used= 3.65044
maximum resident set size= 3222324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 184685
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 55013
involuntary context switches= 1950


# summary of solver processes directly reported to runsolver:
#   pid: 2756
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.47
#   total CPU system time (s): 3.65044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7543 second user time and 22.5568 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 17:23:38
IDJOB=4290088
IDBENCH=141655
IDSOLVER=2742
FILE ID=node103/4290088-1532273018
RUNJOBID= node103-1532257777-913
PBS_JOBID= 21018960
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/Eternity/Eternity-10-04_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290088-1532273018/watcher-4290088-1532273018 -o /tmp/evaluation-result-4290088-1532273018/solver-4290088-1532273018 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532257777-913 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290088-1532273018.xml

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

MD5SUM BENCH= f6e7bfb75851ce9d6d95540719dd30c6
RANDOM SEED=782912324

node103.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.48
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.48
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.48
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.48
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:        21442784 kB
MemAvailable:   29852532 kB
Buffers:          237540 kB
Cached:          8375332 kB
SwapCached:            0 kB
Active:          3474476 kB
Inactive:        7276064 kB
Active(anon):    2139988 kB
Inactive(anon):    16976 kB
Active(file):    1334488 kB
Inactive(file):  7259088 kB
Unevictable:        7144 kB
Mlocked:            7144 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:       2164324 kB
Mapped:            47828 kB
Shmem:             17036 kB
Slab:             272320 kB
SReclaimable:     244632 kB
SUnreclaim:        27688 kB
KernelStack:        3840 kB
PageTables:         9244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3881256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1951744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 18:03:27