Trace number 4263323

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.1101 2464.8401

General information on the benchmark

NameKakuro/Kakuro-ext-easy/
Kakuro-easy-109-ext.xml
MD5SUM0d08f86c7b5eb42d51d75ae184b9b4a5
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.155393
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints100
Number of domains1
Minimum domain size9
Maximum domain size9
Distribution of domain sizes[{"size":9,"count":180}]
Minimum variable degree0
Maximum variable degree2
Distribution of variable degrees[{"degree":0,"count":76},{"degree":2,"count":180}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":26},{"arity":3,"count":34},{"arity":4,"count":10},{"arity":5,"count":20},{"arity":6,"count":4},{"arity":7,"count":6}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263323-1502624822/watcher-4263323-1502624822 -o /tmp/evaluation-result-4263323-1502624822/solver-4263323-1502624822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263323-1502624822.xml 

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

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

solver pid=28640, runsolver pid=28633

[startup+0.105279 s]*
/proc/loadavg: 1.33 1.91 1.95 4/194 28653
/proc/meminfo: memFree=31131228/32770624 swapFree=67108860/67108860
[pid=28640] ppid=28633 vsize=10151672 memory=19548 CPUtime=0.02 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28633 28640 897 0 -1 1077944320 3751 0 0 0 2 0 0 0 20 0 9 0 64702854 10395312128 4887 18446744073709551615 4194304 4196468 140723035798816 140723035781360 140483947339511 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
/proc/28640/statm: 2537918 4887 2083 1 0 2527415 0
[pid=28640/tid=28642] ppid=28633 vsize=10151672 memory=8390339637985935414 CPUtime=0.02 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) R 28633 28640 897 0 -1 4202560 2395 0 0 0 2 0 0 0 20 0 9 0 64702862 10395312128 4887 18446744073709551615 4194304 4196468 140723035798816 140483951575272 140483947361437 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28644] ppid=28633 vsize=10151672 memory=288230591823085591 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64702863 10395312128 4887 18446744073709551615 4194304 4196468 140723035798816 140483888376976 140483947349717 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28647] ppid=28633 vsize=10151672 memory=288370532947064448 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64702863 10395312128 4887 18446744073709551615 4194304 4196468 140723035798816 140483887324176 140483947349717 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28649] ppid=28633 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28633 28640 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64702863 10395312128 4887 18446744073709551615 4194304 4196468 140723035798816 140483886271376 140483947349717 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28651] ppid=28633 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28633 28640 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 64702863 10395312128 4887 18446744073709551615 4194304 4196468 140723035798816 140483885218576 140483947349717 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28653] ppid=28633 vsize=10151672 memory=140156795352704 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 64702865 10395312128 4887 18446744073709551615 4194304 4196468 140723035798816 140483188685168 140483947350658 0 0 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28655] ppid=28633 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28655/stat : 28655 (java) S 28633 28640 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 64702865 10395312128 4887 18446744073709551615 4194304 4196468 140723035798816 140483187631136 140483947349717 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28657] ppid=28633 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28657/stat : 28657 (java) S 28633 28640 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 64702865 10395312128 4887 18446744073709551615 4194304 4196468 140723035798816 140483186578352 140483947349717 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 19548 KiB

[startup+0.20969 s]*
/proc/loadavg: 1.33 1.91 1.95 4/209 28668
/proc/meminfo: memFree=31127044/32770624 swapFree=67108860/67108860
[pid=28640] ppid=28633 vsize=10484492 memory=22344 CPUtime=0.05 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28633 28640 897 0 -1 1077944320 4543 0 0 0 5 0 0 0 20 0 14 0 64702854 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140723035781360 140483947339511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
/proc/28640/statm: 2621123 5586 2582 1 0 2610620 0
[pid=28640/tid=28642] ppid=28633 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) D 28633 28640 897 0 -1 4202560 2658 0 0 0 4 0 0 0 20 0 14 0 64702862 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483951576992 140483947361533 0 4 1 16800974 18446744071580418449 0 0 -1 6 0 0 6 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28644] ppid=28633 vsize=10484492 memory=328 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64702863 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483888376976 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28647] ppid=28633 vsize=10484492 memory=288370532947064448 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64702863 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483887324176 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28649] ppid=28633 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28633 28640 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64702863 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483886271376 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28651] ppid=28633 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28633 28640 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 64702863 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483885218576 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28653] ppid=28633 vsize=10484492 memory=140156795352704 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 64702865 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483188685168 140483947350658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28655] ppid=28633 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28655/stat : 28655 (java) S 28633 28640 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 64702865 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483187631136 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28657] ppid=28633 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28657/stat : 28657 (java) S 28633 28640 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 64702865 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483186578288 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28661] ppid=28633 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28661/stat : 28661 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64702868 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483185526608 140483947358107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28663] ppid=28633 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28663/stat : 28663 (java) S 28633 28640 897 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 14 0 64702868 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483184474992 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28664] ppid=28633 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28664/stat : 28664 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64702868 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483183422192 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28665] ppid=28633 vsize=10484492 memory=140156795352704 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28665/stat : 28665 (java) S 28633 28640 897 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 14 0 64702868 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483182369392 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28667] ppid=28633 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28667/stat : 28667 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 64702868 10736119808 5586 18446744073709551615 4194304 4196468 140723035798816 140483181316832 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22344 KiB

[startup+0.310643 s]*
/proc/loadavg: 1.33 1.91 1.95 4/210 28669
/proc/meminfo: memFree=31112020/32770624 swapFree=67108860/67108860
[pid=28640] ppid=28633 vsize=10551156 memory=27580 CPUtime=0.08 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28633 28640 897 0 -1 1077944320 4862 0 0 0 7 1 0 0 20 0 15 0 64702854 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140723035781360 140483947339511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
/proc/28640/statm: 2637789 6895 2741 1 0 2627261 0
[pid=28640/tid=28642] ppid=28633 vsize=10551156 memory=-8774313645642428999 CPUtime=0.06 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) R 28633 28640 897 0 -1 4202560 2839 0 0 0 6 0 0 0 20 0 15 0 64702862 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483951565200 140483947361437 0 4 1 16800974 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28644] ppid=28633 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64702863 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483888376976 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28647] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64702863 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483887324176 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28649] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28633 28640 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64702863 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483886271376 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28651] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28633 28640 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64702863 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483885218576 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28653] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64702865 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483188685168 140483947350658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28655] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28655/stat : 28655 (java) S 28633 28640 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64702865 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483187631136 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28657] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28657/stat : 28657 (java) S 28633 28640 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64702865 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483186578288 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28661] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28661/stat : 28661 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64702868 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483185526608 140483947358107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28663] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28663/stat : 28663 (java) S 28633 28640 897 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 15 0 64702868 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483184474992 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28664] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28664/stat : 28664 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64702868 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483183422192 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28665] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28665/stat : 28665 (java) R 28633 28640 897 0 -1 4202560 226 0 0 0 0 0 0 0 20 0 15 0 64702868 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483182369392 140483947351446 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28667] ppid=28633 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28667/stat : 28667 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64702868 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483181316832 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28669] ppid=28633 vsize=10551156 memory=140156795352704 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28669/stat : 28669 (java) S 28633 28640 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64702884 10804383744 6895 18446744073709551615 4194304 4196468 140723035798816 140483180264112 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27580 KiB

[startup+0.701563 s]
/proc/loadavg: 1.33 1.91 1.95 8/210 28669
/proc/meminfo: memFree=31082060/32770624 swapFree=67108860/67108860
[pid=28640] ppid=28633 vsize=10551232 memory=80744 CPUtime=1.01 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28633 28640 897 0 -1 1077944320 11342 0 0 0 98 3 0 0 20 0 15 0 64702854 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140723035781360 140483947339511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
/proc/28640/statm: 2637808 20186 3054 1 0 2627261 0
[pid=28640/tid=28642] ppid=28633 vsize=10551232 memory=0 CPUtime=0.44 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) R 28633 28640 897 0 -1 4202560 6871 0 0 0 42 2 0 0 20 0 15 0 64702862 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483951573688 140483567610379 0 4 1 16800974 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28644] ppid=28633 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64702863 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483888376976 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28647] ppid=28633 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64702863 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483887324176 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28649] ppid=28633 vsize=10551232 memory=280313322345888 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28633 28640 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64702863 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483886271376 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28651] ppid=28633 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28633 28640 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64702863 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483885218576 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28653] ppid=28633 vsize=10551232 memory=140156661177440 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28633 28640 897 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 64702865 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483188685168 140483947350658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28655] ppid=28633 vsize=10551232 memory=280313322356960 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28655/stat : 28655 (java) S 28633 28640 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64702865 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483187631136 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28657] ppid=28633 vsize=10551232 memory=2308440517191626070 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28657/stat : 28657 (java) S 28633 28640 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64702865 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483186578288 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28661] ppid=28633 vsize=10551232 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28661/stat : 28661 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64702868 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483185526608 140483947358107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28663] ppid=28633 vsize=10551232 memory=2316 CPUtime=0.19 cores=0,2,4,6
/proc/28640/task/28663/stat : 28663 (java) R 28633 28640 897 0 -1 4202560 1161 0 0 0 19 0 0 0 20 0 15 0 64702868 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483184461016 140483933367500 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28664] ppid=28633 vsize=10551232 memory=1728 CPUtime=0.16 cores=0,2,4,6
/proc/28640/task/28664/stat : 28664 (java) R 28633 28640 897 0 -1 4202560 782 0 0 0 16 0 0 0 20 0 15 0 64702868 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483183408216 140483932248415 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28665] ppid=28633 vsize=10551232 memory=1228 CPUtime=0.2 cores=0,2,4,6
/proc/28640/task/28665/stat : 28665 (java) S 28633 28640 897 0 -1 1077944384 1158 0 0 0 20 0 0 0 20 0 15 0 64702868 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483182369392 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28667] ppid=28633 vsize=10551232 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28667/stat : 28667 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64702868 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483181316832 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28669] ppid=28633 vsize=10551232 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28669/stat : 28669 (java) S 28633 28640 897 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 64702884 10804461568 20186 18446744073709551615 4194304 4196468 140723035798816 140483180264112 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 80744 KiB

[startup+1.50157 s]
/proc/loadavg: 1.55 1.94 1.96 10/210 28669
/proc/meminfo: memFree=30778840/32770624 swapFree=67108860/67108860
[pid=28640] ppid=28633 vsize=10553784 memory=265436 CPUtime=3.5 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28633 28640 897 0 -1 1077944320 23323 0 0 0 339 11 0 0 20 0 15 0 64702854 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140723035781360 140483947339511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
/proc/28640/statm: 2638446 66359 3099 1 0 2627899 0
[pid=28640/tid=28642] ppid=28633 vsize=10553784 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) R 28633 28640 897 0 -1 4202560 7397 0 0 0 114 4 0 0 20 0 15 0 64702862 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483951566256 140483912678408 0 4 1 16800974 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28644] ppid=28633 vsize=10553784 memory=4404 CPUtime=0.04 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28633 28640 897 0 -1 1077944384 98 0 0 0 3 1 0 0 20 0 15 0 64702863 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483888376976 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28647] ppid=28633 vsize=10553784 memory=280313322358816 CPUtime=0.04 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28633 28640 897 0 -1 1077944384 37 0 0 0 3 1 0 0 20 0 15 0 64702863 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483887324176 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28649] ppid=28633 vsize=10553784 memory=7518026621751088993 CPUtime=0.04 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28633 28640 897 0 -1 1077944384 138 0 0 0 3 1 0 0 20 0 15 0 64702863 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483886271376 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28651] ppid=28633 vsize=10553784 memory=4116 CPUtime=0.02 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28633 28640 897 0 -1 1077944384 100 0 0 0 2 0 0 0 20 0 15 0 64702863 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483885218576 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28653] ppid=28633 vsize=10553784 memory=36556 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28633 28640 897 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 64702865 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483188685168 140483947350658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28655] ppid=28633 vsize=10553784 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28655/stat : 28655 (java) S 28633 28640 897 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 64702865 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483187631136 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28657] ppid=28633 vsize=10553784 memory=2316 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28657/stat : 28657 (java) S 28633 28640 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 64702865 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483186578288 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28661] ppid=28633 vsize=10553784 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28661/stat : 28661 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64702868 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483185526608 140483947358107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28663] ppid=28633 vsize=10553784 memory=280313322317408 CPUtime=0.91 cores=0,2,4,6
/proc/28640/task/28663/stat : 28663 (java) R 28633 28640 897 0 -1 4202560 4990 0 0 0 91 0 0 0 20 0 15 0 64702868 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483184454744 140483939576638 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28664] ppid=28633 vsize=10553784 memory=0 CPUtime=0.89 cores=0,2,4,6
/proc/28640/task/28664/stat : 28664 (java) R 28633 28640 897 0 -1 4202560 7387 0 0 0 88 1 0 0 20 0 15 0 64702868 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483183407656 140483939628893 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28665] ppid=28633 vsize=10553784 memory=0 CPUtime=0.3 cores=0,2,4,6
/proc/28640/task/28665/stat : 28665 (java) S 28633 28640 897 0 -1 1077944384 1724 0 0 0 30 0 0 0 20 0 15 0 64702868 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483182369392 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28667] ppid=28633 vsize=10553784 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28667/stat : 28667 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 64702868 10807074816 66359 18446744073709551615 4194304 4196468 140723035798816 140483181316832 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0

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

/proc/28640/task/28649/stat : 28649 (java) S 28633 28640 897 0 -1 1077944384 15133 0 0 0 1352 106 0 0 20 0 16 0 64702863 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483886271376 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28651] ppid=28633 vsize=10617796 memory=0 CPUtime=14.64 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28633 28640 897 0 -1 1077944384 16801 0 0 0 1357 107 0 0 20 0 16 0 64702863 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483885218576 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28653] ppid=28633 vsize=10617796 memory=5236784 CPUtime=3.18 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28633 28640 897 0 -1 1077944384 20037 0 0 0 314 4 0 0 20 0 16 0 64702865 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483188685168 140483947350658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28655] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28655/stat : 28655 (java) S 28633 28640 897 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 64702865 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483187631200 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28657] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28657/stat : 28657 (java) S 28633 28640 897 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 64702865 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483186578304 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28661] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28661/stat : 28661 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64702868 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483185526608 140483947358107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28663] ppid=28633 vsize=10617796 memory=1292 CPUtime=2.01 cores=0,2,4,6
/proc/28640/task/28663/stat : 28663 (java) S 28633 28640 897 0 -1 1077944384 12444 0 0 0 199 2 0 0 20 0 16 0 64702868 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483184474992 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28664] ppid=28633 vsize=10617796 memory=2316 CPUtime=2.17 cores=0,2,4,6
/proc/28640/task/28664/stat : 28664 (java) S 28633 28640 897 0 -1 1077944384 14687 0 0 0 215 2 0 0 20 0 16 0 64702868 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483183422192 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28665] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0.44 cores=0,2,4,6
/proc/28640/task/28665/stat : 28665 (java) S 28633 28640 897 0 -1 1077944384 6071 0 0 0 42 2 0 0 20 0 16 0 64702868 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483182369392 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28667] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28667/stat : 28667 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64702868 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483181316832 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28669] ppid=28633 vsize=10617796 memory=5788 CPUtime=1.54 cores=0,2,4,6
/proc/28640/task/28669/stat : 28669 (java) S 28633 28640 897 0 -1 1077944384 2395 0 0 0 77 77 0 0 20 0 16 0 64702884 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483180264112 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28671] ppid=28633 vsize=10617796 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28671/stat : 28671 (java) S 28633 28640 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64704291 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483179209648 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
Current children cumulated CPU time: 2432.32 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5236784 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.22 2.77 3/212 29225
/proc/meminfo: memFree=25476852/32770624 swapFree=67108860/67108860
[pid=28640] ppid=28633 vsize=10617796 memory=5236784 CPUtime=2492.36 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28633 28640 897 0 -1 1077944320 215049 0 0 0 248714 522 0 0 20 0 16 0 64702854 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140723035781360 140483947339511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
/proc/28640/statm: 2654449 1309196 3145 1 0 2643902 0
[pid=28640/tid=28642] ppid=28633 vsize=10617796 memory=5236784 CPUtime=2424.21 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) R 28633 28640 897 0 -1 4202560 94519 0 0 0 242389 32 0 0 20 0 16 0 64702862 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483951578480 140483570474732 0 4 1 16800974 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28644] ppid=28633 vsize=10617796 memory=960 CPUtime=14.7 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28633 28640 897 0 -1 1077944384 14799 0 0 0 1360 110 0 0 20 0 16 0 64702863 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483888376976 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28647] ppid=28633 vsize=10617796 memory=5236784 CPUtime=14.76 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28633 28640 897 0 -1 1077944384 16688 0 0 0 1375 101 0 0 20 0 16 0 64702863 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483887324176 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28649] ppid=28633 vsize=10617796 memory=5236784 CPUtime=14.58 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28633 28640 897 0 -1 1077944384 15133 0 0 0 1352 106 0 0 20 0 16 0 64702863 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483886271376 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28651] ppid=28633 vsize=10617796 memory=5236784 CPUtime=14.64 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28633 28640 897 0 -1 1077944384 16801 0 0 0 1357 107 0 0 20 0 16 0 64702863 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483885218576 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28653] ppid=28633 vsize=10617796 memory=5236784 CPUtime=3.18 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28633 28640 897 0 -1 1077944384 20046 0 0 0 314 4 0 0 20 0 16 0 64702865 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483188685168 140483947350658 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28655] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28655/stat : 28655 (java) S 28633 28640 897 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 64702865 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483187631200 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28657] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28657/stat : 28657 (java) S 28633 28640 897 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 64702865 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483186578304 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28661] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28661/stat : 28661 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64702868 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483185526608 140483947358107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28663] ppid=28633 vsize=10617796 memory=5236784 CPUtime=2.01 cores=0,2,4,6
/proc/28640/task/28663/stat : 28663 (java) S 28633 28640 897 0 -1 1077944384 12457 0 0 0 199 2 0 0 20 0 16 0 64702868 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483184474992 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28664] ppid=28633 vsize=10617796 memory=5236784 CPUtime=2.17 cores=0,2,4,6
/proc/28640/task/28664/stat : 28664 (java) S 28633 28640 897 0 -1 1077944384 14690 0 0 0 215 2 0 0 20 0 16 0 64702868 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483183422192 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28665] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0.44 cores=0,2,4,6
/proc/28640/task/28665/stat : 28665 (java) S 28633 28640 897 0 -1 1077944384 6075 0 0 0 42 2 0 0 20 0 16 0 64702868 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483182369392 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28667] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28667/stat : 28667 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64702868 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483181316832 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28669] ppid=28633 vsize=10617796 memory=5236784 CPUtime=1.58 cores=0,2,4,6
/proc/28640/task/28669/stat : 28669 (java) S 28633 28640 897 0 -1 1077944384 2434 0 0 0 79 79 0 0 20 0 16 0 64702884 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483180264112 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28671] ppid=28633 vsize=10617796 memory=5236784 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28671/stat : 28671 (java) S 28633 28640 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64704291 10872623104 1309196 18446744073709551615 4194304 4196468 140723035798816 140483179209648 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
Current children cumulated CPU time: 2492.36 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5236784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2464.6 s]
/proc/loadavg: 2.00 2.20 2.75 3/212 29226
/proc/meminfo: memFree=24926292/32770624 swapFree=67108860/67108860
[pid=28640] ppid=28633 vsize=10617796 memory=5786832 CPUtime=2520.02 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28633 28640 897 0 -1 1077944320 225261 0 0 0 251421 581 0 0 20 0 16 0 64702854 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140723035781360 140483947339511 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 8 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
/proc/28640/statm: 2654449 1446708 3145 1 0 2643902 0
[pid=28640/tid=28642] ppid=28633 vsize=10617796 memory=1712 CPUtime=2444.67 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) R 28633 28640 897 0 -1 4202560 94559 0 0 0 244435 32 0 0 20 0 16 0 64702862 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483951578480 140483570474962 0 4 1 16800974 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28644] ppid=28633 vsize=10617796 memory=4616 CPUtime=16.48 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28633 28640 897 0 -1 1077944384 16397 0 0 0 1525 123 0 0 20 0 16 0 64702863 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483888376976 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28647] ppid=28633 vsize=10617796 memory=1012 CPUtime=16.56 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28633 28640 897 0 -1 1077944384 17735 0 0 0 1540 116 0 0 20 0 16 0 64702863 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483887324176 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28649] ppid=28633 vsize=10617796 memory=10164 CPUtime=16.38 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28633 28640 897 0 -1 1077944384 16539 0 0 0 1517 121 0 0 20 0 16 0 64702863 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483886271376 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28651] ppid=28633 vsize=10617796 memory=1440 CPUtime=16.44 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28633 28640 897 0 -1 1077944384 19206 0 0 0 1521 123 0 0 20 0 16 0 64702863 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483885218576 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28653] ppid=28633 vsize=10617796 memory=2000 CPUtime=3.21 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28633 28640 897 0 -1 1077944384 23760 0 0 0 316 5 0 0 20 0 16 0 64702865 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483188685168 140483947350658 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28655] ppid=28633 vsize=10617796 memory=140156661285024 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28655/stat : 28655 (java) S 28633 28640 897 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 64702865 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483187631200 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28657] ppid=28633 vsize=10617796 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28657/stat : 28657 (java) S 28633 28640 897 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 64702865 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483186578304 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28661] ppid=28633 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28661/stat : 28661 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64702868 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483185526608 140483947358107 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28663] ppid=28633 vsize=10617796 memory=0 CPUtime=2.01 cores=0,2,4,6
/proc/28640/task/28663/stat : 28663 (java) S 28633 28640 897 0 -1 1077944384 12459 0 0 0 199 2 0 0 20 0 16 0 64702868 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483184474992 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28664] ppid=28633 vsize=10617796 memory=0 CPUtime=2.17 cores=0,2,4,6
/proc/28640/task/28664/stat : 28664 (java) S 28633 28640 897 0 -1 1077944384 14690 0 0 0 215 2 0 0 20 0 16 0 64702868 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483183422192 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28665] ppid=28633 vsize=10617796 memory=11987833 CPUtime=0.44 cores=0,2,4,6
/proc/28640/task/28665/stat : 28665 (java) S 28633 28640 897 0 -1 1077944384 6075 0 0 0 42 2 0 0 20 0 16 0 64702868 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483182369392 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28667] ppid=28633 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28667/stat : 28667 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 64702868 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483181316832 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28669] ppid=28633 vsize=10617796 memory=0 CPUtime=1.58 cores=0,2,4,6
/proc/28640/task/28669/stat : 28669 (java) S 28633 28640 897 0 -1 1077944384 2434 0 0 0 79 79 0 0 20 0 16 0 64702884 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483180264112 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28671] ppid=28633 vsize=10617796 memory=2455 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28671/stat : 28671 (java) S 28633 28640 897 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 64704291 10872623104 1446708 18446744073709551615 4194304 4196468 140723035798816 140483179209648 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 5786832 KiB

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

[startup+2464.84 s]
# the end of solver process 28640 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2514.27 s, system=5.84188 s

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

[startup+2464.8 s]
/proc/loadavg: 2.00 2.20 2.75 3/212 29226
/proc/meminfo: memFree=24926292/32770624 swapFree=67108860/67108860
[pid=28640] ppid=28633 vsize=10817488 memory=5786880 CPUtime=2520.06 cores=0,2,4,6
/proc/28640/stat : 28640 (java) S 28633 28640 897 0 -1 1077944320 225474 0 0 0 251425 581 0 0 20 0 17 0 64702854 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140723035781360 140483947339511 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
/proc/28640/statm: 2704372 1446720 3147 1 0 2693825 0
[pid=28640/tid=28642] ppid=28633 vsize=10817488 memory=-8774313645642428999 CPUtime=2444.7 cores=0,2,4,6
/proc/28640/task/28642/stat : 28642 (java) S 28633 28640 897 0 -1 1077944384 94565 0 0 0 244438 32 0 0 20 0 17 0 64702862 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483951582384 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 15 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28644] ppid=28633 vsize=10817488 memory=4265 CPUtime=16.48 cores=0,2,4,6
/proc/28640/task/28644/stat : 28644 (java) S 28633 28640 897 0 -1 1077944384 16397 0 0 0 1525 123 0 0 20 0 17 0 64702863 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483888376976 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28647] ppid=28633 vsize=10817488 memory=0 CPUtime=16.56 cores=0,2,4,6
/proc/28640/task/28647/stat : 28647 (java) S 28633 28640 897 0 -1 1077944384 17735 0 0 0 1540 116 0 0 20 0 17 0 64702863 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483887324176 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28649] ppid=28633 vsize=10817488 memory=0 CPUtime=16.38 cores=0,2,4,6
/proc/28640/task/28649/stat : 28649 (java) S 28633 28640 897 0 -1 1077944384 16539 0 0 0 1517 121 0 0 20 0 17 0 64702863 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483886271376 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28651] ppid=28633 vsize=10817488 memory=5786832 CPUtime=16.44 cores=0,2,4,6
/proc/28640/task/28651/stat : 28651 (java) S 28633 28640 897 0 -1 1077944384 19206 0 0 0 1521 123 0 0 20 0 17 0 64702863 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483885218576 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28653] ppid=28633 vsize=10817488 memory=5786832 CPUtime=3.22 cores=0,2,4,6
/proc/28640/task/28653/stat : 28653 (java) S 28633 28640 897 0 -1 1077944384 23762 0 0 0 317 5 0 0 20 0 17 0 64702865 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483188685168 140483947350658 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28655] ppid=28633 vsize=10817488 memory=5786832 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28655/stat : 28655 (java) S 28633 28640 897 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 64702865 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483187631200 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28657] ppid=28633 vsize=10817488 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28657/stat : 28657 (java) S 28633 28640 897 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 64702865 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483186578304 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28661] ppid=28633 vsize=10817488 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28661/stat : 28661 (java) S 28633 28640 897 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 64702868 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483185526608 140483947358107 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28663] ppid=28633 vsize=10817488 memory=1440 CPUtime=2.01 cores=0,2,4,6
/proc/28640/task/28663/stat : 28663 (java) S 28633 28640 897 0 -1 1077944384 12459 0 0 0 199 2 0 0 20 0 17 0 64702868 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483184474992 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28664] ppid=28633 vsize=10817488 memory=2000 CPUtime=2.17 cores=0,2,4,6
/proc/28640/task/28664/stat : 28664 (java) S 28633 28640 897 0 -1 1077944384 14690 0 0 0 215 2 0 0 20 0 17 0 64702868 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483183422192 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28665] ppid=28633 vsize=10817488 memory=10976 CPUtime=0.44 cores=0,2,4,6
/proc/28640/task/28665/stat : 28665 (java) S 28633 28640 897 0 -1 1077944384 6114 0 0 0 42 2 0 0 20 0 17 0 64702868 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483182369392 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28667] ppid=28633 vsize=10817488 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/28640/task/28667/stat : 28667 (java) S 28633 28640 897 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 64702868 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483181316832 140483947349717 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
[pid=28640/tid=28669] ppid=28633 vsize=10817488 memory=15880 CPUtime=1.58 cores=0,2,4,6
/proc/28640/task/28669/stat : 28669 (java) S 28633 28640 897 0 -1 1077944384 2434 0 0 0 79 79 0 0 20 0 17 0 64702884 11077107712 1446720 18446744073709551615 4194304 4196468 140723035798816 140483180264112 140483947350658 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10178560 140723035804048 140723035804201 140723035804201 140723035807695 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 5786880 KiB

Child status: 143
Real time (s): 2464.84
CPU time (s): 2520.11
CPU user time (s): 2514.27
CPU system time (s): 5.84188
CPU usage (%): 102.242
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 5786880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2514.27
system time used= 5.84188
maximum resident set size= 5787472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225693
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56944
involuntary context switches= 2644


# summary of solver processes directly reported to runsolver:
#   pid: 28640
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2514.27
#   total CPU system time (s): 5.84188

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5335 second user time and 23.9974 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 13:32:56
IDJOB=4263323
IDBENCH=125300
IDSOLVER=2651
FILE ID=node125/4263323-1502624822
RUNJOBID= node125-1502623975-28610
PBS_JOBID= 
Free space on /tmp= 62032 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Kakuro/Kakuro-ext-easy/Kakuro-easy-109-ext.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263323-1502624822/watcher-4263323-1502624822 -o /tmp/evaluation-result-4263323-1502624822/solver-4263323-1502624822 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502623975-28610 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263323-1502624822.xml

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

MD5SUM BENCH= 0d08f86c7b5eb42d51d75ae184b9b4a5
RANDOM SEED=1979067936

node125.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.07
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.07
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.07
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.07
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:        31152644 kB
MemAvailable:   31995488 kB
Buffers:          283500 kB
Cached:           854860 kB
SwapCached:            0 kB
Active:           610560 kB
Inactive:         580908 kB
Active(anon):      53168 kB
Inactive(anon):    33100 kB
Active(file):     557392 kB
Inactive(file):   547808 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3844 kB
Writeback:             4 kB
AnonPages:         52984 kB
Mapped:            46604 kB
Shmem:             33444 kB
Slab:             132680 kB
SReclaimable:     106956 kB
SUnreclaim:        25724 kB
KernelStack:        3120 kB
PageTables:         4596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     307336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 14:14:01