Trace number 4263488

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.1001 2509.26

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K097.xml
MD5SUMc736c64a10dc2dd55507b217b8552514
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 variables6596
Number of constraints6792
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":6596}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":174},{"degree":5,"count":1168},{"degree":6,"count":2582},{"degree":7,"count":1621},{"degree":8,"count":668},{"degree":9,"count":192},{"degree":10,"count":190}]
Minimum constraint arity1
Maximum constraint arity97
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1248},{"arity":3,"count":2592},{"arity":4,"count":1728},{"arity":5,"count":576},{"arity":6,"count":192},{"arity":7,"count":192},{"arity":68,"count":194},{"arity":97,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":6792}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263488-1502632347/watcher-4263488-1502632347 -o /tmp/evaluation-result-4263488-1502632347/solver-4263488-1502632347 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24884 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263488-1502632347.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=26129, runsolver pid=26126
Current StackSize limit: 8192 KiB


[startup+0.100169 s]*
/proc/loadavg: 3.88 2.57 2.17 3/204 26138
/proc/meminfo: memFree=27826176/32770624 swapFree=67108860/67108860
[pid=26129] ppid=26126 vsize=10484492 memory=22324 CPUtime=0.05 cores=0,2,4,6
/proc/26129/stat : 26129 (java) S 26126 26129 11586 0 -1 1077944320 4544 0 0 0 4 1 0 0 20 0 14 0 51575320 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140724748398064 140304457801463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
/proc/26129/statm: 2621123 5581 2574 1 0 2610620 0
[pid=26129/tid=26131] ppid=26126 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=0,2,4,6
/proc/26129/task/26131/stat : 26131 (java) D 26126 26129 11586 0 -1 4202560 2657 0 0 0 3 1 0 0 20 0 14 0 51575326 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140304462038944 140304457823485 0 4 1 16800974 18446744071580418449 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26132] ppid=26126 vsize=10484492 memory=-5738297875903123798 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26132/stat : 26132 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51575326 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140304388221968 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26133] ppid=26126 vsize=10484492 memory=140306429007488 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26133/stat : 26133 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51575326 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140304387169424 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26134] ppid=26126 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26134/stat : 26134 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 51575326 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140304386116368 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26135] ppid=26126 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26135/stat : 26135 (java) S 26126 26129 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51575326 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140304385063824 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26136] ppid=26126 vsize=10484492 memory=140306429007488 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26136/stat : 26136 (java) S 26126 26129 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 51575328 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140303954561264 140304457812610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26137] ppid=26126 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26137/stat : 26137 (java) S 26126 26129 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 51575328 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140303953507488 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26138] ppid=26126 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26138/stat : 26138 (java) S 26126 26129 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 51575328 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140303952454384 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26139] ppid=26126 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26139/stat : 26139 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51575331 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140303951402960 140304457820059 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26140] ppid=26126 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26140/stat : 26140 (java) S 26126 26129 11586 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 14 0 51575331 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140303950351088 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26141] ppid=26126 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26141/stat : 26141 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51575331 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140303949298544 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26142] ppid=26126 vsize=10484492 memory=140306429007488 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26142/stat : 26142 (java) S 26126 26129 11586 0 -1 1077944384 221 0 0 0 0 0 0 0 20 0 14 0 51575331 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140303948245488 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26143] ppid=26126 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26143/stat : 26143 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 51575331 10736119808 5581 18446744073709551615 4194304 4196468 140724748415520 140303947193184 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22324 KiB

[startup+0.21358 s]*
/proc/loadavg: 3.88 2.57 2.17 7/210 26144
/proc/meminfo: memFree=27814744/32770624 swapFree=67108860/67108860
[pid=26129] ppid=26126 vsize=10551156 memory=31928 CPUtime=0.17 cores=0,2,4,6
/proc/26129/stat : 26129 (java) S 26126 26129 11586 0 -1 1077944320 7763 0 0 0 15 2 0 0 20 0 15 0 51575320 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140724748398064 140304457801463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
/proc/26129/statm: 2637789 7982 2859 1 0 2627261 0
[pid=26129/tid=26131] ppid=26126 vsize=10551156 memory=8316850467074736180 CPUtime=0.11 cores=0,2,4,6
/proc/26129/task/26131/stat : 26131 (java) R 26126 26129 11586 0 -1 4202560 5463 0 0 0 10 1 0 0 20 0 15 0 51575326 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140304462024256 140304439196669 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26132] ppid=26126 vsize=10551156 memory=1354 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26132/stat : 26132 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575326 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140304388221968 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26133] ppid=26126 vsize=10551156 memory=3905661903264831136 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26133/stat : 26133 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575326 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140304387169424 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26134] ppid=26126 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26134/stat : 26134 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575326 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140304386116368 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26135] ppid=26126 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26135/stat : 26135 (java) S 26126 26129 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51575326 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140304385063824 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26136] ppid=26126 vsize=10551156 memory=140306429007488 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26136/stat : 26136 (java) S 26126 26129 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51575328 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140303954561264 140304457812610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26137] ppid=26126 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26137/stat : 26137 (java) S 26126 26129 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51575328 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140303953507488 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26138] ppid=26126 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26138/stat : 26138 (java) S 26126 26129 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51575328 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140303952454384 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26139] ppid=26126 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26139/stat : 26139 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51575331 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140303951402960 140304457820059 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26140] ppid=26126 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26140/stat : 26140 (java) S 26126 26129 11586 0 -1 1077944384 471 0 0 0 0 0 0 0 20 0 15 0 51575331 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140303950351088 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26141] ppid=26126 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26141/stat : 26141 (java) S 26126 26129 11586 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 51575331 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140303949298544 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26142] ppid=26126 vsize=10551156 memory=140306429007488 CPUtime=0.02 cores=0,2,4,6
/proc/26129/task/26142/stat : 26142 (java) R 26126 26129 11586 0 -1 4202560 380 0 0 0 2 0 0 0 20 0 15 0 51575331 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140303948245488 140304457822810 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26143] ppid=26126 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26143/stat : 26143 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51575331 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140303947193184 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26144] ppid=26126 vsize=10551156 memory=140306429007488 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26144/stat : 26144 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575335 10804383744 7982 18446744073709551615 4194304 4196468 140724748415520 140303946140208 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31928 KiB

[startup+0.312971 s]*
/proc/loadavg: 3.88 2.57 2.17 4/210 26144
/proc/meminfo: memFree=27806608/32770624 swapFree=67108860/67108860
[pid=26129] ppid=26126 vsize=10551156 memory=43864 CPUtime=0.38 cores=0,2,4,6
/proc/26129/stat : 26129 (java) S 26126 26129 11586 0 -1 1077944320 9237 0 0 0 35 3 0 0 20 0 15 0 51575320 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140724748398064 140304457801463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
/proc/26129/statm: 2637789 10966 2983 1 0 2627261 0
[pid=26129/tid=26131] ppid=26126 vsize=10551156 memory=8318255677412212789 CPUtime=0.21 cores=0,2,4,6
/proc/26129/task/26131/stat : 26131 (java) R 26126 26129 11586 0 -1 4202560 5667 0 0 0 19 2 0 0 20 0 15 0 51575326 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140304462032304 140304457823389 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26132] ppid=26126 vsize=10551156 memory=328 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26132/stat : 26132 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575326 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140304388221968 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26133] ppid=26126 vsize=10551156 memory=3835009489382168224 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26133/stat : 26133 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575326 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140304387169424 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26134] ppid=26126 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26134/stat : 26134 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575326 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140304386116368 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26135] ppid=26126 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26135/stat : 26135 (java) S 26126 26129 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51575326 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140304385063824 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26136] ppid=26126 vsize=10551156 memory=3184238226504976048 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26136/stat : 26136 (java) S 26126 26129 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51575328 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140303954561264 140304457812610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26137] ppid=26126 vsize=10551156 memory=8388367118360672371 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26137/stat : 26137 (java) S 26126 26129 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51575328 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140303953507488 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26138] ppid=26126 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26138/stat : 26138 (java) S 26126 26129 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51575328 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140303952454384 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26139] ppid=26126 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26139/stat : 26139 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51575331 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140303951402960 140304457820059 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26140] ppid=26126 vsize=10551156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/26129/task/26140/stat : 26140 (java) R 26126 26129 11586 0 -1 1077944384 806 0 0 0 3 0 0 0 20 0 15 0 51575331 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140303950341008 140304457811669 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26141] ppid=26126 vsize=10551156 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/26129/task/26141/stat : 26141 (java) R 26126 26129 11586 0 -1 4202560 552 0 0 0 3 0 0 0 20 0 15 0 51575331 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140303949283064 140304437047970 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26142] ppid=26126 vsize=10551156 memory=140306429007488 CPUtime=0.07 cores=0,2,4,6
/proc/26129/task/26142/stat : 26142 (java) R 26126 26129 11586 0 -1 4202560 845 0 0 0 7 0 0 0 20 0 15 0 51575331 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140303948241416 140304439053154 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26143] ppid=26126 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26143/stat : 26143 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51575331 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140303947193184 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26144] ppid=26126 vsize=10551156 memory=140306429007488 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26144/stat : 26144 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575335 10804383744 10966 18446744073709551615 4194304 4196468 140724748415520 140303946140208 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 43864 KiB

[startup+0.707437 s]
/proc/loadavg: 3.88 2.57 2.17 5/210 26144
/proc/meminfo: memFree=27786700/32770624 swapFree=67108860/67108860
[pid=26129] ppid=26126 vsize=10551232 memory=120124 CPUtime=1.61 cores=0,2,4,6
/proc/26129/stat : 26129 (java) S 26126 26129 11586 0 -1 1077944320 12990 0 0 0 156 5 0 0 20 0 15 0 51575320 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140724748398064 140304457801463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
/proc/26129/statm: 2637808 30031 3062 1 0 2627261 0
[pid=26129/tid=26131] ppid=26126 vsize=10551232 memory=2372 CPUtime=0.6 cores=0,2,4,6
/proc/26129/task/26131/stat : 26131 (java) R 26126 26129 11586 0 -1 4202560 6889 0 0 0 57 3 0 0 20 0 15 0 51575326 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140304462039344 140304440220839 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26132] ppid=26126 vsize=10551232 memory=8514726395714820747 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26132/stat : 26132 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575326 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140304388221968 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26133] ppid=26126 vsize=10551232 memory=-7096649868621430206 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26133/stat : 26133 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575326 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140304387169424 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26134] ppid=26126 vsize=10551232 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26134/stat : 26134 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575326 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140304386116368 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26135] ppid=26126 vsize=10551232 memory=6946642314901214822 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26135/stat : 26135 (java) S 26126 26129 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 51575326 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140304385063824 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26136] ppid=26126 vsize=10551232 memory=7523896944748882536 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26136/stat : 26136 (java) S 26126 26129 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 51575328 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140303954561264 140304457812610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26137] ppid=26126 vsize=10551232 memory=8900 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26137/stat : 26137 (java) S 26126 26129 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51575328 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140303953507488 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26138] ppid=26126 vsize=10551232 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26138/stat : 26138 (java) S 26126 26129 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51575328 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140303952454384 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26139] ppid=26126 vsize=10551232 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26139/stat : 26139 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51575331 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140303951402960 140304457820059 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26140] ppid=26126 vsize=10551232 memory=1204 CPUtime=0.37 cores=0,2,4,6
/proc/26129/task/26140/stat : 26140 (java) R 26126 26129 11586 0 -1 4202560 1588 0 0 0 37 0 0 0 20 0 15 0 51575331 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140303950339648 140304435658305 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26141] ppid=26126 vsize=10551232 memory=15880 CPUtime=0.35 cores=0,2,4,6
/proc/26129/task/26141/stat : 26141 (java) R 26126 26129 11586 0 -1 4202560 1708 0 0 0 35 0 0 0 20 0 15 0 51575331 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140303949294912 140304436217798 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26142] ppid=26126 vsize=10551232 memory=16240 CPUtime=0.26 cores=0,2,4,6
/proc/26129/task/26142/stat : 26142 (java) R 26126 26129 11586 0 -1 4202560 1434 0 0 0 26 0 0 0 20 0 15 0 51575331 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140303948243280 140304437093661 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26143] ppid=26126 vsize=10551232 memory=16996 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26143/stat : 26143 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51575331 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140303947193184 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26144] ppid=26126 vsize=10551232 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26144/stat : 26144 (java) S 26126 26129 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51575335 10804461568 30031 18446744073709551615 4194304 4196468 140724748415520 140303946140208 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 120124 KiB

[startup+1.50079 s]
/proc/loadavg: 3.88 2.57 2.17 5/210 26144
/proc/meminfo: memFree=27502284/32770624 swapFree=67108860/67108860
[pid=26129] ppid=26126 vsize=10551232 memory=510592 CPUtime=3.65 cores=0,2,4,6
/proc/26129/stat : 26129 (java) S 26126 26129 11586 0 -1 1077944320 14601 0 0 0 349 16 0 0 20 0 15 0 51575320 10804461568 127648 18446744073709551615 4194304 4196468 140724748415520 140724748398064 140304457801463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
/proc/26129/statm: 2637808 127648 3104 1 0 2627261 0
[pid=26129/tid=26131] ppid=26126 vsize=10551232 memory=29456 CPUtime=1.34 cores=0,2,4,6
/proc/26129/task/26131/stat : 26131 (java) R 26126 26129 11586 0 -1 4202560 7539 0 0 0 126 8 0 0 20 0 15 0 51575326 10804461568 127648 18446744073709551615 4194304 4196468 140724748415520 140304462037896 140304053370409 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26132] ppid=26126 vsize=10551232 memory=2384 CPUtime=0.03 cores=0,2,4,6
/proc/26129/task/26132/stat : 26132 (java) S 26126 26129 11586 0 -1 1077944384 35 0 0 0 2 1 0 0 20 0 15 0 51575326 10804461568 127648 18446744073709551615 4194304 4196468 140724748415520 140304388221968 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26133] ppid=26126 vsize=10551232 memory=1296 CPUtime=0.03 cores=0,2,4,6
/proc/26129/task/26133/stat : 26133 (java) S 26126 26129 11586 0 -1 1077944384 36 0 0 0 2 1 0 0 20 0 15 0 51575326 10804461568 127648 18446744073709551615 4194304 4196468 140724748415520 140304387169424 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26134] ppid=26126 vsize=10551232 memory=348496 CPUtime=0.03 cores=0,2,4,6
/proc/26129/task/26134/stat : 26134 (java) S 26126 26129 11586 0 -1 1077944384 30 0 0 0 2 1 0 0 20 0 15 0 51575326 10804461568 127648 18446744073709551615 4194304 4196468 140724748415520 140304386116368 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26135] ppid=26126 vsize=10551232 memory=31 CPUtime=0.03 cores=0,2,4,6
/proc/26129/task/26135/stat : 26135 (java) S 26126 26129 11586 0 -1 1077944384 32 0 0 0 2 1 0 0 20 0 15 0 51575326 10804461568 127648 18446744073709551615 4194304 4196468 140724748415520 140304385063824 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26136] ppid=26126 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26136/stat : 26136 (java) S 26126 26129 11586 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 51575328 10804461568 127648 18446744073709551615 4194304 4196468 140724748415520 140303954561264 140304457812610 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26137] ppid=26126 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26137/stat : 26137 (java) S 26126 26129 11586 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 51575328 10804461568 127648 18446744073709551615 4194304 4196468 140724748415520 140303953507488 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0

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

/proc/26129/task/26134/stat : 26134 (java) S 26126 26129 11586 0 -1 1077944384 2021 0 0 0 183 17 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304386116368 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26135] ppid=26126 vsize=10617796 memory=1508568 CPUtime=2.06 cores=0,2,4,6
/proc/26129/task/26135/stat : 26135 (java) S 26126 26129 11586 0 -1 1077944384 2049 0 0 0 188 18 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304385063824 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26136] ppid=26126 vsize=10617796 memory=1508568 CPUtime=0.36 cores=0,2,4,6
/proc/26129/task/26136/stat : 26136 (java) S 26126 26129 11586 0 -1 1077944384 2502 0 0 0 35 1 0 0 20 0 16 0 51575328 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303954561264 140304457812610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26137] ppid=26126 vsize=10617796 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26137/stat : 26137 (java) S 26126 26129 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 51575328 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303953507552 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26138] ppid=26126 vsize=10617796 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26138/stat : 26138 (java) S 26126 26129 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 51575328 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303952454400 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26139] ppid=26126 vsize=10617796 memory=1508568 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26139/stat : 26139 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303951402960 140304457820059 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26140] ppid=26126 vsize=10617796 memory=1508568 CPUtime=1.74 cores=0,2,4,6
/proc/26129/task/26140/stat : 26140 (java) S 26126 26129 11586 0 -1 1077944384 5107 0 0 0 174 0 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303950351088 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26141] ppid=26126 vsize=10617796 memory=4120 CPUtime=1.97 cores=0,2,4,6
/proc/26129/task/26141/stat : 26141 (java) S 26126 26129 11586 0 -1 1077944384 7308 0 0 0 196 1 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303949298544 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26142] ppid=26126 vsize=10617796 memory=29624 CPUtime=0.51 cores=0,2,4,6
/proc/26129/task/26142/stat : 26142 (java) S 26126 26129 11586 0 -1 1077944384 3373 0 0 0 50 1 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303948245488 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26143] ppid=26126 vsize=10617796 memory=7162818425612428392 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26143/stat : 26143 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303947193184 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26144] ppid=26126 vsize=10617796 memory=7236229500900889454 CPUtime=0.89 cores=0,2,4,6
/proc/26129/task/26144/stat : 26144 (java) S 26126 26129 11586 0 -1 1077944384 1975 0 0 0 44 45 0 0 20 0 16 0 51575335 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303946140208 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26145] ppid=26126 vsize=10617796 memory=1508568 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26145/stat : 26145 (java) S 26126 26129 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51575718 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303945086000 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
Current children cumulated CPU time: 2453.29 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1508568 KiB

[startup+2502.3 s]
/proc/loadavg: 4.21 2.88 2.39 6/210 26500
/proc/meminfo: memFree=21979760/32770624 swapFree=67108860/67108860
[pid=26129] ppid=26126 vsize=10617796 memory=1508568 CPUtime=2513.32 cores=0,2,4,6
/proc/26129/stat : 26129 (java) S 26126 26129 11586 0 -1 1077944320 58274 0 0 0 251209 123 0 0 20 0 16 0 51575320 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140724748398064 140304457801463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
/proc/26129/statm: 2654449 377142 3150 1 0 2643902 0
[pid=26129/tid=26131] ppid=26126 vsize=10617796 memory=1508568 CPUtime=2499.71 cores=0,2,4,6
/proc/26129/task/26131/stat : 26131 (java) R 26126 26129 11586 0 -1 4202560 26569 0 0 0 249956 15 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304462038200 140304054868956 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26132] ppid=26126 vsize=10617796 memory=1508568 CPUtime=1.97 cores=0,2,4,6
/proc/26129/task/26132/stat : 26132 (java) S 26126 26129 11586 0 -1 1077944384 3751 0 0 0 182 15 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304388221968 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26133] ppid=26126 vsize=10617796 memory=1508568 CPUtime=1.98 cores=0,2,4,6
/proc/26129/task/26133/stat : 26133 (java) S 26126 26129 11586 0 -1 1077944384 2133 0 0 0 181 17 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304387169424 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26134] ppid=26126 vsize=10617796 memory=1508568 CPUtime=2 cores=0,2,4,6
/proc/26129/task/26134/stat : 26134 (java) S 26126 26129 11586 0 -1 1077944384 2021 0 0 0 183 17 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304386116368 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26135] ppid=26126 vsize=10617796 memory=1508568 CPUtime=2.06 cores=0,2,4,6
/proc/26129/task/26135/stat : 26135 (java) S 26126 26129 11586 0 -1 1077944384 2049 0 0 0 188 18 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304385063824 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26136] ppid=26126 vsize=10617796 memory=4120 CPUtime=0.36 cores=0,2,4,6
/proc/26129/task/26136/stat : 26136 (java) S 26126 26129 11586 0 -1 1077944384 2509 0 0 0 35 1 0 0 20 0 16 0 51575328 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303954561264 140304457812610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26137] ppid=26126 vsize=10617796 memory=29624 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26137/stat : 26137 (java) S 26126 26129 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 51575328 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303953507552 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26138] ppid=26126 vsize=10617796 memory=1508568 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26138/stat : 26138 (java) S 26126 26129 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 51575328 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303952454400 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26139] ppid=26126 vsize=10617796 memory=4120 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26139/stat : 26139 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303951402960 140304457820059 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26140] ppid=26126 vsize=10617796 memory=1508568 CPUtime=1.74 cores=0,2,4,6
/proc/26129/task/26140/stat : 26140 (java) S 26126 26129 11586 0 -1 1077944384 5109 0 0 0 174 0 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303950351088 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26141] ppid=26126 vsize=10617796 memory=1508568 CPUtime=1.97 cores=0,2,4,6
/proc/26129/task/26141/stat : 26141 (java) S 26126 26129 11586 0 -1 1077944384 7316 0 0 0 196 1 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303949298544 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26142] ppid=26126 vsize=10617796 memory=-8774313645642428999 CPUtime=0.51 cores=0,2,4,6
/proc/26129/task/26142/stat : 26142 (java) S 26126 26129 11586 0 -1 1077944384 3375 0 0 0 50 1 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303948245488 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26143] ppid=26126 vsize=10617796 memory=8900 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26143/stat : 26143 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303947193184 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26144] ppid=26126 vsize=10617796 memory=1508568 CPUtime=0.9 cores=0,2,4,6
/proc/26129/task/26144/stat : 26144 (java) S 26126 26129 11586 0 -1 1077944384 2007 0 0 0 44 46 0 0 20 0 16 0 51575335 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303946140208 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26145] ppid=26126 vsize=10617796 memory=1508568 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26145/stat : 26145 (java) S 26126 26129 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51575718 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303945086000 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
Current children cumulated CPU time: 2513.32 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1508568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509 s]*
/proc/loadavg: 4.27 2.91 2.41 6/210 26501
/proc/meminfo: memFree=21979756/32770624 swapFree=67108860/67108860
[pid=26129] ppid=26126 vsize=10617796 memory=1508568 CPUtime=2520.03 cores=0,2,4,6
/proc/26129/stat : 26129 (java) S 26126 26129 11586 0 -1 1077944320 58357 0 0 0 251880 123 0 0 20 0 16 0 51575320 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140724748398064 140304457801463 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
/proc/26129/statm: 2654449 377142 3150 1 0 2643902 0
[pid=26129/tid=26131] ppid=26126 vsize=10617796 memory=-8774313645642428999 CPUtime=2506.42 cores=0,2,4,6
/proc/26129/task/26131/stat : 26131 (java) R 26126 26129 11586 0 -1 4202560 26652 0 0 0 250627 15 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304462038200 140304050108519 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26132] ppid=26126 vsize=10617796 memory=9992 CPUtime=1.97 cores=0,2,4,6
/proc/26129/task/26132/stat : 26132 (java) S 26126 26129 11586 0 -1 1077944384 3751 0 0 0 182 15 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304388221968 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26133] ppid=26126 vsize=10617796 memory=1716 CPUtime=1.98 cores=0,2,4,6
/proc/26129/task/26133/stat : 26133 (java) S 26126 26129 11586 0 -1 1077944384 2133 0 0 0 181 17 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304387169424 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26134] ppid=26126 vsize=10617796 memory=1008 CPUtime=2 cores=0,2,4,6
/proc/26129/task/26134/stat : 26134 (java) S 26126 26129 11586 0 -1 1077944384 2021 0 0 0 183 17 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304386116368 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26135] ppid=26126 vsize=10617796 memory=-7003737579269690708 CPUtime=2.06 cores=0,2,4,6
/proc/26129/task/26135/stat : 26135 (java) S 26126 26129 11586 0 -1 1077944384 2049 0 0 0 188 18 0 0 20 0 16 0 51575326 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140304385063824 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26136] ppid=26126 vsize=10617796 memory=2168 CPUtime=0.36 cores=0,2,4,6
/proc/26129/task/26136/stat : 26136 (java) S 26126 26129 11586 0 -1 1077944384 2509 0 0 0 35 1 0 0 20 0 16 0 51575328 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303954561264 140304457812610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26137] ppid=26126 vsize=10617796 memory=836 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26137/stat : 26137 (java) S 26126 26129 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 51575328 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303953507552 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26138] ppid=26126 vsize=10617796 memory=3908 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26138/stat : 26138 (java) S 26126 26129 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 16 0 51575328 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303952454400 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26139] ppid=26126 vsize=10617796 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26139/stat : 26139 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303951402960 140304457820059 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26140] ppid=26126 vsize=10617796 memory=-8774313645642428999 CPUtime=1.74 cores=0,2,4,6
/proc/26129/task/26140/stat : 26140 (java) S 26126 26129 11586 0 -1 1077944384 5109 0 0 0 174 0 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303950351088 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26141] ppid=26126 vsize=10617796 memory=928 CPUtime=1.97 cores=0,2,4,6
/proc/26129/task/26141/stat : 26141 (java) S 26126 26129 11586 0 -1 1077944384 7316 0 0 0 196 1 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303949298544 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26142] ppid=26126 vsize=10617796 memory=1580 CPUtime=0.51 cores=0,2,4,6
/proc/26129/task/26142/stat : 26142 (java) S 26126 26129 11586 0 -1 1077944384 3375 0 0 0 50 1 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303948245488 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26143] ppid=26126 vsize=10617796 memory=2168 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26143/stat : 26143 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 51575331 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303947193184 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26144] ppid=26126 vsize=10617796 memory=836 CPUtime=0.91 cores=0,2,4,6
/proc/26129/task/26144/stat : 26144 (java) S 26126 26129 11586 0 -1 1077944384 2007 0 0 0 45 46 0 0 20 0 16 0 51575335 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303946140208 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26145] ppid=26126 vsize=10617796 memory=-7003737579269690708 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26145/stat : 26145 (java) S 26126 26129 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 51575718 10872623104 377142 18446744073709551615 4194304 4196468 140724748415520 140303945086000 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 1508568 KiB

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

[startup+2509.26 s]
# the end of solver process 26129 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.85 s, system=1.24416 s

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

[startup+2509.2 s]
/proc/loadavg: 4.27 2.91 2.41 6/210 26501
/proc/meminfo: memFree=21979756/32770624 swapFree=67108860/67108860
[pid=26129] ppid=26126 vsize=10817488 memory=1510884 CPUtime=2520.04 cores=0,2,4,6
/proc/26129/stat : 26129 (java) S 26126 26129 11586 0 -1 1077944320 58726 0 0 0 251881 123 0 0 20 0 17 0 51575320 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140724748398064 140304457801463 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 5 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
/proc/26129/statm: 2704372 377721 3153 1 0 2693825 0
[pid=26129/tid=26131] ppid=26126 vsize=10817488 memory=1508568 CPUtime=2506.43 cores=0,2,4,6
/proc/26129/task/26131/stat : 26131 (java) S 26126 26129 11586 0 -1 1077944384 26722 0 0 0 250628 15 0 0 20 0 17 0 51575326 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140304462044336 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26132] ppid=26126 vsize=10817488 memory=1508568 CPUtime=1.97 cores=0,2,4,6
/proc/26129/task/26132/stat : 26132 (java) S 26126 26129 11586 0 -1 1077944384 3751 0 0 0 182 15 0 0 20 0 17 0 51575326 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140304388221968 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26133] ppid=26126 vsize=10817488 memory=4872558044660077418 CPUtime=1.98 cores=0,2,4,6
/proc/26129/task/26133/stat : 26133 (java) S 26126 26129 11586 0 -1 1077944384 2133 0 0 0 181 17 0 0 20 0 17 0 51575326 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140304387169424 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26134] ppid=26126 vsize=10817488 memory=8900 CPUtime=2 cores=0,2,4,6
/proc/26129/task/26134/stat : 26134 (java) S 26126 26129 11586 0 -1 1077944384 2021 0 0 0 183 17 0 0 20 0 17 0 51575326 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140304386116368 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26135] ppid=26126 vsize=10817488 memory=4616 CPUtime=2.06 cores=0,2,4,6
/proc/26129/task/26135/stat : 26135 (java) S 26126 26129 11586 0 -1 1077944384 2049 0 0 0 188 18 0 0 20 0 17 0 51575326 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140304385063824 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26136] ppid=26126 vsize=10817488 memory=1440 CPUtime=0.36 cores=0,2,4,6
/proc/26129/task/26136/stat : 26136 (java) S 26126 26129 11586 0 -1 1077944384 2509 0 0 0 35 1 0 0 20 0 17 0 51575328 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140303954561264 140304457812610 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26137] ppid=26126 vsize=10817488 memory=1204 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26137/stat : 26137 (java) S 26126 26129 11586 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 51575328 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140303953507552 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26138] ppid=26126 vsize=10817488 memory=15880 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26138/stat : 26138 (java) S 26126 26129 11586 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 51575328 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140303952454400 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26139] ppid=26126 vsize=10817488 memory=16240 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26139/stat : 26139 (java) S 26126 26129 11586 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 17 0 51575331 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140303951402960 140304457820059 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26140] ppid=26126 vsize=10817488 memory=17080 CPUtime=1.74 cores=0,2,4,6
/proc/26129/task/26140/stat : 26140 (java) S 26126 26129 11586 0 -1 1077944384 5109 0 0 0 174 0 0 0 20 0 17 0 51575331 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140303950351088 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26141] ppid=26126 vsize=10817488 memory=4048 CPUtime=1.98 cores=0,2,4,6
/proc/26129/task/26141/stat : 26141 (java) S 26126 26129 11586 0 -1 1077944384 7316 0 0 0 196 2 0 0 20 0 17 0 51575331 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140303949298544 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26142] ppid=26126 vsize=10817488 memory=644 CPUtime=0.51 cores=0,2,4,6
/proc/26129/task/26142/stat : 26142 (java) S 26126 26129 11586 0 -1 1077944384 3415 0 0 0 50 1 0 0 20 0 17 0 51575331 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140303948245488 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26143] ppid=26126 vsize=10817488 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/26129/task/26143/stat : 26143 (java) S 26126 26129 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51575331 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140303947193184 140304457811669 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
[pid=26129/tid=26144] ppid=26126 vsize=10817488 memory=956 CPUtime=0.91 cores=0,2,4,6
/proc/26129/task/26144/stat : 26144 (java) S 26126 26129 11586 0 -1 1077944384 2007 0 0 0 45 46 0 0 20 0 17 0 51575335 11077107712 377721 18446744073709551615 4194304 4196468 140724748415520 140303946140208 140304457812610 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36831232 140724748419472 140724748419625 140724748419625 140724748423119 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 1510884 KiB

Child status: 143
Real time (s): 2509.26
CPU time (s): 2520.1
CPU user time (s): 2518.85
CPU system time (s): 1.24416
CPU usage (%): 100.432
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 1510884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.85
system time used= 1.24415
maximum resident set size= 1513324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58976
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56900
involuntary context switches= 2740


# summary of solver processes directly reported to runsolver:
#   pid: 26129
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2518.85
#   total CPU system time (s): 1.24416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4782 second user time and 22.3933 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 15:38:11
IDJOB=4263488
IDBENCH=135026
IDSOLVER=2651
FILE ID=node124/4263488-1502632347
RUNJOBID= node124-1502623904-24884
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K097.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263488-1502632347/watcher-4263488-1502632347 -o /tmp/evaluation-result-4263488-1502632347/solver-4263488-1502632347 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502623904-24884 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263488-1502632347.xml

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

MD5SUM BENCH= c736c64a10dc2dd55507b217b8552514
RANDOM SEED=884609944

node124.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.51
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.51
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.51
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.51
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:        27837492 kB
MemAvailable:   28041684 kB
Buffers:          165088 kB
Cached:           329080 kB
SwapCached:            0 kB
Active:          4320180 kB
Inactive:         181444 kB
Active(anon):    3958684 kB
Inactive(anon):    73860 kB
Active(file):     361496 kB
Inactive(file):   107584 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1992 kB
Writeback:             8 kB
AnonPages:       4007184 kB
Mapped:            54384 kB
Shmem:             25320 kB
Slab:             128400 kB
SReclaimable:     101892 kB
SUnreclaim:        26508 kB
KernelStack:        3440 kB
PageTables:        12744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5398012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3860480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62024 MiB
End job on node124 at 2017-08-13 16:20:00