Trace number 4263695

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.1799 2471.8899

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-ewddr2-3.xml
MD5SUM5ef074aeb11af1fe72f101ddf8b307c4
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.55292302
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains47
Minimum domain size107
Maximum domain size151
Distribution of domain sizes[{"size":107,"count":10},{"size":117,"count":10},{"size":118,"count":10},{"size":121,"count":10},{"size":129,"count":10},{"size":134,"count":10},{"size":142,"count":20},{"size":145,"count":10},{"size":151,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263695-1502635633/watcher-4263695-1502635633 -o /tmp/evaluation-result-4263695-1502635633/solver-4263695-1502635633 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2988 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263695-1502635633.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=4787, runsolver pid=4784

[startup+0.100166 s]*
/proc/loadavg: 2.04 3.60 3.61 3/198 4789
/proc/meminfo: memFree=31117992/32770624 swapFree=67108860/67108860
[pid=4787] ppid=4784 vsize=9936560 memory=13580 CPUtime=0 cores=0,2,4,6
/proc/4787/stat : 4787 (java) S 4784 4787 17093 0 -1 1077944320 2686 0 0 0 0 0 0 0 20 0 6 0 65756587 10175037440 3395 18446744073709551615 4194304 4196468 140733793901408 140733793883952 139850096357111 0 0 1 16784584 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
/proc/4787/statm: 2484140 3395 1368 1 0 2473637 0
[pid=4787/tid=4789] ppid=4784 vsize=9936560 memory=4206751525541407381 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4789/stat : 4789 (java) R 4784 4787 17093 0 -1 4202560 1662 0 0 0 0 0 0 0 20 0 6 0 65756597 10175037440 3659 18446744073709551615 4194304 4196468 140733793901408 139850100593232 139850057337810 0 4 1 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4790] ppid=4784 vsize=9936560 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4790/stat : 4790 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65756597 10175037440 3659 18446744073709551615 4194304 4196468 140733793901408 139850042706704 139850096367317 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4791] ppid=4784 vsize=9936560 memory=140428940977792 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4791/stat : 4791 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 65756597 10175037440 3659 18446744073709551615 4194304 4196468 140733793901408 139849706036112 139850096367317 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4792] ppid=4784 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4792/stat : 4792 (java) S 4784 4787 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65756597 10175037440 3659 18446744073709551615 4194304 4196468 140733793901408 139849704983568 139850096367317 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4793] ppid=4784 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4793/stat : 4793 (java) S 4784 4787 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 65756597 10175037440 3659 18446744073709551615 4194304 4196468 140733793901408 139849703931024 139850096367317 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 13580 KiB

[startup+0.216232 s]*
/proc/loadavg: 2.04 3.60 3.61 3/211 4802
/proc/meminfo: memFree=31103976/32770624 swapFree=67108860/67108860
[pid=4787] ppid=4784 vsize=10551156 memory=26892 CPUtime=0.09 cores=0,2,4,6
/proc/4787/stat : 4787 (java) S 4784 4787 17093 0 -1 1077944320 5270 0 0 0 8 1 0 0 20 0 15 0 65756587 10804383744 6723 18446744073709551615 4194304 4196468 140733793901408 140733793883952 139850096357111 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
/proc/4787/statm: 2637789 6723 2763 1 0 2627261 0
[pid=4787/tid=4789] ppid=4784 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/4787/task/4789/stat : 4789 (java) R 4784 4787 17093 0 -1 4202560 3208 0 0 0 7 0 0 0 20 0 15 0 65756597 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139850100592080 139850089035125 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4790] ppid=4784 vsize=10551156 memory=330 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4790/stat : 4790 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65756597 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139850042706704 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4791] ppid=4784 vsize=10551156 memory=288370805092689536 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4791/stat : 4791 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65756597 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849706036112 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4792] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4792/stat : 4792 (java) S 4784 4787 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65756597 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849704983568 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4793] ppid=4784 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4793/stat : 4793 (java) S 4784 4787 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65756597 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849703931024 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4794] ppid=4784 vsize=10551156 memory=140428940977792 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4794/stat : 4794 (java) S 4784 4787 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65756599 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849660512240 139850096368258 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4795] ppid=4784 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4795/stat : 4795 (java) S 4784 4787 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65756599 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849659458464 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4796] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4796/stat : 4796 (java) S 4784 4787 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65756599 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849658405872 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4797] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4797/stat : 4797 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65756602 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849657354448 139850096375707 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4798] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4798/stat : 4798 (java) S 4784 4787 17093 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 65756602 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849656302064 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4799] ppid=4784 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4799/stat : 4799 (java) S 4784 4787 17093 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 65756602 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849655249520 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4800] ppid=4784 vsize=10551156 memory=140428940977792 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4800/stat : 4800 (java) R 4784 4787 17093 0 -1 4202560 263 0 0 0 0 0 0 0 20 0 15 0 65756602 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849654196976 139850077594672 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4801] ppid=4784 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4801/stat : 4801 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65756602 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849653144672 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4802] ppid=4784 vsize=10551156 memory=140428940977792 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4802/stat : 4802 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65756606 10804383744 6788 18446744073709551615 4194304 4196468 140733793901408 139849652091184 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26892 KiB

[startup+0.310303 s]*
/proc/loadavg: 2.04 3.60 3.61 3/211 4802
/proc/meminfo: memFree=31093696/32770624 swapFree=67108860/67108860
[pid=4787] ppid=4784 vsize=10551156 memory=36128 CPUtime=0.23 cores=0,2,4,6
/proc/4787/stat : 4787 (java) S 4784 4787 17093 0 -1 1077944320 8340 0 0 0 21 2 0 0 20 0 15 0 65756587 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 140733793883952 139850096357111 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
/proc/4787/statm: 2637789 9032 2846 1 0 2627261 0
[pid=4787/tid=4789] ppid=4784 vsize=10551156 memory=-7677926825137650786 CPUtime=0.16 cores=0,2,4,6
/proc/4787/task/4789/stat : 4789 (java) R 4784 4787 17093 0 -1 4202560 6007 0 0 0 15 1 0 0 20 0 15 0 65756597 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139850100591360 139850080437628 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4790] ppid=4784 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4790/stat : 4790 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65756597 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139850042706704 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4791] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4791/stat : 4791 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65756597 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849706036112 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4792] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4792/stat : 4792 (java) S 4784 4787 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65756597 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849704983568 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4793] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4793/stat : 4793 (java) S 4784 4787 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65756597 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849703931024 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4794] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4794/stat : 4794 (java) S 4784 4787 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65756599 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849660512240 139850096368258 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4795] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4795/stat : 4795 (java) S 4784 4787 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65756599 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849659458464 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4796] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4796/stat : 4796 (java) S 4784 4787 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65756599 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849658405872 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4797] ppid=4784 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4797/stat : 4797 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65756602 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849657354448 139850096375707 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4798] ppid=4784 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4787/task/4798/stat : 4798 (java) S 4784 4787 17093 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 65756602 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849656302064 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4799] ppid=4784 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4799/stat : 4799 (java) S 4784 4787 17093 0 -1 1077944384 166 0 0 0 0 0 0 0 20 0 15 0 65756602 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849655249520 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4800] ppid=4784 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/4787/task/4800/stat : 4800 (java) S 4784 4787 17093 0 -1 1077944384 430 0 0 0 3 0 0 0 20 0 15 0 65756602 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849654196976 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4801] ppid=4784 vsize=10551156 memory=140428940977792 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4801/stat : 4801 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65756602 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849653144672 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4802] ppid=4784 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4802/stat : 4802 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65756606 10804383744 9032 18446744073709551615 4194304 4196468 140733793901408 139849652091184 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36128 KiB

[startup+0.701391 s]
/proc/loadavg: 2.04 3.60 3.61 4/211 4802
/proc/meminfo: memFree=31082308/32770624 swapFree=67108860/67108860
[pid=4787] ppid=4784 vsize=10551232 memory=96264 CPUtime=1.26 cores=0,2,4,6
/proc/4787/stat : 4787 (java) S 4784 4787 17093 0 -1 1077944320 13054 0 0 0 122 4 0 0 20 0 15 0 65756587 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 140733793883952 139850096357111 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
/proc/4787/statm: 2637808 24066 3050 1 0 2627261 0
[pid=4787/tid=4789] ppid=4784 vsize=10551232 memory=0 CPUtime=0.55 cores=0,2,4,6
/proc/4787/task/4789/stat : 4789 (java) R 4784 4787 17093 0 -1 4202560 7808 0 0 0 52 3 0 0 20 0 15 0 65756597 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139850100590176 139850075434656 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4790] ppid=4784 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4790/stat : 4790 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65756597 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139850042706704 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4791] ppid=4784 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4791/stat : 4791 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65756597 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849706036112 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4792] ppid=4784 vsize=10551232 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4792/stat : 4792 (java) S 4784 4787 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65756597 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849704983568 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4793] ppid=4784 vsize=10551232 memory=7308028628335813952 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4793/stat : 4793 (java) S 4784 4787 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 65756597 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849703931024 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4794] ppid=4784 vsize=10551232 memory=7596259004554634560 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4794/stat : 4794 (java) S 4784 4787 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 65756599 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849660512240 139850096368258 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4795] ppid=4784 vsize=10551232 memory=7302135314614015848 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4795/stat : 4795 (java) S 4784 4787 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 65756599 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849659458464 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4796] ppid=4784 vsize=10551232 memory=2234 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4796/stat : 4796 (java) S 4784 4787 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 65756599 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849658405872 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4797] ppid=4784 vsize=10551232 memory=297 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4797/stat : 4797 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65756602 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849657354448 139850096375707 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4798] ppid=4784 vsize=10551232 memory=844 CPUtime=0.24 cores=0,2,4,6
/proc/4787/task/4798/stat : 4798 (java) R 4784 4787 17093 0 -1 4202560 1517 0 0 0 24 0 0 0 20 0 15 0 65756602 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849656287944 139850077109564 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4799] ppid=4784 vsize=10551232 memory=56 CPUtime=0.22 cores=0,2,4,6
/proc/4787/task/4799/stat : 4799 (java) R 4784 4787 17093 0 -1 4202560 1122 0 0 0 22 0 0 0 20 0 15 0 65756602 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849655236336 139850080749092 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4800] ppid=4784 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/4787/task/4800/stat : 4800 (java) S 4784 4787 17093 0 -1 1077944384 1234 0 0 0 23 0 0 0 20 0 15 0 65756602 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849654196976 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4801] ppid=4784 vsize=10551232 memory=105 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4801/stat : 4801 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65756602 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849653144672 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4802] ppid=4784 vsize=10551232 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4802/stat : 4802 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65756606 10804461568 24066 18446744073709551615 4194304 4196468 140733793901408 139849652091184 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 96264 KiB

[startup+1.50081 s]
/proc/loadavg: 2.19 3.61 3.61 6/211 4802
/proc/meminfo: memFree=30884548/32770624 swapFree=67108860/67108860
[pid=4787] ppid=4784 vsize=10551232 memory=367764 CPUtime=3.21 cores=0,2,4,6
/proc/4787/stat : 4787 (java) S 4784 4787 17093 0 -1 1077944320 15823 0 0 0 295 26 0 0 20 0 15 0 65756587 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 140733793883952 139850096357111 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
/proc/4787/statm: 2637808 91941 3086 1 0 2627261 0
[pid=4787/tid=4789] ppid=4784 vsize=10551232 memory=97360053 CPUtime=1.16 cores=0,2,4,6
/proc/4787/task/4789/stat : 4789 (java) R 4784 4787 17093 0 -1 4202560 7929 0 0 0 112 4 0 0 20 0 15 0 65756597 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139850100594064 139849725258766 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4790] ppid=4784 vsize=10551232 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/4787/task/4790/stat : 4790 (java) S 4784 4787 17093 0 -1 1077944384 134 0 0 0 13 4 0 0 20 0 15 0 65756597 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139850042706704 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4791] ppid=4784 vsize=10551232 memory=164 CPUtime=0.18 cores=0,2,4,6
/proc/4787/task/4791/stat : 4791 (java) S 4784 4787 17093 0 -1 1077944384 150 0 0 0 13 5 0 0 20 0 15 0 65756597 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849706036112 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4792] ppid=4784 vsize=10551232 memory=4206468019014099040 CPUtime=0.16 cores=0,2,4,6
/proc/4787/task/4792/stat : 4792 (java) S 4784 4787 17093 0 -1 1077944384 153 0 0 0 12 4 0 0 20 0 15 0 65756597 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849704983568 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4793] ppid=4784 vsize=10551232 memory=280857575237888 CPUtime=0.17 cores=0,2,4,6
/proc/4787/task/4793/stat : 4793 (java) S 4784 4787 17093 0 -1 1077944384 171 0 0 0 13 4 0 0 20 0 15 0 65756597 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849703931024 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4794] ppid=4784 vsize=10551232 memory=11089 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4794/stat : 4794 (java) S 4784 4787 17093 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 65756599 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849660512240 139850096368258 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4795] ppid=4784 vsize=10551232 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4795/stat : 4795 (java) S 4784 4787 17093 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 65756599 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849659458464 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4796] ppid=4784 vsize=10551232 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4796/stat : 4796 (java) S 4784 4787 17093 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 65756599 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849658405872 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4797] ppid=4784 vsize=10551232 memory=8836 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4797/stat : 4797 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65756602 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849657354448 139850096375707 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4798] ppid=4784 vsize=10551232 memory=11044 CPUtime=0.5 cores=0,2,4,6
/proc/4787/task/4798/stat : 4798 (java) S 4784 4787 17093 0 -1 1077944384 2136 0 0 0 50 0 0 0 20 0 15 0 65756602 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849656302064 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4799] ppid=4784 vsize=10551232 memory=2234 CPUtime=0.49 cores=0,2,4,6
/proc/4787/task/4799/stat : 4799 (java) S 4784 4787 17093 0 -1 1077944384 2264 0 0 0 49 0 0 0 20 0 15 0 65756602 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849655249520 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4800] ppid=4784 vsize=10551232 memory=297 CPUtime=0.31 cores=0,2,4,6
/proc/4787/task/4800/stat : 4800 (java) S 4784 4787 17093 0 -1 1077944384 1439 0 0 0 30 1 0 0 20 0 15 0 65756602 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849654196976 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4801] ppid=4784 vsize=10551232 memory=844 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4801/stat : 4801 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 65756602 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849653144672 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4802] ppid=4784 vsize=10551232 memory=56 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4802/stat : 4802 (java) S 4784 4787 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 65756606 10804461568 91941 18446744073709551615 4194304 4196468 140733793901408 139849652091184 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
Current children cumulated CPU time: 3.21 s
Current children cumulated vsize: 10551232 KiB

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

/proc/4787/task/4792/stat : 4792 (java) S 4784 4787 17093 0 -1 1077944384 8226 0 0 0 1328 98 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849704983568 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4793] ppid=4784 vsize=10617796 memory=4739668 CPUtime=14.37 cores=0,2,4,6
/proc/4787/task/4793/stat : 4793 (java) S 4784 4787 17093 0 -1 1077944384 13501 0 0 0 1352 85 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849703931024 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4794] ppid=4784 vsize=10617796 memory=4739668 CPUtime=4.99 cores=0,2,4,6
/proc/4787/task/4794/stat : 4794 (java) S 4784 4787 17093 0 -1 1077944384 12258 0 0 0 496 3 0 0 20 0 16 0 65756599 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849660512240 139850096368258 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4795] ppid=4784 vsize=10617796 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4795/stat : 4795 (java) S 4784 4787 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 65756599 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849659458528 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4796] ppid=4784 vsize=10617796 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4796/stat : 4796 (java) S 4784 4787 17093 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 65756599 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849658405888 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4797] ppid=4784 vsize=10617796 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4797/stat : 4797 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849657354448 139850096375707 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4798] ppid=4784 vsize=10617796 memory=4739668 CPUtime=2.22 cores=0,2,4,6
/proc/4787/task/4798/stat : 4798 (java) S 4784 4787 17093 0 -1 1077944384 13349 0 0 0 220 2 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849656302064 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4799] ppid=4784 vsize=10617796 memory=4739668 CPUtime=1.66 cores=0,2,4,6
/proc/4787/task/4799/stat : 4799 (java) S 4784 4787 17093 0 -1 1077944384 9322 0 0 0 164 2 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849655249520 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4800] ppid=4784 vsize=10617796 memory=4739668 CPUtime=0.53 cores=0,2,4,6
/proc/4787/task/4800/stat : 4800 (java) S 4784 4787 17093 0 -1 1077944384 4053 0 0 0 51 2 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849654196976 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4801] ppid=4784 vsize=10617796 memory=4739668 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4801/stat : 4801 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849653144672 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4802] ppid=4784 vsize=10617796 memory=3272 CPUtime=1.52 cores=0,2,4,6
/proc/4787/task/4802/stat : 4802 (java) S 4784 4787 17093 0 -1 1077944384 2477 0 0 0 72 80 0 0 20 0 16 0 65756606 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849652091184 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4804] ppid=4784 vsize=10617796 memory=280857576466848 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4804/stat : 4804 (java) S 4784 4787 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65758170 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849651036976 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
Current children cumulated CPU time: 2430.72 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4739668 KiB

[startup+2442.3 s]
/proc/loadavg: 4.62 3.53 2.79 6/212 5051
/proc/meminfo: memFree=18417228/32770624 swapFree=67108860/67108860
[pid=4787] ppid=4784 vsize=10617796 memory=4739668 CPUtime=2490.75 cores=0,2,4,6
/proc/4787/stat : 4787 (java) S 4784 4787 17093 0 -1 1077944320 327823 0 0 0 248606 469 0 0 20 0 16 0 65756587 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 140733793883952 139850096357111 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
/proc/4787/statm: 2654449 1184917 3136 1 0 2643902 0
[pid=4787/tid=4789] ppid=4784 vsize=10617796 memory=4739668 CPUtime=2422.6 cores=0,2,4,6
/proc/4787/task/4789/stat : 4789 (java) R 4784 4787 17093 0 -1 4202560 244151 0 0 0 242230 30 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139850100596064 139849727685454 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4790] ppid=4784 vsize=10617796 memory=4739668 CPUtime=14.19 cores=0,2,4,6
/proc/4787/task/4790/stat : 4790 (java) S 4784 4787 17093 0 -1 1077944384 10654 0 0 0 1327 92 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139850042706704 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4791] ppid=4784 vsize=10617796 memory=4739668 CPUtime=14.28 cores=0,2,4,6
/proc/4787/task/4791/stat : 4791 (java) S 4784 4787 17093 0 -1 1077944384 8313 0 0 0 1339 89 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849706036112 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4792] ppid=4784 vsize=10617796 memory=4739668 CPUtime=14.26 cores=0,2,4,6
/proc/4787/task/4792/stat : 4792 (java) S 4784 4787 17093 0 -1 1077944384 8226 0 0 0 1328 98 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849704983568 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4793] ppid=4784 vsize=10617796 memory=4739668 CPUtime=14.37 cores=0,2,4,6
/proc/4787/task/4793/stat : 4793 (java) S 4784 4787 17093 0 -1 1077944384 13501 0 0 0 1352 85 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849703931024 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4794] ppid=4784 vsize=10617796 memory=4739668 CPUtime=4.99 cores=0,2,4,6
/proc/4787/task/4794/stat : 4794 (java) S 4784 4787 17093 0 -1 1077944384 12267 0 0 0 496 3 0 0 20 0 16 0 65756599 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849660512240 139850096368258 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4795] ppid=4784 vsize=10617796 memory=4739668 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4795/stat : 4795 (java) S 4784 4787 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 65756599 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849659458528 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4796] ppid=4784 vsize=10617796 memory=4739668 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4796/stat : 4796 (java) S 4784 4787 17093 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 65756599 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849658405888 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4797] ppid=4784 vsize=10617796 memory=4739668 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4797/stat : 4797 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849657354448 139850096375707 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4798] ppid=4784 vsize=10617796 memory=4739668 CPUtime=2.22 cores=0,2,4,6
/proc/4787/task/4798/stat : 4798 (java) S 4784 4787 17093 0 -1 1077944384 13353 0 0 0 220 2 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849656302064 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4799] ppid=4784 vsize=10617796 memory=161052683675013 CPUtime=1.66 cores=0,2,4,6
/proc/4787/task/4799/stat : 4799 (java) S 4784 4787 17093 0 -1 1077944384 9328 0 0 0 164 2 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849655249520 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4800] ppid=4784 vsize=10617796 memory=7505928880668315508 CPUtime=0.53 cores=0,2,4,6
/proc/4787/task/4800/stat : 4800 (java) S 4784 4787 17093 0 -1 1077944384 4058 0 0 0 51 2 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849654196976 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4801] ppid=4784 vsize=10617796 memory=4739668 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4801/stat : 4801 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849653144672 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4802] ppid=4784 vsize=10617796 memory=4739668 CPUtime=1.56 cores=0,2,4,6
/proc/4787/task/4802/stat : 4802 (java) S 4784 4787 17093 0 -1 1077944384 2516 0 0 0 74 82 0 0 20 0 16 0 65756606 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849652091184 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4804] ppid=4784 vsize=10617796 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4804/stat : 4804 (java) S 4784 4787 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65758170 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849651036976 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
Current children cumulated CPU time: 2490.75 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4739668 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.6 s]
/proc/loadavg: 4.69 3.63 2.84 6/212 5052
/proc/meminfo: memFree=18416852/32770624 swapFree=67108860/67108860
[pid=4787] ppid=4784 vsize=10617796 memory=4739668 CPUtime=2520.07 cores=0,2,4,6
/proc/4787/stat : 4787 (java) S 4784 4787 17093 0 -1 1077944320 329895 0 0 0 251537 470 0 0 20 0 16 0 65756587 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 140733793883952 139850096357111 0 0 1 16800974 18446744073709551615 0 0 17 6 0 0 9 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
/proc/4787/statm: 2654449 1184917 3136 1 0 2643902 0
[pid=4787/tid=4789] ppid=4784 vsize=10617796 memory=37228 CPUtime=2451.9 cores=0,2,4,6
/proc/4787/task/4789/stat : 4789 (java) R 4784 4787 17093 0 -1 4202560 246153 0 0 0 245160 30 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139850100596064 139849727685454 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4790] ppid=4784 vsize=10617796 memory=1296 CPUtime=14.19 cores=0,2,4,6
/proc/4787/task/4790/stat : 4790 (java) S 4784 4787 17093 0 -1 1077944384 10654 0 0 0 1327 92 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139850042706704 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4791] ppid=4784 vsize=10617796 memory=7680170660397595203 CPUtime=14.28 cores=0,2,4,6
/proc/4787/task/4791/stat : 4791 (java) S 4784 4787 17093 0 -1 1077944384 8313 0 0 0 1339 89 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849706036112 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4792] ppid=4784 vsize=10617796 memory=1204 CPUtime=14.26 cores=0,2,4,6
/proc/4787/task/4792/stat : 4792 (java) S 4784 4787 17093 0 -1 1077944384 8226 0 0 0 1328 98 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849704983568 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4793] ppid=4784 vsize=10617796 memory=1000 CPUtime=14.37 cores=0,2,4,6
/proc/4787/task/4793/stat : 4793 (java) S 4784 4787 17093 0 -1 1077944384 13501 0 0 0 1352 85 0 0 20 0 16 0 65756597 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849703931024 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4794] ppid=4784 vsize=10617796 memory=796 CPUtime=4.99 cores=0,2,4,6
/proc/4787/task/4794/stat : 4794 (java) S 4784 4787 17093 0 -1 1077944384 12275 0 0 0 496 3 0 0 20 0 16 0 65756599 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849660512240 139850096368258 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4795] ppid=4784 vsize=10617796 memory=10960 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4795/stat : 4795 (java) S 4784 4787 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 65756599 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849659458528 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4796] ppid=4784 vsize=10617796 memory=2420 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4796/stat : 4796 (java) S 4784 4787 17093 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 16 0 65756599 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849658405888 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4797] ppid=4784 vsize=10617796 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4797/stat : 4797 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849657354448 139850096375707 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4798] ppid=4784 vsize=10617796 memory=5788 CPUtime=2.22 cores=0,2,4,6
/proc/4787/task/4798/stat : 4798 (java) S 4784 4787 17093 0 -1 1077944384 13359 0 0 0 220 2 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849656302064 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4799] ppid=4784 vsize=10617796 memory=4612 CPUtime=1.66 cores=0,2,4,6
/proc/4787/task/4799/stat : 4799 (java) S 4784 4787 17093 0 -1 1077944384 9338 0 0 0 164 2 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849655249520 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4800] ppid=4784 vsize=10617796 memory=1708 CPUtime=0.53 cores=0,2,4,6
/proc/4787/task/4800/stat : 4800 (java) S 4784 4787 17093 0 -1 1077944384 4065 0 0 0 51 2 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849654196976 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4801] ppid=4784 vsize=10617796 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4801/stat : 4801 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 65756602 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849653144672 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4802] ppid=4784 vsize=10617796 memory=1228 CPUtime=1.58 cores=0,2,4,6
/proc/4787/task/4802/stat : 4802 (java) S 4784 4787 17093 0 -1 1077944384 2555 0 0 0 75 83 0 0 20 0 16 0 65756606 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849652091184 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4804] ppid=4784 vsize=10617796 memory=12200 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4804/stat : 4804 (java) S 4784 4787 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 65758170 10872623104 1184917 18446744073709551615 4194304 4196468 140733793901408 139849651036976 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 4739668 KiB

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

[startup+2471.89 s]
# the end of solver process 4787 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2515.45 s, system=4.73253 s

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

[startup+2471.8 s]
/proc/loadavg: 4.69 3.63 2.84 6/212 5052
/proc/meminfo: memFree=18416852/32770624 swapFree=67108860/67108860
[pid=4787] ppid=4784 vsize=10817488 memory=4740000 CPUtime=2520.08 cores=0,2,4,6
/proc/4787/stat : 4787 (java) S 4784 4787 17093 0 -1 1077944320 330738 0 0 0 251538 470 0 0 20 0 17 0 65756587 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 140733793883952 139850096357111 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
/proc/4787/statm: 2704372 1185000 3140 1 0 2693825 0
[pid=4787/tid=4789] ppid=4784 vsize=10817488 memory=1204 CPUtime=2451.91 cores=0,2,4,6
/proc/4787/task/4789/stat : 4789 (java) S 4784 4787 17093 0 -1 1077944384 246242 0 0 0 245161 30 0 0 20 0 17 0 65756597 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139850100599984 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4790] ppid=4784 vsize=10817488 memory=1000 CPUtime=14.19 cores=0,2,4,6
/proc/4787/task/4790/stat : 4790 (java) S 4784 4787 17093 0 -1 1077944384 10654 0 0 0 1327 92 0 0 20 0 17 0 65756597 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139850042706704 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4791] ppid=4784 vsize=10817488 memory=796 CPUtime=14.28 cores=0,2,4,6
/proc/4787/task/4791/stat : 4791 (java) S 4784 4787 17093 0 -1 1077944384 8313 0 0 0 1339 89 0 0 20 0 17 0 65756597 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849706036112 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4792] ppid=4784 vsize=10817488 memory=10960 CPUtime=14.26 cores=0,2,4,6
/proc/4787/task/4792/stat : 4792 (java) S 4784 4787 17093 0 -1 1077944384 8226 0 0 0 1328 98 0 0 20 0 17 0 65756597 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849704983568 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4793] ppid=4784 vsize=10817488 memory=15876 CPUtime=14.37 cores=0,2,4,6
/proc/4787/task/4793/stat : 4793 (java) S 4784 4787 17093 0 -1 1077944384 13501 0 0 0 1352 85 0 0 20 0 17 0 65756597 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849703931024 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4794] ppid=4784 vsize=10817488 memory=4048 CPUtime=4.99 cores=0,2,4,6
/proc/4787/task/4794/stat : 4794 (java) S 4784 4787 17093 0 -1 1077944384 12319 0 0 0 496 3 0 0 20 0 17 0 65756599 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849660512240 139850096368258 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4795] ppid=4784 vsize=10817488 memory=20964 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4795/stat : 4795 (java) S 4784 4787 17093 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 65756599 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849659458528 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4796] ppid=4784 vsize=10817488 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4796/stat : 4796 (java) S 4784 4787 17093 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 65756599 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849658405888 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4797] ppid=4784 vsize=10817488 memory=640 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4797/stat : 4797 (java) S 4784 4787 17093 0 -1 1077944384 240 0 0 0 0 0 0 0 20 0 17 0 65756602 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849657354448 139850096375707 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4798] ppid=4784 vsize=10817488 memory=960 CPUtime=2.22 cores=0,2,4,6
/proc/4787/task/4798/stat : 4798 (java) S 4784 4787 17093 0 -1 1077944384 13359 0 0 0 220 2 0 0 20 0 17 0 65756602 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849656302064 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4799] ppid=4784 vsize=10817488 memory=1232 CPUtime=1.66 cores=0,2,4,6
/proc/4787/task/4799/stat : 4799 (java) S 4784 4787 17093 0 -1 1077944384 9338 0 0 0 164 2 0 0 20 0 17 0 65756602 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849655249520 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4800] ppid=4784 vsize=10817488 memory=2248 CPUtime=0.53 cores=0,2,4,6
/proc/4787/task/4800/stat : 4800 (java) S 4784 4787 17093 0 -1 1077944384 4143 0 0 0 51 2 0 0 20 0 17 0 65756602 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849654196976 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4801] ppid=4784 vsize=10817488 memory=4300 CPUtime=0 cores=0,2,4,6
/proc/4787/task/4801/stat : 4801 (java) S 4784 4787 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 65756602 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849653144672 139850096367317 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
[pid=4787/tid=4802] ppid=4784 vsize=10817488 memory=932 CPUtime=1.58 cores=0,2,4,6
/proc/4787/task/4802/stat : 4802 (java) S 4784 4787 17093 0 -1 1077944384 2555 0 0 0 75 83 0 0 20 0 17 0 65756606 11077107712 1185000 18446744073709551615 4194304 4196468 140733793901408 139849652091184 139850096368258 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8290304 140733793902992 140733793903145 140733793903145 140733793906639 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 4740000 KiB

Child status: 143
Real time (s): 2471.89
CPU time (s): 2520.18
CPU user time (s): 2515.45
CPU system time (s): 4.73253
CPU usage (%): 101.954
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 4740000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2515.45
system time used= 4.73254
maximum resident set size= 4740380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 332163
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56797
involuntary context switches= 1702


# summary of solver processes directly reported to runsolver:
#   pid: 4787
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2515.45
#   total CPU system time (s): 4.73253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.0004 second user time and 23.3958 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-13 16:33:04
IDJOB=4263695
IDBENCH=138504
IDSOLVER=2651
FILE ID=node127/4263695-1502635633
RUNJOBID= node127-1502624030-2988
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-ewddr2-3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263695-1502635633/watcher-4263695-1502635633 -o /tmp/evaluation-result-4263695-1502635633/solver-4263695-1502635633 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502624030-2988 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263695-1502635633.xml

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

MD5SUM BENCH= 5ef074aeb11af1fe72f101ddf8b307c4
RANDOM SEED=1785593581

node127.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.92
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.92
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.92
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.92
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:        31119200 kB
MemAvailable:   31546232 kB
Buffers:          196224 kB
Cached:           527060 kB
SwapCached:            0 kB
Active:          1020148 kB
Inactive:         204928 kB
Active(anon):     451340 kB
Inactive(anon):    83888 kB
Active(file):     568808 kB
Inactive(file):   121040 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1600 kB
Writeback:             4 kB
AnonPages:        501628 kB
Mapped:            58664 kB
Shmem:             33444 kB
Slab:             131804 kB
SReclaimable:     106040 kB
SUnreclaim:        25764 kB
KernelStack:        3440 kB
PageTables:         5864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1550920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    387072 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 node127 at 2017-08-13 17:14:16