Trace number 4263433

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.0901 2510.6299

General information on the benchmark

NameMultiKnapsack/MultiKnapsack-m1-gp/
MultiKnapsack-2-48.xml
MD5SUMfdc0acb1128a6a46ad14275048f2788c
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 benchmark3.6242299
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints5
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":35}]
Minimum variable degree5
Maximum variable degree5
Distribution of variable degrees[{"degree":5,"count":35}]
Minimum constraint arity35
Maximum constraint arity35
Distribution of constraint arities[{"arity":35,"count":5}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":5}]
Optimization problemNO
Type of objective

Solver Data

0.69/0.59	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.69/0.59	c This is free software under the dual EPL/GNU LGPL licenses.
0.69/0.59	c See www.sat4j.org for details.
0.69/0.59	c That software uses the Rhino library from the Mozilla project.
0.69/0.59	c version CUSTOM.v20170705
0.69/0.59	c java.runtime.name	Java(TM) SE Runtime Environment
0.69/0.59	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.69/0.59	c java.vm.version	25.131-b11
0.69/0.59	c java.vm.vendor	Oracle Corporation
0.69/0.59	c sun.arch.data.model	64
0.69/0.59	c java.version		1.8.0_131
0.69/0.59	c os.name		Linux
0.69/0.59	c os.version		3.10.0-514.16.1.el7.x86_64
0.69/0.59	c os.arch		amd64
0.69/0.59	c Free memory 		499604488
0.69/0.59	c Max memory 		7247757312
0.69/0.59	c Total memory 		504889344
0.69/0.59	c Number of processors 	4
0.69/0.59	c c --- Begin Solver configuration ---
0.69/0.59	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
0.69/0.59	c Learn all clauses as in MiniSAT
0.69/0.59	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.69/0.59	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.69/0.59	c No reason simplification
0.69/0.59	c Glucose 2.1 dynamic restart strategy
0.69/0.59	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.69/0.59	c timeout=2147483s
0.69/0.59	c DB Simplification allowed=false
0.69/0.59	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
0.69/0.59	c --- End Solver configuration ---
0.69/0.59	c constraints type 
0.69/0.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.69/0.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 8189
0.69/0.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 161207
0.69/0.59	c org.sat4j.minisat.constraints.cnf.UnitClause => 10
0.69/0.59	c 169476 constraints processed.
2520.06/2510.60	c starts		: 704
2520.06/2510.60	c conflicts		: 302828
2520.06/2510.60	c decisions		: 473240
2520.06/2510.60	c propagations		: 6753583202
2520.06/2510.60	c inspects		: 13096210940
2520.06/2510.60	c shortcuts		: 0
2520.06/2510.60	c learnt literals	: 57
2520.06/2510.60	c learnt binary clauses	: 13
2520.06/2510.60	c learnt ternary clauses	: 170
2520.06/2510.60	c learnt constraints	: 302771
2520.06/2510.60	c ignored constraints	: 0
2520.06/2510.60	c root simplifications	: 0
2520.06/2510.60	c removed literals (reason simplification)	: 0
2520.06/2510.60	c reason swapping (by a shorter reason)	: 0
2520.06/2510.60	c Calls to reduceDB	: 20
2520.06/2510.60	c Number of update (reduction) of LBD	: 51688
2520.06/2510.60	c Imported unit clauses	: 0
2520.06/2510.60	c number of reductions to clauses (during analyze)	: 0
2520.06/2510.60	c number of learned constraints concerned by reduction	: 0
2520.06/2510.60	c number of learning phase by resolution	: 0
2520.06/2510.60	c number of learning phase by cutting planes	: 0
2520.06/2510.60	c number of rounding to 1 operations	: 0
2520.06/2510.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2520.06/2510.60	c number of reductions of the coefficients by power 2 	: 0
2520.06/2510.60	c number of right shift for reduction by power 2 	: 0
2520.06/2510.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
2520.06/2510.60	c speed (assignments/second)	: 2690692.0381835713
2520.06/2510.60	c non guided choices	59359
2520.06/2510.62	c learnt constraints type 
2520.06/2510.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 13
2520.06/2510.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 46768
2520.06/2510.62	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 (15336 MiB free)
  memory of node 1: 16384 MiB (11880 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263433-1502615509/watcher-4263433-1502615509 -o /tmp/evaluation-result-4263433-1502615509/solver-4263433-1502615509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263433-1502615509.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
solver pid=17313, runsolver pid=17310
Current StackSize limit: 8192 KiB


[startup+0.100189 s]*
/proc/loadavg: 2.00 2.12 2.42 3/203 17319
/proc/meminfo: memFree=27862172/32770624 swapFree=67108860/67108860
[pid=17313] ppid=17310 vsize=10018544 memory=17156 CPUtime=0.01 cores=0,2,4,6
/proc/17313/stat : 17313 (java) S 17310 17313 7968 0 -1 1077944320 3594 0 0 0 1 0 0 0 20 0 7 0 15433555 10258989056 4289 18446744073709551615 4194304 4196468 140733690713696 140733690696240 139990260707063 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
/proc/17313/statm: 2504636 4289 2023 1 0 2494133 0
[pid=17313/tid=17315] ppid=17310 vsize=10018544 memory=-6439968830534014599 CPUtime=0.01 cores=0,2,4,6
/proc/17313/task/17315/stat : 17315 (java) R 17310 17313 7968 0 -1 4202560 2289 0 0 0 1 0 0 0 20 0 7 0 15433564 10258989056 4289 18446744073709551615 4194304 4196468 140733690713696 139990264949520 139990260728989 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17316] ppid=17310 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17316/stat : 17316 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 15433565 10258989056 4289 18446744073709551615 4194304 4196468 140733690713696 139990232550416 139990260717269 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17317] ppid=17310 vsize=10018544 memory=140215964513920 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17317/stat : 17317 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 15433565 10258989056 4289 18446744073709551615 4194304 4196468 140733690713696 139989870959760 139990260717269 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17318] ppid=17310 vsize=10018544 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17318/stat : 17318 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 7 0 15433565 10258989056 4289 18446744073709551615 4194304 4196468 140733690713696 139989869906704 139990260717269 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17319] ppid=17310 vsize=10018544 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17319/stat : 17319 (java) S 17310 17313 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 15433565 10258989056 4289 18446744073709551615 4194304 4196468 140733690713696 139989868854160 139990260717269 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17320] ppid=17310 vsize=10018544 memory=140215964513920 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17320/stat : 17320 (java) S 17310 17313 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 7 0 15433566 10258989056 4289 18446744073709551615 4194304 4196468 140733690713696 139989757176048 139990260718210 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 10018544 KiB
Current children cumulated memory: 17156 KiB

[startup+0.209913 s]*
/proc/loadavg: 2.00 2.12 2.42 3/212 17328
/proc/meminfo: memFree=27854888/32770624 swapFree=67108860/67108860
[pid=17313] ppid=17310 vsize=10551156 memory=27464 CPUtime=0.09 cores=0,2,4,6
/proc/17313/stat : 17313 (java) S 17310 17313 7968 0 -1 1077944320 4862 0 0 0 8 1 0 0 20 0 15 0 15433555 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 140733690696240 139990260707063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
/proc/17313/statm: 2637789 6866 2735 1 0 2627261 0
[pid=17313/tid=17315] ppid=17310 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/17313/task/17315/stat : 17315 (java) R 17310 17313 7968 0 -1 4202560 2832 0 0 0 6 1 0 0 20 0 15 0 15433564 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139990264932752 139990244787550 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17316] ppid=17310 vsize=10551156 memory=326 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17316/stat : 17316 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15433565 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139990232550416 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17317] ppid=17310 vsize=10551156 memory=288370592116225664 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17317/stat : 17317 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15433565 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989870959760 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17318] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17318/stat : 17318 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15433565 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989869906704 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17319] ppid=17310 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17319/stat : 17319 (java) S 17310 17313 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15433565 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989868854160 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17320] ppid=17310 vsize=10551156 memory=140215964513920 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17320/stat : 17320 (java) S 17310 17313 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15433566 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989757176048 139990260718210 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17321] ppid=17310 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17321/stat : 17321 (java) S 17310 17313 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15433567 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989756122272 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17322] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17322/stat : 17322 (java) S 17310 17313 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15433567 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989755069168 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17323] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17323/stat : 17323 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15433569 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989754017744 139990260725659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17324] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17324/stat : 17324 (java) S 17310 17313 7968 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 15433569 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989752965872 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17325] ppid=17310 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17325/stat : 17325 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15433569 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989751913328 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17326] ppid=17310 vsize=10551156 memory=140215964513920 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17326/stat : 17326 (java) S 17310 17313 7968 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 15433569 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989750860272 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17327] ppid=17310 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17327/stat : 17327 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15433569 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989749807968 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17328] ppid=17310 vsize=10551156 memory=140215964513920 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17328/stat : 17328 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15433575 10804383744 6866 18446744073709551615 4194304 4196468 140733690713696 139989748754992 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27464 KiB

[startup+0.310562 s]*
/proc/loadavg: 2.00 2.12 2.42 4/212 17328
/proc/meminfo: memFree=27845112/32770624 swapFree=67108860/67108860
[pid=17313] ppid=17310 vsize=10551156 memory=36448 CPUtime=0.23 cores=0,2,4,6
/proc/17313/stat : 17313 (java) S 17310 17313 7968 0 -1 1077944320 7903 0 0 0 21 2 0 0 20 0 15 0 15433555 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 140733690696240 139990260707063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
/proc/17313/statm: 2637789 9112 2857 1 0 2627261 0
[pid=17313/tid=17315] ppid=17310 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/17313/task/17315/stat : 17315 (java) R 17310 17313 7968 0 -1 4202560 5599 0 0 0 15 2 0 0 20 0 15 0 15433564 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139990264942240 139990244787550 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17316] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17316/stat : 17316 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15433565 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139990232550416 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17317] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17317/stat : 17317 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15433565 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989870959760 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17318] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17318/stat : 17318 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15433565 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989869906704 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17319] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17319/stat : 17319 (java) S 17310 17313 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15433565 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989868854160 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17320] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17320/stat : 17320 (java) S 17310 17313 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 15433566 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989757176048 139990260718210 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17321] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17321/stat : 17321 (java) S 17310 17313 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 15433567 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989756122272 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17322] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17322/stat : 17322 (java) S 17310 17313 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 15433567 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989755069168 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17323] ppid=17310 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17323/stat : 17323 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15433569 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989754017744 139990260725659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17324] ppid=17310 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/17313/task/17324/stat : 17324 (java) S 17310 17313 7968 0 -1 1077944384 499 0 0 0 1 0 0 0 20 0 15 0 15433569 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989752965872 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17325] ppid=17310 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17325/stat : 17325 (java) S 17310 17313 7968 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 15433569 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989751913328 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17326] ppid=17310 vsize=10551156 memory=140215964513920 CPUtime=0.04 cores=0,2,4,6
/proc/17313/task/17326/stat : 17326 (java) S 17310 17313 7968 0 -1 1077944384 393 0 0 0 4 0 0 0 20 0 15 0 15433569 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989750860272 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17327] ppid=17310 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17327/stat : 17327 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 15433569 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989749807968 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17328] ppid=17310 vsize=10551156 memory=140215964513920 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17328/stat : 17328 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 15433575 10804383744 9112 18446744073709551615 4194304 4196468 140733690713696 139989748754992 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36448 KiB

[startup+0.700684 s]
/proc/loadavg: 2.00 2.12 2.42 6/212 17329
/proc/meminfo: memFree=27826228/32770624 swapFree=67108860/67108860
[pid=17313] ppid=17310 vsize=10617796 memory=121496 CPUtime=1.26 cores=0,2,4,6
/proc/17313/stat : 17313 (java) S 17310 17313 7968 0 -1 1077944320 13943 0 0 0 121 5 0 0 20 0 16 0 15433555 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 140733690696240 139990260707063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
/proc/17313/statm: 2654449 30374 3056 1 0 2643902 0
[pid=17313/tid=17315] ppid=17310 vsize=10617796 memory=104 CPUtime=0.55 cores=0,2,4,6
/proc/17313/task/17315/stat : 17315 (java) R 17310 17313 7968 0 -1 4202560 6961 0 0 0 51 4 0 0 20 0 16 0 15433564 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139990264935504 139989904019192 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17316] ppid=17310 vsize=10617796 memory=518 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17316/stat : 17316 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15433565 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139990232550416 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17317] ppid=17310 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17317/stat : 17317 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15433565 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989870959760 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17318] ppid=17310 vsize=10617796 memory=280429353633305 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17318/stat : 17318 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15433565 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989869906704 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17319] ppid=17310 vsize=10617796 memory=2544969451265 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17319/stat : 17319 (java) S 17310 17313 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15433565 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989868854160 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17320] ppid=17310 vsize=10617796 memory=215418664 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17320/stat : 17320 (java) S 17310 17313 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 15433566 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989757176048 139990260718210 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17321] ppid=17310 vsize=10617796 memory=7295943931064245917 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17321/stat : 17321 (java) S 17310 17313 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15433567 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989756122272 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17322] ppid=17310 vsize=10617796 memory=6076290908890944080 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17322/stat : 17322 (java) S 17310 17313 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15433567 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989755069168 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17323] ppid=17310 vsize=10617796 memory=6463925781705 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17323/stat : 17323 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15433569 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989754017744 139990260725659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17324] ppid=17310 vsize=10617796 memory=288230613214036277 CPUtime=0.25 cores=0,2,4,6
/proc/17313/task/17324/stat : 17324 (java) R 17310 17313 7968 0 -1 4202560 2191 0 0 0 25 0 0 0 20 0 16 0 15433569 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989752949344 139990245615904 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17325] ppid=17310 vsize=10617796 memory=15816711811106768 CPUtime=0.26 cores=0,2,4,6
/proc/17313/task/17325/stat : 17325 (java) R 17310 17313 7968 0 -1 4202560 2279 0 0 0 26 0 0 0 20 0 16 0 15433569 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989751894344 139990242251152 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17326] ppid=17310 vsize=10617796 memory=16444 CPUtime=0.18 cores=0,2,4,6
/proc/17313/task/17326/stat : 17326 (java) R 17310 17313 7968 0 -1 1077944384 1121 0 0 0 18 0 0 0 20 0 16 0 15433569 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989750860272 139990260718210 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17327] ppid=17310 vsize=10617796 memory=8248 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17327/stat : 17327 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15433569 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989749807968 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17328] ppid=17310 vsize=10617796 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17328/stat : 17328 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15433575 10872623104 30374 18446744073709551615 4194304 4196468 140733690713696 139989748754992 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 121496 KiB

[startup+1.50085 s]
/proc/loadavg: 2.00 2.12 2.42 4/213 17330
/proc/meminfo: memFree=27761512/32770624 swapFree=67108860/67108860
[pid=17313] ppid=17310 vsize=10617796 memory=123968 CPUtime=2.75 cores=0,2,4,6
/proc/17313/stat : 17313 (java) S 17310 17313 7968 0 -1 1077944320 16526 0 0 0 269 6 0 0 20 0 16 0 15433555 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 140733690696240 139990260707063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
/proc/17313/statm: 2654449 30992 3063 1 0 2643902 0
[pid=17313/tid=17315] ppid=17310 vsize=10617796 memory=0 CPUtime=1.35 cores=0,2,4,6
/proc/17313/task/17315/stat : 17315 (java) R 17310 17313 7968 0 -1 4202560 7350 0 0 0 131 4 0 0 20 0 16 0 15433564 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139990264943416 139989904552896 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17316] ppid=17310 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17316/stat : 17316 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15433565 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139990232550416 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17317] ppid=17310 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17317/stat : 17317 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15433565 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989870959760 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17318] ppid=17310 vsize=10617796 memory=-8774313645642428999 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17318/stat : 17318 (java) S 17310 17313 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 15433565 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989869906704 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17319] ppid=17310 vsize=10617796 memory=-5059952977386882957 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17319/stat : 17319 (java) S 17310 17313 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 15433565 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989868854160 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17320] ppid=17310 vsize=10617796 memory=280431702386944 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17320/stat : 17320 (java) S 17310 17313 7968 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 15433566 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989757176048 139990260718210 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17321] ppid=17310 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17321/stat : 17321 (java) S 17310 17313 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 15433567 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989756122272 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17322] ppid=17310 vsize=10617796 memory=280431702647312 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17322/stat : 17322 (java) S 17310 17313 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15433567 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989755069168 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17323] ppid=17310 vsize=10617796 memory=8303054830060986464 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17323/stat : 17323 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15433569 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989754017744 139990260725659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17324] ppid=17310 vsize=10617796 memory=4206468019014099040 CPUtime=0.56 cores=0,2,4,6
/proc/17313/task/17324/stat : 17324 (java) S 17310 17313 7968 0 -1 1077944384 2755 0 0 0 56 0 0 0 20 0 16 0 15433569 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989752965872 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17325] ppid=17310 vsize=10617796 memory=280431702315872 CPUtime=0.6 cores=0,2,4,6
/proc/17313/task/17325/stat : 17325 (java) S 17310 17313 7968 0 -1 1077944384 3523 0 0 0 60 0 0 0 20 0 16 0 15433569 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989751913328 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17326] ppid=17310 vsize=10617796 memory=288230613214036277 CPUtime=0.21 cores=0,2,4,6
/proc/17313/task/17326/stat : 17326 (java) S 17310 17313 7968 0 -1 1077944384 1499 0 0 0 21 0 0 0 20 0 16 0 15433569 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989750860272 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17327] ppid=17310 vsize=10617796 memory=15816711811106768 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17327/stat : 17327 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15433569 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989749807968 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17328] ppid=17310 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17328/stat : 17328 (java) S 17310 17313 7968 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 16 0 15433575 10872623104 30992 18446744073709551615 4194304 4196468 140733690713696 139989748754992 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0

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

/proc/17313/task/17318/stat : 17318 (java) S 17310 17313 7968 0 -1 1077944384 4506 0 0 0 159 30 0 0 20 0 16 0 15433565 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989869906704 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17319] ppid=17310 vsize=10617796 memory=280431704341760 CPUtime=1.9 cores=0,2,4,6
/proc/17313/task/17319/stat : 17319 (java) S 17310 17313 7968 0 -1 1077944384 5238 0 0 0 160 30 0 0 20 0 16 0 15433565 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989868854160 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17320] ppid=17310 vsize=10617796 memory=1090820 CPUtime=0.24 cores=0,2,4,6
/proc/17313/task/17320/stat : 17320 (java) S 17310 17313 7968 0 -1 1077944384 12877 0 0 0 20 4 0 0 20 0 16 0 15433566 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989757176048 139990260718210 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17321] ppid=17310 vsize=10617796 memory=1090820 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17321/stat : 17321 (java) S 17310 17313 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 15433567 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989756122272 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17322] ppid=17310 vsize=10617796 memory=1090812 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17322/stat : 17322 (java) S 17310 17313 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 15433567 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989755069168 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17323] ppid=17310 vsize=10617796 memory=1090820 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17323/stat : 17323 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15433569 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989754017744 139990260725659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17324] ppid=17310 vsize=10617796 memory=1090820 CPUtime=0.97 cores=0,2,4,6
/proc/17313/task/17324/stat : 17324 (java) S 17310 17313 7968 0 -1 1077944384 8941 0 0 0 96 1 0 0 20 0 16 0 15433569 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989752965872 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17325] ppid=17310 vsize=10617796 memory=16444 CPUtime=1.41 cores=0,2,4,6
/proc/17313/task/17325/stat : 17325 (java) S 17310 17313 7968 0 -1 1077944384 10907 0 0 0 140 1 0 0 20 0 16 0 15433569 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989751913328 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17326] ppid=17310 vsize=10617796 memory=1090820 CPUtime=0.25 cores=0,2,4,6
/proc/17313/task/17326/stat : 17326 (java) S 17310 17313 7968 0 -1 1077944384 3719 0 0 0 25 0 0 0 20 0 16 0 15433569 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989750860272 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17327] ppid=17310 vsize=10617796 memory=1090820 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17327/stat : 17327 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15433569 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989749807968 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17328] ppid=17310 vsize=10617796 memory=1588 CPUtime=1.56 cores=0,2,4,6
/proc/17313/task/17328/stat : 17328 (java) S 17310 17313 7968 0 -1 1077944384 1985 0 0 0 79 77 0 0 20 0 16 0 15433575 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989748754992 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17330] ppid=17310 vsize=10617796 memory=928 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17330/stat : 17330 (java) S 17310 17313 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15433618 10872623104 272705 18446744073709551615 4194304 4196468 140733690713696 139989747700784 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
Current children cumulated CPU time: 2451.77 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1090820 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 1.98 2.02 3/213 17660
/proc/meminfo: memFree=28678808/32770624 swapFree=67108860/67108860
[pid=17313] ppid=17310 vsize=10617796 memory=1074916 CPUtime=2511.92 cores=0,2,4,6
/proc/17313/stat : 17313 (java) S 17310 17313 7968 0 -1 1077944320 89918 0 0 0 250993 199 0 0 20 0 16 0 15433555 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 140733690696240 139990260707063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
/proc/17313/statm: 2654449 268729 3132 1 0 2643902 0
[pid=17313/tid=17315] ppid=17310 vsize=10617796 memory=1074916 CPUtime=2499.61 cores=0,2,4,6
/proc/17313/task/17315/stat : 17315 (java) R 17310 17313 7968 0 -1 4202560 28457 0 0 0 249953 8 0 0 20 0 16 0 15433564 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139990264946112 139989905034734 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17316] ppid=17310 vsize=10617796 memory=1074916 CPUtime=1.94 cores=0,2,4,6
/proc/17313/task/17316/stat : 17316 (java) S 17310 17313 7968 0 -1 1077944384 5283 0 0 0 164 30 0 0 20 0 16 0 15433565 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139990232550416 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17317] ppid=17310 vsize=10617796 memory=1074916 CPUtime=1.92 cores=0,2,4,6
/proc/17313/task/17317/stat : 17317 (java) S 17310 17313 7968 0 -1 1077944384 6142 0 0 0 162 30 0 0 20 0 16 0 15433565 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989870959760 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17318] ppid=17310 vsize=10617796 memory=1090820 CPUtime=1.93 cores=0,2,4,6
/proc/17313/task/17318/stat : 17318 (java) S 17310 17313 7968 0 -1 1077944384 4606 0 0 0 163 30 0 0 20 0 16 0 15433565 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989869906704 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17319] ppid=17310 vsize=10617796 memory=1074916 CPUtime=1.94 cores=0,2,4,6
/proc/17313/task/17319/stat : 17319 (java) S 17310 17313 7968 0 -1 1077944384 5346 0 0 0 164 30 0 0 20 0 16 0 15433565 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989868854160 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17320] ppid=17310 vsize=10617796 memory=12408 CPUtime=0.24 cores=0,2,4,6
/proc/17313/task/17320/stat : 17320 (java) S 17310 17313 7968 0 -1 1077944384 13052 0 0 0 20 4 0 0 20 0 16 0 15433566 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989757176048 139990260718210 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17321] ppid=17310 vsize=10617796 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17321/stat : 17321 (java) S 17310 17313 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 15433567 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989756122272 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17322] ppid=17310 vsize=10617796 memory=12408 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17322/stat : 17322 (java) S 17310 17313 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 15433567 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989755069168 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17323] ppid=17310 vsize=10617796 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17323/stat : 17323 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15433569 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989754017744 139990260725659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17324] ppid=17310 vsize=10617796 memory=1732 CPUtime=0.97 cores=0,2,4,6
/proc/17313/task/17324/stat : 17324 (java) S 17310 17313 7968 0 -1 1077944384 8943 0 0 0 96 1 0 0 20 0 16 0 15433569 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989752965872 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17325] ppid=17310 vsize=10617796 memory=1228 CPUtime=1.41 cores=0,2,4,6
/proc/17313/task/17325/stat : 17325 (java) S 17310 17313 7968 0 -1 1077944384 10910 0 0 0 140 1 0 0 20 0 16 0 15433569 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989751913328 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17326] ppid=17310 vsize=10617796 memory=1000 CPUtime=0.25 cores=0,2,4,6
/proc/17313/task/17326/stat : 17326 (java) S 17310 17313 7968 0 -1 1077944384 3721 0 0 0 25 0 0 0 20 0 16 0 15433569 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989750860272 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17327] ppid=17310 vsize=10617796 memory=1074916 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17327/stat : 17327 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15433569 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989749807968 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17328] ppid=17310 vsize=10617796 memory=1090820 CPUtime=1.6 cores=0,2,4,6
/proc/17313/task/17328/stat : 17328 (java) S 17310 17313 7968 0 -1 1077944384 2017 0 0 0 81 79 0 0 20 0 16 0 15433575 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989748754992 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17330] ppid=17310 vsize=10617796 memory=1074916 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17330/stat : 17330 (java) S 17310 17313 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15433618 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989747700784 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
Current children cumulated CPU time: 2511.92 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1074916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.4 s]
/proc/loadavg: 2.00 1.98 2.02 3/213 17661
/proc/meminfo: memFree=28654464/32770624 swapFree=67108860/67108860
[pid=17313] ppid=17310 vsize=10617796 memory=1074916 CPUtime=2520.04 cores=0,2,4,6
/proc/17313/stat : 17313 (java) S 17310 17313 7968 0 -1 1077944320 90067 0 0 0 251804 200 0 0 20 0 16 0 15433555 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 140733690696240 139990260707063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
/proc/17313/statm: 2654449 268729 3132 1 0 2643902 0
[pid=17313/tid=17315] ppid=17310 vsize=10617796 memory=9916 CPUtime=2507.71 cores=0,2,4,6
/proc/17313/task/17315/stat : 17315 (java) R 17310 17313 7968 0 -1 4202560 28606 0 0 0 250763 8 0 0 20 0 16 0 15433564 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139990264946112 139989904173741 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17316] ppid=17310 vsize=10617796 memory=4124 CPUtime=1.94 cores=0,2,4,6
/proc/17313/task/17316/stat : 17316 (java) S 17310 17313 7968 0 -1 1077944384 5283 0 0 0 164 30 0 0 20 0 16 0 15433565 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139990232550416 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17317] ppid=17310 vsize=10617796 memory=12408 CPUtime=1.92 cores=0,2,4,6
/proc/17313/task/17317/stat : 17317 (java) S 17310 17313 7968 0 -1 1077944384 6142 0 0 0 162 30 0 0 20 0 16 0 15433565 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989870959760 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17318] ppid=17310 vsize=10617796 memory=70 CPUtime=1.93 cores=0,2,4,6
/proc/17313/task/17318/stat : 17318 (java) S 17310 17313 7968 0 -1 1077944384 4606 0 0 0 163 30 0 0 20 0 16 0 15433565 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989869906704 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17319] ppid=17310 vsize=10617796 memory=61 CPUtime=1.94 cores=0,2,4,6
/proc/17313/task/17319/stat : 17319 (java) S 17310 17313 7968 0 -1 1077944384 5346 0 0 0 164 30 0 0 20 0 16 0 15433565 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989868854160 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17320] ppid=17310 vsize=10617796 memory=928 CPUtime=0.24 cores=0,2,4,6
/proc/17313/task/17320/stat : 17320 (java) S 17310 17313 7968 0 -1 1077944384 13052 0 0 0 20 4 0 0 20 0 16 0 15433566 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989757176048 139990260718210 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17321] ppid=17310 vsize=10617796 memory=2164 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17321/stat : 17321 (java) S 17310 17313 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 15433567 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989756122272 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17322] ppid=17310 vsize=10617796 memory=840 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17322/stat : 17322 (java) S 17310 17313 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 15433567 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989755069168 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17323] ppid=17310 vsize=10617796 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17323/stat : 17323 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15433569 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989754017744 139990260725659 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17324] ppid=17310 vsize=10617796 memory=4304 CPUtime=0.97 cores=0,2,4,6
/proc/17313/task/17324/stat : 17324 (java) S 17310 17313 7968 0 -1 1077944384 8943 0 0 0 96 1 0 0 20 0 16 0 15433569 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989752965872 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17325] ppid=17310 vsize=10617796 memory=1588 CPUtime=1.41 cores=0,2,4,6
/proc/17313/task/17325/stat : 17325 (java) S 17310 17313 7968 0 -1 1077944384 10910 0 0 0 140 1 0 0 20 0 16 0 15433569 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989751913328 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17326] ppid=17310 vsize=10617796 memory=1200 CPUtime=0.25 cores=0,2,4,6
/proc/17313/task/17326/stat : 17326 (java) S 17310 17313 7968 0 -1 1077944384 3721 0 0 0 25 0 0 0 20 0 16 0 15433569 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989750860272 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17327] ppid=17310 vsize=10617796 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17327/stat : 17327 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 15433569 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989749807968 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17328] ppid=17310 vsize=10617796 memory=4040 CPUtime=1.61 cores=0,2,4,6
/proc/17313/task/17328/stat : 17328 (java) S 17310 17313 7968 0 -1 1077944384 2017 0 0 0 82 79 0 0 20 0 16 0 15433575 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989748754992 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17330] ppid=17310 vsize=10617796 memory=16444 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17330/stat : 17330 (java) S 17310 17313 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 15433618 10872623104 268729 18446744073709551615 4194304 4196468 140733690713696 139989747700784 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1074916 KiB

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

[startup+2510.63 s]
# the end of solver process 17313 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.09 s, system=2.0081 s

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

[startup+2510.6 s]
/proc/loadavg: 2.00 1.98 2.02 3/213 17661
/proc/meminfo: memFree=28654464/32770624 swapFree=67108860/67108860
[pid=17313] ppid=17310 vsize=10817488 memory=1075080 CPUtime=2520.06 cores=0,2,4,6
/proc/17313/stat : 17313 (java) S 17310 17313 7968 0 -1 1077944320 90542 0 0 0 251806 200 0 0 20 0 17 0 15433555 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 140733690696240 139990260707063 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
/proc/17313/statm: 2704372 268770 3135 1 0 2693825 0
[pid=17313/tid=17315] ppid=17310 vsize=10817488 memory=1236 CPUtime=2507.73 cores=0,2,4,6
/proc/17313/task/17315/stat : 17315 (java) S 17310 17313 7968 0 -1 1077944384 28645 0 0 0 250765 8 0 0 20 0 17 0 15433564 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139990264949936 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17316] ppid=17310 vsize=10817488 memory=640 CPUtime=1.94 cores=0,2,4,6
/proc/17313/task/17316/stat : 17316 (java) S 17310 17313 7968 0 -1 1077944384 5283 0 0 0 164 30 0 0 20 0 17 0 15433565 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139990232550416 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17317] ppid=17310 vsize=10817488 memory=1792 CPUtime=1.92 cores=0,2,4,6
/proc/17313/task/17317/stat : 17317 (java) S 17310 17313 7968 0 -1 1077944384 6142 0 0 0 162 30 0 0 20 0 17 0 15433565 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989870959760 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17318] ppid=17310 vsize=10817488 memory=960 CPUtime=1.93 cores=0,2,4,6
/proc/17313/task/17318/stat : 17318 (java) S 17310 17313 7968 0 -1 1077944384 4606 0 0 0 163 30 0 0 20 0 17 0 15433565 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989869906704 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17319] ppid=17310 vsize=10817488 memory=-8774313645642428999 CPUtime=1.94 cores=0,2,4,6
/proc/17313/task/17319/stat : 17319 (java) S 17310 17313 7968 0 -1 1077944384 5346 0 0 0 164 30 0 0 20 0 17 0 15433565 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989868854160 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17320] ppid=17310 vsize=10817488 memory=1296 CPUtime=0.24 cores=0,2,4,6
/proc/17313/task/17320/stat : 17320 (java) S 17310 17313 7968 0 -1 1077944384 13052 0 0 0 20 4 0 0 20 0 17 0 15433566 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989757176048 139990260718210 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17321] ppid=17310 vsize=10817488 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17321/stat : 17321 (java) S 17310 17313 7968 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 15433567 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989756122272 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17322] ppid=17310 vsize=10817488 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17322/stat : 17322 (java) S 17310 17313 7968 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 15433567 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989755069168 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17323] ppid=17310 vsize=10817488 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17323/stat : 17323 (java) S 17310 17313 7968 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 17 0 15433569 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989754017744 139990260725659 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17324] ppid=17310 vsize=10817488 memory=-8774313645642428999 CPUtime=0.97 cores=0,2,4,6
/proc/17313/task/17324/stat : 17324 (java) S 17310 17313 7968 0 -1 1077944384 8943 0 0 0 96 1 0 0 20 0 17 0 15433569 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989752965872 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17325] ppid=17310 vsize=10817488 memory=1236 CPUtime=1.41 cores=0,2,4,6
/proc/17313/task/17325/stat : 17325 (java) S 17310 17313 7968 0 -1 1077944384 11002 0 0 0 140 1 0 0 20 0 17 0 15433569 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989751913328 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17326] ppid=17310 vsize=10817488 memory=640 CPUtime=0.25 cores=0,2,4,6
/proc/17313/task/17326/stat : 17326 (java) S 17310 17313 7968 0 -1 1077944384 3797 0 0 0 25 0 0 0 20 0 17 0 15433569 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989750860272 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17327] ppid=17310 vsize=10817488 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/17313/task/17327/stat : 17327 (java) S 17310 17313 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 15433569 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989749807968 139990260717269 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
[pid=17313/tid=17328] ppid=17310 vsize=10817488 memory=960 CPUtime=1.61 cores=0,2,4,6
/proc/17313/task/17328/stat : 17328 (java) S 17310 17313 7968 0 -1 1077944384 2017 0 0 0 82 79 0 0 20 0 17 0 15433575 11077107712 268770 18446744073709551615 4194304 4196468 140733690713696 139989748754992 139990260718210 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 19320832 140733690720657 140733690720810 140733690720810 140733690724303 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 1075080 KiB

Child status: 143
Real time (s): 2510.63
CPU time (s): 2520.09
CPU user time (s): 2518.09
CPU system time (s): 2.0081
CPU usage (%): 100.377
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 1158608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.09
system time used= 2.0081
maximum resident set size= 1158712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90891
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56871
involuntary context switches= 3350


# summary of solver processes directly reported to runsolver:
#   pid: 17313
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2518.09
#   total CPU system time (s): 2.0081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1773 second user time and 23.6014 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 10:57:52
IDJOB=4263433
IDBENCH=120863
IDSOLVER=2651
FILE ID=node128/4263433-1502615509
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/MultiKnapsack/MultiKnapsack-m1-gp/MultiKnapsack-2-48.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263433-1502615509/watcher-4263433-1502615509 -o /tmp/evaluation-result-4263433-1502615509/solver-4263433-1502615509 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263433-1502615509.xml

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

MD5SUM BENCH= fdc0acb1128a6a46ad14275048f2788c
RANDOM SEED=881896087

node128.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.94
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.94
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.94
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.94
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:        27871248 kB
MemAvailable:   28423644 kB
Buffers:          127908 kB
Cached:           712932 kB
SwapCached:            0 kB
Active:          3829520 kB
Inactive:         653884 kB
Active(anon):    3643040 kB
Inactive(anon):    16764 kB
Active(file):     186480 kB
Inactive(file):   637120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1688 kB
Writeback:             0 kB
AnonPages:       3648724 kB
Mapped:            44272 kB
Shmem:             17116 kB
Slab:             113832 kB
SReclaimable:      89264 kB
SUnreclaim:        24568 kB
KernelStack:        3744 kB
PageTables:        12384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4590512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3547136 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 11:39:43