Trace number 4263362

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.1799 2507.1599

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-45.xml
MD5SUMd06dfc4a92b3645075aa026a1be187ca
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 variables180
Number of constraints135
Number of domains2
Minimum domain size45
Maximum domain size90
Distribution of domain sizes[{"size":45,"count":90},{"size":90,"count":90}]
Minimum variable degree2
Maximum variable degree90
Distribution of variable degrees[{"degree":2,"count":90},{"degree":90,"count":90}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":45},{"arity":91,"count":90}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"element","count":90}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263362-1502623763/watcher-4263362-1502623763 -o /tmp/evaluation-result-4263362-1502623763/solver-4263362-1502623763 -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-4263362-1502623763.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=22159, runsolver pid=22156
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 5.01 4.42 3.37 3/206 22166
/proc/meminfo: memFree=30725904/32770624 swapFree=67108860/67108860
[pid=22159] ppid=22156 vsize=10151672 memory=18744 CPUtime=0.02 cores=1,3,5,7
/proc/22159/stat : 22159 (java) S 22156 22159 8289 0 -1 1077944320 4067 0 0 0 2 0 0 0 20 0 9 0 110191487 10395312128 4686 18446744073709551615 4194304 4196468 140726217515408 140726217497952 139789819961079 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
/proc/22159/statm: 2537918 4686 2100 1 0 2527415 0
[pid=22159/tid=22161] ppid=22156 vsize=10151672 memory=-6439968830534014599 CPUtime=0.02 cores=1,3,5,7
/proc/22159/task/22161/stat : 22161 (java) R 22156 22159 8289 0 -1 4202560 2715 0 0 0 2 0 0 0 20 0 9 0 110191495 10395312128 4686 18446744073709551615 4194304 4196468 140726217515408 139789824197064 139789804041566 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22162] ppid=22156 vsize=10151672 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22162/stat : 22162 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110191496 10395312128 4686 18446744073709551615 4194304 4196468 140726217515408 139789780859152 139789819971285 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22163] ppid=22156 vsize=10151672 memory=140313842620032 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22163/stat : 22163 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110191496 10395312128 4686 18446744073709551615 4194304 4196468 140726217515408 139789779806608 139789819971285 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22164] ppid=22156 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22164/stat : 22164 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110191496 10395312128 4686 18446744073709551615 4194304 4196468 140726217515408 139789778754064 139789819971285 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22165] ppid=22156 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22165/stat : 22165 (java) S 22156 22159 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110191496 10395312128 4686 18446744073709551615 4194304 4196468 140726217515408 139789427726992 139789819971285 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22166] ppid=22156 vsize=10151672 memory=140313842620032 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22166/stat : 22166 (java) S 22156 22159 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110191497 10395312128 4686 18446744073709551615 4194304 4196468 140726217515408 139789384149488 139789819972226 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22167] ppid=22156 vsize=10151672 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22167/stat : 22167 (java) S 22156 22159 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 110191498 10395312128 4686 18446744073709551615 4194304 4196468 140726217515408 139789383095712 139789819971285 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22168] ppid=22156 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22168/stat : 22168 (java) S 22156 22159 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 110191498 10395312128 4686 18446744073709551615 4194304 4196468 140726217515408 139789382043184 139789819971285 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 18744 KiB

[startup+0.210108 s]*
/proc/loadavg: 5.01 4.42 3.37 2/213 22173
/proc/meminfo: memFree=30721572/32770624 swapFree=67108860/67108860
[pid=22159] ppid=22156 vsize=10551056 memory=23624 CPUtime=0.06 cores=1,3,5,7
/proc/22159/stat : 22159 (java) S 22156 22159 8289 0 -1 1077944320 4873 0 0 0 5 1 0 0 20 0 15 0 110191487 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 140726217497952 139789819961079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
/proc/22159/statm: 2637764 5906 2578 1 0 2627261 0
[pid=22159/tid=22161] ppid=22156 vsize=10551056 memory=7077796292425249400 CPUtime=0.04 cores=1,3,5,7
/proc/22159/task/22161/stat : 22161 (java) R 22156 22159 8289 0 -1 4202560 2990 0 0 0 4 0 0 0 20 0 15 0 110191495 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 139789824203360 139789800237904 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22162] ppid=22156 vsize=10551056 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22162/stat : 22162 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191496 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 139789780859152 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22163] ppid=22156 vsize=10551056 memory=140313842620032 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22163/stat : 22163 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191496 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 139789779806608 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22164] ppid=22156 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22164/stat : 22164 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191496 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 139789778754064 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22165] ppid=22156 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22165/stat : 22165 (java) S 22156 22159 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110191496 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 139789427726992 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22166] ppid=22156 vsize=10551056 memory=140313842620032 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22166/stat : 22166 (java) S 22156 22159 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110191497 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 139789384149488 139789819972226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22167] ppid=22156 vsize=10551056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22167/stat : 22167 (java) S 22156 22159 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110191498 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 139789383095712 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22168] ppid=22156 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22168/stat : 22168 (java) S 22156 22159 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110191498 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 139789382043120 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22169] ppid=22156 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22169/stat : 22169 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110191500 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 139789380991696 139789819979675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22170] ppid=22156 vsize=10551056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22170/stat : 22170 (java) S 22156 22159 8289 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 110191500 10804281344 5906 18446744073709551615 4194304 4196468 140726217515408 139789379938288 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22171] ppid=22156 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22171/stat : 22171 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110191500 10804383744 5906 18446744073709551615 4194304 4196468 140726217515408 139789378885744 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22172] ppid=22156 vsize=10551156 memory=140313842620032 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22172/stat : 22172 (java) S 22156 22159 8289 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 110191500 10804383744 5906 18446744073709551615 4194304 4196468 140726217515408 139789377833200 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22173] ppid=22156 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22173/stat : 22173 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110191500 10804383744 5971 18446744073709551615 4194304 4196468 140726217515408 139789376780896 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22174] ppid=22156 vsize=10551156 memory=140313842620032 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22174/stat : 22174 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191509 10804383744 5971 18446744073709551615 4194304 4196468 140726217515408 139789375728432 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10551056 KiB
Current children cumulated memory: 23624 KiB

[startup+0.316077 s]*
/proc/loadavg: 5.01 4.42 3.37 3/214 22174
/proc/meminfo: memFree=30711804/32770624 swapFree=67108860/67108860
[pid=22159] ppid=22156 vsize=10551156 memory=35772 CPUtime=0.21 cores=1,3,5,7
/proc/22159/stat : 22159 (java) S 22156 22159 8289 0 -1 1077944320 8245 0 0 0 19 2 0 0 20 0 15 0 110191487 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 140726217497952 139789819961079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
/proc/22159/statm: 2637789 8943 2865 1 0 2627261 0
[pid=22159/tid=22161] ppid=22156 vsize=10551156 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/22159/task/22161/stat : 22161 (java) R 22156 22159 8289 0 -1 4202560 5905 0 0 0 13 2 0 0 20 0 15 0 110191495 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789824189112 139789819973014 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22162] ppid=22156 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22162/stat : 22162 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191496 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789780859152 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22163] ppid=22156 vsize=10551156 memory=4627853888499060086 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22163/stat : 22163 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191496 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789779806608 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22164] ppid=22156 vsize=10551156 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22164/stat : 22164 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191496 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789778754064 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22165] ppid=22156 vsize=10551156 memory=-7305533901252758645 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22165/stat : 22165 (java) S 22156 22159 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110191496 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789427726992 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22166] ppid=22156 vsize=10551156 memory=7077796292425249400 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22166/stat : 22166 (java) S 22156 22159 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110191497 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789384149488 139789819972226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22167] ppid=22156 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22167/stat : 22167 (java) S 22156 22159 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110191498 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789383095712 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22168] ppid=22156 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22168/stat : 22168 (java) S 22156 22159 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110191498 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789382043120 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22169] ppid=22156 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22169/stat : 22169 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110191500 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789380991696 139789819979675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22170] ppid=22156 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22159/task/22170/stat : 22170 (java) S 22156 22159 8289 0 -1 1077944384 475 0 0 0 1 0 0 0 20 0 15 0 110191500 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789379938288 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22171] ppid=22156 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/22159/task/22171/stat : 22171 (java) S 22156 22159 8289 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 15 0 110191500 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789378885744 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22172] ppid=22156 vsize=10551156 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/22159/task/22172/stat : 22172 (java) R 22156 22159 8289 0 -1 4202560 393 0 0 0 3 0 0 0 20 0 15 0 110191500 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789377833200 139789819982426 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22173] ppid=22156 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22173/stat : 22173 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110191500 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789376780896 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22174] ppid=22156 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22174/stat : 22174 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191509 10804383744 8943 18446744073709551615 4194304 4196468 140726217515408 139789375728432 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 35772 KiB

[startup+0.700759 s]
/proc/loadavg: 4.85 4.40 3.37 3/214 22174
/proc/meminfo: memFree=30683920/32770624 swapFree=67108860/67108860
[pid=22159] ppid=22156 vsize=10551232 memory=121800 CPUtime=1.22 cores=1,3,5,7
/proc/22159/stat : 22159 (java) S 22156 22159 8289 0 -1 1077944320 13944 0 0 0 118 4 0 0 20 0 15 0 110191487 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 140726217497952 139789819961079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
/proc/22159/statm: 2637808 30450 3059 1 0 2627261 0
[pid=22159/tid=22161] ppid=22156 vsize=10551232 memory=2591274567425 CPUtime=0.52 cores=1,3,5,7
/proc/22159/task/22161/stat : 22161 (java) R 22156 22159 8289 0 -1 4202560 7445 0 0 0 49 3 0 0 20 0 15 0 110191495 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789824192160 139789801911837 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22162] ppid=22156 vsize=10551232 memory=2617044371201 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22162/stat : 22162 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191496 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789780859152 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22163] ppid=22156 vsize=10551232 memory=2634224240385 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22163/stat : 22163 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191496 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789779806608 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22164] ppid=22156 vsize=10551232 memory=66508736 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22164/stat : 22164 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191496 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789778754064 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22165] ppid=22156 vsize=10551232 memory=-8556737395271162992 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22165/stat : 22165 (java) S 22156 22159 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110191496 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789427726992 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22166] ppid=22156 vsize=10551232 memory=6152287975781979490 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22166/stat : 22166 (java) S 22156 22159 8289 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 110191497 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789384149488 139789819972226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22167] ppid=22156 vsize=10551232 memory=8025788822668141932 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22167/stat : 22167 (java) S 22156 22159 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110191498 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789383095712 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22168] ppid=22156 vsize=10551232 memory=280627391947488 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22168/stat : 22168 (java) S 22156 22159 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110191498 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789382043120 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22169] ppid=22156 vsize=10551232 memory=288230617509003574 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22169/stat : 22169 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110191500 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789380991696 139789819979675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22170] ppid=22156 vsize=10551232 memory=15825482134324680 CPUtime=0.22 cores=1,3,5,7
/proc/22159/task/22170/stat : 22170 (java) R 22156 22159 8289 0 -1 4202560 2180 0 0 0 22 0 0 0 20 0 15 0 110191500 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789379919304 139789804250080 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22171] ppid=22156 vsize=10551232 memory=1436 CPUtime=0.24 cores=1,3,5,7
/proc/22159/task/22171/stat : 22171 (java) R 22156 22159 8289 0 -1 4202560 1540 0 0 0 24 0 0 0 20 0 15 0 110191500 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789378884928 139789800597016 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22172] ppid=22156 vsize=10551232 memory=1200 CPUtime=0.21 cores=1,3,5,7
/proc/22159/task/22172/stat : 22172 (java) S 22156 22159 8289 0 -1 1077944384 1409 0 0 0 21 0 0 0 20 0 15 0 110191500 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789377833200 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22173] ppid=22156 vsize=10551232 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22173/stat : 22173 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110191500 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789376780896 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22174] ppid=22156 vsize=10551232 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22174/stat : 22174 (java) S 22156 22159 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110191509 10804461568 30450 18446744073709551615 4194304 4196468 140726217515408 139789375728432 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 121800 KiB

[startup+1.50079 s]
/proc/loadavg: 4.85 4.40 3.37 5/214 22174
/proc/meminfo: memFree=30539148/32770624 swapFree=67108860/67108860
[pid=22159] ppid=22156 vsize=10617796 memory=271584 CPUtime=3.6 cores=1,3,5,7
/proc/22159/stat : 22159 (java) S 22156 22159 8289 0 -1 1077944320 15841 0 0 0 347 13 0 0 20 0 16 0 110191487 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 140726217497952 139789819961079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
/proc/22159/statm: 2654449 67896 3108 1 0 2643902 0
[pid=22159/tid=22161] ppid=22156 vsize=10617796 memory=4420 CPUtime=1.22 cores=1,3,5,7
/proc/22159/task/22161/stat : 22161 (java) R 22156 22159 8289 0 -1 4202560 7540 0 0 0 118 4 0 0 20 0 16 0 110191495 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789824189408 139789462248016 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22162] ppid=22156 vsize=10617796 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/22159/task/22162/stat : 22162 (java) S 22156 22159 8289 0 -1 1077944384 146 0 0 0 6 2 0 0 20 0 16 0 110191496 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789780859152 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22163] ppid=22156 vsize=10617796 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/22159/task/22163/stat : 22163 (java) S 22156 22159 8289 0 -1 1077944384 153 0 0 0 5 2 0 0 20 0 16 0 110191496 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789779806608 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22164] ppid=22156 vsize=10617796 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/22159/task/22164/stat : 22164 (java) S 22156 22159 8289 0 -1 1077944384 53 0 0 0 6 1 0 0 20 0 16 0 110191496 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789778754064 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22165] ppid=22156 vsize=10617796 memory=13252 CPUtime=0.07 cores=1,3,5,7
/proc/22159/task/22165/stat : 22165 (java) S 22156 22159 8289 0 -1 1077944384 135 0 0 0 5 2 0 0 20 0 16 0 110191496 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789427726992 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22166] ppid=22156 vsize=10617796 memory=103 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22166/stat : 22166 (java) S 22156 22159 8289 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 16 0 110191497 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789384149488 139789819972226 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22167] ppid=22156 vsize=10617796 memory=8 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22167/stat : 22167 (java) S 22156 22159 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 110191498 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789383095712 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22168] ppid=22156 vsize=10617796 memory=7 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22168/stat : 22168 (java) S 22156 22159 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110191498 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789382043120 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22169] ppid=22156 vsize=10617796 memory=7 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22169/stat : 22169 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110191500 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789380991696 139789819979675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22170] ppid=22156 vsize=10617796 memory=7 CPUtime=0.88 cores=1,3,5,7
/proc/22159/task/22170/stat : 22170 (java) R 22156 22159 8289 0 -1 4202560 2602 0 0 0 88 0 0 0 20 0 16 0 110191500 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789379935488 139789803864160 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22171] ppid=22156 vsize=10617796 memory=0 CPUtime=0.86 cores=1,3,5,7
/proc/22159/task/22171/stat : 22171 (java) R 22156 22159 8289 0 -1 4202560 2181 0 0 0 86 0 0 0 20 0 16 0 110191500 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789378872528 139789801481152 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22172] ppid=22156 vsize=10617796 memory=144655907973787 CPUtime=0.29 cores=1,3,5,7
/proc/22159/task/22172/stat : 22172 (java) S 22156 22159 8289 0 -1 1077944384 1564 0 0 0 29 0 0 0 20 0 16 0 110191500 10872623104 67896 18446744073709551615 4194304 4196468 140726217515408 139789377833200 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0

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

/proc/22159/task/22167/stat : 22167 (java) S 22156 22159 8289 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 110191498 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789383095776 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22168] ppid=22156 vsize=10617796 memory=3343908 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22168/stat : 22168 (java) S 22156 22159 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 110191498 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789382043136 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22169] ppid=22156 vsize=10617796 memory=3343908 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22169/stat : 22169 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110191500 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789380991696 139789819979675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22170] ppid=22156 vsize=10617796 memory=-8774313645642428999 CPUtime=1.5 cores=1,3,5,7
/proc/22159/task/22170/stat : 22170 (java) S 22156 22159 8289 0 -1 1077944384 6941 0 0 0 149 1 0 0 20 0 16 0 110191500 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789379938288 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22171] ppid=22156 vsize=10617796 memory=3343908 CPUtime=1.34 cores=1,3,5,7
/proc/22159/task/22171/stat : 22171 (java) S 22156 22159 8289 0 -1 1077944384 5829 0 0 0 133 1 0 0 20 0 16 0 110191500 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789378885744 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22172] ppid=22156 vsize=10617796 memory=3343908 CPUtime=0.36 cores=1,3,5,7
/proc/22159/task/22172/stat : 22172 (java) S 22156 22159 8289 0 -1 1077944384 3682 0 0 0 35 1 0 0 20 0 16 0 110191500 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789377833200 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22173] ppid=22156 vsize=10617796 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22173/stat : 22173 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110191500 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789376780896 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22174] ppid=22156 vsize=10617796 memory=4040 CPUtime=1.47 cores=1,3,5,7
/proc/22159/task/22174/stat : 22174 (java) S 22156 22159 8289 0 -1 1077944384 2908 0 0 0 69 78 0 0 20 0 16 0 110191509 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789375728432 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22175] ppid=22156 vsize=10617796 memory=32792 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22175/stat : 22175 (java) S 22156 22159 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110191627 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789307209008 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
Current children cumulated CPU time: 2515.49 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3343908 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.9 s]
/proc/loadavg: 2.83 2.26 2.21 6/214 22408
/proc/meminfo: memFree=20072716/32770624 swapFree=67108860/67108860
[pid=22159] ppid=22156 vsize=10617796 memory=3343908 CPUtime=2520.09 cores=1,3,5,7
/proc/22159/stat : 22159 (java) S 22156 22159 8289 0 -1 1077944320 184836 0 0 0 251621 388 0 0 20 0 16 0 110191487 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 140726217497952 139789819961079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
/proc/22159/statm: 2654449 835977 3142 1 0 2643902 0
[pid=22159/tid=22161] ppid=22156 vsize=10617796 memory=3343908 CPUtime=2503.3 cores=1,3,5,7
/proc/22159/task/22161/stat : 22161 (java) R 22156 22159 8289 0 -1 4202560 73979 0 0 0 250307 23 0 0 20 0 16 0 110191495 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789824200032 139789462528063 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22162] ppid=22156 vsize=10617796 memory=3343908 CPUtime=2.92 cores=1,3,5,7
/proc/22159/task/22162/stat : 22162 (java) S 22156 22159 8289 0 -1 1077944384 18730 0 0 0 219 73 0 0 20 0 16 0 110191496 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789780859152 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22163] ppid=22156 vsize=10617796 memory=3343908 CPUtime=2.93 cores=1,3,5,7
/proc/22159/task/22163/stat : 22163 (java) S 22156 22159 8289 0 -1 1077944384 18780 0 0 0 219 74 0 0 20 0 16 0 110191496 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789779806608 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22164] ppid=22156 vsize=10617796 memory=3343908 CPUtime=2.91 cores=1,3,5,7
/proc/22159/task/22164/stat : 22164 (java) S 22156 22159 8289 0 -1 1077944384 18655 0 0 0 219 72 0 0 20 0 16 0 110191496 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789778754064 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22165] ppid=22156 vsize=10617796 memory=3343908 CPUtime=2.91 cores=1,3,5,7
/proc/22159/task/22165/stat : 22165 (java) S 22156 22159 8289 0 -1 1077944384 19106 0 0 0 218 73 0 0 20 0 16 0 110191496 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789427726992 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22166] ppid=22156 vsize=10617796 memory=3343908 CPUtime=0.35 cores=1,3,5,7
/proc/22159/task/22166/stat : 22166 (java) S 22156 22159 8289 0 -1 1077944384 14819 0 0 0 32 3 0 0 20 0 16 0 110191497 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789384149488 139789819972226 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22167] ppid=22156 vsize=10617796 memory=3343908 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22167/stat : 22167 (java) S 22156 22159 8289 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 110191498 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789383095776 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22168] ppid=22156 vsize=10617796 memory=3343908 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22168/stat : 22168 (java) S 22156 22159 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 110191498 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789382043136 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22169] ppid=22156 vsize=10617796 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22169/stat : 22169 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110191500 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789380991696 139789819979675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22170] ppid=22156 vsize=10617796 memory=3343908 CPUtime=1.5 cores=1,3,5,7
/proc/22159/task/22170/stat : 22170 (java) S 22156 22159 8289 0 -1 1077944384 6941 0 0 0 149 1 0 0 20 0 16 0 110191500 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789379938288 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22171] ppid=22156 vsize=10617796 memory=0 CPUtime=1.34 cores=1,3,5,7
/proc/22159/task/22171/stat : 22171 (java) S 22156 22159 8289 0 -1 1077944384 5829 0 0 0 133 1 0 0 20 0 16 0 110191500 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789378885744 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22172] ppid=22156 vsize=10617796 memory=3343908 CPUtime=0.36 cores=1,3,5,7
/proc/22159/task/22172/stat : 22172 (java) S 22156 22159 8289 0 -1 1077944384 3682 0 0 0 35 1 0 0 20 0 16 0 110191500 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789377833200 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22173] ppid=22156 vsize=10617796 memory=3343908 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22173/stat : 22173 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110191500 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789376780896 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22174] ppid=22156 vsize=10617796 memory=3343908 CPUtime=1.47 cores=1,3,5,7
/proc/22159/task/22174/stat : 22174 (java) S 22156 22159 8289 0 -1 1077944384 2908 0 0 0 69 78 0 0 20 0 16 0 110191509 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789375728432 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22175] ppid=22156 vsize=10617796 memory=3343908 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22175/stat : 22175 (java) S 22156 22159 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 110191627 10872623104 835977 18446744073709551615 4194304 4196468 140726217515408 139789307209008 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10617796 KiB
Current children cumulated memory: 3343908 KiB

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

[startup+2507.16 s]
# the end of solver process 22159 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.27 s, system=3.90731 s

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

[startup+2507.01 s]*
/proc/loadavg: 2.83 2.26 2.21 5/215 22411
/proc/meminfo: memFree=20072592/32770624 swapFree=67108860/67108860
[pid=22159] ppid=22156 vsize=10817488 memory=3344204 CPUtime=2520.1 cores=1,3,5,7
/proc/22159/stat : 22159 (java) S 22156 22159 8289 0 -1 1077944320 185751 0 0 0 251622 388 0 0 20 0 17 0 110191487 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 140726217497952 139789819961079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
/proc/22159/statm: 2704372 836051 3145 1 0 2693825 0
[pid=22159/tid=22161] ppid=22156 vsize=10817488 memory=8318255677412212789 CPUtime=2503.31 cores=1,3,5,7
/proc/22159/task/22161/stat : 22161 (java) S 22156 22159 8289 0 -1 1077944384 74090 0 0 0 250308 23 0 0 20 0 17 0 110191495 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789824203952 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22162] ppid=22156 vsize=10817488 memory=301741399295132004 CPUtime=2.92 cores=1,3,5,7
/proc/22159/task/22162/stat : 22162 (java) S 22156 22159 8289 0 -1 1077944384 18730 0 0 0 219 73 0 0 20 0 17 0 110191496 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789780859152 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22163] ppid=22156 vsize=10817488 memory=981312 CPUtime=2.93 cores=1,3,5,7
/proc/22159/task/22163/stat : 22163 (java) S 22156 22159 8289 0 -1 1077944384 18780 0 0 0 219 74 0 0 20 0 17 0 110191496 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789779806608 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22164] ppid=22156 vsize=10817488 memory=7649399375708369458 CPUtime=2.91 cores=1,3,5,7
/proc/22159/task/22164/stat : 22164 (java) S 22156 22159 8289 0 -1 1077944384 18655 0 0 0 219 72 0 0 20 0 17 0 110191496 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789778754064 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22165] ppid=22156 vsize=10817488 memory=7649399380003336753 CPUtime=2.91 cores=1,3,5,7
/proc/22159/task/22165/stat : 22165 (java) S 22156 22159 8289 0 -1 1077944384 19106 0 0 0 218 73 0 0 20 0 17 0 110191496 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789427726992 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22166] ppid=22156 vsize=10817488 memory=7649399384298304050 CPUtime=0.35 cores=1,3,5,7
/proc/22159/task/22166/stat : 22166 (java) S 22156 22159 8289 0 -1 1077944384 14838 0 0 0 32 3 0 0 20 0 17 0 110191497 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789384149488 139789819972226 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22167] ppid=22156 vsize=10817488 memory=7649399388593271345 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22167/stat : 22167 (java) S 22156 22159 8289 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 110191498 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789383095776 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22168] ppid=22156 vsize=10817488 memory=140313842620032 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22168/stat : 22168 (java) S 22156 22159 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 110191498 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789382043136 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22169] ppid=22156 vsize=10817488 memory=7649399397183205937 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22169/stat : 22169 (java) S 22156 22159 8289 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 17 0 110191500 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789380991696 139789819979675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22170] ppid=22156 vsize=10817488 memory=0 CPUtime=1.5 cores=1,3,5,7
/proc/22159/task/22170/stat : 22170 (java) S 22156 22159 8289 0 -1 1077944384 6941 0 0 0 149 1 0 0 20 0 17 0 110191500 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789379938288 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22171] ppid=22156 vsize=10817488 memory=7649399362840244785 CPUtime=1.34 cores=1,3,5,7
/proc/22159/task/22171/stat : 22171 (java) S 22156 22159 8289 0 -1 1077944384 5829 0 0 0 133 1 0 0 20 0 17 0 110191500 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789378885744 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22172] ppid=22156 vsize=10817488 memory=7649399367135212082 CPUtime=0.36 cores=1,3,5,7
/proc/22159/task/22172/stat : 22172 (java) S 22156 22159 8289 0 -1 1077944384 3803 0 0 0 35 1 0 0 20 0 17 0 110191500 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789377833200 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22173] ppid=22156 vsize=10817488 memory=7649399371430179378 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22173/stat : 22173 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110191500 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789376780896 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22174] ppid=22156 vsize=10817488 memory=7649399375725146674 CPUtime=1.47 cores=1,3,5,7
/proc/22159/task/22174/stat : 22174 (java) S 22156 22159 8289 0 -1 1077944384 2908 0 0 0 69 78 0 0 20 0 17 0 110191509 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789375728432 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22409] ppid=22156 vsize=10817488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22409/stat : 22409 (java) S 22156 22159 8289 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 17 0 110442178 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789306155760 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22410] ppid=22156 vsize=10817488 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22410/stat : 22410 (java) S 22156 22159 8289 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 17 0 110442178 11077107712 836051 18446744073709551615 4194304 4196468 140726217515408 139789305104144 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3344204 KiB

[startup+2507.12 s]
/proc/loadavg: 2.83 2.26 2.21 5/215 22411
/proc/meminfo: memFree=20072592/32770624 swapFree=67108860/67108860
[pid=22159] ppid=22156 vsize=10817488 memory=3344232 CPUtime=2520.12 cores=1,3,5,7
/proc/22159/stat : 22159 (java) S 22156 22159 8289 0 -1 1077944320 186612 0 0 0 251623 389 0 0 20 0 17 0 110191487 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 140726217497952 139789819961079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 7 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
/proc/22159/statm: 2704372 836058 3145 1 0 2693825 0
[pid=22159/tid=22161] ppid=22156 vsize=10817488 memory=5788 CPUtime=2503.31 cores=1,3,5,7
/proc/22159/task/22161/stat : 22161 (java) S 22156 22159 8289 0 -1 1077944384 74090 0 0 0 250308 23 0 0 20 0 17 0 110191495 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789824203952 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22162] ppid=22156 vsize=10817488 memory=3343908 CPUtime=2.92 cores=1,3,5,7
/proc/22159/task/22162/stat : 22162 (java) S 22156 22159 8289 0 -1 1077944384 18730 0 0 0 219 73 0 0 20 0 17 0 110191496 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789780859152 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22163] ppid=22156 vsize=10817488 memory=3343908 CPUtime=2.93 cores=1,3,5,7
/proc/22159/task/22163/stat : 22163 (java) S 22156 22159 8289 0 -1 1077944384 18780 0 0 0 219 74 0 0 20 0 17 0 110191496 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789779806608 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22164] ppid=22156 vsize=10817488 memory=3343908 CPUtime=2.91 cores=1,3,5,7
/proc/22159/task/22164/stat : 22164 (java) S 22156 22159 8289 0 -1 1077944384 18655 0 0 0 219 72 0 0 20 0 17 0 110191496 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789778754064 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22165] ppid=22156 vsize=10817488 memory=3343908 CPUtime=2.91 cores=1,3,5,7
/proc/22159/task/22165/stat : 22165 (java) S 22156 22159 8289 0 -1 1077944384 19106 0 0 0 218 73 0 0 20 0 17 0 110191496 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789427726992 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22166] ppid=22156 vsize=10817488 memory=3343908 CPUtime=0.35 cores=1,3,5,7
/proc/22159/task/22166/stat : 22166 (java) S 22156 22159 8289 0 -1 1077944384 14838 0 0 0 32 3 0 0 20 0 17 0 110191497 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789384149488 139789819972226 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22167] ppid=22156 vsize=10817488 memory=3343908 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22167/stat : 22167 (java) S 22156 22159 8289 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 110191498 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789383095776 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22168] ppid=22156 vsize=10817488 memory=3343908 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22168/stat : 22168 (java) S 22156 22159 8289 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 110191498 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789382043136 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22169] ppid=22156 vsize=10817488 memory=0 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22169/stat : 22169 (java) S 22156 22159 8289 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 17 0 110191500 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789380991696 139789819979675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22170] ppid=22156 vsize=10817488 memory=3343908 CPUtime=1.5 cores=1,3,5,7
/proc/22159/task/22170/stat : 22170 (java) S 22156 22159 8289 0 -1 1077944384 7027 0 0 0 149 1 0 0 20 0 17 0 110191500 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789379938288 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22171] ppid=22156 vsize=10817488 memory=3343908 CPUtime=1.34 cores=1,3,5,7
/proc/22159/task/22171/stat : 22171 (java) S 22156 22159 8289 0 -1 1077944384 6020 0 0 0 133 1 0 0 20 0 17 0 110191500 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789378885744 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22172] ppid=22156 vsize=10817488 memory=3343908 CPUtime=0.36 cores=1,3,5,7
/proc/22159/task/22172/stat : 22172 (java) S 22156 22159 8289 0 -1 1077944384 4171 0 0 0 35 1 0 0 20 0 17 0 110191500 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789377833200 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22173] ppid=22156 vsize=10817488 memory=2440 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22173/stat : 22173 (java) S 22156 22159 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 110191500 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789376780896 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22174] ppid=22156 vsize=10817488 memory=3343908 CPUtime=1.47 cores=1,3,5,7
/proc/22159/task/22174/stat : 22174 (java) S 22156 22159 8289 0 -1 1077944384 2908 0 0 0 69 78 0 0 20 0 17 0 110191509 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789375728432 139789819972226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22409] ppid=22156 vsize=10817488 memory=3343908 CPUtime=0 cores=1,3,5,7
/proc/22159/task/22409/stat : 22409 (java) S 22156 22159 8289 0 -1 1077944384 220 0 0 0 0 0 0 0 20 0 17 0 110442178 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789306155760 139789819971285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
[pid=22159/tid=22410] ppid=22156 vsize=10817488 memory=3343908 CPUtime=0.01 cores=1,3,5,7
/proc/22159/task/22410/stat : 22410 (java) R 22156 22159 8289 0 -1 4202560 291 0 0 0 1 0 0 0 20 0 17 0 110442178 11077107712 836058 18446744073709551615 4194304 4196468 140726217515408 139789305100280 139789458501088 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19001344 140726217523600 140726217523753 140726217523753 140726217527247 0
Current children cumulated CPU time: 2520.12 s
Current children cumulated vsize: 10817488 KiB
Current children cumulated memory: 3344232 KiB

Child status: 143
Real time (s): 2507.16
CPU time (s): 2520.18
CPU user time (s): 2516.27
CPU system time (s): 3.90731
CPU usage (%): 100.519
Max. virtual memory (cumulated for all children) (KiB): 10817488
Max. memory (cumulated for all children) (KiB): 3344232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.27
system time used= 3.90731
maximum resident set size= 3344448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 187086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57469
involuntary context switches= 2487


# summary of solver processes directly reported to runsolver:
#   pid: 22159
#   total CPU time (s): 2520.18
#   total CPU user time (s): 2516.27
#   total CPU system time (s): 3.90731

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5209 second user time and 24.1935 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 13:15:15
IDJOB=4263362
IDBENCH=124359
IDSOLVER=2651
FILE ID=node133/4263362-1502623763
RUNJOBID= node133-1502619490-21335
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-45.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263362-1502623763/watcher-4263362-1502623763 -o /tmp/evaluation-result-4263362-1502623763/solver-4263362-1502623763 -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-4263362-1502623763.xml

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

MD5SUM BENCH= d06dfc4a92b3645075aa026a1be187ca
RANDOM SEED=1374664259

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:        30735268 kB
MemAvailable:   31313096 kB
Buffers:          229980 kB
Cached:           642304 kB
SwapCached:            0 kB
Active:          1414732 kB
Inactive:         172248 kB
Active(anon):     655388 kB
Inactive(anon):   100840 kB
Active(file):     759344 kB
Inactive(file):    71408 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1720 kB
Writeback:             0 kB
AnonPages:        726728 kB
Mapped:            67800 kB
Shmem:             41660 kB
Slab:             153164 kB
SReclaimable:     125824 kB
SUnreclaim:        27340 kB
KernelStack:        3776 kB
PageTables:         6364 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1821748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    636928 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 13:57:02