Trace number 4302111

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)430 252.15 242.339

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-35-30-00_c18.xml
MD5SUM558ee623558ef43f0bbab0563f00ef08
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark157
Best CPU time to get the best result obtained on this benchmark252.05
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size33
Maximum domain size35
Distribution of domain sizes[{"size":33,"count":35},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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

8.03/3.71	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
8.03/3.71	c This is free software under the dual EPL/GNU LGPL licenses.
8.03/3.71	c See www.sat4j.org for details.
8.03/3.71	c That software uses the Rhino library from the Mozilla project.
8.03/3.71	c version 2.3.6-SNAPSHOT
8.03/3.71	c java.runtime.name	Java(TM) SE Runtime Environment
8.03/3.71	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
8.03/3.71	c java.vm.version	25.131-b11
8.03/3.71	c java.vm.vendor	Oracle Corporation
8.03/3.71	c sun.arch.data.model	64
8.03/3.71	c java.version		1.8.0_131
8.03/3.71	c os.name		Linux
8.03/3.71	c os.version		3.10.0-514.16.1.el7.x86_64
8.03/3.71	c os.arch		amd64
8.03/3.71	c Free memory 		499604488
8.03/3.71	c Max memory 		7247757312
8.03/3.71	c Total memory 		504889344
8.03/3.71	c Number of processors 	4
8.03/3.71	c c --- Begin Solver configuration ---
8.03/3.71	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
8.03/3.71	c Learn all clauses as in MiniSAT
8.03/3.71	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
8.03/3.71	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
8.03/3.71	c No reason simplification
8.03/3.71	c Glucose 2.1 dynamic restart strategy
8.03/3.71	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
8.03/3.71	c timeout=2147483s
8.03/3.71	c DB Simplification allowed=false
8.03/3.71	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
8.03/3.71	c --- End Solver configuration ---
8.03/3.71	c constraints type 
8.03/3.71	c org.sat4j.minisat.constraints.card.MinWatchCard => 140
8.03/3.71	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4310775
8.03/3.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 499660
8.03/3.71	c org.sat4j.minisat.constraints.cnf.UnitClause => 70
8.03/3.71	c 4810645 constraints processed.
43.02/37.23	o 525
78.59/72.52	o 498
135.20/128.75	o 471
147.99/138.29	o 430
252.12/242.31	c starts		: 1016
252.12/242.31	c conflicts		: 371068
252.12/242.31	c decisions		: 41952623
252.12/242.31	c propagations		: 1083026094
252.12/242.31	c inspects		: 1426318456
252.12/242.31	c shortcuts		: 0
252.12/242.31	c learnt literals	: 0
252.12/242.31	c learnt binary clauses	: 972
252.12/242.31	c learnt ternary clauses	: 1121
252.12/242.31	c learnt constraints	: 371068
252.12/242.31	c ignored constraints	: 0
252.12/242.31	c root simplifications	: 0
252.12/242.31	c removed literals (reason simplification)	: 0
252.12/242.31	c reason swapping (by a shorter reason)	: 0
252.12/242.31	c Calls to reduceDB	: 36
252.12/242.31	c Number of update (reduction) of LBD	: 289625
252.12/242.31	c Imported unit clauses	: 0
252.12/242.31	c number of reductions to clauses (during analyze)	: 0
252.12/242.31	c number of learned constraints concerned by reduction	: 0
252.12/242.31	c number of learning phase by resolution	: 0
252.12/242.31	c number of learning phase by cutting planes	: 0
252.12/242.31	c number of rounding to 1 operations	: 0
252.12/242.31	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
252.12/242.31	c number of reductions of the coefficients by power 2 	: 0
252.12/242.31	c number of right shift for reduction by power 2 	: 0
252.12/242.31	c number of reductions of the coefficients by GCD over coefficients 	: 0
252.12/242.31	c number of ending skipping 	: 0
252.12/242.31	c number of internal skipping 	: 0
252.12/242.31	c number of derivation steps 	: 0
252.12/242.31	c number of skipped derivation steps 	: 0
252.12/242.31	c number of remaining unassigned 	: 0
252.12/242.31	c number of remaining assigned 	: 0
252.12/242.31	c speed (assignments/second)	: 4539828.7817371655
252.12/242.31	c non guided choices	: 6901713
252.12/242.31	s SATISFIABLE
252.12/242.31	v <instantiation type="solution">
252.12/242.31	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] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] 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] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] </list>
252.12/242.31	v 	<values> 23 20 31 16 26 1 18 24 32 10 8 11 6 2 7 30 3 17 5 12 9 0 19 27 28 33 25 34 29 15 14 21 22 4 13 5 25 14 10 20 20 9 8 21 4 9 4 5 6 19 22 17 10 4 19 22 18 17 4 5 9 12 8 20 10 7 5 16 5 21 </values>
252.12/242.31	v </instantiation>
252.12/242.31	

Verifier Data

OK	430

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302111-1532887555/watcher-4302111-1532887555 -o /tmp/evaluation-result-4302111-1532887555/solver-4302111-1532887555 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302111-1532887555.xml 

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

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
solver pid=32101, runsolver pid=32098
Current StackSize limit: 8192 KiB


[startup+0.100704 s]*
/proc/loadavg: 2.08 2.13 2.29 7/215 32116
/proc/meminfo: memFree=24538024/32770624 swapFree=67108860/67108860
[pid=32101] ppid=32098 vsize=10659012 memory=30580 CPUtime=0.13 cores=1,3,5,7
/proc/32101/stat : 32101 (java) S 32098 32101 22004 0 -1 1077944320 6719 0 0 0 12 1 0 0 20 0 15 0 106318744 10914828288 7645 33554432000 4194304 4196468 140722529188160 140722529170704 140553010425591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
/proc/32101/statm: 2664753 7645 2845 1 0 2627263 0
[pid=32101/tid=32103] ppid=32098 vsize=10659012 memory=-8773748148830375294 CPUtime=0.09 cores=1,3,5,7
/proc/32101/task/32103/stat : 32103 (java) R 32098 32101 22004 0 -1 4202560 4565 0 0 0 8 1 0 0 20 0 15 0 106318744 10914828288 7645 33554432000 4194304 4196468 140722529188160 140553014647456 140552994506078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32104] ppid=32098 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32104/stat : 32104 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552947116560 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32105] ppid=32098 vsize=10659012 memory=140177454651008 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32105/stat : 32105 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552946064016 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32106] ppid=32098 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32106/stat : 32106 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552945010960 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32107] ppid=32098 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32107/stat : 32107 (java) S 32098 32101 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106318745 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552943958416 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32108] ppid=32098 vsize=10659012 memory=140177454651008 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32108/stat : 32108 (java) S 32098 32101 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106318746 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552501480176 140553010436738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32109] ppid=32098 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32109/stat : 32109 (java) S 32098 32101 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106318747 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552500426400 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32110] ppid=32098 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32110/stat : 32110 (java) S 32098 32101 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106318747 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552499373296 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32111] ppid=32098 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32111/stat : 32111 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106318749 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552498321872 140553010444187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32112] ppid=32098 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32112/stat : 32112 (java) S 32098 32101 22004 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 106318749 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552497268976 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32113] ppid=32098 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32113/stat : 32113 (java) S 32098 32101 22004 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 106318749 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552496216432 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32114] ppid=32098 vsize=10659012 memory=140177454651008 CPUtime=0.02 cores=1,3,5,7
/proc/32101/task/32114/stat : 32114 (java) S 32098 32101 22004 0 -1 1077944384 341 0 0 0 2 0 0 0 20 0 15 0 106318749 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552495163376 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32115] ppid=32098 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32115/stat : 32115 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106318749 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552494111072 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32116] ppid=32098 vsize=10659012 memory=140177454651008 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32116/stat : 32116 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318749 10914828288 7645 33554432000 4194304 4196468 140722529188160 140552493059120 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30580 KiB

[startup+0.210564 s]*
/proc/loadavg: 2.24 2.17 2.30 7/215 32116
/proc/meminfo: memFree=24526112/32770624 swapFree=67108860/67108860
[pid=32101] ppid=32098 vsize=10659012 memory=40752 CPUtime=0.33 cores=1,3,5,7
/proc/32101/stat : 32101 (java) S 32098 32101 22004 0 -1 1077944320 7816 0 0 0 31 2 0 0 20 0 15 0 106318744 10914828288 10188 33554432000 4194304 4196468 140722529188160 140722529170704 140553010425591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
/proc/32101/statm: 2664753 10188 2966 1 0 2627263 0
[pid=32101/tid=32103] ppid=32098 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/32101/task/32103/stat : 32103 (java) R 32098 32101 22004 0 -1 4202560 5028 0 0 0 19 1 0 0 20 0 15 0 106318744 10914828288 10188 33554432000 4194304 4196468 140722529188160 140553014662208 140552994506078 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32104] ppid=32098 vsize=10659012 memory=365 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32104/stat : 32104 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552947116560 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32105] ppid=32098 vsize=10659012 memory=140177454829221 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32105/stat : 32105 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552946064016 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32106] ppid=32098 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32106/stat : 32106 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552945010960 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32107] ppid=32098 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32107/stat : 32107 (java) S 32098 32101 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106318745 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552943958416 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32108] ppid=32098 vsize=10659012 memory=140177454651008 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32108/stat : 32108 (java) S 32098 32101 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106318746 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552501480176 140553010436738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32109] ppid=32098 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32109/stat : 32109 (java) S 32098 32101 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106318747 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552500426400 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32110] ppid=32098 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32110/stat : 32110 (java) S 32098 32101 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106318747 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552499373296 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32111] ppid=32098 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32111/stat : 32111 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106318749 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552498321872 140553010444187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32112] ppid=32098 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/32101/task/32112/stat : 32112 (java) S 32098 32101 22004 0 -1 1077944384 387 0 0 0 2 0 0 0 20 0 15 0 106318749 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552497268976 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32113] ppid=32098 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/32101/task/32113/stat : 32113 (java) S 32098 32101 22004 0 -1 1077944384 368 0 0 0 2 0 0 0 20 0 15 0 106318749 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552496216432 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32114] ppid=32098 vsize=10659012 memory=140177454651008 CPUtime=0.07 cores=1,3,5,7
/proc/32101/task/32114/stat : 32114 (java) R 32098 32101 22004 0 -1 4202560 666 0 0 0 7 0 0 0 20 0 15 0 106318749 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552495163376 140553010446938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32115] ppid=32098 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32115/stat : 32115 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106318749 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552494111072 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32116] ppid=32098 vsize=10659012 memory=140177454651008 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32116/stat : 32116 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318749 10914828288 10188 33554432000 4194304 4196468 140722529188160 140552493059120 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40752 KiB

[startup+0.310495 s]*
/proc/loadavg: 2.24 2.17 2.30 9/215 32116
/proc/meminfo: memFree=24519268/32770624 swapFree=67108860/67108860
[pid=32101] ppid=32098 vsize=10659088 memory=46700 CPUtime=0.51 cores=1,3,5,7
/proc/32101/stat : 32101 (java) S 32098 32101 22004 0 -1 1077944320 8834 0 0 0 49 2 0 0 20 0 15 0 106318744 10914906112 11675 33554432000 4194304 4196468 140722529188160 140722529170704 140553010425591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
/proc/32101/statm: 2664772 11675 3064 1 0 2627263 0
[pid=32101/tid=32103] ppid=32098 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/32101/task/32103/stat : 32103 (java) R 32098 32101 22004 0 -1 4202560 5802 0 0 0 28 2 0 0 20 0 15 0 106318744 10914906112 11675 33554432000 4194304 4196468 140722529188160 140553014662320 140552994506078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32104] ppid=32098 vsize=10659088 memory=288230613314699287 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32104/stat : 32104 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552947116560 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32105] ppid=32098 vsize=10659088 memory=140177455289373 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32105/stat : 32105 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552946064016 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32106] ppid=32098 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32106/stat : 32106 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552945010960 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32107] ppid=32098 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32107/stat : 32107 (java) S 32098 32101 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106318745 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552943958416 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32108] ppid=32098 vsize=10659088 memory=140177454651008 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32108/stat : 32108 (java) S 32098 32101 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106318746 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552501480176 140553010436738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32109] ppid=32098 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32109/stat : 32109 (java) S 32098 32101 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106318747 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552500426400 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32110] ppid=32098 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32110/stat : 32110 (java) S 32098 32101 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106318747 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552499373296 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32111] ppid=32098 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32111/stat : 32111 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106318749 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552498321872 140553010444187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32112] ppid=32098 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/32101/task/32112/stat : 32112 (java) S 32098 32101 22004 0 -1 1077944384 466 0 0 0 4 0 0 0 20 0 15 0 106318749 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552497268976 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32113] ppid=32098 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/32101/task/32113/stat : 32113 (java) S 32098 32101 22004 0 -1 1077944384 463 0 0 0 4 0 0 0 20 0 15 0 106318749 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552496216432 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32114] ppid=32098 vsize=10659088 memory=140177454651008 CPUtime=0.11 cores=1,3,5,7
/proc/32101/task/32114/stat : 32114 (java) R 32098 32101 22004 0 -1 4202560 737 0 0 0 11 0 0 0 20 0 15 0 106318749 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552495163376 140552989434179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32115] ppid=32098 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32115/stat : 32115 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106318749 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552494111072 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32116] ppid=32098 vsize=10659088 memory=140177454651008 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32116/stat : 32116 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318749 10914906112 11675 33554432000 4194304 4196468 140722529188160 140552493059120 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46700 KiB

[startup+0.701733 s]
/proc/loadavg: 2.24 2.17 2.30 8/215 32116
/proc/meminfo: memFree=24484276/32770624 swapFree=67108860/67108860
[pid=32101] ppid=32098 vsize=10659088 memory=158520 CPUtime=1.77 cores=1,3,5,7
/proc/32101/stat : 32101 (java) S 32098 32101 22004 0 -1 1077944320 14387 0 0 0 172 5 0 0 20 0 15 0 106318744 10914906112 39630 33554432000 4194304 4196468 140722529188160 140722529170704 140553010425591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
/proc/32101/statm: 2664772 39630 3112 1 0 2627263 0
[pid=32101/tid=32103] ppid=32098 vsize=10659088 memory=1840 CPUtime=0.68 cores=1,3,5,7
/proc/32101/task/32103/stat : 32103 (java) R 32098 32101 22004 0 -1 4202560 5981 0 0 0 65 3 0 0 20 0 15 0 106318744 10914906112 39630 33554432000 4194304 4196468 140722529188160 140553014659880 140552992074670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32104] ppid=32098 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32104/stat : 32104 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552947116560 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32105] ppid=32098 vsize=10659088 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32105/stat : 32105 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552946064016 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32106] ppid=32098 vsize=10659088 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32106/stat : 32106 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318745 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552945010960 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32107] ppid=32098 vsize=10659088 memory=792 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32107/stat : 32107 (java) S 32098 32101 22004 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 106318745 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552943958416 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32108] ppid=32098 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32108/stat : 32108 (java) S 32098 32101 22004 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 106318746 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552501480176 140553010436738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32109] ppid=32098 vsize=10659088 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32109/stat : 32109 (java) S 32098 32101 22004 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 106318747 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552500426400 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32110] ppid=32098 vsize=10659088 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32110/stat : 32110 (java) S 32098 32101 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 106318747 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552499373296 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32111] ppid=32098 vsize=10659088 memory=7236533984234661184 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32111/stat : 32111 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106318749 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552498321872 140553010444187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32112] ppid=32098 vsize=10659088 memory=7590935255203861604 CPUtime=0.41 cores=1,3,5,7
/proc/32101/task/32112/stat : 32112 (java) R 32098 32101 22004 0 -1 4202560 2581 0 0 0 41 0 0 0 20 0 15 0 106318749 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552497255000 140552995344474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32113] ppid=32098 vsize=10659088 memory=6076878065162868073 CPUtime=0.39 cores=1,3,5,7
/proc/32101/task/32113/stat : 32113 (java) R 32098 32101 22004 0 -1 4202560 2503 0 0 0 39 0 0 0 20 0 15 0 106318749 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552496197448 140552991172651 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32114] ppid=32098 vsize=10659088 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/32101/task/32114/stat : 32114 (java) S 32098 32101 22004 0 -1 1077944384 1952 0 0 0 25 0 0 0 20 0 15 0 106318749 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552495163376 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32115] ppid=32098 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32115/stat : 32115 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 106318749 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552494111072 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32116] ppid=32098 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32116/stat : 32116 (java) S 32098 32101 22004 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 106318749 10914906112 39630 33554432000 4194304 4196468 140722529188160 140552493059120 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
Current children cumulated CPU time: 1.77 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 158520 KiB

[startup+1.50069 s]
/proc/loadavg: 2.24 2.17 2.30 8/215 32116
/proc/meminfo: memFree=24344004/32770624 swapFree=67108860/67108860
[pid=32101] ppid=32098 vsize=10659088 memory=429364 CPUtime=4.11 cores=1,3,5,7
/proc/32101/stat : 32101 (java) S 32098 32101 22004 0 -1 1077944320 16808 0 0 0 393 18 0 0 20 0 15 0 106318744 10914906112 107341 33554432000 4194304 4196468 140722529188160 140722529170704 140553010425591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
/proc/32101/statm: 2664772 107341 3154 1 0 2627263 0
[pid=32101/tid=32103] ppid=32098 vsize=10659088 memory=6791534058613427641 CPUtime=1.31 cores=1,3,5,7
/proc/32101/task/32103/stat : 32103 (java) S 32098 32101 22004 0 -1 1077944384 6058 0 0 0 126 5 0 0 20 0 15 0 106318744 10914906112 107341 33554432000 4194304 4196468 140722529188160 140553014660400 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32104] ppid=32098 vsize=10659088 memory=-6951259422114956437 CPUtime=0.15 cores=1,3,5,7
/proc/32101/task/32104/stat : 32104 (java) R 32098 32101 22004 0 -1 4202560 190 0 0 0 12 3 0 0 20 0 15 0 106318745 10914906112 107341 33554432000 4194304 4196468 140722529188160 140552947116560 140552995447712 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32105] ppid=32098 vsize=10659088 memory=-6509546260019855295 CPUtime=0.11 cores=1,3,5,7
/proc/32101/task/32105/stat : 32105 (java) R 32098 32101 22004 0 -1 4202560 75 0 0 0 9 2 0 0 20 0 15 0 106318745 10914906112 107341 33554432000 4194304 4196468 140722529188160 140552946064216 140552995452461 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32106] ppid=32098 vsize=10659088 memory=-7390251449858225344 CPUtime=0.11 cores=1,3,5,7
/proc/32101/task/32106/stat : 32106 (java) R 32098 32101 22004 0 -1 4202560 131 0 0 0 9 2 0 0 20 0 15 0 106318745 10914906112 107341 33554432000 4194304 4196468 140722529188160 140552945010960 140552995447712 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32107] ppid=32098 vsize=10659088 memory=4134692831991786133 CPUtime=0.15 cores=1,3,5,7
/proc/32101/task/32107/stat : 32107 (java) R 32098 32101 22004 0 -1 4202560 178 0 0 0 12 3 0 0 20 0 15 0 106318745 10914906112 107341 33554432000 4194304 4196468 140722529188160 140552943958416 140552992051344 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32108] ppid=32098 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32108/stat : 32108 (java) S 32098 32101 22004 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 106318746 10914906112 107341 33554432000 4194304 4196468 140722529188160 140552501478688 140553010435797 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0

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

/proc/32101/task/32105/stat : 32105 (java) S 32098 32101 22004 0 -1 1077944384 8348 0 0 0 145 17 0 0 20 0 16 0 106318745 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552946064016 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32106] ppid=32098 vsize=10725652 memory=1829692 CPUtime=1.63 cores=1,3,5,7
/proc/32101/task/32106/stat : 32106 (java) S 32098 32101 22004 0 -1 1077944384 6334 0 0 0 145 18 0 0 20 0 16 0 106318745 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552945010960 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32107] ppid=32098 vsize=10725652 memory=1829692 CPUtime=1.66 cores=1,3,5,7
/proc/32101/task/32107/stat : 32107 (java) S 32098 32101 22004 0 -1 1077944384 8365 0 0 0 147 19 0 0 20 0 16 0 106318745 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552943958416 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32108] ppid=32098 vsize=10725652 memory=1829692 CPUtime=0.74 cores=1,3,5,7
/proc/32101/task/32108/stat : 32108 (java) S 32098 32101 22004 0 -1 1077944384 4362 0 0 0 74 0 0 0 20 0 16 0 106318746 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552501480176 140553010436738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32109] ppid=32098 vsize=10725652 memory=1829692 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32109/stat : 32109 (java) S 32098 32101 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106318747 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552500426464 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32110] ppid=32098 vsize=10725652 memory=960 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32110/stat : 32110 (java) S 32098 32101 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106318747 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552499373312 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32111] ppid=32098 vsize=10725652 memory=1829692 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32111/stat : 32111 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106318749 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552498321872 140553010444187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32112] ppid=32098 vsize=10725652 memory=1829692 CPUtime=2.3 cores=1,3,5,7
/proc/32101/task/32112/stat : 32112 (java) S 32098 32101 22004 0 -1 1077944384 7252 0 0 0 229 1 0 0 20 0 16 0 106318749 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552497268976 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32113] ppid=32098 vsize=10725652 memory=1829692 CPUtime=2.15 cores=1,3,5,7
/proc/32101/task/32113/stat : 32113 (java) S 32098 32101 22004 0 -1 1077944384 9875 0 0 0 214 1 0 0 20 0 16 0 106318749 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552496216432 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32114] ppid=32098 vsize=10725652 memory=4028 CPUtime=0.43 cores=1,3,5,7
/proc/32101/task/32114/stat : 32114 (java) S 32098 32101 22004 0 -1 1077944384 4510 0 0 0 42 1 0 0 20 0 16 0 106318749 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552495163376 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32115] ppid=32098 vsize=10725652 memory=30296 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32115/stat : 32115 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106318749 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552494111072 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32116] ppid=32098 vsize=10725652 memory=1296 CPUtime=0.1 cores=1,3,5,7
/proc/32101/task/32116/stat : 32116 (java) S 32098 32101 22004 0 -1 1077944384 693 0 0 0 4 6 0 0 20 0 16 0 106318749 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552493059120 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32117] ppid=32098 vsize=10725652 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32117/stat : 32117 (java) S 32098 32101 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106319119 10983067648 457423 33554432000 4194304 4196468 140722529188160 140552492004912 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
Current children cumulated CPU time: 232.2 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1829692 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+242.11 s]
/proc/loadavg: 2.05 2.20 2.30 3/217 32196
/proc/meminfo: memFree=25347596/32770624 swapFree=67108860/67108860
[pid=32101] ppid=32098 vsize=10725652 memory=1829716 CPUtime=252.03 cores=1,3,5,7
/proc/32101/stat : 32101 (java) S 32098 32101 22004 0 -1 1077944320 84737 0 0 0 25102 101 0 0 20 0 16 0 106318744 10983067648 457429 33554432000 4194304 4196468 140722529188160 140722529170704 140553010425591 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
/proc/32101/statm: 2681413 457429 3187 1 0 2643904 0
[pid=32101/tid=32103] ppid=32098 vsize=10725652 memory=1829716 CPUtime=239.64 cores=1,3,5,7
/proc/32101/task/32103/stat : 32103 (java) R 32098 32101 22004 0 -1 4202560 25484 0 0 0 23947 17 0 0 20 0 16 0 106318744 10983067648 457429 33554432000 4194304 4196468 140722529188160 140553014664232 140552621348932 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32104] ppid=32098 vsize=10725652 memory=1829716 CPUtime=1.67 cores=1,3,5,7
/proc/32101/task/32104/stat : 32104 (java) S 32098 32101 22004 0 -1 1077944384 7823 0 0 0 149 18 0 0 20 0 16 0 106318745 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552947116560 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32105] ppid=32098 vsize=10725652 memory=1829716 CPUtime=1.62 cores=1,3,5,7
/proc/32101/task/32105/stat : 32105 (java) S 32098 32101 22004 0 -1 1077944384 8348 0 0 0 145 17 0 0 20 0 16 0 106318745 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552946064016 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32106] ppid=32098 vsize=10725652 memory=1829716 CPUtime=1.63 cores=1,3,5,7
/proc/32101/task/32106/stat : 32106 (java) S 32098 32101 22004 0 -1 1077944384 6334 0 0 0 145 18 0 0 20 0 16 0 106318745 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552945010960 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32107] ppid=32098 vsize=10725652 memory=1829692 CPUtime=1.66 cores=1,3,5,7
/proc/32101/task/32107/stat : 32107 (java) S 32098 32101 22004 0 -1 1077944384 8365 0 0 0 147 19 0 0 20 0 16 0 106318745 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552943958416 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32108] ppid=32098 vsize=10725652 memory=1829716 CPUtime=0.74 cores=1,3,5,7
/proc/32101/task/32108/stat : 32108 (java) S 32098 32101 22004 0 -1 1077944384 4362 0 0 0 74 0 0 0 20 0 16 0 106318746 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552501480176 140553010436738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32109] ppid=32098 vsize=10725652 memory=1829716 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32109/stat : 32109 (java) S 32098 32101 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 106318747 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552500426464 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32110] ppid=32098 vsize=10725652 memory=3080 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32110/stat : 32110 (java) S 32098 32101 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 106318747 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552499373312 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32111] ppid=32098 vsize=10725652 memory=1159652 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32111/stat : 32111 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106318749 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552498321872 140553010444187 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32112] ppid=32098 vsize=10725652 memory=4028 CPUtime=2.3 cores=1,3,5,7
/proc/32101/task/32112/stat : 32112 (java) S 32098 32101 22004 0 -1 1077944384 7252 0 0 0 229 1 0 0 20 0 16 0 106318749 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552497268976 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32113] ppid=32098 vsize=10725652 memory=30296 CPUtime=2.15 cores=1,3,5,7
/proc/32101/task/32113/stat : 32113 (java) S 32098 32101 22004 0 -1 1077944384 9875 0 0 0 214 1 0 0 20 0 16 0 106318749 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552496216432 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32114] ppid=32098 vsize=10725652 memory=1829716 CPUtime=0.43 cores=1,3,5,7
/proc/32101/task/32114/stat : 32114 (java) S 32098 32101 22004 0 -1 1077944384 4793 0 0 0 42 1 0 0 20 0 16 0 106318749 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552495163376 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32115] ppid=32098 vsize=10725652 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32115/stat : 32115 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 106318749 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552494111072 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32116] ppid=32098 vsize=10725652 memory=1829716 CPUtime=0.11 cores=1,3,5,7
/proc/32101/task/32116/stat : 32116 (java) S 32098 32101 22004 0 -1 1077944384 693 0 0 0 4 7 0 0 20 0 16 0 106318749 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552493059120 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32117] ppid=32098 vsize=10725652 memory=844 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32117/stat : 32117 (java) S 32098 32101 22004 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 106319119 10983067648 457429 33554432000 4194304 4196468 140722529188160 140552492004912 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
Current children cumulated CPU time: 252.03 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 1829716 KiB

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

[startup+242.339 s]
# the end of solver process 32101 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.115 s, system=1.03422 s

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

[startup+242.205 s]
/proc/loadavg: 2.05 2.20 2.30 3/217 32196
/proc/meminfo: memFree=25347596/32770624 swapFree=67108860/67108860
[pid=32101] ppid=32098 vsize=10859808 memory=1830016 CPUtime=252.12 cores=1,3,5,7
/proc/32101/stat : 32101 (java) S 32098 32101 22004 0 -1 1077944320 86457 0 0 0 25111 101 0 0 20 0 17 0 106318744 11120443392 457504 33554432000 4194304 4196468 140722529188160 140722529170704 140553010425591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
/proc/32101/statm: 2714952 457504 3190 1 0 2677443 0
[pid=32101/tid=32103] ppid=32098 vsize=10859808 memory=288230596050944315 CPUtime=239.72 cores=1,3,5,7
/proc/32101/task/32103/stat : 32103 (java) S 32098 32101 22004 0 -1 1077944384 25674 0 0 0 23955 17 0 0 20 0 17 0 106318744 11120443392 457504 33554432000 4194304 4196468 140722529188160 140553014668464 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32104] ppid=32098 vsize=10859808 memory=15542903384575324 CPUtime=1.67 cores=1,3,5,7
/proc/32101/task/32104/stat : 32104 (java) S 32098 32101 22004 0 -1 1077944384 7823 0 0 0 149 18 0 0 20 0 17 0 106318745 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552947116560 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32105] ppid=32098 vsize=10859808 memory=4124 CPUtime=1.62 cores=1,3,5,7
/proc/32101/task/32105/stat : 32105 (java) S 32098 32101 22004 0 -1 1077944384 8348 0 0 0 145 17 0 0 20 0 17 0 106318745 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552946064016 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32106] ppid=32098 vsize=10859808 memory=2200 CPUtime=1.63 cores=1,3,5,7
/proc/32101/task/32106/stat : 32106 (java) S 32098 32101 22004 0 -1 1077944384 6334 0 0 0 145 18 0 0 20 0 17 0 106318745 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552945010960 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32107] ppid=32098 vsize=10859808 memory=8148 CPUtime=1.66 cores=1,3,5,7
/proc/32101/task/32107/stat : 32107 (java) S 32098 32101 22004 0 -1 1077944384 8365 0 0 0 147 19 0 0 20 0 17 0 106318745 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552943958416 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32108] ppid=32098 vsize=10859808 memory=844 CPUtime=0.74 cores=1,3,5,7
/proc/32101/task/32108/stat : 32108 (java) S 32098 32101 22004 0 -1 1077944384 4362 0 0 0 74 0 0 0 20 0 17 0 106318746 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552501480176 140553010436738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32109] ppid=32098 vsize=10859808 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32109/stat : 32109 (java) S 32098 32101 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106318747 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552500426464 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32110] ppid=32098 vsize=10859808 memory=916 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32110/stat : 32110 (java) S 32098 32101 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 106318747 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552499373312 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32111] ppid=32098 vsize=10859808 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32111/stat : 32111 (java) S 32098 32101 22004 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552498321872 140553010444187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32112] ppid=32098 vsize=10859808 memory=2708 CPUtime=2.3 cores=1,3,5,7
/proc/32101/task/32112/stat : 32112 (java) S 32098 32101 22004 0 -1 1077944384 7381 0 0 0 229 1 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552497268976 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32113] ppid=32098 vsize=10859808 memory=2732 CPUtime=2.15 cores=1,3,5,7
/proc/32101/task/32113/stat : 32113 (java) S 32098 32101 22004 0 -1 1077944384 9984 0 0 0 214 1 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552496216432 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32114] ppid=32098 vsize=10859808 memory=4100 CPUtime=0.43 cores=1,3,5,7
/proc/32101/task/32114/stat : 32114 (java) S 32098 32101 22004 0 -1 1077944384 5528 0 0 0 42 1 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552495163376 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32115] ppid=32098 vsize=10859808 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32115/stat : 32115 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552494111072 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32116] ppid=32098 vsize=10859808 memory=5939519363608044906 CPUtime=0.11 cores=1,3,5,7
/proc/32101/task/32116/stat : 32116 (java) S 32098 32101 22004 0 -1 1077944384 693 0 0 0 4 7 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552493059120 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
Current children cumulated CPU time: 252.12 s
Current children cumulated vsize: 10859808 KiB
Current children cumulated memory: 1830016 KiB

[startup+242.301 s]
/proc/loadavg: 2.05 2.20 2.30 3/217 32196
/proc/meminfo: memFree=25347596/32770624 swapFree=67108860/67108860
[pid=32101] ppid=32098 vsize=10859808 memory=1830016 CPUtime=252.12 cores=1,3,5,7
/proc/32101/stat : 32101 (java) S 32098 32101 22004 0 -1 1077944320 86457 0 0 0 25111 101 0 0 20 0 17 0 106318744 11120443392 457504 33554432000 4194304 4196468 140722529188160 140722529170704 140553010425591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
/proc/32101/statm: 2714952 457504 3190 1 0 2677443 0
[pid=32101/tid=32103] ppid=32098 vsize=10859808 memory=1829716 CPUtime=239.72 cores=1,3,5,7
/proc/32101/task/32103/stat : 32103 (java) S 32098 32101 22004 0 -1 1077944384 25674 0 0 0 23955 17 0 0 20 0 17 0 106318744 11120443392 457504 33554432000 4194304 4196468 140722529188160 140553014668464 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32104] ppid=32098 vsize=10859808 memory=1829692 CPUtime=1.67 cores=1,3,5,7
/proc/32101/task/32104/stat : 32104 (java) S 32098 32101 22004 0 -1 1077944384 7823 0 0 0 149 18 0 0 20 0 17 0 106318745 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552947116560 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32105] ppid=32098 vsize=10859808 memory=1829716 CPUtime=1.62 cores=1,3,5,7
/proc/32101/task/32105/stat : 32105 (java) S 32098 32101 22004 0 -1 1077944384 8348 0 0 0 145 17 0 0 20 0 17 0 106318745 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552946064016 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32106] ppid=32098 vsize=10859808 memory=1829716 CPUtime=1.63 cores=1,3,5,7
/proc/32101/task/32106/stat : 32106 (java) S 32098 32101 22004 0 -1 1077944384 6334 0 0 0 145 18 0 0 20 0 17 0 106318745 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552945010960 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32107] ppid=32098 vsize=10859808 memory=1829716 CPUtime=1.66 cores=1,3,5,7
/proc/32101/task/32107/stat : 32107 (java) S 32098 32101 22004 0 -1 1077944384 8365 0 0 0 147 19 0 0 20 0 17 0 106318745 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552943958416 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32108] ppid=32098 vsize=10859808 memory=1829716 CPUtime=0.74 cores=1,3,5,7
/proc/32101/task/32108/stat : 32108 (java) S 32098 32101 22004 0 -1 1077944384 4362 0 0 0 74 0 0 0 20 0 17 0 106318746 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552501480176 140553010436738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32109] ppid=32098 vsize=10859808 memory=1829716 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32109/stat : 32109 (java) S 32098 32101 22004 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 106318747 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552500426464 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32110] ppid=32098 vsize=10859808 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32110/stat : 32110 (java) S 32098 32101 22004 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 17 0 106318747 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552499373312 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32111] ppid=32098 vsize=10859808 memory=30296 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32111/stat : 32111 (java) S 32098 32101 22004 0 -1 1077944384 196 0 0 0 0 0 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552498321872 140553010444187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32112] ppid=32098 vsize=10859808 memory=1829716 CPUtime=2.3 cores=1,3,5,7
/proc/32101/task/32112/stat : 32112 (java) S 32098 32101 22004 0 -1 1077944384 7381 0 0 0 229 1 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552497268976 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32113] ppid=32098 vsize=10859808 memory=4028 CPUtime=2.15 cores=1,3,5,7
/proc/32101/task/32113/stat : 32113 (java) S 32098 32101 22004 0 -1 1077944384 9984 0 0 0 214 1 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552496216432 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32114] ppid=32098 vsize=10859808 memory=1829716 CPUtime=0.43 cores=1,3,5,7
/proc/32101/task/32114/stat : 32114 (java) S 32098 32101 22004 0 -1 1077944384 5528 0 0 0 42 1 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552495163376 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32115] ppid=32098 vsize=10859808 memory=844 CPUtime=0 cores=1,3,5,7
/proc/32101/task/32115/stat : 32115 (java) S 32098 32101 22004 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552494111072 140553010435797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
[pid=32101/tid=32116] ppid=32098 vsize=10859808 memory=3080 CPUtime=0.11 cores=1,3,5,7
/proc/32101/task/32116/stat : 32116 (java) S 32098 32101 22004 0 -1 1077944384 693 0 0 0 4 7 0 0 20 0 17 0 106318749 11120443392 457504 33554432000 4194304 4196468 140722529188160 140552493059120 140553010436738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17661952 140722529195126 140722529195278 140722529195278 140722529198031 0
Current children cumulated CPU time: 252.12 s
Current children cumulated vsize: 10859808 KiB
Current children cumulated memory: 1830016 KiB

Child status: 143
Real time (s): 242.339
CPU time (s): 252.15
CPU user time (s): 251.115
CPU system time (s): 1.03422
CPU usage (%): 104.048
Max. virtual memory (cumulated for all children) (KiB): 10859808
Max. memory (cumulated for all children) (KiB): 1830016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.115
system time used= 1.03422
maximum resident set size= 1830672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86744
page faults= 0
swaps= 0
block input operations= 0
block output operations= 368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8014
involuntary context switches= 258


# summary of solver processes directly reported to runsolver:
#   pid: 32101
#   total CPU time (s): 252.15
#   total CPU user time (s): 251.115
#   total CPU system time (s): 1.03422

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.48561 second user time and 2.3315 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 20:05:56
IDJOB=4302111
IDBENCH=141624
IDSOLVER=2773
FILE ID=node151/4302111-1532887555
RUNJOBID= node151-1532877021-22036
PBS_JOBID= 21022509
Free space on /tmp= 59308 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-35-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-4302111-1532887555/watcher-4302111-1532887555 -o /tmp/evaluation-result-4302111-1532887555/solver-4302111-1532887555 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532877021-22036 --watchdog 312  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4302111-1532887555.xml

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

MD5SUM BENCH= 558ee623558ef43f0bbab0563f00ef08
RANDOM SEED=784203199

node151.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.87
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.87
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.87
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.87
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:        24557228 kB
MemAvailable:   28211232 kB
Buffers:          213228 kB
Cached:          3714156 kB
SwapCached:            0 kB
Active:          5109576 kB
Inactive:        2628016 kB
Active(anon):    3759512 kB
Inactive(anon):    78188 kB
Active(file):    1350064 kB
Inactive(file):  2549828 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2520 kB
Writeback:             0 kB
AnonPages:       3856616 kB
Mapped:            56068 kB
Shmem:             25224 kB
Slab:             167824 kB
SReclaimable:     139896 kB
SUnreclaim:        27928 kB
KernelStack:        3840 kB
PageTables:        12880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4550692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3700736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59308 MiB
End job on node151 at 2018-07-29 20:09:58