Trace number 4302105

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-11SAT (TO)284 252.113 245.337

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-25-30-00_c18.xml
MD5SUMfffb7bc75ae44a730e23d85d48ed452e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark113
Best CPU time to get the best result obtained on this benchmark252.104
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size32
Distribution of domain sizes[{"size":25,"count":25},{"size":32,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

4.41/1.70	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.41/1.70	c This is free software under the dual EPL/GNU LGPL licenses.
4.41/1.70	c See www.sat4j.org for details.
4.41/1.70	c That software uses the Rhino library from the Mozilla project.
4.41/1.70	c version 2.3.6-SNAPSHOT
4.41/1.70	c java.runtime.name	Java(TM) SE Runtime Environment
4.41/1.70	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.41/1.70	c java.vm.version	25.131-b11
4.41/1.70	c java.vm.vendor	Oracle Corporation
4.41/1.70	c sun.arch.data.model	64
4.41/1.70	c java.version		1.8.0_131
4.41/1.70	c os.name		Linux
4.41/1.70	c os.version		3.10.0-514.16.1.el7.x86_64
4.41/1.70	c os.arch		amd64
4.41/1.70	c Free memory 		499604488
4.41/1.70	c Max memory 		7247757312
4.41/1.70	c Total memory 		504889344
4.41/1.70	c Number of processors 	4
4.41/1.70	c c --- Begin Solver configuration ---
4.41/1.70	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.41/1.70	c Learn all clauses as in MiniSAT
4.41/1.70	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.41/1.70	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.41/1.70	c No reason simplification
4.41/1.70	c Glucose 2.1 dynamic restart strategy
4.41/1.70	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
4.41/1.70	c timeout=2147483s
4.41/1.70	c DB Simplification allowed=false
4.41/1.70	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.41/1.70	c --- End Solver configuration ---
4.41/1.70	c constraints type 
4.41/1.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 100
4.41/1.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1237500
4.41/1.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 179900
4.41/1.70	c org.sat4j.minisat.constraints.cnf.UnitClause => 50
4.41/1.70	c 1417550 constraints processed.
14.20/10.03	o 372
19.98/15.47	o 333
23.24/18.32	o 296
83.79/78.70	o 284
252.08/245.31	c starts		: 2035
252.08/245.31	c conflicts		: 621726
252.08/245.31	c decisions		: 37720383
252.08/245.31	c propagations		: 983049478
252.08/245.31	c inspects		: 1491639792
252.08/245.31	c shortcuts		: 0
252.08/245.31	c learnt literals	: 0
252.08/245.31	c learnt binary clauses	: 959
252.08/245.31	c learnt ternary clauses	: 1292
252.08/245.31	c learnt constraints	: 621726
252.08/245.31	c ignored constraints	: 0
252.08/245.31	c root simplifications	: 0
252.08/245.31	c removed literals (reason simplification)	: 0
252.08/245.31	c reason swapping (by a shorter reason)	: 0
252.08/245.31	c Calls to reduceDB	: 44
252.08/245.31	c Number of update (reduction) of LBD	: 462840
252.08/245.31	c Imported unit clauses	: 0
252.08/245.31	c number of reductions to clauses (during analyze)	: 0
252.08/245.31	c number of learned constraints concerned by reduction	: 0
252.08/245.31	c number of learning phase by resolution	: 0
252.08/245.31	c number of learning phase by cutting planes	: 0
252.08/245.31	c number of rounding to 1 operations	: 0
252.08/245.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.08/245.31	c number of reductions of the coefficients by power 2 	: 0
252.08/245.31	c number of right shift for reduction by power 2 	: 0
252.08/245.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.08/245.31	c number of ending skipping 	: 0
252.08/245.31	c number of internal skipping 	: 0
252.08/245.31	c number of derivation steps 	: 0
252.08/245.31	c number of skipped derivation steps 	: 0
252.08/245.31	c number of remaining unassigned 	: 0
252.08/245.31	c number of remaining assigned 	: 0
252.08/245.31	c speed (assignments/second)	: 4035705.6915775817
252.08/245.31	c non guided choices	: 5257608
252.08/245.31	s SATISFIABLE
252.08/245.32	v <instantiation type="solution">
252.08/245.32	v 	<list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] </list>
252.08/245.32	v 	<values> 11 22 2 20 13 15 9 21 18 10 5 0 24 17 19 23 6 1 4 3 8 7 12 14 16 17 30 20 20 5 11 17 7 9 8 6 28 12 1 9 21 14 10 2 5 1 12 4 6 9 </values>
252.08/245.32	v </instantiation>
252.08/245.32	

Verifier Data

OK	284

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 (10337 MiB free)
  memory of node 1: 16384 MiB (15304 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302105-1532887531/watcher-4302105-1532887531 -o /tmp/evaluation-result-4302105-1532887531/solver-4302105-1532887531 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302105-1532887531.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=14291, runsolver pid=14288

[startup+0.101367 s]*
/proc/loadavg: 2.03 2.06 2.19 3/217 14306
/proc/meminfo: memFree=26240852/32770624 swapFree=67028796/67108860
[pid=14291] ppid=14288 vsize=10659012 memory=30656 CPUtime=0.13 cores=0,2,4,6
/proc/14291/stat : 14291 (java) S 14288 14291 10029 0 -1 1077944320 6735 0 0 0 11 2 0 0 20 0 15 0 106316243 10914828288 7664 33554432000 4194304 4196468 140731149464016 140731149446560 139920980172535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
/proc/14291/statm: 2664753 7664 2816 1 0 2627263 0
[pid=14291/tid=14293] ppid=14288 vsize=10659012 memory=-8773748148830375805 CPUtime=0.09 cores=0,2,4,6
/proc/14291/task/14293/stat : 14293 (java) R 14288 14291 10029 0 -1 4202560 4576 0 0 0 8 1 0 0 20 0 15 0 106316243 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920984377200 139920964253022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14294] ppid=14288 vsize=10659012 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14294/stat : 14294 (java) S 14288 14291 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106316244 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920916863760 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14295] ppid=14288 vsize=10659012 memory=140081026541184 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14295/stat : 14295 (java) S 14288 14291 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106316244 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920915811216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14296] ppid=14288 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14296/stat : 14296 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316244 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920914758672 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14297] ppid=14288 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14297/stat : 14297 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316244 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920913706128 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14298] ppid=14288 vsize=10659012 memory=140081026541184 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14298/stat : 14298 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316246 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920471250928 139920980183682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14299] ppid=14288 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14299/stat : 14299 (java) S 14288 14291 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106316246 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920470197152 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14300] ppid=14288 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14300/stat : 14300 (java) S 14288 14291 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106316246 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920469144560 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14301] ppid=14288 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14301/stat : 14301 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106316249 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920468093136 139920980191131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14302] ppid=14288 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14302/stat : 14302 (java) S 14288 14291 10029 0 -1 1077944384 444 0 0 0 0 0 0 0 20 0 15 0 106316249 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920467040752 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14303] ppid=14288 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14303/stat : 14303 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106316249 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920465988208 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14304] ppid=14288 vsize=10659012 memory=140081026541184 CPUtime=0.02 cores=0,2,4,6
/proc/14291/task/14304/stat : 14304 (java) R 14288 14291 10029 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 106316249 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920464935664 139920964809345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14305] ppid=14288 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14305/stat : 14305 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106316249 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920463883360 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14306] ppid=14288 vsize=10659012 memory=140081026541184 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14306/stat : 14306 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316249 10914828288 7664 33554432000 4194304 4196468 140731149464016 139920462829872 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30656 KiB

[startup+0.21079 s]*
/proc/loadavg: 2.02 2.06 2.19 3/217 14306
/proc/meminfo: memFree=26229952/32770624 swapFree=67028796/67108860
[pid=14291] ppid=14288 vsize=10659012 memory=41576 CPUtime=0.33 cores=0,2,4,6
/proc/14291/stat : 14291 (java) S 14288 14291 10029 0 -1 1077944320 8072 0 0 0 30 3 0 0 20 0 15 0 106316243 10914828288 10394 33554432000 4194304 4196468 140731149464016 140731149446560 139920980172535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
/proc/14291/statm: 2664753 10394 2999 1 0 2627263 0
[pid=14291/tid=14293] ppid=14288 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/14291/task/14293/stat : 14293 (java) R 14288 14291 10029 0 -1 4202560 5017 0 0 0 18 2 0 0 20 0 15 0 106316243 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920984400976 139920964216165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14294] ppid=14288 vsize=10659012 memory=342 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14294/stat : 14294 (java) S 14288 14291 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106316244 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920916863760 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14295] ppid=14288 vsize=10659012 memory=140081027008603 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14295/stat : 14295 (java) S 14288 14291 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106316244 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920915811216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14296] ppid=14288 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14296/stat : 14296 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316244 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920914758672 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14297] ppid=14288 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14297/stat : 14297 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316244 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920913706128 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14298] ppid=14288 vsize=10659012 memory=140081026541184 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14298/stat : 14298 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316246 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920471250928 139920980183682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14299] ppid=14288 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14299/stat : 14299 (java) S 14288 14291 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106316246 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920470197152 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14300] ppid=14288 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14300/stat : 14300 (java) S 14288 14291 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106316246 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920469144560 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14301] ppid=14288 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14301/stat : 14301 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106316249 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920468093136 139920980191131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14302] ppid=14288 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/14291/task/14302/stat : 14302 (java) S 14288 14291 10029 0 -1 1077944384 777 0 0 0 2 0 0 0 20 0 15 0 106316249 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920467040752 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14303] ppid=14288 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/14291/task/14303/stat : 14303 (java) S 14288 14291 10029 0 -1 1077944384 194 0 0 0 1 0 0 0 20 0 15 0 106316249 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920465988208 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14304] ppid=14288 vsize=10659012 memory=140081026541184 CPUtime=0.07 cores=0,2,4,6
/proc/14291/task/14304/stat : 14304 (java) R 14288 14291 10029 0 -1 4202560 718 0 0 0 7 0 0 0 20 0 15 0 106316249 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920464935664 139920959043196 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14305] ppid=14288 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14305/stat : 14305 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106316249 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920463883360 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14306] ppid=14288 vsize=10659012 memory=140081026541184 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14306/stat : 14306 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316249 10914828288 10394 33554432000 4194304 4196468 140731149464016 139920462829872 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41576 KiB

[startup+0.310538 s]*
/proc/loadavg: 2.02 2.06 2.19 3/217 14306
/proc/meminfo: memFree=26222900/32770624 swapFree=67028796/67108860
[pid=14291] ppid=14288 vsize=10659088 memory=46976 CPUtime=0.51 cores=0,2,4,6
/proc/14291/stat : 14291 (java) S 14288 14291 10029 0 -1 1077944320 9027 0 0 0 47 4 0 0 20 0 15 0 106316243 10914906112 11744 33554432000 4194304 4196468 140731149464016 140731149446560 139920980172535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
/proc/14291/statm: 2664772 11744 3042 1 0 2627263 0
[pid=14291/tid=14293] ppid=14288 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/14291/task/14293/stat : 14293 (java) R 14288 14291 10029 0 -1 4202560 5777 0 0 0 27 2 0 0 20 0 15 0 106316243 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920984408816 139920980184470 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14294] ppid=14288 vsize=10659088 memory=4294976237 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14294/stat : 14294 (java) S 14288 14291 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106316244 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920916863760 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14295] ppid=14288 vsize=10659088 memory=140081027175809 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14295/stat : 14295 (java) S 14288 14291 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106316244 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920915811216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14296] ppid=14288 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14296/stat : 14296 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316244 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920914758672 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14297] ppid=14288 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14297/stat : 14297 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316244 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920913706128 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14298] ppid=14288 vsize=10659088 memory=140081026541184 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14298/stat : 14298 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316246 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920471250928 139920980183682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14299] ppid=14288 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14299/stat : 14299 (java) S 14288 14291 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106316246 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920470197152 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14300] ppid=14288 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14300/stat : 14300 (java) S 14288 14291 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106316246 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920469144560 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14301] ppid=14288 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14301/stat : 14301 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106316249 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920468093136 139920980191131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14302] ppid=14288 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/14291/task/14302/stat : 14302 (java) S 14288 14291 10029 0 -1 1077944384 786 0 0 0 4 0 0 0 20 0 15 0 106316249 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920467040752 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14303] ppid=14288 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/14291/task/14303/stat : 14303 (java) S 14288 14291 10029 0 -1 1077944384 323 0 0 0 3 0 0 0 20 0 15 0 106316249 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920465988208 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14304] ppid=14288 vsize=10659088 memory=140081026541184 CPUtime=0.11 cores=0,2,4,6
/proc/14291/task/14304/stat : 14304 (java) R 14288 14291 10029 0 -1 4202560 772 0 0 0 11 0 0 0 20 0 15 0 106316249 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920464935664 139920959602067 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14305] ppid=14288 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14305/stat : 14305 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106316249 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920463883360 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14306] ppid=14288 vsize=10659088 memory=140081026541184 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14306/stat : 14306 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316249 10914906112 11744 33554432000 4194304 4196468 140731149464016 139920462829872 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46976 KiB

[startup+0.700744 s]
/proc/loadavg: 2.02 2.06 2.19 5/217 14306
/proc/meminfo: memFree=26186912/32770624 swapFree=67028796/67108860
[pid=14291] ppid=14288 vsize=10659088 memory=167736 CPUtime=1.74 cores=0,2,4,6
/proc/14291/stat : 14291 (java) S 14288 14291 10029 0 -1 1077944320 12562 0 0 0 168 6 0 0 20 0 15 0 106316243 10914906112 41934 33554432000 4194304 4196468 140731149464016 140731149446560 139920980172535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
/proc/14291/statm: 2664772 41934 3112 1 0 2627263 0
[pid=14291/tid=14293] ppid=14288 vsize=10659088 memory=201490337647417 CPUtime=0.68 cores=0,2,4,6
/proc/14291/task/14293/stat : 14293 (java) R 14288 14291 10029 0 -1 4202560 5977 0 0 0 64 4 0 0 20 0 15 0 106316243 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920984397072 139920590921959 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14294] ppid=14288 vsize=10659088 memory=616836 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14294/stat : 14294 (java) S 14288 14291 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106316244 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920916863760 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14295] ppid=14288 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14295/stat : 14295 (java) S 14288 14291 10029 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106316244 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920915811216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14296] ppid=14288 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14296/stat : 14296 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316244 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920914758672 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14297] ppid=14288 vsize=10659088 memory=7809523229951467576 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14297/stat : 14297 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316244 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920913706128 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14298] ppid=14288 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14298/stat : 14298 (java) S 14288 14291 10029 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 106316246 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920471250928 139920980183682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14299] ppid=14288 vsize=10659088 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14299/stat : 14299 (java) S 14288 14291 10029 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106316246 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920470197152 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14300] ppid=14288 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14300/stat : 14300 (java) S 14288 14291 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106316246 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920469144560 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14301] ppid=14288 vsize=10659088 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14301/stat : 14301 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106316249 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920468093136 139920980191131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14302] ppid=14288 vsize=10659088 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/14291/task/14302/stat : 14302 (java) R 14288 14291 10029 0 -1 4202560 1941 0 0 0 40 0 0 0 20 0 15 0 106316249 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920467021768 139920960808441 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14303] ppid=14288 vsize=10659088 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/14291/task/14303/stat : 14303 (java) R 14288 14291 10029 0 -1 4202560 1908 0 0 0 40 0 0 0 20 0 15 0 106316249 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920465969016 139920963669323 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14304] ppid=14288 vsize=10659088 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/14291/task/14304/stat : 14304 (java) S 14288 14291 10029 0 -1 1077944384 1363 0 0 0 23 0 0 0 20 0 15 0 106316249 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920464935664 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14305] ppid=14288 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14305/stat : 14305 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106316249 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920463883360 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14306] ppid=14288 vsize=10659088 memory=3604 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14306/stat : 14306 (java) S 14288 14291 10029 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106316249 10914906112 41934 33554432000 4194304 4196468 140731149464016 139920462829872 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
Current children cumulated CPU time: 1.74 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 167736 KiB

[startup+1.50152 s]
/proc/loadavg: 2.02 2.06 2.19 8/217 14306
/proc/meminfo: memFree=26020796/32770624 swapFree=67028796/67108860
[pid=14291] ppid=14288 vsize=10659088 memory=436036 CPUtime=4.15 cores=0,2,4,6
/proc/14291/stat : 14291 (java) S 14288 14291 10029 0 -1 1077944320 19444 0 0 0 395 20 0 0 20 0 15 0 106316243 10914906112 109009 33554432000 4194304 4196468 140731149464016 140731149446560 139920980172535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
/proc/14291/statm: 2664772 109009 3150 1 0 2627263 0
[pid=14291/tid=14293] ppid=14288 vsize=10659088 memory=9169 CPUtime=1.33 cores=0,2,4,6
/proc/14291/task/14293/stat : 14293 (java) S 14288 14291 10029 0 -1 1077944384 6038 0 0 0 127 6 0 0 20 0 15 0 106316243 10914906112 109009 33554432000 4194304 4196468 140731149464016 139920984409904 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14294] ppid=14288 vsize=10659088 memory=6791534058613427641 CPUtime=0.11 cores=0,2,4,6
/proc/14291/task/14294/stat : 14294 (java) R 14288 14291 10029 0 -1 4202560 160 0 0 0 9 2 0 0 20 0 15 0 106316244 10914906112 109009 33554432000 4194304 4196468 140731149464016 139920916863960 139920973269244 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14295] ppid=14288 vsize=10659088 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/14291/task/14295/stat : 14295 (java) R 14288 14291 10029 0 -1 4202560 114 0 0 0 8 2 0 0 20 0 15 0 106316244 10914906112 109009 33554432000 4194304 4196468 140731149464016 139920915811416 139920965200409 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14296] ppid=14288 vsize=10659088 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/14291/task/14296/stat : 14296 (java) R 14288 14291 10029 0 -1 4202560 200 0 0 0 10 2 0 0 20 0 15 0 106316244 10914906112 109521 33554432000 4194304 4196468 140731149464016 139920914758672 139920973277173 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14297] ppid=14288 vsize=10659088 memory=6943526294502006880 CPUtime=0.13 cores=0,2,4,6
/proc/14291/task/14297/stat : 14297 (java) R 14288 14291 10029 0 -1 4202560 146 0 0 0 10 3 0 0 20 0 15 0 106316244 10914906112 109521 33554432000 4194304 4196468 140731149464016 139920913706016 139920965200418 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14298] ppid=14288 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14298/stat : 14298 (java) S 14288 14291 10029 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 106316246 10914906112 109521 33554432000 4194304 4196468 140731149464016 139920471249440 139920980182741 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0

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

/proc/14291/task/14295/stat : 14295 (java) S 14288 14291 10029 0 -1 1077944384 5899 0 0 0 55 22 0 0 20 0 16 0 106316244 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920915811216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14296] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0.79 cores=0,2,4,6
/proc/14291/task/14296/stat : 14296 (java) S 14288 14291 10029 0 -1 1077944384 6451 0 0 0 57 22 0 0 20 0 16 0 106316244 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920914758672 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14297] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0.78 cores=0,2,4,6
/proc/14291/task/14297/stat : 14297 (java) S 14288 14291 10029 0 -1 1077944384 5495 0 0 0 56 22 0 0 20 0 16 0 106316244 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920913706128 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14298] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0.03 cores=0,2,4,6
/proc/14291/task/14298/stat : 14298 (java) S 14288 14291 10029 0 -1 1077944384 4294 0 0 0 3 0 0 0 20 0 16 0 106316246 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920471250928 139920980183682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14299] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14299/stat : 14299 (java) S 14288 14291 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 106316246 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920470197216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14300] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14300/stat : 14300 (java) S 14288 14291 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106316246 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920469144576 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14301] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14301/stat : 14301 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106316249 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920468093136 139920980191131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14302] ppid=14288 vsize=10725652 memory=1307064 CPUtime=2.05 cores=0,2,4,6
/proc/14291/task/14302/stat : 14302 (java) S 14288 14291 10029 0 -1 1077944384 13397 0 0 0 204 1 0 0 20 0 16 0 106316249 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920467040752 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14303] ppid=14288 vsize=10725652 memory=56 CPUtime=2.01 cores=0,2,4,6
/proc/14291/task/14303/stat : 14303 (java) S 14288 14291 10029 0 -1 1077944384 11312 0 0 0 200 1 0 0 20 0 16 0 106316249 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920465988208 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14304] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0.38 cores=0,2,4,6
/proc/14291/task/14304/stat : 14304 (java) S 14288 14291 10029 0 -1 1077944384 3798 0 0 0 37 1 0 0 20 0 16 0 106316249 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920464935664 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14305] ppid=14288 vsize=10725652 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14305/stat : 14305 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106316249 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920463883360 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14306] ppid=14288 vsize=10725652 memory=1828 CPUtime=0.11 cores=0,2,4,6
/proc/14291/task/14306/stat : 14306 (java) S 14288 14291 10029 0 -1 1077944384 1084 0 0 0 6 5 0 0 20 0 16 0 106316249 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920462829872 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14307] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14307/stat : 14307 (java) S 14288 14291 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106316416 10983067648 326766 33554432000 4194304 4196468 140731149464016 139920461775664 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
Current children cumulated CPU time: 229.19 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1307064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+245.11 s]
/proc/loadavg: 2.34 2.13 2.18 6/216 14391
/proc/meminfo: memFree=18333664/32770624 swapFree=67028796/67108860
[pid=14291] ppid=14288 vsize=10725652 memory=1307072 CPUtime=252.01 cores=0,2,4,6
/proc/14291/stat : 14291 (java) S 14288 14291 10029 0 -1 1077944320 73834 0 0 0 25092 109 0 0 20 0 16 0 106316243 10983067648 326768 33554432000 4194304 4196468 140731149464016 140731149446560 139920980172535 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
/proc/14291/statm: 2681413 326768 3186 1 0 2643904 0
[pid=14291/tid=14293] ppid=14288 vsize=10725652 memory=1307072 CPUtime=244.22 cores=0,2,4,6
/proc/14291/task/14293/stat : 14293 (java) R 14288 14291 10029 0 -1 4202560 15335 0 0 0 24412 10 0 0 20 0 16 0 106316243 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920984411456 139920593179814 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14294] ppid=14288 vsize=10725652 memory=1307072 CPUtime=0.77 cores=0,2,4,6
/proc/14291/task/14294/stat : 14294 (java) S 14288 14291 10029 0 -1 1077944384 5296 0 0 0 55 22 0 0 20 0 16 0 106316244 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920916863760 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14295] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0.77 cores=0,2,4,6
/proc/14291/task/14295/stat : 14295 (java) S 14288 14291 10029 0 -1 1077944384 5899 0 0 0 55 22 0 0 20 0 16 0 106316244 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920915811216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14296] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0.79 cores=0,2,4,6
/proc/14291/task/14296/stat : 14296 (java) S 14288 14291 10029 0 -1 1077944384 6451 0 0 0 57 22 0 0 20 0 16 0 106316244 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920914758672 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14297] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0.78 cores=0,2,4,6
/proc/14291/task/14297/stat : 14297 (java) S 14288 14291 10029 0 -1 1077944384 5495 0 0 0 56 22 0 0 20 0 16 0 106316244 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920913706128 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14298] ppid=14288 vsize=10725652 memory=1307072 CPUtime=0.03 cores=0,2,4,6
/proc/14291/task/14298/stat : 14298 (java) S 14288 14291 10029 0 -1 1077944384 4302 0 0 0 3 0 0 0 20 0 16 0 106316246 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920471250928 139920980183682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14299] ppid=14288 vsize=10725652 memory=1307064 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14299/stat : 14299 (java) S 14288 14291 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 16 0 106316246 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920470197216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14300] ppid=14288 vsize=10725652 memory=1307072 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14300/stat : 14300 (java) S 14288 14291 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106316246 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920469144576 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14301] ppid=14288 vsize=10725652 memory=1307072 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14301/stat : 14301 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106316249 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920468093136 139920980191131 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14302] ppid=14288 vsize=10725652 memory=1307072 CPUtime=2.05 cores=0,2,4,6
/proc/14291/task/14302/stat : 14302 (java) S 14288 14291 10029 0 -1 1077944384 13407 0 0 0 204 1 0 0 20 0 16 0 106316249 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920467040752 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14303] ppid=14288 vsize=10725652 memory=56 CPUtime=2.01 cores=0,2,4,6
/proc/14291/task/14303/stat : 14303 (java) S 14288 14291 10029 0 -1 1077944384 11319 0 0 0 200 1 0 0 20 0 16 0 106316249 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920465988208 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14304] ppid=14288 vsize=10725652 memory=1307072 CPUtime=0.38 cores=0,2,4,6
/proc/14291/task/14304/stat : 14304 (java) S 14288 14291 10029 0 -1 1077944384 3801 0 0 0 37 1 0 0 20 0 16 0 106316249 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920464935664 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14305] ppid=14288 vsize=10725652 memory=1307072 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14305/stat : 14305 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106316249 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920463883360 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14306] ppid=14288 vsize=10725652 memory=1307072 CPUtime=0.13 cores=0,2,4,6
/proc/14291/task/14306/stat : 14306 (java) S 14288 14291 10029 0 -1 1077944384 1122 0 0 0 7 6 0 0 20 0 16 0 106316249 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920462829872 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14307] ppid=14288 vsize=10725652 memory=1307072 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14307/stat : 14307 (java) S 14288 14291 10029 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106316416 10983067648 326768 33554432000 4194304 4196468 140731149464016 139920461775664 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1307072 KiB

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

[startup+245.337 s]
# the end of solver process 14291 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.002 s, system=1.11134 s

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

[startup+245.205 s]
/proc/loadavg: 2.34 2.13 2.18 6/216 14391
/proc/meminfo: memFree=18333664/32770624 swapFree=67028796/67108860
[pid=14291] ppid=14288 vsize=10925344 memory=1307436 CPUtime=252.08 cores=0,2,4,6
/proc/14291/stat : 14291 (java) S 14288 14291 10029 0 -1 1077944320 75115 0 0 0 25099 109 0 0 20 0 17 0 106316243 11187552256 326859 33554432000 4194304 4196468 140731149464016 140731149446560 139920980172535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
/proc/14291/statm: 2731336 326859 3191 1 0 2693827 0
[pid=14291/tid=14293] ppid=14288 vsize=10925344 memory=6791534058613427641 CPUtime=244.29 cores=0,2,4,6
/proc/14291/task/14293/stat : 14293 (java) S 14288 14291 10029 0 -1 1077944384 15578 0 0 0 24419 10 0 0 20 0 17 0 106316243 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920984415408 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14294] ppid=14288 vsize=10925344 memory=4104 CPUtime=0.77 cores=0,2,4,6
/proc/14291/task/14294/stat : 14294 (java) S 14288 14291 10029 0 -1 1077944384 5296 0 0 0 55 22 0 0 20 0 17 0 106316244 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920916863760 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14295] ppid=14288 vsize=10925344 memory=1408 CPUtime=0.77 cores=0,2,4,6
/proc/14291/task/14295/stat : 14295 (java) S 14288 14291 10029 0 -1 1077944384 5899 0 0 0 55 22 0 0 20 0 17 0 106316244 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920915811216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14296] ppid=14288 vsize=10925344 memory=6791534058613427641 CPUtime=0.79 cores=0,2,4,6
/proc/14291/task/14296/stat : 14296 (java) S 14288 14291 10029 0 -1 1077944384 6451 0 0 0 57 22 0 0 20 0 17 0 106316244 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920914758672 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14297] ppid=14288 vsize=10925344 memory=15128 CPUtime=0.78 cores=0,2,4,6
/proc/14291/task/14297/stat : 14297 (java) S 14288 14291 10029 0 -1 1077944384 5495 0 0 0 56 22 0 0 20 0 17 0 106316244 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920913706128 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14298] ppid=14288 vsize=10925344 memory=640 CPUtime=0.03 cores=0,2,4,6
/proc/14291/task/14298/stat : 14298 (java) S 14288 14291 10029 0 -1 1077944384 4302 0 0 0 3 0 0 0 20 0 17 0 106316246 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920471250928 139920980183682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14299] ppid=14288 vsize=10925344 memory=1760 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14299/stat : 14299 (java) S 14288 14291 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 106316246 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920470197216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14300] ppid=14288 vsize=10925344 memory=960 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14300/stat : 14300 (java) S 14288 14291 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 106316246 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920469144576 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14301] ppid=14288 vsize=10925344 memory=1220 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14301/stat : 14301 (java) S 14288 14291 10029 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920468093136 139920980191131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14302] ppid=14288 vsize=10925344 memory=1612 CPUtime=2.06 cores=0,2,4,6
/proc/14291/task/14302/stat : 14302 (java) S 14288 14291 10029 0 -1 1077944384 13516 0 0 0 205 1 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920467040752 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14303] ppid=14288 vsize=10925344 memory=2164 CPUtime=2.01 cores=0,2,4,6
/proc/14291/task/14303/stat : 14303 (java) S 14288 14291 10029 0 -1 1077944384 11421 0 0 0 200 1 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920465988208 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14304] ppid=14288 vsize=10925344 memory=68 CPUtime=0.38 cores=0,2,4,6
/proc/14291/task/14304/stat : 14304 (java) S 14288 14291 10029 0 -1 1077944384 4039 0 0 0 37 1 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920464935664 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14305] ppid=14288 vsize=10925344 memory=5937258715690396514 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14305/stat : 14305 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920463883360 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14306] ppid=14288 vsize=10925344 memory=7156589683652251729 CPUtime=0.13 cores=0,2,4,6
/proc/14291/task/14306/stat : 14306 (java) S 14288 14291 10029 0 -1 1077944384 1122 0 0 0 7 6 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920462829872 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 1307436 KiB

[startup+245.301 s]
/proc/loadavg: 2.34 2.13 2.18 6/216 14391
/proc/meminfo: memFree=18333664/32770624 swapFree=67028796/67108860
[pid=14291] ppid=14288 vsize=10925344 memory=1307436 CPUtime=252.08 cores=0,2,4,6
/proc/14291/stat : 14291 (java) S 14288 14291 10029 0 -1 1077944320 75115 0 0 0 25099 109 0 0 20 0 17 0 106316243 11187552256 326859 33554432000 4194304 4196468 140731149464016 140731149446560 139920980172535 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
/proc/14291/statm: 2731336 326859 3191 1 0 2693827 0
[pid=14291/tid=14293] ppid=14288 vsize=10925344 memory=1307072 CPUtime=244.29 cores=0,2,4,6
/proc/14291/task/14293/stat : 14293 (java) S 14288 14291 10029 0 -1 1077944384 15578 0 0 0 24419 10 0 0 20 0 17 0 106316243 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920984415408 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14294] ppid=14288 vsize=10925344 memory=1307072 CPUtime=0.77 cores=0,2,4,6
/proc/14291/task/14294/stat : 14294 (java) S 14288 14291 10029 0 -1 1077944384 5296 0 0 0 55 22 0 0 20 0 17 0 106316244 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920916863760 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14295] ppid=14288 vsize=10925344 memory=1307072 CPUtime=0.77 cores=0,2,4,6
/proc/14291/task/14295/stat : 14295 (java) S 14288 14291 10029 0 -1 1077944384 5899 0 0 0 55 22 0 0 20 0 17 0 106316244 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920915811216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14296] ppid=14288 vsize=10925344 memory=1307064 CPUtime=0.79 cores=0,2,4,6
/proc/14291/task/14296/stat : 14296 (java) S 14288 14291 10029 0 -1 1077944384 6451 0 0 0 57 22 0 0 20 0 17 0 106316244 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920914758672 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14297] ppid=14288 vsize=10925344 memory=1307072 CPUtime=0.78 cores=0,2,4,6
/proc/14291/task/14297/stat : 14297 (java) S 14288 14291 10029 0 -1 1077944384 5495 0 0 0 56 22 0 0 20 0 17 0 106316244 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920913706128 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14298] ppid=14288 vsize=10925344 memory=1307064 CPUtime=0.03 cores=0,2,4,6
/proc/14291/task/14298/stat : 14298 (java) S 14288 14291 10029 0 -1 1077944384 4302 0 0 0 3 0 0 0 20 0 17 0 106316246 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920471250928 139920980183682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14299] ppid=14288 vsize=10925344 memory=1307064 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14299/stat : 14299 (java) S 14288 14291 10029 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 106316246 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920470197216 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14300] ppid=14288 vsize=10925344 memory=1307064 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14300/stat : 14300 (java) S 14288 14291 10029 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 106316246 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920469144576 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14301] ppid=14288 vsize=10925344 memory=1307072 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14301/stat : 14301 (java) S 14288 14291 10029 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920468093136 139920980191131 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14302] ppid=14288 vsize=10925344 memory=1307072 CPUtime=2.06 cores=0,2,4,6
/proc/14291/task/14302/stat : 14302 (java) S 14288 14291 10029 0 -1 1077944384 13516 0 0 0 205 1 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920467040752 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14303] ppid=14288 vsize=10925344 memory=1307072 CPUtime=2.01 cores=0,2,4,6
/proc/14291/task/14303/stat : 14303 (java) S 14288 14291 10029 0 -1 1077944384 11421 0 0 0 200 1 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920465988208 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14304] ppid=14288 vsize=10925344 memory=56 CPUtime=0.38 cores=0,2,4,6
/proc/14291/task/14304/stat : 14304 (java) S 14288 14291 10029 0 -1 1077944384 4039 0 0 0 37 1 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920464935664 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14305] ppid=14288 vsize=10925344 memory=1307072 CPUtime=0 cores=0,2,4,6
/proc/14291/task/14305/stat : 14305 (java) S 14288 14291 10029 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920463883360 139920980182741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
[pid=14291/tid=14306] ppid=14288 vsize=10925344 memory=1307072 CPUtime=0.13 cores=0,2,4,6
/proc/14291/task/14306/stat : 14306 (java) S 14288 14291 10029 0 -1 1077944384 1122 0 0 0 7 6 0 0 20 0 17 0 106316249 11187552256 326859 33554432000 4194304 4196468 140731149464016 139920462829872 139920980183682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17838080 140731149468790 140731149468942 140731149468942 140731149471695 0
Current children cumulated CPU time: 252.08 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 1307436 KiB

Child status: 143
Real time (s): 245.337
CPU time (s): 252.113
CPU user time (s): 251.002
CPU system time (s): 1.11134
CPU usage (%): 102.762
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 1307436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.002
system time used= 1.11134
maximum resident set size= 1309864
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75772
page faults= 0
swaps= 0
block input operations= 0
block output operations= 400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8074
involuntary context switches= 363


# summary of solver processes directly reported to runsolver:
#   pid: 14291
#   total CPU time (s): 252.113
#   total CPU user time (s): 251.002
#   total CPU system time (s): 1.11134

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48778 second user time and 2.38221 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 20:05:31
IDJOB=4302105
IDBENCH=141622
IDSOLVER=2773
FILE ID=node102/4302105-1532887531
RUNJOBID= node102-1532883454-10060
PBS_JOBID= 21022526
Free space on /tmp= 52976 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-25-30-00_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302105-1532887531/watcher-4302105-1532887531 -o /tmp/evaluation-result-4302105-1532887531/solver-4302105-1532887531 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532883454-10060 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302105-1532887531.xml

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

MD5SUM BENCH= fffb7bc75ae44a730e23d85d48ed452e
RANDOM SEED=1327081490

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26257368 kB
MemAvailable:   31433324 kB
Buffers:          231432 kB
Cached:          5188452 kB
SwapCached:        53056 kB
Active:          1668072 kB
Inactive:        4322468 kB
Active(anon):     496392 kB
Inactive(anon):    99168 kB
Active(file):    1171680 kB
Inactive(file):  4223300 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028796 kB
Dirty:              2464 kB
Writeback:             0 kB
AnonPages:        527960 kB
Mapped:            49620 kB
Shmem:             22560 kB
Slab:             222568 kB
SReclaimable:     193620 kB
SUnreclaim:        28948 kB
KernelStack:        3728 kB
PageTables:         6520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1567732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52976 MiB
End job on node102 at 2018-07-29 20:09:36