Trace number 4263565

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.1299 2175.0901

General information on the benchmark

NameRectPacking/RectPacking-m1-perf/
RectPacking-perfect-053.xml
MD5SUMd8e64a8376c09b2fcb98ca5e9fb498ee
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints53
Number of domains1
Minimum domain size236
Maximum domain size236
Distribution of domain sizes[{"size":236,"count":50}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":48},{"degree":3,"count":1},{"degree":4,"count":1}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":51},{"arity":2,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints52
Distribution of constraint types[{"type":"intension","count":52},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263565-1502626792/watcher-4263565-1502626792 -o /tmp/evaluation-result-4263565-1502626792/solver-4263565-1502626792 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263565-1502626792.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=16534, runsolver pid=16531

[startup+0.100062 s]*
/proc/loadavg: 4.61 4.64 4.10 7/208 16543
/proc/meminfo: memFree=29804684/32770624 swapFree=67108764/67108860
[pid=16534] ppid=16531 vsize=10151672 memory=20220 CPUtime=0.04 cores=0,2,4,6
/proc/16534/stat : 16534 (java) S 16531 16534 4674 0 -1 1077944320 3935 0 0 0 3 1 0 0 20 0 9 0 110185652 10395312128 5055 18446744073709551615 4194304 4196468 140726065415312 140726065397856 140548537552631 0 0 1 16800970 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
/proc/16534/statm: 2537918 5055 2156 1 0 2527415 0
[pid=16534/tid=16536] ppid=16531 vsize=10151672 memory=-6439968830534014599 CPUtime=0.03 cores=0,2,4,6
/proc/16534/task/16536/stat : 16536 (java) R 16531 16534 4674 0 -1 4202560 2572 0 0 0 3 0 0 0 20 0 9 0 110185658 10395312128 5055 18446744073709551615 4194304 4196468 140726065415312 140548541788024 140548537574557 0 4 1 16800970 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16537] ppid=16531 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16537/stat : 16537 (java) S 16531 16534 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110185659 10395312128 5055 18446744073709551615 4194304 4196468 140726065415312 140548467972496 140548537562837 0 4 1 16800970 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16538] ppid=16531 vsize=10151672 memory=140235741660800 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16538/stat : 16538 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110185659 10395312128 5055 18446744073709551615 4194304 4196468 140726065415312 140548466919696 140548537562837 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16539] ppid=16531 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16539/stat : 16539 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110185659 10395312128 5055 18446744073709551615 4194304 4196468 140726065415312 140548465867408 140548537562837 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16540] ppid=16531 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16540/stat : 16540 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110185659 10395312128 5055 18446744073709551615 4194304 4196468 140726065415312 140548464814608 140548537562837 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16541] ppid=16531 vsize=10151672 memory=140235741660800 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16541/stat : 16541 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110185660 10395312128 5055 18446744073709551615 4194304 4196468 140726065415312 140548032658032 140548537563778 0 0 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16542] ppid=16531 vsize=10151672 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16542/stat : 16542 (java) S 16531 16534 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 110185661 10395312128 5055 18446744073709551615 4194304 4196468 140726065415312 140548031604000 140548537562837 0 4 1 16800970 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16543] ppid=16531 vsize=10151672 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16543/stat : 16543 (java) S 16531 16534 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 110185661 10395312128 5055 18446744073709551615 4194304 4196468 140726065415312 140548030551664 140548537562837 0 4 1 16800970 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20220 KiB

[startup+0.212208 s]*
/proc/loadavg: 4.61 4.64 4.10 7/214 16549
/proc/meminfo: memFree=29762844/32770624 swapFree=67108764/67108860
[pid=16534] ppid=16531 vsize=10551156 memory=27260 CPUtime=0.09 cores=0,2,4,6
/proc/16534/stat : 16534 (java) S 16531 16534 4674 0 -1 1077944320 4890 0 0 0 8 1 0 0 20 0 15 0 110185652 10804383744 6815 18446744073709551615 4194304 4196468 140726065415312 140726065397856 140548537552631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
/proc/16534/statm: 2637789 6815 2704 1 0 2627261 0
[pid=16534/tid=16536] ppid=16531 vsize=10551156 memory=8318255677412212789 CPUtime=0.07 cores=0,2,4,6
/proc/16534/task/16536/stat : 16536 (java) R 16531 16534 4674 0 -1 4202560 2851 0 0 0 7 0 0 0 20 0 15 0 110185658 10804383744 6815 18446744073709551615 4194304 4196468 140726065415312 140548541787600 140548537574557 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16537] ppid=16531 vsize=10551156 memory=329 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16537/stat : 16537 (java) S 16531 16534 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110185659 10804383744 6815 18446744073709551615 4194304 4196468 140726065415312 140548467972496 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16538] ppid=16531 vsize=10551156 memory=4050907327179851424 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16538/stat : 16538 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185659 10804383744 6815 18446744073709551615 4194304 4196468 140726065415312 140548466919696 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16539] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16539/stat : 16539 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185659 10804383744 6880 18446744073709551615 4194304 4196468 140726065415312 140548465867408 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16540] ppid=16531 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16540/stat : 16540 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185659 10804383744 6880 18446744073709551615 4194304 4196468 140726065415312 140548464814608 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16541] ppid=16531 vsize=10551156 memory=140235741660800 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16541/stat : 16541 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185660 10804383744 6880 18446744073709551615 4194304 4196468 140726065415312 140548032658032 140548537563778 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16542] ppid=16531 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16542/stat : 16542 (java) S 16531 16534 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110185661 10804383744 6880 18446744073709551615 4194304 4196468 140726065415312 140548031604000 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16543] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16543/stat : 16543 (java) S 16531 16534 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110185661 10804383744 6880 18446744073709551615 4194304 4196468 140726065415312 140548030551664 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16544] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16544/stat : 16544 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110185663 10804383744 6880 18446744073709551615 4194304 4196468 140726065415312 140548029499984 140548537571227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16545] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16545/stat : 16545 (java) S 16531 16534 4674 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 110185663 10804383744 6880 18446744073709551615 4194304 4196468 140726065415312 140548028446832 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16546] ppid=16531 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16546/stat : 16546 (java) S 16531 16534 4674 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 15 0 110185663 10804383744 6880 18446744073709551615 4194304 4196468 140726065415312 140548027394032 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16547] ppid=16531 vsize=10551156 memory=140235741660800 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16547/stat : 16547 (java) R 16531 16534 4674 0 -1 4202560 282 0 0 0 0 0 0 0 20 0 15 0 110185663 10804383744 6880 18446744073709551615 4194304 4196468 140726065415312 140548026341744 140548516494245 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16548] ppid=16531 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16548/stat : 16548 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110185663 10804383744 6880 18446744073709551615 4194304 4196468 140726065415312 140548025289184 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16549] ppid=16531 vsize=10551156 memory=140235741660800 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16549/stat : 16549 (java) S 16531 16534 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110185671 10804383744 6945 18446744073709551615 4194304 4196468 140726065415312 140548024236976 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 27260 KiB

[startup+0.310612 s]*
/proc/loadavg: 4.61 4.64 4.10 3/214 16549
/proc/meminfo: memFree=29752832/32770624 swapFree=67108764/67108860
[pid=16534] ppid=16531 vsize=10551156 memory=36776 CPUtime=0.24 cores=0,2,4,6
/proc/16534/stat : 16534 (java) S 16531 16534 4674 0 -1 1077944320 7968 0 0 0 22 2 0 0 20 0 15 0 110185652 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140726065397856 140548537552631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
/proc/16534/statm: 2637789 9194 2849 1 0 2627261 0
[pid=16534/tid=16536] ppid=16531 vsize=10551156 memory=-8774313645642428999 CPUtime=0.17 cores=0,2,4,6
/proc/16534/task/16536/stat : 16536 (java) R 16531 16534 4674 0 -1 4202560 5616 0 0 0 16 1 0 0 20 0 15 0 110185658 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548541789504 140548537574557 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16537] ppid=16531 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16537/stat : 16537 (java) S 16531 16534 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110185659 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548467972496 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16538] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16538/stat : 16538 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185659 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548466919696 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16539] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16539/stat : 16539 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185659 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548465867408 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16540] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16540/stat : 16540 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185659 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548464814608 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16541] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16541/stat : 16541 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185660 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548032658032 140548537563778 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16542] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16542/stat : 16542 (java) S 16531 16534 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110185661 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548031604000 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16543] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16543/stat : 16543 (java) S 16531 16534 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110185661 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548030551664 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16544] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16544/stat : 16544 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110185663 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548029499984 140548537571227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16545] ppid=16531 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16534/task/16545/stat : 16545 (java) S 16531 16534 4674 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 15 0 110185663 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548028446832 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16546] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16546/stat : 16546 (java) S 16531 16534 4674 0 -1 1077944384 184 0 0 0 0 0 0 0 20 0 15 0 110185663 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548027394032 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16547] ppid=16531 vsize=10551156 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/16534/task/16547/stat : 16547 (java) S 16531 16534 4674 0 -1 1077944384 414 0 0 0 4 0 0 0 20 0 15 0 110185663 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548026341744 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16548] ppid=16531 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16548/stat : 16548 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110185663 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548025289184 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16549] ppid=16531 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16549/stat : 16549 (java) S 16531 16534 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110185671 10804383744 9194 18446744073709551615 4194304 4196468 140726065415312 140548024236976 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36776 KiB

[startup+0.703847 s]
/proc/loadavg: 4.61 4.64 4.10 4/214 16549
/proc/meminfo: memFree=29736180/32770624 swapFree=67108764/67108860
[pid=16534] ppid=16531 vsize=10551232 memory=127744 CPUtime=1.2 cores=0,2,4,6
/proc/16534/stat : 16534 (java) S 16531 16534 4674 0 -1 1077944320 11714 0 0 0 116 4 0 0 20 0 15 0 110185652 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140726065397856 140548537552631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
/proc/16534/statm: 2637808 31936 3053 1 0 2627261 0
[pid=16534/tid=16536] ppid=16531 vsize=10551232 memory=4 CPUtime=0.55 cores=0,2,4,6
/proc/16534/task/16536/stat : 16536 (java) R 16531 16534 4674 0 -1 4202560 7354 0 0 0 52 3 0 0 20 0 15 0 110185658 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548541787264 140548126565967 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16537] ppid=16531 vsize=10551232 memory=159 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16537/stat : 16537 (java) S 16531 16534 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110185659 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548467972496 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16538] ppid=16531 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16538/stat : 16538 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185659 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548466919696 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16539] ppid=16531 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16539/stat : 16539 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185659 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548465867408 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16540] ppid=16531 vsize=10551232 memory=1 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16540/stat : 16540 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185659 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548464814608 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16541] ppid=16531 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16541/stat : 16541 (java) S 16531 16534 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110185660 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548032658032 140548537563778 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16542] ppid=16531 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16542/stat : 16542 (java) S 16531 16534 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110185661 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548031604000 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16543] ppid=16531 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16543/stat : 16543 (java) S 16531 16534 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110185661 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548030551664 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16544] ppid=16531 vsize=10551232 memory=24 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16544/stat : 16544 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110185663 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548029499984 140548537571227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16545] ppid=16531 vsize=10551232 memory=226 CPUtime=0.25 cores=0,2,4,6
/proc/16534/task/16545/stat : 16545 (java) R 16531 16534 4674 0 -1 4202560 1215 0 0 0 25 0 0 0 20 0 15 0 110185663 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548028446752 140548523576352 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16546] ppid=16531 vsize=10551232 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/16534/task/16546/stat : 16546 (java) S 16531 16534 4674 0 -1 1077944384 832 0 0 0 21 0 0 0 20 0 15 0 110185663 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548027394032 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16547] ppid=16531 vsize=10551232 memory=6498285520082 CPUtime=0.17 cores=0,2,4,6
/proc/16534/task/16547/stat : 16547 (java) S 16531 16534 4674 0 -1 1077944384 943 0 0 0 17 0 0 0 20 0 15 0 110185663 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548026341744 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16548] ppid=16531 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16548/stat : 16548 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110185663 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548025289184 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16549] ppid=16531 vsize=10551232 memory=13564886244395551 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16549/stat : 16549 (java) S 16531 16534 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110185671 10804461568 31936 18446744073709551615 4194304 4196468 140726065415312 140548024236976 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 127744 KiB

[startup+1.50085 s]
/proc/loadavg: 4.61 4.64 4.10 9/214 16549
/proc/meminfo: memFree=29184704/32770624 swapFree=67108764/67108860
[pid=16534] ppid=16531 vsize=10551232 memory=522980 CPUtime=3 cores=0,2,4,6
/proc/16534/stat : 16534 (java) S 16531 16534 4674 0 -1 1077944320 12750 0 0 0 263 37 0 0 20 0 15 0 110185652 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140726065397856 140548537552631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
/proc/16534/statm: 2637808 130745 3089 1 0 2627261 0
[pid=16534/tid=16536] ppid=16531 vsize=10551232 memory=6656426216303648864 CPUtime=1.03 cores=0,2,4,6
/proc/16534/task/16536/stat : 16536 (java) S 16531 16534 4674 0 -1 1077944384 7438 0 0 0 98 5 0 0 20 0 15 0 110185658 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548541788336 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16537] ppid=16531 vsize=10551232 memory=6944652177228980320 CPUtime=0.28 cores=0,2,4,6
/proc/16534/task/16537/stat : 16537 (java) R 16531 16534 4674 0 -1 4202560 182 0 0 0 22 6 0 0 20 0 15 0 110185659 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548467972384 140548522576805 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16538] ppid=16531 vsize=10551232 memory=6944656575208382560 CPUtime=0.3 cores=0,2,4,6
/proc/16534/task/16538/stat : 16538 (java) R 16531 16534 4674 0 -1 4202560 221 0 0 0 23 7 0 0 20 0 15 0 110185659 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548466919896 140548516746823 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16539] ppid=16531 vsize=10551232 memory=148 CPUtime=0.3 cores=0,2,4,6
/proc/16534/task/16539/stat : 16539 (java) R 16531 16534 4674 0 -1 4202560 211 0 0 0 23 7 0 0 20 0 15 0 110185659 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548465867408 140548522579440 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16540] ppid=16531 vsize=10551232 memory=12874 CPUtime=0.29 cores=0,2,4,6
/proc/16534/task/16540/stat : 16540 (java) R 16531 16534 4674 0 -1 4202560 196 0 0 0 22 7 0 0 20 0 15 0 110185659 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548464814808 140548522580050 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16541] ppid=16531 vsize=10551232 memory=21491 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16541/stat : 16541 (java) S 16531 16534 4674 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 110185660 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548032656544 140548537562837 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16542] ppid=16531 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16542/stat : 16542 (java) S 16531 16534 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110185661 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548031604000 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16543] ppid=16531 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16543/stat : 16543 (java) S 16531 16534 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110185661 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548030551664 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16544] ppid=16531 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16544/stat : 16544 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110185663 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548029499984 140548537571227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16545] ppid=16531 vsize=10551232 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/16534/task/16545/stat : 16545 (java) S 16531 16534 4674 0 -1 1077944384 1229 0 0 0 29 0 0 0 20 0 15 0 110185663 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548028446832 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16546] ppid=16531 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/16534/task/16546/stat : 16546 (java) S 16531 16534 4674 0 -1 1077944384 846 0 0 0 23 0 0 0 20 0 15 0 110185663 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548027394032 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16547] ppid=16531 vsize=10551232 memory=29 CPUtime=0.19 cores=0,2,4,6
/proc/16534/task/16547/stat : 16547 (java) S 16531 16534 4674 0 -1 1077944384 982 0 0 0 19 0 0 0 20 0 15 0 110185663 10804461568 130745 18446744073709551615 4194304 4196468 140726065415312 140548026337616 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0

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

/proc/16534/task/16541/stat : 16541 (java) S 16531 16534 4674 0 -1 1077944384 63318 0 0 0 1816 6 0 0 20 0 16 0 110185660 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548032658032 140548537563778 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16542] ppid=16531 vsize=10617796 memory=8132820 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16542/stat : 16542 (java) S 16531 16534 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 110185661 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548031604064 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16543] ppid=16531 vsize=10617796 memory=8132820 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16543/stat : 16543 (java) S 16531 16534 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110185661 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548030551680 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16544] ppid=16531 vsize=10617796 memory=8132820 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16544/stat : 16544 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548029499984 140548537571227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16545] ppid=16531 vsize=10617796 memory=4288 CPUtime=1.48 cores=0,2,4,6
/proc/16534/task/16545/stat : 16545 (java) S 16531 16534 4674 0 -1 1077944384 9149 0 0 0 146 2 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548028446832 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16546] ppid=16531 vsize=10617796 memory=8132820 CPUtime=1.23 cores=0,2,4,6
/proc/16534/task/16546/stat : 16546 (java) S 16531 16534 4674 0 -1 1077944384 5691 0 0 0 121 2 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548027394032 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16547] ppid=16531 vsize=10617796 memory=4148 CPUtime=0.34 cores=0,2,4,6
/proc/16534/task/16547/stat : 16547 (java) S 16531 16534 4674 0 -1 1077944384 3506 0 0 0 32 2 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548026341744 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16548] ppid=16531 vsize=10617796 memory=8132816 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16548/stat : 16548 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548025289184 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16549] ppid=16531 vsize=10617796 memory=8132816 CPUtime=1.29 cores=0,2,4,6
/proc/16534/task/16549/stat : 16549 (java) S 16531 16534 4674 0 -1 1077944384 2070 0 0 0 64 65 0 0 20 0 16 0 110185671 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548024236976 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16552] ppid=16531 vsize=10617796 memory=8132820 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16552/stat : 16552 (java) S 16531 16534 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110192289 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548023182512 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
Current children cumulated CPU time: 2427.47 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 8132820 KiB

[startup+2142.3 s]
/proc/loadavg: 2.31 2.18 2.48 3/217 16765
/proc/meminfo: memFree=21577128/32770624 swapFree=67108764/67108860
[pid=16534] ppid=16531 vsize=10617796 memory=8132820 CPUtime=2487.49 cores=0,2,4,6
/proc/16534/stat : 16534 (java) S 16531 16534 4674 0 -1 1077944320 3188843 0 0 0 247898 851 0 0 20 0 16 0 110185652 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140726065397856 140548537552631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
/proc/16534/statm: 2654449 2033205 3133 1 0 2643902 0
[pid=16534/tid=16536] ppid=16531 vsize=10617796 memory=8132820 CPUtime=2006.96 cores=0,2,4,6
/proc/16534/task/16536/stat : 16536 (java) R 16531 16534 4674 0 -1 4202560 2883241 0 0 0 200520 176 0 0 20 0 16 0 110185658 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548541791584 140548127555788 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16537] ppid=16531 vsize=10617796 memory=8132820 CPUtime=114.37 cores=0,2,4,6
/proc/16534/task/16537/stat : 16537 (java) S 16531 16534 4674 0 -1 1077944384 47492 0 0 0 11281 156 0 0 20 0 16 0 110185659 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548467972496 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16538] ppid=16531 vsize=10617796 memory=8132820 CPUtime=114.08 cores=0,2,4,6
/proc/16534/task/16538/stat : 16538 (java) S 16531 16534 4674 0 -1 1077944384 40228 0 0 0 11255 153 0 0 20 0 16 0 110185659 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548466919696 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16539] ppid=16531 vsize=10617796 memory=8132820 CPUtime=114.23 cores=0,2,4,6
/proc/16534/task/16539/stat : 16539 (java) S 16531 16534 4674 0 -1 1077944384 23119 0 0 0 11274 149 0 0 20 0 16 0 110185659 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548465867408 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16540] ppid=16531 vsize=10617796 memory=8132820 CPUtime=115.17 cores=0,2,4,6
/proc/16534/task/16540/stat : 16540 (java) S 16531 16534 4674 0 -1 1077944384 109558 0 0 0 11363 154 0 0 20 0 16 0 110185659 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548464814608 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16541] ppid=16531 vsize=10617796 memory=8132820 CPUtime=18.22 cores=0,2,4,6
/proc/16534/task/16541/stat : 16541 (java) S 16531 16534 4674 0 -1 1077944384 63327 0 0 0 1816 6 0 0 20 0 16 0 110185660 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548032658032 140548537563778 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16542] ppid=16531 vsize=10617796 memory=8132820 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16542/stat : 16542 (java) S 16531 16534 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 110185661 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548031604064 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16543] ppid=16531 vsize=10617796 memory=8132820 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16543/stat : 16543 (java) S 16531 16534 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110185661 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548030551680 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16544] ppid=16531 vsize=10617796 memory=8132820 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16544/stat : 16544 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548029499984 140548537571227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16545] ppid=16531 vsize=10617796 memory=4148 CPUtime=1.48 cores=0,2,4,6
/proc/16534/task/16545/stat : 16545 (java) S 16531 16534 4674 0 -1 1077944384 9153 0 0 0 146 2 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548028446832 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16546] ppid=16531 vsize=10617796 memory=53480 CPUtime=1.23 cores=0,2,4,6
/proc/16534/task/16546/stat : 16546 (java) S 16531 16534 4674 0 -1 1077944384 5696 0 0 0 121 2 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548027394032 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16547] ppid=16531 vsize=10617796 memory=8132820 CPUtime=0.34 cores=0,2,4,6
/proc/16534/task/16547/stat : 16547 (java) S 16531 16534 4674 0 -1 1077944384 3512 0 0 0 32 2 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548026341744 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16548] ppid=16531 vsize=10617796 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16548/stat : 16548 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548025289184 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16549] ppid=16531 vsize=10617796 memory=4148 CPUtime=1.33 cores=0,2,4,6
/proc/16534/task/16549/stat : 16549 (java) S 16531 16534 4674 0 -1 1077944384 2108 0 0 0 66 67 0 0 20 0 16 0 110185671 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548024236976 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16552] ppid=16531 vsize=10617796 memory=53480 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16552/stat : 16552 (java) S 16531 16534 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110192289 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548023182512 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
Current children cumulated CPU time: 2487.49 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 8132820 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2174.8 s]
/proc/loadavg: 2.19 2.16 2.47 3/214 16766
/proc/meminfo: memFree=21580284/32770624 swapFree=67108764/67108860
[pid=16534] ppid=16531 vsize=10617796 memory=8132820 CPUtime=2520.01 cores=0,2,4,6
/proc/16534/stat : 16534 (java) S 16531 16534 4674 0 -1 1077944320 3254478 0 0 0 251145 856 0 0 20 0 16 0 110185652 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140726065397856 140548537552631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
/proc/16534/statm: 2654449 2033205 3133 1 0 2643902 0
[pid=16534/tid=16536] ppid=16531 vsize=10617796 memory=1232 CPUtime=2039.46 cores=0,2,4,6
/proc/16534/task/16536/stat : 16536 (java) R 16531 16534 4674 0 -1 4202560 2948806 0 0 0 203766 180 0 0 20 0 16 0 110185658 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548541791584 140548127878928 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16537] ppid=16531 vsize=10617796 memory=-8774313645642428999 CPUtime=114.37 cores=0,2,4,6
/proc/16534/task/16537/stat : 16537 (java) S 16531 16534 4674 0 -1 1077944384 47492 0 0 0 11281 156 0 0 20 0 16 0 110185659 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548467972496 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16538] ppid=16531 vsize=10617796 memory=1608 CPUtime=114.08 cores=0,2,4,6
/proc/16534/task/16538/stat : 16538 (java) S 16531 16534 4674 0 -1 1077944384 40228 0 0 0 11255 153 0 0 20 0 16 0 110185659 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548466919696 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16539] ppid=16531 vsize=10617796 memory=928 CPUtime=114.23 cores=0,2,4,6
/proc/16534/task/16539/stat : 16539 (java) S 16531 16534 4674 0 -1 1077944384 23119 0 0 0 11274 149 0 0 20 0 16 0 110185659 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548465867408 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16540] ppid=16531 vsize=10617796 memory=2164 CPUtime=115.17 cores=0,2,4,6
/proc/16534/task/16540/stat : 16540 (java) S 16531 16534 4674 0 -1 1077944384 109558 0 0 0 11363 154 0 0 20 0 16 0 110185659 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548464814608 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16541] ppid=16531 vsize=10617796 memory=844 CPUtime=18.22 cores=0,2,4,6
/proc/16534/task/16541/stat : 16541 (java) S 16531 16534 4674 0 -1 1077944384 63336 0 0 0 1816 6 0 0 20 0 16 0 110185660 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548032658032 140548537563778 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16542] ppid=16531 vsize=10617796 memory=16436 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16542/stat : 16542 (java) S 16531 16534 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 110185661 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548031604064 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16543] ppid=16531 vsize=10617796 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16543/stat : 16543 (java) S 16531 16534 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110185661 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548030551680 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16544] ppid=16531 vsize=10617796 memory=644 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16544/stat : 16544 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548029499984 140548537571227 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16545] ppid=16531 vsize=10617796 memory=1796 CPUtime=1.48 cores=0,2,4,6
/proc/16534/task/16545/stat : 16545 (java) S 16531 16534 4674 0 -1 1077944384 9159 0 0 0 146 2 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548028446832 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16546] ppid=16531 vsize=10617796 memory=956 CPUtime=1.23 cores=0,2,4,6
/proc/16534/task/16546/stat : 16546 (java) S 16531 16534 4674 0 -1 1077944384 5705 0 0 0 121 2 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548027394032 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16547] ppid=16531 vsize=10617796 memory=2244 CPUtime=0.34 cores=0,2,4,6
/proc/16534/task/16547/stat : 16547 (java) S 16531 16534 4674 0 -1 1077944384 3519 0 0 0 32 2 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548026341744 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16548] ppid=16531 vsize=10617796 memory=4288 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16548/stat : 16548 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110185663 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548025289184 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16549] ppid=16531 vsize=10617796 memory=1608 CPUtime=1.35 cores=0,2,4,6
/proc/16534/task/16549/stat : 16549 (java) S 16531 16534 4674 0 -1 1077944384 2147 0 0 0 67 68 0 0 20 0 16 0 110185671 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548024236976 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16552] ppid=16531 vsize=10617796 memory=928 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16552/stat : 16552 (java) S 16531 16534 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110192289 10872623104 2033205 18446744073709551615 4194304 4196468 140726065415312 140548023182512 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 8132820 KiB

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

[startup+2175.09 s]
# the end of solver process 16534 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2511.5 s, system=8.62641 s

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

[startup+2175 s]*
/proc/loadavg: 2.17 2.16 2.46 2/215 16769
/proc/meminfo: memFree=21580284/32770624 swapFree=67108764/67108860
[pid=16534] ppid=16531 vsize=10817488 memory=8133136 CPUtime=2520.03 cores=0,2,4,6
/proc/16534/stat : 16534 (java) S 16531 16534 4674 0 -1 1077944320 3255432 0 0 0 251146 857 0 0 20 0 17 0 110185652 11077107712 2033284 18446744073709551615 4194304 4196468 140726065415312 140726065397856 140548537552631 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
/proc/16534/statm: 2704372 2033284 3135 1 0 2693825 0
[pid=16534/tid=16536] ppid=16531 vsize=10817488 memory=-8774313645642428999 CPUtime=2039.47 cores=0,2,4,6
/proc/16534/task/16536/stat : 16536 (java) S 16531 16534 4674 0 -1 1077944384 2948868 0 0 0 203767 180 0 0 20 0 17 0 110185658 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548541795504 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16537] ppid=16531 vsize=10817488 memory=4872558044660077418 CPUtime=114.37 cores=0,2,4,6
/proc/16534/task/16537/stat : 16537 (java) S 16531 16534 4674 0 -1 1077944384 47492 0 0 0 11281 156 0 0 20 0 17 0 110185659 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548467972496 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16538] ppid=16531 vsize=10817488 memory=4427205132082312746 CPUtime=114.08 cores=0,2,4,6
/proc/16534/task/16538/stat : 16538 (java) S 16531 16534 4674 0 -1 1077944384 40228 0 0 0 11255 153 0 0 20 0 17 0 110185659 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548466919696 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16539] ppid=16531 vsize=10817488 memory=-7023579799431922829 CPUtime=114.23 cores=0,2,4,6
/proc/16534/task/16539/stat : 16539 (java) S 16531 16534 4674 0 -1 1077944384 23119 0 0 0 11274 149 0 0 20 0 17 0 110185659 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548465867408 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16540] ppid=16531 vsize=10817488 memory=-8412652152092201843 CPUtime=115.17 cores=0,2,4,6
/proc/16534/task/16540/stat : 16540 (java) S 16531 16534 4674 0 -1 1077944384 109558 0 0 0 11363 154 0 0 20 0 17 0 110185659 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548464814608 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16541] ppid=16531 vsize=10817488 memory=4629546024076873078 CPUtime=18.22 cores=0,2,4,6
/proc/16534/task/16541/stat : 16541 (java) S 16531 16534 4674 0 -1 1077944384 63373 0 0 0 1816 6 0 0 20 0 17 0 110185660 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548032658032 140548537563778 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16542] ppid=16531 vsize=10817488 memory=4426639978525455914 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16542/stat : 16542 (java) S 16531 16534 4674 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 110185661 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548031604064 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16543] ppid=16531 vsize=10817488 memory=3047711553219693942 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16543/stat : 16543 (java) S 16531 16534 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 110185661 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548030551680 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16544] ppid=16531 vsize=10817488 memory=-7521736447810188379 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16544/stat : 16544 (java) S 16531 16534 4674 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 17 0 110185663 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548029499984 140548537571227 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16545] ppid=16531 vsize=10817488 memory=7897517683652307531 CPUtime=1.48 cores=0,2,4,6
/proc/16534/task/16545/stat : 16545 (java) R 16531 16534 4674 0 -1 4202560 9222 0 0 0 146 2 0 0 20 0 17 0 110185663 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548028446832 140548515404379 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16546] ppid=16531 vsize=10817488 memory=8514726395715349656 CPUtime=1.23 cores=0,2,4,6
/proc/16534/task/16546/stat : 16546 (java) S 16531 16534 4674 0 -1 1077944384 5705 0 0 0 121 2 0 0 20 0 17 0 110185663 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548027394032 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16547] ppid=16531 vsize=10817488 memory=7100839878645619564 CPUtime=0.35 cores=0,2,4,6
/proc/16534/task/16547/stat : 16547 (java) S 16531 16534 4674 0 -1 1077944384 3962 0 0 0 33 2 0 0 20 0 17 0 110185663 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548026341744 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16548] ppid=16531 vsize=10817488 memory=-8634980985311628903 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16548/stat : 16548 (java) S 16531 16534 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110185663 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548025289184 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16549] ppid=16531 vsize=10817488 memory=3047711553320166262 CPUtime=1.35 cores=0,2,4,6
/proc/16534/task/16549/stat : 16549 (java) S 16531 16534 4674 0 -1 1077944384 2147 0 0 0 67 68 0 0 20 0 17 0 110185671 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548024236976 140548537563778 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16767] ppid=16531 vsize=10817488 memory=-8412652169205224307 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16767/stat : 16767 (java) S 16531 16534 4674 0 -1 1077944384 178 0 0 0 0 0 0 0 20 0 17 0 110403133 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548022129520 140548537562837 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
[pid=16534/tid=16768] ppid=16531 vsize=10817488 memory=7524503900901105746 CPUtime=0 cores=0,2,4,6
/proc/16534/task/16768/stat : 16768 (java) R 16531 16534 4674 0 -1 4202560 229 0 0 0 0 0 0 0 20 0 17 0 110403133 11077107712 2033286 18446744073709551615 4194304 4196468 140726065415312 140548021075504 140548124060699 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24973312 140726065422736 140726065422889 140726065422889 140726065426383 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 8133136 KiB

Child status: 143
Real time (s): 2175.09
CPU time (s): 2520.13
CPU user time (s): 2511.5
CPU system time (s): 8.62641
CPU usage (%): 115.863
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 8133136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2511.5
system time used= 8.62641
maximum resident set size= 8133360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3256259
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= 56781
involuntary context switches= 17666


# summary of solver processes directly reported to runsolver:
#   pid: 16534
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2511.5
#   total CPU system time (s): 8.62641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.9364 second user time and 14.2586 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 14:05:58
IDJOB=4263565
IDBENCH=127929
IDSOLVER=2651
FILE ID=node134/4263565-1502626792
RUNJOBID= node134-1502619645-14324
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/RectPacking/RectPacking-m1-perf/RectPacking-perfect-053.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263565-1502626792/watcher-4263565-1502626792 -o /tmp/evaluation-result-4263565-1502626792/solver-4263565-1502626792 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14324 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263565-1502626792.xml

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

MD5SUM BENCH= d8e64a8376c09b2fcb98ca5e9fb498ee
RANDOM SEED=715099611

node134.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.43
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.43
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.43
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.43
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:        29903060 kB
MemAvailable:   30113436 kB
Buffers:          223004 kB
Cached:           280808 kB
SwapCached:            4 kB
Active:          2207864 kB
Inactive:         207192 kB
Active(anon):    1858140 kB
Inactive(anon):    94440 kB
Active(file):     349724 kB
Inactive(file):   112752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1680 kB
Writeback:             0 kB
AnonPages:       1577564 kB
Mapped:            67476 kB
Shmem:             41564 kB
Slab:             154220 kB
SReclaimable:     127472 kB
SUnreclaim:        26748 kB
KernelStack:        3520 kB
PageTables:         8756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3148868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1466368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

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