Trace number 4263073

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 NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? (TO) 2520.22 2465.6499

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-16.xml
MD5SUM03765d59360c09d71a4cc0e8e110fff9
Bench CategoryCOP (optimization 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 variables311
Number of constraints310
Number of domains2
Minimum domain size2
Maximum domain size256
Distribution of domain sizes[{"size":2,"count":54},{"size":256,"count":257}]
Minimum variable degree2
Maximum variable degree54
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":200},{"degree":4,"count":54},{"degree":54,"count":1}]
Minimum constraint arity2
Maximum constraint arity256
Distribution of constraint arities[{"arity":2,"count":255},{"arity":3,"count":54},{"arity":256,"count":1}]
Number of extensional constraints0
Number of intensional constraints309
Distribution of constraint types[{"type":"intension","count":309},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

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

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13704 MiB free)
  memory of node 1: 16384 MiB (15268 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263073-1502627313/watcher-4263073-1502627313 -o /tmp/evaluation-result-4263073-1502627313/solver-4263073-1502627313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263073-1502627313.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
Current StackSize limit: 8192 KiB

solver pid=32716, runsolver pid=32713

[startup+0.10016 s]*
/proc/loadavg: 2.00 2.31 3.01 3/210 32725
/proc/meminfo: memFree=29655388/32770624 swapFree=67108860/67108860
[pid=32716] ppid=32713 vsize=10484492 memory=25860 CPUtime=0.06 cores=1,3,5,7
/proc/32716/stat : 32716 (java) S 32713 32716 12395 0 -1 1077944320 4920 0 0 0 5 1 0 0 20 0 14 0 104642621 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140724746493360 140632703282935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
/proc/32716/statm: 2621123 6465 2577 1 0 2610620 0
[pid=32716/tid=32718] ppid=32713 vsize=10484492 memory=-6439968830534014599 CPUtime=0.04 cores=1,3,5,7
/proc/32716/task/32718/stat : 32718 (java) D 32713 32716 12395 0 -1 4202560 3025 0 0 0 4 0 0 0 20 0 14 0 104642626 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140632707520416 140632703304957 0 4 1 16800974 18446744071580418449 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32719] ppid=32713 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32719/stat : 32719 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104642627 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140632666389136 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32720] ppid=32713 vsize=10484492 memory=139640774715008 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32720/stat : 32720 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104642627 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140632312850960 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32721] ppid=32713 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32721/stat : 32721 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 104642627 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140632311798160 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32722] ppid=32713 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32722/stat : 32722 (java) S 32713 32716 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 104642627 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140632310745360 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32723] ppid=32713 vsize=10484492 memory=139640774715008 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32723/stat : 32723 (java) S 32713 32716 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 104642628 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140632267328368 140632703294082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32724] ppid=32713 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32724/stat : 32724 (java) S 32713 32716 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 104642629 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140632266274336 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32725] ppid=32713 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32725/stat : 32725 (java) S 32713 32716 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 104642629 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140632265221488 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32726] ppid=32713 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32726/stat : 32726 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104642631 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140632264169808 140632703301531 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32727] ppid=32713 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32727/stat : 32727 (java) S 32713 32716 12395 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 14 0 104642631 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140632263117168 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32728] ppid=32713 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32728/stat : 32728 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104642631 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140631805520112 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32729] ppid=32713 vsize=10484492 memory=139640774715008 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32729/stat : 32729 (java) S 32713 32716 12395 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 14 0 104642631 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140631804467312 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32730] ppid=32713 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32730/stat : 32730 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 104642632 10736119808 6465 18446744073709551615 4194304 4196468 140724746510816 140631803414752 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 25860 KiB

[startup+0.213888 s]*
/proc/loadavg: 2.00 2.31 3.01 3/216 32731
/proc/meminfo: memFree=29644720/32770624 swapFree=67108860/67108860
[pid=32716] ppid=32713 vsize=10551156 memory=32876 CPUtime=0.15 cores=1,3,5,7
/proc/32716/stat : 32716 (java) S 32713 32716 12395 0 -1 1077944320 7946 0 0 0 13 2 0 0 20 0 15 0 104642621 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140724746493360 140632703282935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
/proc/32716/statm: 2637789 8219 2785 1 0 2627261 0
[pid=32716/tid=32718] ppid=32713 vsize=10551156 memory=8318255677412212789 CPUtime=0.1 cores=1,3,5,7
/proc/32716/task/32718/stat : 32718 (java) R 32713 32716 12395 0 -1 4202560 5800 0 0 0 9 1 0 0 20 0 15 0 104642626 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140632707494112 140632703304861 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32719] ppid=32713 vsize=10551156 memory=331 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32719/stat : 32719 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104642627 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140632666389136 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32720] ppid=32713 vsize=10551156 memory=3474441590469682848 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32720/stat : 32720 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104642627 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140632312850960 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32721] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32721/stat : 32721 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104642627 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140632311798160 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32722] ppid=32713 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32722/stat : 32722 (java) S 32713 32716 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104642627 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140632310745360 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32723] ppid=32713 vsize=10551156 memory=139640774715008 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32723/stat : 32723 (java) S 32713 32716 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104642628 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140632267328368 140632703294082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32724] ppid=32713 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32724/stat : 32724 (java) S 32713 32716 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104642629 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140632266274336 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32725] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32725/stat : 32725 (java) S 32713 32716 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104642629 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140632265221488 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32726] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32726/stat : 32726 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104642631 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140632264169808 140632703301531 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32727] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32727/stat : 32727 (java) S 32713 32716 12395 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 104642631 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140632263117168 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32728] ppid=32713 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32728/stat : 32728 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104642631 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140631805520112 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32729] ppid=32713 vsize=10551156 memory=139640774715008 CPUtime=0.02 cores=1,3,5,7
/proc/32716/task/32729/stat : 32729 (java) S 32713 32716 12395 0 -1 1077944384 340 0 0 0 2 0 0 0 20 0 15 0 104642631 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140631804467312 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32730] ppid=32713 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32730/stat : 32730 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104642632 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140631803414752 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32731] ppid=32713 vsize=10551156 memory=139640774715008 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32731/stat : 32731 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104642637 10804383744 8219 18446744073709551615 4194304 4196468 140724746510816 140631802363056 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 32876 KiB

[startup+0.310523 s]*
/proc/loadavg: 2.00 2.31 3.01 3/216 32731
/proc/meminfo: memFree=29638088/32770624 swapFree=67108860/67108860
[pid=32716] ppid=32713 vsize=10551156 memory=41868 CPUtime=0.31 cores=1,3,5,7
/proc/32716/stat : 32716 (java) S 32713 32716 12395 0 -1 1077944320 9826 0 0 0 28 3 0 0 20 0 15 0 104642621 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140724746493360 140632703282935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
/proc/32716/statm: 2637789 10467 2933 1 0 2627261 0
[pid=32716/tid=32718] ppid=32713 vsize=10551156 memory=-8774313645642428999 CPUtime=0.21 cores=1,3,5,7
/proc/32716/task/32718/stat : 32718 (java) R 32713 32716 12395 0 -1 4202560 6916 0 0 0 19 2 0 0 20 0 15 0 104642626 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140632707492704 140632687363422 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32719] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32719/stat : 32719 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104642627 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140632666389136 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32720] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32720/stat : 32720 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104642627 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140632312850960 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32721] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32721/stat : 32721 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104642627 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140632311798160 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32722] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32722/stat : 32722 (java) S 32713 32716 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104642627 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140632310745360 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32723] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32723/stat : 32723 (java) S 32713 32716 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 104642628 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140632267328368 140632703294082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32724] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32724/stat : 32724 (java) S 32713 32716 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104642629 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140632266274336 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32725] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32725/stat : 32725 (java) S 32713 32716 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104642629 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140632265221488 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32726] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32726/stat : 32726 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104642631 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140632264169808 140632703301531 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32727] ppid=32713 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32716/task/32727/stat : 32727 (java) S 32713 32716 12395 0 -1 1077944384 550 0 0 0 1 0 0 0 20 0 15 0 104642631 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140632263117168 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32728] ppid=32713 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/32716/task/32728/stat : 32728 (java) S 32713 32716 12395 0 -1 1077944384 195 0 0 0 1 0 0 0 20 0 15 0 104642631 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140631805520112 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32729] ppid=32713 vsize=10551156 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/32716/task/32729/stat : 32729 (java) S 32713 32716 12395 0 -1 1077944384 797 0 0 0 6 0 0 0 20 0 15 0 104642631 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140631804467312 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32730] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32730/stat : 32730 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104642632 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140631803414752 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32731] ppid=32713 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32731/stat : 32731 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104642637 10804383744 10467 18446744073709551615 4194304 4196468 140724746510816 140631802363056 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 41868 KiB

[startup+0.701426 s]
/proc/loadavg: 2.00 2.31 3.01 5/216 32731
/proc/meminfo: memFree=29562540/32770624 swapFree=67108860/67108860
[pid=32716] ppid=32713 vsize=10551232 memory=192420 CPUtime=1.31 cores=1,3,5,7
/proc/32716/stat : 32716 (java) S 32713 32716 12395 0 -1 1077944320 12822 0 0 0 125 6 0 0 20 0 15 0 104642621 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140724746493360 140632703282935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
/proc/32716/statm: 2637808 48105 3072 1 0 2627261 0
[pid=32716/tid=32718] ppid=32713 vsize=10551232 memory=139640661082393 CPUtime=0.57 cores=1,3,5,7
/proc/32716/task/32718/stat : 32718 (java) R 32713 32716 12395 0 -1 4202560 7465 0 0 0 53 4 0 0 20 0 15 0 104642626 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140632707521032 140632346130976 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32719] ppid=32713 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32719/stat : 32719 (java) S 32713 32716 12395 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 104642627 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140632666389136 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32720] ppid=32713 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32720/stat : 32720 (java) S 32713 32716 12395 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 104642627 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140632312850960 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32721] ppid=32713 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32721/stat : 32721 (java) S 32713 32716 12395 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 104642627 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140632311798160 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32722] ppid=32713 vsize=10551232 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32722/stat : 32722 (java) S 32713 32716 12395 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 104642627 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140632310745360 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32723] ppid=32713 vsize=10551232 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32723/stat : 32723 (java) S 32713 32716 12395 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 104642628 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140632267328368 140632703294082 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32724] ppid=32713 vsize=10551232 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32724/stat : 32724 (java) S 32713 32716 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104642629 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140632266274336 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32725] ppid=32713 vsize=10551232 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32725/stat : 32725 (java) S 32713 32716 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 104642629 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140632265221488 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32726] ppid=32713 vsize=10551232 memory=12132 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32726/stat : 32726 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104642631 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140632264169808 140632703301531 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32727] ppid=32713 vsize=10551232 memory=796 CPUtime=0.22 cores=1,3,5,7
/proc/32716/task/32727/stat : 32727 (java) R 32713 32716 12395 0 -1 4202560 1691 0 0 0 22 0 0 0 20 0 15 0 104642631 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140632263101832 140632687188860 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32728] ppid=32713 vsize=10551232 memory=5784 CPUtime=0.24 cores=1,3,5,7
/proc/32716/task/32728/stat : 32728 (java) R 32713 32716 12395 0 -1 4202560 1126 0 0 0 24 0 0 0 20 0 15 0 104642631 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140631805504392 140632682936801 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32729] ppid=32713 vsize=10551232 memory=4612 CPUtime=0.21 cores=1,3,5,7
/proc/32716/task/32729/stat : 32729 (java) S 32713 32716 12395 0 -1 1077944384 1032 0 0 0 21 0 0 0 20 0 15 0 104642631 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140631804467312 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32730] ppid=32713 vsize=10551232 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32730/stat : 32730 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 104642632 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140631803414752 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32731] ppid=32713 vsize=10551232 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32731/stat : 32731 (java) S 32713 32716 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 104642637 10804461568 48105 18446744073709551615 4194304 4196468 140724746510816 140631802363056 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 192420 KiB

[startup+1.5008 s]
/proc/loadavg: 2.00 2.31 3.01 3/216 32731
/proc/meminfo: memFree=29480112/32770624 swapFree=67108860/67108860
[pid=32716] ppid=32713 vsize=10551232 memory=229116 CPUtime=2.47 cores=1,3,5,7
/proc/32716/stat : 32716 (java) S 32713 32716 12395 0 -1 1077944320 15289 0 0 0 237 10 0 0 20 0 15 0 104642621 10804461568 57279 18446744073709551615 4194304 4196468 140724746510816 140724746493360 140632703282935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
/proc/32716/statm: 2637808 57279 3084 1 0 2627261 0
[pid=32716/tid=32718] ppid=32713 vsize=10551232 memory=4132 CPUtime=1.34 cores=1,3,5,7
/proc/32716/task/32718/stat : 32718 (java) R 32713 32716 12395 0 -1 4202560 7466 0 0 0 130 4 0 0 20 0 15 0 104642626 10804461568 57279 18446744073709551615 4194304 4196468 140724746510816 140632707521912 140632346337059 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32719] ppid=32713 vsize=10551232 memory=51400 CPUtime=0.04 cores=1,3,5,7
/proc/32716/task/32719/stat : 32719 (java) S 32713 32716 12395 0 -1 1077944384 99 0 0 0 3 1 0 0 20 0 15 0 104642627 10804461568 57279 18446744073709551615 4194304 4196468 140724746510816 140632666389136 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32720] ppid=32713 vsize=10551232 memory=229116 CPUtime=0.04 cores=1,3,5,7
/proc/32716/task/32720/stat : 32720 (java) S 32713 32716 12395 0 -1 1077944384 96 0 0 0 3 1 0 0 20 0 15 0 104642627 10804461568 57279 18446744073709551615 4194304 4196468 140724746510816 140632312850960 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32721] ppid=32713 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/32716/task/32721/stat : 32721 (java) S 32713 32716 12395 0 -1 1077944384 86 0 0 0 2 1 0 0 20 0 15 0 104642627 10804461568 57279 18446744073709551615 4194304 4196468 140724746510816 140632311798160 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32722] ppid=32713 vsize=10551232 memory=279281322231808 CPUtime=0.04 cores=1,3,5,7
/proc/32716/task/32722/stat : 32722 (java) S 32713 32716 12395 0 -1 1077944384 101 0 0 0 3 1 0 0 20 0 15 0 104642627 10804461568 57279 18446744073709551615 4194304 4196468 140724746510816 140632310745360 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32723] ppid=32713 vsize=10551232 memory=5782692679075529345 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32723/stat : 32723 (java) S 32713 32716 12395 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 104642628 10804461568 57279 18446744073709551615 4194304 4196468 140724746510816 140632267328368 140632703294082 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32724] ppid=32713 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32724/stat : 32724 (java) S 32713 32716 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 104642629 10804461568 57279 18446744073709551615 4194304 4196468 140724746510816 140632266274400 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0

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

/proc/32716/task/32721/stat : 32721 (java) S 32713 32716 12395 0 -1 1077944384 39434 0 0 0 1468 155 0 0 20 0 16 0 104642627 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632311798160 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32722] ppid=32713 vsize=10617796 memory=6136268 CPUtime=16.31 cores=1,3,5,7
/proc/32716/task/32722/stat : 32722 (java) S 32713 32716 12395 0 -1 1077944384 42045 0 0 0 1473 158 0 0 20 0 16 0 104642627 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632310745360 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32723] ppid=32713 vsize=10617796 memory=6136376 CPUtime=3.15 cores=1,3,5,7
/proc/32716/task/32723/stat : 32723 (java) S 32713 32716 12395 0 -1 1077944384 30452 0 0 0 309 6 0 0 20 0 16 0 104642628 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632267328368 140632703294082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32724] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32724/stat : 32724 (java) S 32713 32716 12395 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 104642629 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632266274400 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32725] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32725/stat : 32725 (java) S 32713 32716 12395 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 16 0 104642629 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632265221504 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32726] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32726/stat : 32726 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632264169808 140632703301531 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32727] ppid=32713 vsize=10617796 memory=6136376 CPUtime=1.88 cores=1,3,5,7
/proc/32716/task/32727/stat : 32727 (java) S 32713 32716 12395 0 -1 1077944384 7575 0 0 0 187 1 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632263117168 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32728] ppid=32713 vsize=10617796 memory=6136376 CPUtime=2.08 cores=1,3,5,7
/proc/32716/task/32728/stat : 32728 (java) S 32713 32716 12395 0 -1 1077944384 6221 0 0 0 207 1 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631805520112 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32729] ppid=32713 vsize=10617796 memory=17668 CPUtime=0.48 cores=1,3,5,7
/proc/32716/task/32729/stat : 32729 (java) S 32713 32716 12395 0 -1 1077944384 5163 0 0 0 47 1 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631804467312 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32730] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32730/stat : 32730 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104642632 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631803414752 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32731] ppid=32713 vsize=10617796 memory=4132 CPUtime=1.39 cores=1,3,5,7
/proc/32716/task/32731/stat : 32731 (java) S 32713 32716 12395 0 -1 1077944384 2270 0 0 0 63 76 0 0 20 0 16 0 104642637 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631802363056 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32732] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32732/stat : 32732 (java) S 32713 32716 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104644420 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631801308592 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
Current children cumulated CPU time: 2436.96 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6136376 KiB

[startup+2442.3 s]
/proc/loadavg: 2.42 3.31 2.90 3/215 603
/proc/meminfo: memFree=23919892/32770624 swapFree=67108860/67108860
[pid=32716] ppid=32713 vsize=10617796 memory=6136376 CPUtime=2497 cores=1,3,5,7
/proc/32716/stat : 32716 (java) S 32713 32716 12395 0 -1 1077944320 340676 0 0 0 248969 731 0 0 20 0 16 0 104642621 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140724746493360 140632703282935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
/proc/32716/statm: 2654449 1534094 3139 1 0 2643902 0
[pid=32716/tid=32718] ppid=32713 vsize=10617796 memory=6136376 CPUtime=2422.77 cores=1,3,5,7
/proc/32716/task/32718/stat : 32718 (java) R 32713 32716 12395 0 -1 4202560 138306 0 0 0 242240 37 0 0 20 0 16 0 104642626 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632707521504 140632348492704 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32719] ppid=32713 vsize=10617796 memory=6136376 CPUtime=16.29 cores=1,3,5,7
/proc/32716/task/32719/stat : 32719 (java) S 32713 32716 12395 0 -1 1077944384 32042 0 0 0 1470 159 0 0 20 0 16 0 104642627 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632666389136 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32720] ppid=32713 vsize=10617796 memory=6136224 CPUtime=16.28 cores=1,3,5,7
/proc/32716/task/32720/stat : 32720 (java) S 32713 32716 12395 0 -1 1077944384 35561 0 0 0 1480 148 0 0 20 0 16 0 104642627 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632312850960 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32721] ppid=32713 vsize=10617796 memory=6136268 CPUtime=16.23 cores=1,3,5,7
/proc/32716/task/32721/stat : 32721 (java) S 32713 32716 12395 0 -1 1077944384 39434 0 0 0 1468 155 0 0 20 0 16 0 104642627 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632311798160 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32722] ppid=32713 vsize=10617796 memory=6136376 CPUtime=16.31 cores=1,3,5,7
/proc/32716/task/32722/stat : 32722 (java) S 32713 32716 12395 0 -1 1077944384 42045 0 0 0 1473 158 0 0 20 0 16 0 104642627 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632310745360 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32723] ppid=32713 vsize=10617796 memory=6136376 CPUtime=3.15 cores=1,3,5,7
/proc/32716/task/32723/stat : 32723 (java) S 32713 32716 12395 0 -1 1077944384 30470 0 0 0 309 6 0 0 20 0 16 0 104642628 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632267328368 140632703294082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32724] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32724/stat : 32724 (java) S 32713 32716 12395 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 104642629 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632266274400 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32725] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32725/stat : 32725 (java) S 32713 32716 12395 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 16 0 104642629 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632265221504 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32726] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32726/stat : 32726 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632264169808 140632703301531 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32727] ppid=32713 vsize=10617796 memory=2460 CPUtime=1.88 cores=1,3,5,7
/proc/32716/task/32727/stat : 32727 (java) S 32713 32716 12395 0 -1 1077944384 7591 0 0 0 187 1 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632263117168 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32728] ppid=32713 vsize=10617796 memory=5784 CPUtime=2.08 cores=1,3,5,7
/proc/32716/task/32728/stat : 32728 (java) S 32713 32716 12395 0 -1 1077944384 6227 0 0 0 207 1 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631805520112 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32729] ppid=32713 vsize=10617796 memory=-8774313645642428999 CPUtime=0.48 cores=1,3,5,7
/proc/32716/task/32729/stat : 32729 (java) S 32713 32716 12395 0 -1 1077944384 5171 0 0 0 47 1 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631804467312 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32730] ppid=32713 vsize=10617796 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32730/stat : 32730 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104642632 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631803414752 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32731] ppid=32713 vsize=10617796 memory=51488 CPUtime=1.43 cores=1,3,5,7
/proc/32716/task/32731/stat : 32731 (java) S 32713 32716 12395 0 -1 1077944384 2346 0 0 0 64 79 0 0 20 0 16 0 104642637 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631802363056 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32732] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32732/stat : 32732 (java) S 32713 32716 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104644420 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631801308592 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
Current children cumulated CPU time: 2497 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6136376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.3 s]
/proc/loadavg: 2.27 3.21 2.88 3/215 603
/proc/meminfo: memFree=23920000/32770624 swapFree=67108860/67108860
[pid=32716] ppid=32713 vsize=10617796 memory=6136376 CPUtime=2520.02 cores=1,3,5,7
/proc/32716/stat : 32716 (java) S 32713 32716 12395 0 -1 1077944320 342830 0 0 0 251270 732 0 0 20 0 16 0 104642621 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140724746493360 140632703282935 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
/proc/32716/statm: 2654449 1534094 3139 1 0 2643902 0
[pid=32716/tid=32718] ppid=32713 vsize=10617796 memory=6136376 CPUtime=2445.77 cores=1,3,5,7
/proc/32716/task/32718/stat : 32718 (java) R 32713 32716 12395 0 -1 4202560 140402 0 0 0 244540 37 0 0 20 0 16 0 104642626 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632707521504 140632343674948 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32719] ppid=32713 vsize=10617796 memory=6136376 CPUtime=16.29 cores=1,3,5,7
/proc/32716/task/32719/stat : 32719 (java) S 32713 32716 12395 0 -1 1077944384 32042 0 0 0 1470 159 0 0 20 0 16 0 104642627 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632666389136 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32720] ppid=32713 vsize=10617796 memory=6136376 CPUtime=16.28 cores=1,3,5,7
/proc/32716/task/32720/stat : 32720 (java) S 32713 32716 12395 0 -1 1077944384 35561 0 0 0 1480 148 0 0 20 0 16 0 104642627 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632312850960 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32721] ppid=32713 vsize=10617796 memory=6136376 CPUtime=16.23 cores=1,3,5,7
/proc/32716/task/32721/stat : 32721 (java) S 32713 32716 12395 0 -1 1077944384 39434 0 0 0 1468 155 0 0 20 0 16 0 104642627 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632311798160 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32722] ppid=32713 vsize=10617796 memory=6136376 CPUtime=16.31 cores=1,3,5,7
/proc/32716/task/32722/stat : 32722 (java) S 32713 32716 12395 0 -1 1077944384 42045 0 0 0 1473 158 0 0 20 0 16 0 104642627 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632310745360 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32723] ppid=32713 vsize=10617796 memory=6136376 CPUtime=3.16 cores=1,3,5,7
/proc/32716/task/32723/stat : 32723 (java) S 32713 32716 12395 0 -1 1077944384 30474 0 0 0 310 6 0 0 20 0 16 0 104642628 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632267328368 140632703294082 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32724] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32724/stat : 32724 (java) S 32713 32716 12395 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 16 0 104642629 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632266274400 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32725] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32725/stat : 32725 (java) S 32713 32716 12395 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 16 0 104642629 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632265221504 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32726] ppid=32713 vsize=10617796 memory=7450150470383196258 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32726/stat : 32726 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632264169808 140632703301531 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32727] ppid=32713 vsize=10617796 memory=6136376 CPUtime=1.88 cores=1,3,5,7
/proc/32716/task/32727/stat : 32727 (java) S 32713 32716 12395 0 -1 1077944384 7599 0 0 0 187 1 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140632263117168 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32728] ppid=32713 vsize=10617796 memory=6136376 CPUtime=2.08 cores=1,3,5,7
/proc/32716/task/32728/stat : 32728 (java) S 32713 32716 12395 0 -1 1077944384 6230 0 0 0 207 1 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631805520112 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32729] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0.48 cores=1,3,5,7
/proc/32716/task/32729/stat : 32729 (java) S 32713 32716 12395 0 -1 1077944384 5175 0 0 0 47 1 0 0 20 0 16 0 104642631 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631804467312 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32730] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32730/stat : 32730 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 104642632 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631803414752 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32731] ppid=32713 vsize=10617796 memory=6136376 CPUtime=1.43 cores=1,3,5,7
/proc/32716/task/32731/stat : 32731 (java) S 32713 32716 12395 0 -1 1077944384 2385 0 0 0 64 79 0 0 20 0 16 0 104642637 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631802363056 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32732] ppid=32713 vsize=10617796 memory=6136376 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32732/stat : 32732 (java) S 32713 32716 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 104644420 10872623104 1534094 18446744073709551615 4194304 4196468 140724746510816 140631801308592 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 6136376 KiB

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

[startup+2465.65 s]
# the end of solver process 32716 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2512.87 s, system=7.35339 s

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

[startup+2465.6 s]
/proc/loadavg: 2.27 3.21 2.88 3/215 603
/proc/meminfo: memFree=23920000/32770624 swapFree=67108860/67108860
[pid=32716] ppid=32713 vsize=10817488 memory=6136740 CPUtime=2520.16 cores=1,3,5,7
/proc/32716/stat : 32716 (java) S 32713 32716 12395 0 -1 1077944320 345628 0 0 0 251284 732 0 0 20 0 17 0 104642621 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140724746493360 140632703282935 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
/proc/32716/statm: 2704372 1534185 3143 1 0 2693825 0
[pid=32716/tid=32718] ppid=32713 vsize=10817488 memory=6136376 CPUtime=2445.78 cores=1,3,5,7
/proc/32716/task/32718/stat : 32718 (java) S 32713 32716 12395 0 -1 1077944384 140512 0 0 0 244541 37 0 0 20 0 17 0 104642626 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140632707525808 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32719] ppid=32713 vsize=10817488 memory=1728 CPUtime=16.29 cores=1,3,5,7
/proc/32716/task/32719/stat : 32719 (java) S 32713 32716 12395 0 -1 1077944384 32042 0 0 0 1470 159 0 0 20 0 17 0 104642627 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140632666389136 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32720] ppid=32713 vsize=10817488 memory=-8774313645642428999 CPUtime=16.28 cores=1,3,5,7
/proc/32716/task/32720/stat : 32720 (java) S 32713 32716 12395 0 -1 1077944384 35561 0 0 0 1480 148 0 0 20 0 17 0 104642627 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140632312850960 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32721] ppid=32713 vsize=10817488 memory=1196 CPUtime=16.23 cores=1,3,5,7
/proc/32716/task/32721/stat : 32721 (java) S 32713 32716 12395 0 -1 1077944384 39434 0 0 0 1468 155 0 0 20 0 17 0 104642627 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140632311798160 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32722] ppid=32713 vsize=10817488 memory=15880 CPUtime=16.31 cores=1,3,5,7
/proc/32716/task/32722/stat : 32722 (java) S 32713 32716 12395 0 -1 1077944384 42045 0 0 0 1473 158 0 0 20 0 17 0 104642627 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140632310745360 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32723] ppid=32713 vsize=10817488 memory=4048 CPUtime=3.16 cores=1,3,5,7
/proc/32716/task/32723/stat : 32723 (java) S 32713 32716 12395 0 -1 1077944384 30513 0 0 0 310 6 0 0 20 0 17 0 104642628 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140632267328368 140632703294082 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32724] ppid=32713 vsize=10817488 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32724/stat : 32724 (java) S 32713 32716 12395 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 104642629 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140632266274400 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32725] ppid=32713 vsize=10817488 memory=9024 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32725/stat : 32725 (java) S 32713 32716 12395 0 -1 1077944384 106 0 0 0 0 0 0 0 20 0 17 0 104642629 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140632265221504 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32726] ppid=32713 vsize=10817488 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32726/stat : 32726 (java) S 32713 32716 12395 0 -1 1077944384 254 0 0 0 0 0 0 0 20 0 17 0 104642631 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140632264169808 140632703301531 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32727] ppid=32713 vsize=10817488 memory=1196 CPUtime=1.9 cores=1,3,5,7
/proc/32716/task/32727/stat : 32727 (java) S 32713 32716 12395 0 -1 1077944384 8114 0 0 0 189 1 0 0 20 0 17 0 104642631 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140632263117168 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32728] ppid=32713 vsize=10817488 memory=6136376 CPUtime=2.1 cores=1,3,5,7
/proc/32716/task/32728/stat : 32728 (java) S 32713 32716 12395 0 -1 1077944384 6625 0 0 0 209 1 0 0 20 0 17 0 104642631 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140631805520112 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32729] ppid=32713 vsize=10817488 memory=-8774313645642428999 CPUtime=0.48 cores=1,3,5,7
/proc/32716/task/32729/stat : 32729 (java) S 32713 32716 12395 0 -1 1077944384 6007 0 0 0 47 1 0 0 20 0 17 0 104642631 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140631804467312 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32730] ppid=32713 vsize=10817488 memory=51484 CPUtime=0 cores=1,3,5,7
/proc/32716/task/32730/stat : 32730 (java) S 32713 32716 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 104642632 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140631803414752 140632703293141 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
[pid=32716/tid=32731] ppid=32713 vsize=10817488 memory=1296 CPUtime=1.43 cores=1,3,5,7
/proc/32716/task/32731/stat : 32731 (java) S 32713 32716 12395 0 -1 1077944384 2385 0 0 0 64 79 0 0 20 0 17 0 104642637 11077107712 1534185 18446744073709551615 4194304 4196468 140724746510816 140631802363056 140632703294082 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12124160 140724746518928 140724746519081 140724746519081 140724746522575 0
Current children cumulated CPU time: 2520.16 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 6136740 KiB

Child status: 143
Real time (s): 2465.65
CPU time (s): 2520.22
CPU user time (s): 2512.87
CPU system time (s): 7.35339
CPU usage (%): 102.213
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 6136740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2512.87
system time used= 7.35339
maximum resident set size= 6136900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 345677
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56843
involuntary context switches= 2428


# summary of solver processes directly reported to runsolver:
#   pid: 32716
#   total CPU time (s): 2520.22
#   total CPU user time (s): 2512.87
#   total CPU system time (s): 7.35339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3902 second user time and 19.7483 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 14:14:40
IDJOB=4263073
IDBENCH=130610
IDSOLVER=2651
FILE ID=node135/4263073-1502627313
RUNJOBID= node135-1502623989-31952
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-16.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263073-1502627313/watcher-4263073-1502627313 -o /tmp/evaluation-result-4263073-1502627313/solver-4263073-1502627313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31952 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263073-1502627313.xml

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

MD5SUM BENCH= 03765d59360c09d71a4cc0e8e110fff9
RANDOM SEED=1093090356

node135.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.21
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.21
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.21
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.21
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:        29668812 kB
MemAvailable:   30562348 kB
Buffers:          311768 kB
Cached:           879308 kB
SwapCached:            0 kB
Active:          2099632 kB
Inactive:         555112 kB
Active(anon):    1463868 kB
Inactive(anon):    41324 kB
Active(file):     635764 kB
Inactive(file):   513788 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1572 kB
Writeback:             0 kB
AnonPages:       1457140 kB
Mapped:            66848 kB
Shmem:             41656 kB
Slab:             147516 kB
SReclaimable:     119640 kB
SUnreclaim:        27876 kB
KernelStack:        3840 kB
PageTables:         7920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3149136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1345536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-13 14:55:45