Trace number 4289815

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 2018-07-11? (TO) 2400.14 2362.38

General information on the benchmark

NameTravelingTournament/
TravelingTournament-a2-galaxy16_c18.xml
MD5SUM8cfce4baee5c579b6f10529c309e3c1c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark23338
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables1936
Number of constraints8495
Number of domains3
Minimum domain size2
Maximum domain size66
Distribution of domain sizes[{"size":2,"count":960},{"size":16,"count":480},{"size":66,"count":496}]
Minimum variable degree2
Maximum variable degree50
Distribution of variable degrees[{"degree":2,"count":976},{"degree":47,"count":448},{"degree":48,"count":480},{"degree":49,"count":30},{"degree":50,"count":2}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":481},{"arity":3,"count":32},{"arity":4,"count":6496},{"arity":5,"count":464},{"arity":16,"count":510},{"arity":18,"count":480},{"arity":30,"count":32}]
Number of extensional constraints496
Number of intensional constraints6977
Distribution of constraint types[{"type":"extension","count":496},{"type":"intension","count":6977},{"type":"regular","count":16},{"type":"allDifferent","count":30},{"type":"cardinality","count":16},{"type":"element","count":960}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

57.79/25.46	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
57.79/25.46	c This is free software under the dual EPL/GNU LGPL licenses.
57.79/25.46	c See www.sat4j.org for details.
57.79/25.46	c That software uses the Rhino library from the Mozilla project.
57.79/25.46	c version 2.3.6-SNAPSHOT
57.79/25.46	c java.runtime.name	Java(TM) SE Runtime Environment
57.79/25.46	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
57.79/25.46	c java.vm.version	25.131-b11
57.79/25.46	c java.vm.vendor	Oracle Corporation
57.79/25.46	c sun.arch.data.model	64
57.79/25.46	c java.version		1.8.0_131
57.79/25.46	c os.name		Linux
57.79/25.46	c os.version		3.10.0-514.16.1.el7.x86_64
57.79/25.46	c os.arch		amd64
57.79/25.46	c Free memory 		499604488
57.79/25.46	c Max memory 		7247757312
57.79/25.46	c Total memory 		504889344
57.79/25.46	c Number of processors 	4
57.79/25.46	c c --- Begin Solver configuration ---
57.79/25.46	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
57.79/25.46	c Learn all clauses as in MiniSAT
57.79/25.46	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
57.79/25.46	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
57.79/25.46	c No reason simplification
57.79/25.46	c Glucose 2.1 dynamic restart strategy
57.79/25.46	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
57.79/25.46	c timeout=2147483s
57.79/25.46	c DB Simplification allowed=false
57.79/25.46	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
57.79/25.46	c --- End Solver configuration ---
57.79/25.46	c constraints type 
57.79/25.46	c org.sat4j.minisat.constraints.card.MinWatchCard => 3872
57.79/25.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11941088
57.79/25.46	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4231840
57.79/25.46	c org.sat4j.specs.Constr$1 => 1712
57.79/25.46	c org.sat4j.minisat.constraints.cnf.UnitClause => 19458
57.79/25.46	c 16197970 constraints processed.
2400.06/2362.31	c starts		: 7251
2400.06/2362.31	c conflicts		: 2571480
2400.06/2362.31	c decisions		: 135498525
2400.06/2362.31	c propagations		: 7540752231
2400.06/2362.31	c inspects		: 11197275704
2400.06/2362.31	c shortcuts		: 0
2400.06/2362.31	c learnt literals	: 572
2400.06/2362.31	c learnt binary clauses	: 31055
2400.06/2362.31	c learnt ternary clauses	: 45401
2400.06/2362.31	c learnt constraints	: 2570908
2400.06/2362.31	c ignored constraints	: 0
2400.06/2362.31	c root simplifications	: 0
2400.06/2362.31	c removed literals (reason simplification)	: 0
2400.06/2362.31	c reason swapping (by a shorter reason)	: 0
2400.06/2362.31	c Calls to reduceDB	: 67
2400.06/2362.31	c Number of update (reduction) of LBD	: 2017659
2400.06/2362.31	c Imported unit clauses	: 0
2400.06/2362.31	c number of reductions to clauses (during analyze)	: 0
2400.06/2362.31	c number of learned constraints concerned by reduction	: 0
2400.06/2362.31	c number of learning phase by resolution	: 0
2400.06/2362.31	c number of learning phase by cutting planes	: 0
2400.06/2362.31	c number of rounding to 1 operations	: 0
2400.06/2362.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.06/2362.31	c number of reductions of the coefficients by power 2 	: 0
2400.06/2362.31	c number of right shift for reduction by power 2 	: 0
2400.06/2362.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.06/2362.31	c number of ending skipping 	: 0
2400.06/2362.31	c number of internal skipping 	: 0
2400.06/2362.31	c number of derivation steps 	: 0
2400.06/2362.31	c number of skipped derivation steps 	: 0
2400.06/2362.31	c number of remaining unassigned 	: 0
2400.06/2362.31	c number of remaining assigned 	: 0
2400.06/2362.31	c speed (assignments/second)	: 3227069.86080477
2400.06/2362.31	c non guided choices	: 70206507
2400.06/2362.35	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 31055
2400.06/2362.35	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 153857
2400.06/2362.35	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 (7836 MiB free)
  memory of node 1: 16384 MiB (14834 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289815-1532222588/watcher-4289815-1532222588 -o /tmp/evaluation-result-4289815-1532222588/solver-4289815-1532222588 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27715 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289815-1532222588.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30126, runsolver pid=30123

[startup+0.100144 s]*
/proc/loadavg: 2.00 2.01 2.11 3/217 30141
/proc/meminfo: memFree=23195884/32770624 swapFree=67108852/67108860
[pid=30126] ppid=30123 vsize=10659012 memory=30888 CPUtime=0.12 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 24602 0 -1 1077944320 6794 0 0 0 11 1 0 0 20 0 15 0 39821974 10914828288 7722 33554432000 4194304 4196468 140726875328976 140726875311520 139864126377719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
/proc/30126/statm: 2664753 7722 2843 1 0 2627263 0
[pid=30126/tid=30128] ppid=30123 vsize=10659012 memory=-8773748148830243963 CPUtime=0.09 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) R 30123 30126 24602 0 -1 4202560 4633 0 0 0 8 1 0 0 20 0 15 0 39821974 10914828288 7722 33554432000 4194304 4196468 140726875328976 139864130598848 139864126389654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30129] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 7722 33554432000 4194304 4196468 140726875328976 139864068381072 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30130] ppid=30123 vsize=10659012 memory=140587460359808 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863731788048 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30131] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863730735760 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30132] ppid=30123 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863729682960 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30133] ppid=30123 vsize=10659012 memory=140587460359808 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39821976 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863686105712 139864126388866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30134] ppid=30123 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39821977 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863685051680 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30135] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39821977 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863683999344 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30136] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39821979 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863682947664 139864126396315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30137] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 24602 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 39821979 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863681894512 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30138] ppid=30123 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 24602 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 15 0 39821979 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863680841712 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30139] ppid=30123 vsize=10659012 memory=140587460359808 CPUtime=0.01 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) R 30123 30126 24602 0 -1 4202560 341 0 0 0 1 0 0 0 20 0 15 0 39821979 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863679789424 139864126399066 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30140] ppid=30123 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39821980 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863678736864 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30141] ppid=30123 vsize=10659012 memory=140587460359808 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821980 10914828288 7722 33554432000 4194304 4196468 140726875328976 139863677684656 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30888 KiB

[startup+0.210692 s]*
/proc/loadavg: 2.00 2.01 2.11 4/217 30141
/proc/meminfo: memFree=23187680/32770624 swapFree=67108852/67108860
[pid=30126] ppid=30123 vsize=10659012 memory=41120 CPUtime=0.34 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 24602 0 -1 1077944320 7851 0 0 0 32 2 0 0 20 0 15 0 39821974 10914828288 10280 33554432000 4194304 4196468 140726875328976 140726875311520 139864126377719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
/proc/30126/statm: 2664753 10280 2993 1 0 2627263 0
[pid=30126/tid=30128] ppid=30123 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) R 30123 30126 24602 0 -1 4202560 5053 0 0 0 19 1 0 0 20 0 15 0 39821974 10914828288 10280 33554432000 4194304 4196468 140726875328976 139864130614000 139864126399645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30129] ppid=30123 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 10280 33554432000 4194304 4196468 140726875328976 139864068381072 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30130] ppid=30123 vsize=10659012 memory=140587460571431 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863731788048 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30131] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863730735760 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30132] ppid=30123 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863729682960 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30133] ppid=30123 vsize=10659012 memory=140587460359808 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39821976 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863686105712 139864126388866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30134] ppid=30123 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39821977 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863685051680 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30135] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39821977 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863683999344 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30136] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39821979 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863682947664 139864126396315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30137] ppid=30123 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 24602 0 -1 1077944384 544 0 0 0 2 0 0 0 20 0 15 0 39821979 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863681894512 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30138] ppid=30123 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 24602 0 -1 1077944384 225 0 0 0 2 0 0 0 20 0 15 0 39821979 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863680841712 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30139] ppid=30123 vsize=10659012 memory=140587460359808 CPUtime=0.07 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 24602 0 -1 1077944384 661 0 0 0 7 0 0 0 20 0 15 0 39821979 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863679789424 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30140] ppid=30123 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39821980 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863678736864 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30141] ppid=30123 vsize=10659012 memory=140587460359808 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821980 10914828288 10280 33554432000 4194304 4196468 140726875328976 139863677684656 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41120 KiB

[startup+0.311213 s]*
/proc/loadavg: 2.00 2.01 2.11 5/217 30141
/proc/meminfo: memFree=23172296/32770624 swapFree=67108852/67108860
[pid=30126] ppid=30123 vsize=10659012 memory=54496 CPUtime=0.59 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 24602 0 -1 1077944320 9706 0 0 0 57 2 0 0 20 0 15 0 39821974 10914828288 13624 33554432000 4194304 4196468 140726875328976 140726875311520 139864126377719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
/proc/30126/statm: 2664753 13624 3040 1 0 2627263 0
[pid=30126/tid=30128] ppid=30123 vsize=10659012 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) R 30123 30126 24602 0 -1 4202560 5390 0 0 0 29 1 0 0 20 0 15 0 39821974 10914828288 13624 33554432000 4194304 4196468 140726875328976 139864130613504 139864126399645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30129] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 13624 33554432000 4194304 4196468 140726875328976 139864068381072 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30130] ppid=30123 vsize=10659012 memory=140587460545670 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863731788048 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30131] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863730735760 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30132] ppid=30123 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39821975 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863729682960 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30133] ppid=30123 vsize=10659012 memory=140587460359808 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39821976 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863686105712 139864126388866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30134] ppid=30123 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39821977 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863685051680 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30135] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39821977 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863683999344 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30136] ppid=30123 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39821979 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863682947664 139864126396315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30137] ppid=30123 vsize=10659012 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) R 30123 30126 24602 0 -1 4202560 1159 0 0 0 7 0 0 0 20 0 15 0 39821979 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863681875528 139864109878145 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30138] ppid=30123 vsize=10659012 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) R 30123 30126 24602 0 -1 4202560 775 0 0 0 8 0 0 0 20 0 15 0 39821979 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863680828496 139864107921442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30139] ppid=30123 vsize=10659012 memory=140587460359808 CPUtime=0.12 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) R 30123 30126 24602 0 -1 1077944384 1036 0 0 0 12 0 0 0 20 0 15 0 39821979 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863679789424 139864126388866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30140] ppid=30123 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39821980 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863678736864 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30141] ppid=30123 vsize=10659012 memory=140587460359808 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821980 10914828288 13624 33554432000 4194304 4196468 140726875328976 139863677684656 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 54496 KiB

[startup+0.702391 s]
/proc/loadavg: 2.00 2.01 2.11 6/217 30141
/proc/meminfo: memFree=23151504/32770624 swapFree=67108852/67108860
[pid=30126] ppid=30123 vsize=10659088 memory=144944 CPUtime=1.86 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 24602 0 -1 1077944320 12488 0 0 0 182 4 0 0 20 0 15 0 39821974 10914906112 36236 33554432000 4194304 4196468 140726875328976 140726875311520 139864126377719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
/proc/30126/statm: 2664772 36236 3107 1 0 2627263 0
[pid=30126/tid=30128] ppid=30123 vsize=10659088 memory=1732 CPUtime=0.67 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) R 30123 30126 24602 0 -1 4202560 5961 0 0 0 64 3 0 0 20 0 15 0 39821974 10914906112 36236 33554432000 4194304 4196468 140726875328976 139864130611560 139864105455580 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30129] ppid=30123 vsize=10659088 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914906112 36236 33554432000 4194304 4196468 140726875328976 139864068381072 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30130] ppid=30123 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863731788048 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30131] ppid=30123 vsize=10659088 memory=10936 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821975 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863730735760 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30132] ppid=30123 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39821975 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863729682960 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30133] ppid=30123 vsize=10659088 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 24602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39821976 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863686105712 139864126388866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30134] ppid=30123 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39821977 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863685051680 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30135] ppid=30123 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39821977 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863683999344 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30136] ppid=30123 vsize=10659088 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39821979 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863682947664 139864126396315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30137] ppid=30123 vsize=10659088 memory=7302135314614015848 CPUtime=0.44 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) R 30123 30126 24602 0 -1 4202560 2042 0 0 0 44 0 0 0 20 0 15 0 39821979 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863681887536 139864126389654 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30138] ppid=30123 vsize=10659088 memory=7811323491934034025 CPUtime=0.45 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) R 30123 30126 24602 0 -1 4202560 1715 0 0 0 45 0 0 0 20 0 15 0 39821979 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863680827176 139864107921872 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30139] ppid=30123 vsize=10659088 memory=6935658124599644240 CPUtime=0.28 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) R 30123 30126 24602 0 -1 1077944384 1399 0 0 0 28 0 0 0 20 0 15 0 39821979 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863679789552 139864126387925 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30140] ppid=30123 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39821980 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863678736864 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30141] ppid=30123 vsize=10659088 memory=281174597776320 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39821980 10914906112 36236 33554432000 4194304 4196468 140726875328976 139863677684656 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 144944 KiB

[startup+1.50078 s]
/proc/loadavg: 2.00 2.01 2.11 5/217 30141
/proc/meminfo: memFree=22904656/32770624 swapFree=67108852/67108860
[pid=30126] ppid=30123 vsize=10661136 memory=360808 CPUtime=4.52 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 24602 0 -1 1077944320 17639 0 0 0 441 11 0 0 20 0 15 0 39821974 10917003264 90202 33554432000 4194304 4196468 140726875328976 140726875311520 139864126377719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
/proc/30126/statm: 2665284 90202 3142 1 0 2627775 0
[pid=30126/tid=30128] ppid=30123 vsize=10661136 memory=1 CPUtime=1.4 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) R 30123 30126 24602 0 -1 4202560 6250 0 0 0 135 5 0 0 20 0 15 0 39821974 10917003264 90202 33554432000 4194304 4196468 140726875328976 139864130604096 139863752829657 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30129] ppid=30123 vsize=10661136 memory=1 CPUtime=0.03 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 24602 0 -1 1077944384 46 0 0 0 2 1 0 0 20 0 15 0 39821975 10917003264 90202 33554432000 4194304 4196468 140726875328976 139864068381072 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30130] ppid=30123 vsize=10661136 memory=3 CPUtime=0.01 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 24602 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 15 0 39821975 10917003264 90202 33554432000 4194304 4196468 140726875328976 139863731788048 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30131] ppid=30123 vsize=10661136 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 24602 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 15 0 39821975 10917003264 90202 33554432000 4194304 4196468 140726875328976 139863730735760 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30132] ppid=30123 vsize=10661136 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 24602 0 -1 1077944384 33 0 0 0 2 1 0 0 20 0 15 0 39821975 10917003264 90202 33554432000 4194304 4196468 140726875328976 139863729682960 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30133] ppid=30123 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 24602 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 39821976 10917003264 90202 33554432000 4194304 4196468 140726875328976 139863686105712 139864126388866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0

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

/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 24602 0 -1 1077944384 6265 0 0 0 843 50 0 0 20 0 16 0 39821975 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863731788048 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30131] ppid=30123 vsize=10727700 memory=4289828 CPUtime=8.91 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 24602 0 -1 1077944384 4539 0 0 0 839 52 0 0 20 0 16 0 39821975 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863730735760 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30132] ppid=30123 vsize=10727700 memory=4289828 CPUtime=8.93 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 24602 0 -1 1077944384 7924 0 0 0 845 48 0 0 20 0 16 0 39821975 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863729682960 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30133] ppid=30123 vsize=10727700 memory=233518 CPUtime=3.29 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 24602 0 -1 1077944384 12391 0 0 0 325 4 0 0 20 0 16 0 39821976 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863686105712 139864126388866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30134] ppid=30123 vsize=10727700 memory=4289828 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 24602 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39821977 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863685051744 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30135] ppid=30123 vsize=10727700 memory=281174599005584 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 24602 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 39821977 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863683999360 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30136] ppid=30123 vsize=10727700 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39821979 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863682947664 139864126396315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30137] ppid=30123 vsize=10727700 memory=1948 CPUtime=4.46 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 24602 0 -1 1077944384 15090 0 0 0 445 1 0 0 20 0 16 0 39821979 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863681894512 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30138] ppid=30123 vsize=10727700 memory=4289828 CPUtime=4.26 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 24602 0 -1 1077944384 14215 0 0 0 424 2 0 0 20 0 16 0 39821979 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863680841712 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30139] ppid=30123 vsize=10727700 memory=4612 CPUtime=0.92 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 24602 0 -1 1077944384 11131 0 0 0 89 3 0 0 20 0 16 0 39821979 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863679789424 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30140] ppid=30123 vsize=10727700 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39821980 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863678736864 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30141] ppid=30123 vsize=10727700 memory=916 CPUtime=1.39 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 24602 0 -1 1077944384 2415 0 0 0 57 82 0 0 20 0 16 0 39821980 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863677684656 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30142] ppid=30123 vsize=10727700 memory=4289828 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30142/stat : 30142 (java) S 30123 30126 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39824534 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863674533040 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
Current children cumulated CPU time: 2360.2 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4289828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2362.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/219 30362
/proc/meminfo: memFree=20586524/32770624 swapFree=67108852/67108860
[pid=30126] ppid=30123 vsize=10727700 memory=4289828 CPUtime=2400.04 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 24602 0 -1 1077944320 254568 0 0 0 239675 329 0 0 20 0 16 0 39821974 10985164800 1072457 33554432000 4194304 4196468 140726875328976 140726875311520 139864126377719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
/proc/30126/statm: 2681925 1072457 3199 1 0 2644416 0
[pid=30126/tid=30128] ppid=30123 vsize=10727700 memory=4289828 CPUtime=2349.82 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) R 30123 30126 24602 0 -1 4202560 172031 0 0 0 234937 45 0 0 20 0 16 0 39821974 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139864130616640 139863749633357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30129] ppid=30123 vsize=10727700 memory=4289828 CPUtime=9.01 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 24602 0 -1 1077944384 7051 0 0 0 848 53 0 0 20 0 16 0 39821975 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139864068381072 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30130] ppid=30123 vsize=10727700 memory=0 CPUtime=8.93 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 24602 0 -1 1077944384 6265 0 0 0 843 50 0 0 20 0 16 0 39821975 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863731788048 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30131] ppid=30123 vsize=10727700 memory=4289828 CPUtime=8.91 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 24602 0 -1 1077944384 4539 0 0 0 839 52 0 0 20 0 16 0 39821975 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863730735760 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30132] ppid=30123 vsize=10727700 memory=4289828 CPUtime=8.93 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 24602 0 -1 1077944384 7924 0 0 0 845 48 0 0 20 0 16 0 39821975 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863729682960 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30133] ppid=30123 vsize=10727700 memory=4289828 CPUtime=3.29 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 24602 0 -1 1077944384 12401 0 0 0 325 4 0 0 20 0 16 0 39821976 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863686105712 139864126388866 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30134] ppid=30123 vsize=10727700 memory=4289828 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 24602 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 16 0 39821977 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863685051744 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30135] ppid=30123 vsize=10727700 memory=644 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 24602 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 39821977 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863683999360 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30136] ppid=30123 vsize=10727700 memory=4289828 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39821979 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863682947664 139864126396315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30137] ppid=30123 vsize=10727700 memory=4289828 CPUtime=4.46 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 24602 0 -1 1077944384 15096 0 0 0 445 1 0 0 20 0 16 0 39821979 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863681894512 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30138] ppid=30123 vsize=10727700 memory=4289828 CPUtime=4.26 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 24602 0 -1 1077944384 14218 0 0 0 424 2 0 0 20 0 16 0 39821979 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863680841712 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30139] ppid=30123 vsize=10727700 memory=4289828 CPUtime=0.92 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 24602 0 -1 1077944384 11141 0 0 0 89 3 0 0 20 0 16 0 39821979 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863679789424 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30140] ppid=30123 vsize=10727700 memory=1300 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39821980 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863678736864 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30141] ppid=30123 vsize=10727700 memory=4289828 CPUtime=1.41 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 24602 0 -1 1077944384 2455 0 0 0 58 83 0 0 20 0 16 0 39821980 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863677684656 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30142] ppid=30123 vsize=10727700 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30142/stat : 30142 (java) S 30123 30126 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39824534 10985164800 1072457 33554432000 4194304 4196468 140726875328976 139863674533040 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 4289828 KiB

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

[startup+2362.38 s]
# the end of solver process 30126 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.82 s, system=3.32059 s

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

[startup+2362.21 s]
/proc/loadavg: 2.00 2.01 2.05 3/219 30362
/proc/meminfo: memFree=20586524/32770624 swapFree=67108852/67108860
[pid=30126] ppid=30123 vsize=10927392 memory=4290184 CPUtime=2400.06 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 24602 0 -1 1077944320 255801 0 0 0 239677 329 0 0 20 0 17 0 39821974 11189649408 1072546 33554432000 4194304 4196468 140726875328976 140726875311520 139864126377719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
/proc/30126/statm: 2731848 1072546 3202 1 0 2694339 0
[pid=30126/tid=30128] ppid=30123 vsize=10927392 memory=452 CPUtime=2349.85 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) S 30123 30126 24602 0 -1 1077944384 172145 0 0 0 234940 45 0 0 20 0 17 0 39821974 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139864130620592 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30129] ppid=30123 vsize=10927392 memory=1732 CPUtime=9.01 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 24602 0 -1 1077944384 7051 0 0 0 848 53 0 0 20 0 17 0 39821975 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139864068381072 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30130] ppid=30123 vsize=10927392 memory=1704 CPUtime=8.93 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 24602 0 -1 1077944384 6265 0 0 0 843 50 0 0 20 0 17 0 39821975 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863731788048 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30131] ppid=30123 vsize=10927392 memory=796 CPUtime=8.91 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 24602 0 -1 1077944384 4539 0 0 0 839 52 0 0 20 0 17 0 39821975 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863730735760 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30132] ppid=30123 vsize=10927392 memory=10936 CPUtime=8.93 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 24602 0 -1 1077944384 7924 0 0 0 845 48 0 0 20 0 17 0 39821975 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863729682960 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30133] ppid=30123 vsize=10927392 memory=4289828 CPUtime=3.29 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 24602 0 -1 1077944384 12439 0 0 0 325 4 0 0 20 0 17 0 39821976 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863686105712 139864126388866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30134] ppid=30123 vsize=10927392 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 24602 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39821977 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863685051744 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30135] ppid=30123 vsize=10927392 memory=8748 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 24602 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 39821977 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863683999360 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30136] ppid=30123 vsize=10927392 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 24602 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 17 0 39821979 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863682947664 139864126396315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30137] ppid=30123 vsize=10927392 memory=1792 CPUtime=4.46 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 24602 0 -1 1077944384 15096 0 0 0 445 1 0 0 20 0 17 0 39821979 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863681894512 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30138] ppid=30123 vsize=10927392 memory=644 CPUtime=4.26 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 24602 0 -1 1077944384 14218 0 0 0 424 2 0 0 20 0 17 0 39821979 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863680841712 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30139] ppid=30123 vsize=10927392 memory=956 CPUtime=0.92 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 24602 0 -1 1077944384 11559 0 0 0 89 3 0 0 20 0 17 0 39821979 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863679789424 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30140] ppid=30123 vsize=10927392 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39821980 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863678736864 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30141] ppid=30123 vsize=10927392 memory=2336 CPUtime=1.41 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 24602 0 -1 1077944384 2455 0 0 0 58 83 0 0 20 0 17 0 39821980 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863677684656 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4290184 KiB

[startup+2362.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/219 30362
/proc/meminfo: memFree=20586524/32770624 swapFree=67108852/67108860
[pid=30126] ppid=30123 vsize=10927392 memory=4290184 CPUtime=2400.06 cores=1,3,5,7
/proc/30126/stat : 30126 (java) S 30123 30126 24602 0 -1 1077944320 255801 0 0 0 239677 329 0 0 20 0 17 0 39821974 11189649408 1072546 33554432000 4194304 4196468 140726875328976 140726875311520 139864126377719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
/proc/30126/statm: 2731848 1072546 3202 1 0 2694339 0
[pid=30126/tid=30128] ppid=30123 vsize=10927392 memory=4289828 CPUtime=2349.85 cores=1,3,5,7
/proc/30126/task/30128/stat : 30128 (java) S 30123 30126 24602 0 -1 1077944384 172145 0 0 0 234940 45 0 0 20 0 17 0 39821974 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139864130620592 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30129] ppid=30123 vsize=10927392 memory=4289828 CPUtime=9.01 cores=1,3,5,7
/proc/30126/task/30129/stat : 30129 (java) S 30123 30126 24602 0 -1 1077944384 7051 0 0 0 848 53 0 0 20 0 17 0 39821975 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139864068381072 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30130] ppid=30123 vsize=10927392 memory=4289828 CPUtime=8.93 cores=1,3,5,7
/proc/30126/task/30130/stat : 30130 (java) S 30123 30126 24602 0 -1 1077944384 6265 0 0 0 843 50 0 0 20 0 17 0 39821975 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863731788048 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30131] ppid=30123 vsize=10927392 memory=4289828 CPUtime=8.91 cores=1,3,5,7
/proc/30126/task/30131/stat : 30131 (java) S 30123 30126 24602 0 -1 1077944384 4539 0 0 0 839 52 0 0 20 0 17 0 39821975 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863730735760 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30132] ppid=30123 vsize=10927392 memory=0 CPUtime=8.93 cores=1,3,5,7
/proc/30126/task/30132/stat : 30132 (java) S 30123 30126 24602 0 -1 1077944384 7924 0 0 0 845 48 0 0 20 0 17 0 39821975 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863729682960 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30133] ppid=30123 vsize=10927392 memory=4289828 CPUtime=3.29 cores=1,3,5,7
/proc/30126/task/30133/stat : 30133 (java) S 30123 30126 24602 0 -1 1077944384 12439 0 0 0 325 4 0 0 20 0 17 0 39821976 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863686105712 139864126388866 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30134] ppid=30123 vsize=10927392 memory=4289828 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30134/stat : 30134 (java) S 30123 30126 24602 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 17 0 39821977 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863685051744 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30135] ppid=30123 vsize=10927392 memory=4289828 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30135/stat : 30135 (java) S 30123 30126 24602 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 17 0 39821977 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863683999360 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30136] ppid=30123 vsize=10927392 memory=4289828 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30136/stat : 30136 (java) S 30123 30126 24602 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 17 0 39821979 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863682947664 139864126396315 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30137] ppid=30123 vsize=10927392 memory=1300 CPUtime=4.46 cores=1,3,5,7
/proc/30126/task/30137/stat : 30137 (java) S 30123 30126 24602 0 -1 1077944384 15096 0 0 0 445 1 0 0 20 0 17 0 39821979 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863681894512 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30138] ppid=30123 vsize=10927392 memory=4289828 CPUtime=4.26 cores=1,3,5,7
/proc/30126/task/30138/stat : 30138 (java) S 30123 30126 24602 0 -1 1077944384 14218 0 0 0 424 2 0 0 20 0 17 0 39821979 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863680841712 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30139] ppid=30123 vsize=10927392 memory=6944656575208382560 CPUtime=0.92 cores=1,3,5,7
/proc/30126/task/30139/stat : 30139 (java) S 30123 30126 24602 0 -1 1077944384 11559 0 0 0 89 3 0 0 20 0 17 0 39821979 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863679789424 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30140] ppid=30123 vsize=10927392 memory=4289828 CPUtime=0 cores=1,3,5,7
/proc/30126/task/30140/stat : 30140 (java) S 30123 30126 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39821980 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863678736864 139864126387925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
[pid=30126/tid=30141] ppid=30123 vsize=10927392 memory=4289828 CPUtime=1.41 cores=1,3,5,7
/proc/30126/task/30141/stat : 30141 (java) S 30123 30126 24602 0 -1 1077944384 2455 0 0 0 58 83 0 0 20 0 17 0 39821980 11189649408 1072546 33554432000 4194304 4196468 140726875328976 139863677684656 139864126388866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 16826368 140726875333745 140726875333897 140726875333897 140726875336655 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 4290184 KiB

Child status: 143
Real time (s): 2362.38
CPU time (s): 2400.14
CPU user time (s): 2396.82
CPU system time (s): 3.32059
CPU usage (%): 101.598
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 4290184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.82
system time used= 3.32059
maximum resident set size= 4290348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 256712
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54676
involuntary context switches= 983


# summary of solver processes directly reported to runsolver:
#   pid: 30126
#   total CPU time (s): 2400.14
#   total CPU user time (s): 2396.82
#   total CPU system time (s): 3.32059

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6207 second user time and 22.9816 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-22 03:23:08
IDJOB=4289815
IDBENCH=141551
IDSOLVER=2742
FILE ID=node148/4289815-1532222588
RUNJOBID= node148-1532209983-27715
PBS_JOBID= 21018927
Free space on /tmp= 51992 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravelingTournament/TravelingTournament-a2-galaxy16_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289815-1532222588/watcher-4289815-1532222588 -o /tmp/evaluation-result-4289815-1532222588/solver-4289815-1532222588 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27715 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289815-1532222588.xml

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

MD5SUM BENCH= 8cfce4baee5c579b6f10529c309e3c1c
RANDOM SEED=2020714823

node148.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.50
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.50
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.50
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.50
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:        23215084 kB
MemAvailable:   29869840 kB
Buffers:          124936 kB
Cached:          6717380 kB
SwapCached:            8 kB
Active:          3159176 kB
Inactive:        5805768 kB
Active(anon):    2074720 kB
Inactive(anon):    67288 kB
Active(file):    1084456 kB
Inactive(file):  5738480 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:              2872 kB
Writeback:             0 kB
AnonPages:       2129336 kB
Mapped:            46964 kB
Shmem:             17056 kB
Slab:             287720 kB
SReclaimable:     260280 kB
SUnreclaim:        27440 kB
KernelStack:        3536 kB
PageTables:         9276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3897976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1980416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 51988 MiB
End job on node148 at 2018-07-22 04:02:31