Trace number 4263242

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 2508.47

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s07/
Blackhole-4-07h-9_X2.xml
MD5SUM1a2530643870bd226f8d107acaf48581
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 variables112
Number of constraints1262
Number of domains4
Minimum domain size1
Maximum domain size28
Distribution of domain sizes[{"size":1,"count":2},{"size":7,"count":28},{"size":14,"count":27},{"size":28,"count":54}]
Minimum variable degree0
Maximum variable degree56
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":29},{"degree":3,"count":26},{"degree":28,"count":1},{"degree":29,"count":18},{"degree":30,"count":9},{"degree":56,"count":28}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1262}]
Number of extensional constraints1262
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1262}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263242-1502631594/watcher-4263242-1502631594 -o /tmp/evaluation-result-4263242-1502631594/solver-4263242-1502631594 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263242-1502631594.xml 

running on 4 cores: 1,3,5,7

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=23475, runsolver pid=23472
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 2.00 2.05 2.37 3/206 23482
/proc/meminfo: memFree=30836984/32770624 swapFree=67108860/67108860
[pid=23475] ppid=23472 vsize=10151672 memory=20320 CPUtime=0.02 cores=1,3,5,7
/proc/23475/stat : 23475 (java) S 23472 23475 8289 0 -1 1077944320 3927 0 0 0 2 0 0 0 20 0 9 0 110974590 10395312128 5080 18446744073709551615 4194304 4196468 140733996815536 140733996798080 140507424689911 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
/proc/23475/statm: 2537918 5080 2110 1 0 2527415 0
[pid=23475/tid=23477] ppid=23472 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/23475/task/23477/stat : 23477 (java) R 23472 23475 8289 0 -1 4202560 2566 0 0 0 2 0 0 0 20 0 9 0 110974598 10395312128 5080 18446744073709551615 4194304 4196468 140733996815536 140507428925896 140507424711837 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23478] ppid=23472 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23478/stat : 23478 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110974599 10395312128 5080 18446744073709551615 4194304 4196468 140733996815536 140507381656336 140507424700117 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23479] ppid=23472 vsize=10151672 memory=140622200931968 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23479/stat : 23479 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110974599 10395312128 5080 18446744073709551615 4194304 4196468 140733996815536 140507380603792 140507424700117 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23480] ppid=23472 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23480/stat : 23480 (java) S 23472 23475 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110974599 10395312128 5080 18446744073709551615 4194304 4196468 140733996815536 140507379551248 140507424700117 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23481] ppid=23472 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23481/stat : 23481 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110974599 10395312128 5080 18446744073709551615 4194304 4196468 140733996815536 140507378498704 140507424700117 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23482] ppid=23472 vsize=10151672 memory=140622200931968 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23482/stat : 23482 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110974600 10395312128 5080 18446744073709551615 4194304 4196468 140733996815536 140506988742640 140507424701058 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23483] ppid=23472 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23483/stat : 23483 (java) S 23472 23475 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 110974600 10395312128 5080 18446744073709551615 4194304 4196468 140733996815536 140506987688864 140507424700117 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23484] ppid=23472 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23484/stat : 23484 (java) S 23472 23475 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 110974601 10395312128 5080 18446744073709551615 4194304 4196468 140733996815536 140506986636336 140507424700117 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 20320 KiB

[startup+0.210064 s]*
/proc/loadavg: 2.00 2.05 2.37 4/214 23490
/proc/meminfo: memFree=30832948/32770624 swapFree=67108860/67108860
[pid=23475] ppid=23472 vsize=10552180 memory=27356 CPUtime=0.1 cores=1,3,5,7
/proc/23475/stat : 23475 (java) S 23472 23475 8289 0 -1 1077944320 6181 0 0 0 9 1 0 0 20 0 15 0 110974590 10805432320 6773 18446744073709551615 4194304 4196468 140733996815536 140733996798080 140507424689911 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
/proc/23475/statm: 2638045 6839 2781 1 0 2627517 0
[pid=23475/tid=23477] ppid=23472 vsize=10552180 memory=7077796292425249400 CPUtime=0.08 cores=1,3,5,7
/proc/23475/task/23477/stat : 23477 (java) R 23472 23475 8289 0 -1 4202560 4217 0 0 0 7 1 0 0 20 0 15 0 110974598 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140507428878256 140507417369629 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23478] ppid=23472 vsize=10552180 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23478/stat : 23478 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974599 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140507381656336 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23479] ppid=23472 vsize=10552180 memory=140622200931968 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23479/stat : 23479 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974599 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140507380603792 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23480] ppid=23472 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23480/stat : 23480 (java) S 23472 23475 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110974599 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140507379551248 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23481] ppid=23472 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23481/stat : 23481 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974599 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140507378498704 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23482] ppid=23472 vsize=10552180 memory=140622200931968 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23482/stat : 23482 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974600 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140506988742640 140507424701058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23483] ppid=23472 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23483/stat : 23483 (java) S 23472 23475 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110974600 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140506987688864 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23484] ppid=23472 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23484/stat : 23484 (java) S 23472 23475 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110974601 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140506986636272 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23485] ppid=23472 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23485/stat : 23485 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110974603 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140506985584848 140507424708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23486] ppid=23472 vsize=10552180 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23486/stat : 23486 (java) S 23472 23475 8289 0 -1 1077944384 436 0 0 0 0 0 0 0 20 0 15 0 110974603 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140506984532464 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23487] ppid=23472 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23487/stat : 23487 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110974603 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140506983479920 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23488] ppid=23472 vsize=10552180 memory=140622200931968 CPUtime=0.01 cores=1,3,5,7
/proc/23475/task/23488/stat : 23488 (java) S 23472 23475 8289 0 -1 1077944384 287 0 0 0 1 0 0 0 20 0 15 0 110974603 10805432320 6905 18446744073709551615 4194304 4196468 140733996815536 140506982427376 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23489] ppid=23472 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23489/stat : 23489 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110974603 10805432320 6971 18446744073709551615 4194304 4196468 140733996815536 140506981375072 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23490] ppid=23472 vsize=10552180 memory=140622200931968 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23490/stat : 23490 (java) S 23472 23475 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110974608 10805432320 6971 18446744073709551615 4194304 4196468 140733996815536 140506980321584 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10552180 KiB
Current children cumulated memory: 27356 KiB

[startup+0.310557 s]*
/proc/loadavg: 2.00 2.05 2.37 4/214 23490
/proc/meminfo: memFree=30822780/32770624 swapFree=67108860/67108860
[pid=23475] ppid=23472 vsize=10551156 memory=36876 CPUtime=0.26 cores=1,3,5,7
/proc/23475/stat : 23475 (java) S 23472 23475 8289 0 -1 1077944320 8524 0 0 0 23 3 0 0 20 0 15 0 110974590 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140733996798080 140507424689911 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
/proc/23475/statm: 2637789 9219 2867 1 0 2627261 0
[pid=23475/tid=23477] ppid=23472 vsize=10551156 memory=-8774313645642428999 CPUtime=0.18 cores=1,3,5,7
/proc/23475/task/23477/stat : 23477 (java) R 23472 23475 8289 0 -1 4202560 6122 0 0 0 16 2 0 0 20 0 15 0 110974598 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140507428923936 140507053387983 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23478] ppid=23472 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23478/stat : 23478 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974599 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140507381656336 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23479] ppid=23472 vsize=10551156 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23479/stat : 23479 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974599 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140507380603792 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23480] ppid=23472 vsize=10551156 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23480/stat : 23480 (java) S 23472 23475 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110974599 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140507379551248 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23481] ppid=23472 vsize=10551156 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23481/stat : 23481 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974599 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140507378498704 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23482] ppid=23472 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23482/stat : 23482 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974600 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140506988742640 140507424701058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23483] ppid=23472 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23483/stat : 23483 (java) S 23472 23475 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110974600 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140506987688864 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23484] ppid=23472 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23484/stat : 23484 (java) S 23472 23475 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110974601 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140506986636272 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23485] ppid=23472 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23485/stat : 23485 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110974603 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140506985584848 140507424708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23486] ppid=23472 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23475/task/23486/stat : 23486 (java) S 23472 23475 8289 0 -1 1077944384 502 0 0 0 1 0 0 0 20 0 15 0 110974603 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140506984532464 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23487] ppid=23472 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23475/task/23487/stat : 23487 (java) S 23472 23475 8289 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 15 0 110974603 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140506983479920 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23488] ppid=23472 vsize=10551156 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/23475/task/23488/stat : 23488 (java) R 23472 23475 8289 0 -1 4202560 419 0 0 0 4 0 0 0 20 0 15 0 110974603 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140506982427376 140507416927038 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23489] ppid=23472 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23489/stat : 23489 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110974603 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140506981375072 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23490] ppid=23472 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23490/stat : 23490 (java) S 23472 23475 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110974608 10804383744 9219 18446744073709551615 4194304 4196468 140733996815536 140506980321584 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36876 KiB

[startup+0.701149 s]
/proc/loadavg: 2.00 2.05 2.37 6/214 23490
/proc/meminfo: memFree=30810624/32770624 swapFree=67108860/67108860
[pid=23475] ppid=23472 vsize=10551232 memory=78764 CPUtime=1.39 cores=1,3,5,7
/proc/23475/stat : 23475 (java) S 23472 23475 8289 0 -1 1077944320 12376 0 0 0 135 4 0 0 20 0 15 0 110974590 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140733996798080 140507424689911 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
/proc/23475/statm: 2637808 19691 3060 1 0 2627261 0
[pid=23475/tid=23477] ppid=23472 vsize=10551232 memory=2590402152193 CPUtime=0.56 cores=1,3,5,7
/proc/23475/task/23477/stat : 23477 (java) R 23472 23475 8289 0 -1 4202560 7477 0 0 0 53 3 0 0 20 0 15 0 110974598 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140507428920352 140507056839331 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23478] ppid=23472 vsize=10551232 memory=2616171955969 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23478/stat : 23478 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974599 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140507381656336 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23479] ppid=23472 vsize=10551232 memory=2633351825153 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23479/stat : 23479 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974599 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140507380603792 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23480] ppid=23472 vsize=10551232 memory=66508736 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23480/stat : 23480 (java) S 23472 23475 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110974599 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140507379551248 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23481] ppid=23472 vsize=10551232 memory=-8556737395271162992 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23481/stat : 23481 (java) S 23472 23475 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110974599 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140507378498704 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23482] ppid=23472 vsize=10551232 memory=6152287975781979490 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23482/stat : 23482 (java) S 23472 23475 8289 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 110974600 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140506988742640 140507424701058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23483] ppid=23472 vsize=10551232 memory=8025788822668141932 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23483/stat : 23483 (java) S 23472 23475 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110974600 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140506987688864 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23484] ppid=23472 vsize=10551232 memory=281244122407648 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23484/stat : 23484 (java) S 23472 23475 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110974601 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140506986636272 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23485] ppid=23472 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23485/stat : 23485 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110974603 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140506985584848 140507424708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23486] ppid=23472 vsize=10551232 memory=15825482134324680 CPUtime=0.22 cores=1,3,5,7
/proc/23475/task/23486/stat : 23486 (java) R 23472 23475 8289 0 -1 4202560 1089 0 0 0 22 0 0 0 20 0 15 0 110974603 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140506984525656 140507404164115 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23487] ppid=23472 vsize=10551232 memory=1436 CPUtime=0.27 cores=1,3,5,7
/proc/23475/task/23487/stat : 23487 (java) R 23472 23475 8289 0 -1 4202560 914 0 0 0 27 0 0 0 20 0 15 0 110974603 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140506983470752 140507405390208 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23488] ppid=23472 vsize=10551232 memory=1200 CPUtime=0.32 cores=1,3,5,7
/proc/23475/task/23488/stat : 23488 (java) S 23472 23475 8289 0 -1 1077944384 1537 0 0 0 32 0 0 0 20 0 15 0 110974603 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140506982427376 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23489] ppid=23472 vsize=10551232 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23489/stat : 23489 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110974603 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140506981375072 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23490] ppid=23472 vsize=10551232 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23490/stat : 23490 (java) S 23472 23475 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110974608 10804461568 19691 18446744073709551615 4194304 4196468 140733996815536 140506980321584 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 78764 KiB

[startup+1.50114 s]
/proc/loadavg: 2.00 2.05 2.37 5/214 23490
/proc/meminfo: memFree=30650860/32770624 swapFree=67108860/67108860
[pid=23475] ppid=23472 vsize=10617796 memory=274256 CPUtime=3.89 cores=1,3,5,7
/proc/23475/stat : 23475 (java) S 23472 23475 8289 0 -1 1077944320 21154 0 0 0 379 10 0 0 20 0 16 0 110974590 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140733996798080 140507424689911 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
/proc/23475/statm: 2654449 68564 3098 1 0 2643902 0
[pid=23475/tid=23477] ppid=23472 vsize=10617796 memory=4420 CPUtime=1.26 cores=1,3,5,7
/proc/23475/task/23477/stat : 23477 (java) R 23472 23475 8289 0 -1 4202560 7564 0 0 0 122 4 0 0 20 0 16 0 110974598 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140507428928176 140507053392528 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23478] ppid=23472 vsize=10617796 memory=6628 CPUtime=0.05 cores=1,3,5,7
/proc/23475/task/23478/stat : 23478 (java) S 23472 23475 8289 0 -1 1077944384 101 0 0 0 5 0 0 0 20 0 16 0 110974599 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140507381656336 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23479] ppid=23472 vsize=10617796 memory=8836 CPUtime=0.04 cores=1,3,5,7
/proc/23475/task/23479/stat : 23479 (java) S 23472 23475 8289 0 -1 1077944384 101 0 0 0 4 0 0 0 20 0 16 0 110974599 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140507380603792 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23480] ppid=23472 vsize=10617796 memory=11044 CPUtime=0.03 cores=1,3,5,7
/proc/23475/task/23480/stat : 23480 (java) S 23472 23475 8289 0 -1 1077944384 96 0 0 0 3 0 0 0 20 0 16 0 110974599 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140507379551248 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23481] ppid=23472 vsize=10617796 memory=13252 CPUtime=0.05 cores=1,3,5,7
/proc/23475/task/23481/stat : 23481 (java) S 23472 23475 8289 0 -1 1077944384 114 0 0 0 5 0 0 0 20 0 16 0 110974599 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140507378498704 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23482] ppid=23472 vsize=10617796 memory=106 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23482/stat : 23482 (java) S 23472 23475 8289 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 110974600 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140506988742640 140507424701058 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23483] ppid=23472 vsize=10617796 memory=5 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23483/stat : 23483 (java) S 23472 23475 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110974600 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140506987688928 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23484] ppid=23472 vsize=10617796 memory=4 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23484/stat : 23484 (java) S 23472 23475 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110974601 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140506986636288 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23485] ppid=23472 vsize=10617796 memory=3 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23485/stat : 23485 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110974603 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140506985584848 140507424708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23486] ppid=23472 vsize=10617796 memory=5 CPUtime=0.98 cores=1,3,5,7
/proc/23475/task/23486/stat : 23486 (java) R 23472 23475 8289 0 -1 4202560 5198 0 0 0 97 1 0 0 20 0 16 0 110974603 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140506984521072 140507402674527 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23487] ppid=23472 vsize=10617796 memory=0 CPUtime=1 cores=1,3,5,7
/proc/23475/task/23487/stat : 23487 (java) R 23472 23475 8289 0 -1 4202560 4376 0 0 0 100 0 0 0 20 0 16 0 110974603 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140506983460472 140507403945718 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23488] ppid=23472 vsize=10617796 memory=144964273205183 CPUtime=0.39 cores=1,3,5,7
/proc/23475/task/23488/stat : 23488 (java) S 23472 23475 8289 0 -1 1077944384 2139 0 0 0 38 1 0 0 20 0 16 0 110974603 10872623104 68564 18446744073709551615 4194304 4196468 140733996815536 140506982427376 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0

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

/proc/23475/task/23480/stat : 23480 (java) S 23472 23475 8289 0 -1 1077944384 6704 0 0 0 159 69 0 0 20 0 16 0 110974599 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507379551248 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23481] ppid=23472 vsize=10617796 memory=3302784 CPUtime=2.3 cores=1,3,5,7
/proc/23475/task/23481/stat : 23481 (java) S 23472 23475 8289 0 -1 1077944384 6303 0 0 0 160 70 0 0 20 0 16 0 110974599 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507378498704 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23482] ppid=23472 vsize=10617796 memory=3302784 CPUtime=0.25 cores=1,3,5,7
/proc/23475/task/23482/stat : 23482 (java) S 23472 23475 8289 0 -1 1077944384 14769 0 0 0 21 4 0 0 20 0 16 0 110974600 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506988742640 140507424701058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23483] ppid=23472 vsize=10617796 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23483/stat : 23483 (java) S 23472 23475 8289 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 110974600 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506987688928 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23484] ppid=23472 vsize=10617796 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23484/stat : 23484 (java) S 23472 23475 8289 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 110974601 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506986636288 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23485] ppid=23472 vsize=10617796 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23485/stat : 23485 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506985584848 140507424708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23486] ppid=23472 vsize=10617796 memory=14356 CPUtime=1.61 cores=1,3,5,7
/proc/23475/task/23486/stat : 23486 (java) S 23472 23475 8289 0 -1 1077944384 8764 0 0 0 160 1 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506984532464 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23487] ppid=23472 vsize=10617796 memory=1008 CPUtime=1.56 cores=1,3,5,7
/proc/23475/task/23487/stat : 23487 (java) S 23472 23475 8289 0 -1 1077944384 7606 0 0 0 155 1 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506983479920 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23488] ppid=23472 vsize=10617796 memory=4168 CPUtime=0.43 cores=1,3,5,7
/proc/23475/task/23488/stat : 23488 (java) S 23472 23475 8289 0 -1 1077944384 3539 0 0 0 42 1 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506982427376 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23489] ppid=23472 vsize=10617796 memory=53792 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23489/stat : 23489 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506981375072 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23490] ppid=23472 vsize=10617796 memory=3302784 CPUtime=1.33 cores=1,3,5,7
/proc/23475/task/23490/stat : 23490 (java) S 23472 23475 8289 0 -1 1077944384 2875 0 0 0 57 76 0 0 20 0 16 0 110974608 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506980321584 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23491] ppid=23472 vsize=10617796 memory=11136 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23491/stat : 23491 (java) S 23472 23475 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110974714 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506979267376 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
Current children cumulated CPU time: 2454.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3302784 KiB

[startup+2502.3 s]
/proc/loadavg: 2.03 2.54 2.92 3/216 23852
/proc/meminfo: memFree=19774284/32770624 swapFree=67108860/67108860
[pid=23475] ppid=23472 vsize=10617796 memory=3302784 CPUtime=2514.13 cores=1,3,5,7
/proc/23475/stat : 23475 (java) S 23472 23475 8289 0 -1 1077944320 125884 0 0 0 251039 374 0 0 20 0 16 0 110974590 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140733996798080 140507424689911 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
/proc/23475/statm: 2654449 825696 3135 1 0 2643902 0
[pid=23475/tid=23477] ppid=23472 vsize=10617796 memory=1008 CPUtime=2499.67 cores=1,3,5,7
/proc/23475/task/23477/stat : 23477 (java) R 23472 23475 8289 0 -1 4202560 58791 0 0 0 249945 22 0 0 20 0 16 0 110974598 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507428928864 140507057714144 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23478] ppid=23472 vsize=10617796 memory=3302784 CPUtime=2.29 cores=1,3,5,7
/proc/23475/task/23478/stat : 23478 (java) S 23472 23475 8289 0 -1 1077944384 7698 0 0 0 159 70 0 0 20 0 16 0 110974599 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507381656336 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23479] ppid=23472 vsize=10617796 memory=3302784 CPUtime=2.28 cores=1,3,5,7
/proc/23475/task/23479/stat : 23479 (java) S 23472 23475 8289 0 -1 1077944384 7285 0 0 0 158 70 0 0 20 0 16 0 110974599 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507380603792 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23480] ppid=23472 vsize=10617796 memory=3302784 CPUtime=2.28 cores=1,3,5,7
/proc/23475/task/23480/stat : 23480 (java) S 23472 23475 8289 0 -1 1077944384 6704 0 0 0 159 69 0 0 20 0 16 0 110974599 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507379551248 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23481] ppid=23472 vsize=10617796 memory=3302784 CPUtime=2.3 cores=1,3,5,7
/proc/23475/task/23481/stat : 23481 (java) S 23472 23475 8289 0 -1 1077944384 6303 0 0 0 160 70 0 0 20 0 16 0 110974599 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507378498704 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23482] ppid=23472 vsize=10617796 memory=3302784 CPUtime=0.26 cores=1,3,5,7
/proc/23475/task/23482/stat : 23482 (java) S 23472 23475 8289 0 -1 1077944384 14787 0 0 0 21 5 0 0 20 0 16 0 110974600 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506988742640 140507424701058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23483] ppid=23472 vsize=10617796 memory=3302784 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23483/stat : 23483 (java) S 23472 23475 8289 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 110974600 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506987688928 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23484] ppid=23472 vsize=10617796 memory=3302784 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23484/stat : 23484 (java) S 23472 23475 8289 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 110974601 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506986636288 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23485] ppid=23472 vsize=10617796 memory=956 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23485/stat : 23485 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506985584848 140507424708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23486] ppid=23472 vsize=10617796 memory=2248 CPUtime=1.61 cores=1,3,5,7
/proc/23475/task/23486/stat : 23486 (java) S 23472 23475 8289 0 -1 1077944384 8790 0 0 0 160 1 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506984532464 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23487] ppid=23472 vsize=10617796 memory=3302784 CPUtime=1.56 cores=1,3,5,7
/proc/23475/task/23487/stat : 23487 (java) S 23472 23475 8289 0 -1 1077944384 7612 0 0 0 155 1 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506983479920 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23488] ppid=23472 vsize=10617796 memory=3302784 CPUtime=0.43 cores=1,3,5,7
/proc/23475/task/23488/stat : 23488 (java) S 23472 23475 8289 0 -1 1077944384 3547 0 0 0 42 1 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506982427376 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23489] ppid=23472 vsize=10617796 memory=3302784 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23489/stat : 23489 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506981375072 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23490] ppid=23472 vsize=10617796 memory=3302784 CPUtime=1.36 cores=1,3,5,7
/proc/23475/task/23490/stat : 23490 (java) S 23472 23475 8289 0 -1 1077944384 2953 0 0 0 58 78 0 0 20 0 16 0 110974608 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506980321584 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23491] ppid=23472 vsize=10617796 memory=3302784 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23491/stat : 23491 (java) S 23472 23475 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110974714 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506979267376 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
Current children cumulated CPU time: 2514.13 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3302784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2508.2 s]
/proc/loadavg: 2.03 2.53 2.91 3/216 23852
/proc/meminfo: memFree=19774292/32770624 swapFree=67108860/67108860
[pid=23475] ppid=23472 vsize=10617796 memory=3302784 CPUtime=2520.03 cores=1,3,5,7
/proc/23475/stat : 23475 (java) S 23472 23475 8289 0 -1 1077944320 125944 0 0 0 251629 374 0 0 20 0 16 0 110974590 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140733996798080 140507424689911 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
/proc/23475/statm: 2654449 825696 3135 1 0 2643902 0
[pid=23475/tid=23477] ppid=23472 vsize=10617796 memory=-8774313645642428999 CPUtime=2505.57 cores=1,3,5,7
/proc/23475/task/23477/stat : 23477 (java) R 23472 23475 8289 0 -1 4202560 58851 0 0 0 250535 22 0 0 20 0 16 0 110974598 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507428928864 140507058174810 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23478] ppid=23472 vsize=10617796 memory=288230617509003574 CPUtime=2.29 cores=1,3,5,7
/proc/23475/task/23478/stat : 23478 (java) S 23472 23475 8289 0 -1 1077944384 7698 0 0 0 159 70 0 0 20 0 16 0 110974599 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507381656336 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23479] ppid=23472 vsize=10617796 memory=15825482134324680 CPUtime=2.28 cores=1,3,5,7
/proc/23475/task/23479/stat : 23479 (java) S 23472 23475 8289 0 -1 1077944384 7285 0 0 0 158 70 0 0 20 0 16 0 110974599 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507380603792 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23480] ppid=23472 vsize=10617796 memory=1152 CPUtime=2.28 cores=1,3,5,7
/proc/23475/task/23480/stat : 23480 (java) S 23472 23475 8289 0 -1 1077944384 6704 0 0 0 159 69 0 0 20 0 16 0 110974599 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507379551248 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23481] ppid=23472 vsize=10617796 memory=3280 CPUtime=2.3 cores=1,3,5,7
/proc/23475/task/23481/stat : 23481 (java) S 23472 23475 8289 0 -1 1077944384 6303 0 0 0 160 70 0 0 20 0 16 0 110974599 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140507378498704 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23482] ppid=23472 vsize=10617796 memory=3302784 CPUtime=0.26 cores=1,3,5,7
/proc/23475/task/23482/stat : 23482 (java) S 23472 23475 8289 0 -1 1077944384 14787 0 0 0 21 5 0 0 20 0 16 0 110974600 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506988742640 140507424701058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23483] ppid=23472 vsize=10617796 memory=4068 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23483/stat : 23483 (java) S 23472 23475 8289 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 110974600 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506987688928 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23484] ppid=23472 vsize=10617796 memory=1156 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23484/stat : 23484 (java) S 23472 23475 8289 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 16 0 110974601 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506986636288 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23485] ppid=23472 vsize=10617796 memory=3172 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23485/stat : 23485 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506985584848 140507424708507 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23486] ppid=23472 vsize=10617796 memory=8301088 CPUtime=1.61 cores=1,3,5,7
/proc/23475/task/23486/stat : 23486 (java) S 23472 23475 8289 0 -1 1077944384 8790 0 0 0 160 1 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506984532464 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23487] ppid=23472 vsize=10617796 memory=-8774313645642428999 CPUtime=1.56 cores=1,3,5,7
/proc/23475/task/23487/stat : 23487 (java) S 23472 23475 8289 0 -1 1077944384 7612 0 0 0 155 1 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506983479920 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23488] ppid=23472 vsize=10617796 memory=2164 CPUtime=0.43 cores=1,3,5,7
/proc/23475/task/23488/stat : 23488 (java) S 23472 23475 8289 0 -1 1077944384 3547 0 0 0 42 1 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506982427376 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23489] ppid=23472 vsize=10617796 memory=928 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23489/stat : 23489 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110974603 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506981375072 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23490] ppid=23472 vsize=10617796 memory=1620 CPUtime=1.36 cores=1,3,5,7
/proc/23475/task/23490/stat : 23490 (java) S 23472 23475 8289 0 -1 1077944384 2953 0 0 0 58 78 0 0 20 0 16 0 110974608 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506980321584 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23491] ppid=23472 vsize=10617796 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23491/stat : 23491 (java) S 23472 23475 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110974714 10872623104 825696 18446744073709551615 4194304 4196468 140733996815536 140506979267376 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3302784 KiB

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

[startup+2508.47 s]
# the end of solver process 23475 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.36 s, system=3.76772 s

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

[startup+2508.4 s]
/proc/loadavg: 2.03 2.53 2.91 3/216 23852
/proc/meminfo: memFree=19774292/32770624 swapFree=67108860/67108860
[pid=23475] ppid=23472 vsize=10817488 memory=3303116 CPUtime=2520.04 cores=1,3,5,7
/proc/23475/stat : 23475 (java) S 23472 23475 8289 0 -1 1077944320 126955 0 0 0 251630 374 0 0 20 0 17 0 110974590 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140733996798080 140507424689911 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
/proc/23475/statm: 2704372 825779 3139 1 0 2693825 0
[pid=23475/tid=23477] ppid=23472 vsize=10817488 memory=1296 CPUtime=2505.58 cores=1,3,5,7
/proc/23475/task/23477/stat : 23477 (java) S 23472 23475 8289 0 -1 1077944384 58979 0 0 0 250536 22 0 0 20 0 17 0 110974598 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140507428932784 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23478] ppid=23472 vsize=10817488 memory=2440 CPUtime=2.29 cores=1,3,5,7
/proc/23475/task/23478/stat : 23478 (java) S 23472 23475 8289 0 -1 1077944384 7698 0 0 0 159 70 0 0 20 0 17 0 110974599 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140507381656336 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23479] ppid=23472 vsize=10817488 memory=1724 CPUtime=2.28 cores=1,3,5,7
/proc/23475/task/23479/stat : 23479 (java) S 23472 23475 8289 0 -1 1077944384 7285 0 0 0 158 70 0 0 20 0 17 0 110974599 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140507380603792 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23480] ppid=23472 vsize=10817488 memory=3302784 CPUtime=2.28 cores=1,3,5,7
/proc/23475/task/23480/stat : 23480 (java) S 23472 23475 8289 0 -1 1077944384 6704 0 0 0 159 69 0 0 20 0 17 0 110974599 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140507379551248 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23481] ppid=23472 vsize=10817488 memory=3912 CPUtime=2.3 cores=1,3,5,7
/proc/23475/task/23481/stat : 23481 (java) S 23472 23475 8289 0 -1 1077944384 6303 0 0 0 160 70 0 0 20 0 17 0 110974599 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140507378498704 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23482] ppid=23472 vsize=10817488 memory=3516 CPUtime=0.26 cores=1,3,5,7
/proc/23475/task/23482/stat : 23482 (java) S 23472 23475 8289 0 -1 1077944384 14787 0 0 0 21 5 0 0 20 0 17 0 110974600 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140506988742640 140507424701058 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23483] ppid=23472 vsize=10817488 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23483/stat : 23483 (java) S 23472 23475 8289 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 110974600 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140506987688928 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23484] ppid=23472 vsize=10817488 memory=1152 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23484/stat : 23484 (java) S 23472 23475 8289 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 17 0 110974601 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140506986636288 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23485] ppid=23472 vsize=10817488 memory=3280 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23485/stat : 23485 (java) S 23472 23475 8289 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 17 0 110974603 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140506985584848 140507424708507 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23486] ppid=23472 vsize=10817488 memory=3302784 CPUtime=1.61 cores=1,3,5,7
/proc/23475/task/23486/stat : 23486 (java) S 23472 23475 8289 0 -1 1077944384 8790 0 0 0 160 1 0 0 20 0 17 0 110974603 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140506984532464 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23487] ppid=23472 vsize=10817488 memory=4068 CPUtime=1.56 cores=1,3,5,7
/proc/23475/task/23487/stat : 23487 (java) S 23472 23475 8289 0 -1 1077944384 7612 0 0 0 155 1 0 0 20 0 17 0 110974603 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140506983479920 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23488] ppid=23472 vsize=10817488 memory=1156 CPUtime=0.44 cores=1,3,5,7
/proc/23475/task/23488/stat : 23488 (java) S 23472 23475 8289 0 -1 1077944384 3807 0 0 0 43 1 0 0 20 0 17 0 110974603 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140506982427376 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23489] ppid=23472 vsize=10817488 memory=3172 CPUtime=0 cores=1,3,5,7
/proc/23475/task/23489/stat : 23489 (java) S 23472 23475 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110974603 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140506981375072 140507424700117 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
[pid=23475/tid=23490] ppid=23472 vsize=10817488 memory=8301088 CPUtime=1.36 cores=1,3,5,7
/proc/23475/task/23490/stat : 23490 (java) S 23472 23475 8289 0 -1 1077944384 2953 0 0 0 58 78 0 0 20 0 17 0 110974608 11077107712 825779 18446744073709551615 4194304 4196468 140733996815536 140506980321584 140507424701058 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38830080 140733996822928 140733996823081 140733996823081 140733996826575 0
Current children cumulated CPU time: 2520.04 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3303116 KiB

Child status: 143
Real time (s): 2508.47
CPU time (s): 2520.13
CPU user time (s): 2516.36
CPU system time (s): 3.76772
CPU usage (%): 100.465
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3303116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.36
system time used= 3.76772
maximum resident set size= 3303312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128451
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56839
involuntary context switches= 1790


# summary of solver processes directly reported to runsolver:
#   pid: 23475
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.36
#   total CPU system time (s): 3.76772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1875 second user time and 24.7101 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 15:25:46
IDJOB=4263242
IDBENCH=134579
IDSOLVER=2651
FILE ID=node133/4263242-1502631594
RUNJOBID= node133-1502619490-21335
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s07/Blackhole-4-07h-9_X2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263242-1502631594/watcher-4263242-1502631594 -o /tmp/evaluation-result-4263242-1502631594/solver-4263242-1502631594 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263242-1502631594.xml

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

MD5SUM BENCH= 1a2530643870bd226f8d107acaf48581
RANDOM SEED=1463344689

node133.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.17
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.17
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.17
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.17
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:        30848324 kB
MemAvailable:   31430452 kB
Buffers:          232260 kB
Cached:           645056 kB
SwapCached:            0 kB
Active:          1296228 kB
Inactive:         176428 kB
Active(anon):     536152 kB
Inactive(anon):   100840 kB
Active(file):     760076 kB
Inactive(file):    75588 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1588 kB
Writeback:             4 kB
AnonPages:        595040 kB
Mapped:            67900 kB
Shmem:             41660 kB
Slab:             151984 kB
SReclaimable:     124596 kB
SUnreclaim:        27388 kB
KernelStack:        3488 kB
PageTables:         6180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1557328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-13 16:07:35