Trace number 4289827

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)198 2400.15 2385.43

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-20-30-00_c18.xml
MD5SUM22e303206e5b0ea869a7ab153bbd8d22
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark104
Best CPU time to get the best result obtained on this benchmark1250.67
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size32
Distribution of domain sizes[{"size":20,"count":20},{"size":32,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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

2.98/1.13	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
2.98/1.13	c This is free software under the dual EPL/GNU LGPL licenses.
2.98/1.13	c See www.sat4j.org for details.
2.98/1.13	c That software uses the Rhino library from the Mozilla project.
2.98/1.13	c version 2.3.6-SNAPSHOT
2.98/1.13	c java.runtime.name	Java(TM) SE Runtime Environment
2.98/1.13	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
2.98/1.13	c java.vm.version	25.131-b11
2.98/1.13	c java.vm.vendor	Oracle Corporation
2.98/1.13	c sun.arch.data.model	64
2.98/1.13	c java.version		1.8.0_131
2.98/1.13	c os.name		Linux
2.98/1.13	c os.version		3.10.0-514.16.1.el7.x86_64
2.98/1.13	c os.arch		amd64
2.98/1.13	c Free memory 		499604488
2.98/1.13	c Max memory 		7247757312
2.98/1.13	c Total memory 		504889344
2.98/1.13	c Number of processors 	4
2.98/1.13	c c --- Begin Solver configuration ---
2.98/1.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
2.98/1.13	c Learn all clauses as in MiniSAT
2.98/1.13	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
2.98/1.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
2.98/1.13	c No reason simplification
2.98/1.13	c Glucose 2.1 dynamic restart strategy
2.98/1.13	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
2.98/1.13	c timeout=2147483s
2.98/1.13	c DB Simplification allowed=false
2.98/1.13	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
2.98/1.13	c --- End Solver configuration ---
2.98/1.13	c constraints type 
2.98/1.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
2.98/1.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 551000
2.98/1.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 91120
2.98/1.13	c org.sat4j.minisat.constraints.cnf.UnitClause => 40
2.98/1.13	c 642240 constraints processed.
5.31/2.27	o 296
9.06/5.06	o 282
10.33/6.21	o 240
40.33/35.95	o 230
102.08/96.84	o 210
252.76/246.23	o 203
1035.23/1024.77	o 199
2050.10/2036.14	o 198
2400.13/2385.40	c starts		: 14892
2400.13/2385.40	c conflicts		: 5310840
2400.13/2385.40	c decisions		: 110664332
2400.13/2385.40	c propagations		: 6026484097
2400.13/2385.40	c inspects		: 17259684499
2400.13/2385.40	c shortcuts		: 0
2400.13/2385.40	c learnt literals	: 0
2400.13/2385.40	c learnt binary clauses	: 3292
2400.13/2385.40	c learnt ternary clauses	: 5123
2400.13/2385.40	c learnt constraints	: 5310840
2400.13/2385.40	c ignored constraints	: 0
2400.13/2385.40	c root simplifications	: 0
2400.13/2385.40	c removed literals (reason simplification)	: 0
2400.13/2385.40	c reason swapping (by a shorter reason)	: 0
2400.13/2385.40	c Calls to reduceDB	: 199
2400.13/2385.40	c Number of update (reduction) of LBD	: 3443088
2400.13/2385.40	c Imported unit clauses	: 0
2400.13/2385.40	c number of reductions to clauses (during analyze)	: 0
2400.13/2385.40	c number of learned constraints concerned by reduction	: 0
2400.13/2385.40	c number of learning phase by resolution	: 0
2400.13/2385.40	c number of learning phase by cutting planes	: 0
2400.13/2385.40	c number of rounding to 1 operations	: 0
2400.13/2385.40	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.13/2385.40	c number of reductions of the coefficients by power 2 	: 0
2400.13/2385.40	c number of right shift for reduction by power 2 	: 0
2400.13/2385.40	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.13/2385.40	c number of ending skipping 	: 0
2400.13/2385.40	c number of internal skipping 	: 0
2400.13/2385.40	c number of derivation steps 	: 0
2400.13/2385.40	c number of skipped derivation steps 	: 0
2400.13/2385.40	c number of remaining unassigned 	: 0
2400.13/2385.40	c number of remaining assigned 	: 0
2400.13/2385.40	c speed (assignments/second)	: 2527625.7438931456
2400.13/2385.40	c non guided choices	: 10632772
2400.13/2385.40	s SATISFIABLE
2400.13/2385.40	v <instantiation type="solution">
2400.13/2385.40	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] 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] </list>
2400.13/2385.40	v 	<values> 11 9 14 13 6 7 15 0 1 16 5 4 2 3 8 17 19 10 12 18 5 21 1 12 6 9 21 7 22 18 11 5 2 11 11 4 11 6 8 7 </values>
2400.13/2385.40	v </instantiation>
2400.13/2385.40	

Verifier Data

OK	198

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289827-1532271013/watcher-4289827-1532271013 -o /tmp/evaluation-result-4289827-1532271013/solver-4289827-1532271013 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5991 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289827-1532271013.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=7557, runsolver pid=7554

[startup+0.100136 s]*
/proc/loadavg: 3.31 2.57 2.25 6/220 7572
/proc/meminfo: memFree=19278072/32770624 swapFree=67108860/67108860
[pid=7557] ppid=7554 vsize=10659012 memory=30128 CPUtime=0.12 cores=0,2,4,6
/proc/7557/stat : 7557 (java) S 7554 7557 5960 0 -1 1077944320 6599 0 0 0 11 1 0 0 20 0 15 0 44664474 10914828288 7532 33554432000 4194304 4196468 140730490814944 140730490797488 139830537510647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
/proc/7557/statm: 2664753 7532 2822 1 0 2627263 0
[pid=7557/tid=7559] ppid=7554 vsize=10659012 memory=-8393409506119087296 CPUtime=0.09 cores=0,2,4,6
/proc/7557/task/7559/stat : 7559 (java) R 7554 7557 5960 0 -1 4202560 4435 0 0 0 8 1 0 0 20 0 15 0 44664475 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830541715312 139830537532573 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7560] ppid=7554 vsize=10659012 memory=8257237230052613020 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830463584784 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7561] ppid=7554 vsize=10659012 memory=140690850887296 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830462532240 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7562] ppid=7554 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830461479184 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7563] ppid=7554 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44664476 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830460426640 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7564] ppid=7554 vsize=10659012 memory=140690850887296 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44664477 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830028606192 139830537521794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7565] ppid=7554 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44664477 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830027552416 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7566] ppid=7554 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44664478 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830026499312 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7567] ppid=7554 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44664480 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830025447888 139830537529243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7568] ppid=7554 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 5960 0 -1 1077944384 438 0 0 0 0 0 0 0 20 0 15 0 44664480 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830024394992 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7569] ppid=7554 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 5960 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 44664480 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830023342448 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7570] ppid=7554 vsize=10659012 memory=140690850887296 CPUtime=0.02 cores=0,2,4,6
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 5960 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 44664480 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830022289392 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7571] ppid=7554 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44664480 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830021237088 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7572] ppid=7554 vsize=10659012 memory=140690850887296 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664480 10914828288 7532 33554432000 4194304 4196468 140730490814944 139830020185136 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30128 KiB

[startup+0.210967 s]*
/proc/loadavg: 3.31 2.57 2.25 7/220 7572
/proc/meminfo: memFree=19268448/32770624 swapFree=67108860/67108860
[pid=7557] ppid=7554 vsize=10659012 memory=41816 CPUtime=0.33 cores=0,2,4,6
/proc/7557/stat : 7557 (java) S 7554 7557 5960 0 -1 1077944320 8051 0 0 0 31 2 0 0 20 0 15 0 44664474 10914828288 10454 33554432000 4194304 4196468 140730490814944 140730490797488 139830537510647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
/proc/7557/statm: 2664753 10454 3008 1 0 2627263 0
[pid=7557/tid=7559] ppid=7554 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/7557/task/7559/stat : 7559 (java) R 7554 7557 5960 0 -1 4202560 5014 0 0 0 19 1 0 0 20 0 15 0 44664475 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830541746928 139830517067408 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7560] ppid=7554 vsize=10659012 memory=345 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830463584784 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7561] ppid=7554 vsize=10659012 memory=140690850895022 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830462532240 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7562] ppid=7554 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830461479184 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7563] ppid=7554 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44664476 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830460426640 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7564] ppid=7554 vsize=10659012 memory=140690850887296 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44664477 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830028606192 139830537521794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7565] ppid=7554 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44664477 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830027552416 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7566] ppid=7554 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44664478 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830026499312 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7567] ppid=7554 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44664480 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830025447888 139830537529243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7568] ppid=7554 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 5960 0 -1 1077944384 752 0 0 0 2 0 0 0 20 0 15 0 44664480 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830024394992 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7569] ppid=7554 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 5960 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 15 0 44664480 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830023342448 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7570] ppid=7554 vsize=10659012 memory=140690850887296 CPUtime=0.07 cores=0,2,4,6
/proc/7557/task/7570/stat : 7570 (java) R 7554 7557 5960 0 -1 4202560 706 0 0 0 7 0 0 0 20 0 15 0 44664480 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830022289392 139830516470882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7571] ppid=7554 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44664480 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830021237088 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7572] ppid=7554 vsize=10659012 memory=140690850887296 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664480 10914828288 10454 33554432000 4194304 4196468 140730490814944 139830020185136 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41816 KiB

[startup+0.310742 s]*
/proc/loadavg: 3.31 2.57 2.25 7/220 7572
/proc/meminfo: memFree=19260880/32770624 swapFree=67108860/67108860
[pid=7557] ppid=7554 vsize=10659088 memory=46960 CPUtime=0.51 cores=0,2,4,6
/proc/7557/stat : 7557 (java) S 7554 7557 5960 0 -1 1077944320 9040 0 0 0 48 3 0 0 20 0 15 0 44664474 10914906112 11740 33554432000 4194304 4196468 140730490814944 140730490797488 139830537510647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
/proc/7557/statm: 2664772 11740 3036 1 0 2627263 0
[pid=7557/tid=7559] ppid=7554 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/7557/task/7559/stat : 7559 (java) R 7554 7557 5960 0 -1 4202560 5802 0 0 0 28 1 0 0 20 0 15 0 44664475 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830541746928 139830521554277 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7560] ppid=7554 vsize=10659088 memory=4294980951 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830463584784 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7561] ppid=7554 vsize=10659088 memory=140690851149889 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830462532240 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7562] ppid=7554 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830461479184 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7563] ppid=7554 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44664476 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830460426640 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7564] ppid=7554 vsize=10659088 memory=140690850887296 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44664477 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830028606192 139830537521794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7565] ppid=7554 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44664477 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830027552416 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7566] ppid=7554 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44664478 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830026499312 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7567] ppid=7554 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44664480 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830025447888 139830537529243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7568] ppid=7554 vsize=10659088 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 5960 0 -1 1077944384 791 0 0 0 4 0 0 0 20 0 15 0 44664480 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830024394992 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7569] ppid=7554 vsize=10659088 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 5960 0 -1 1077944384 326 0 0 0 3 0 0 0 20 0 15 0 44664480 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830023342448 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7570] ppid=7554 vsize=10659088 memory=140690850887296 CPUtime=0.11 cores=0,2,4,6
/proc/7557/task/7570/stat : 7570 (java) R 7554 7557 5960 0 -1 4202560 758 0 0 0 11 0 0 0 20 0 15 0 44664480 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830022289392 139830516116693 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7571] ppid=7554 vsize=10659088 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44664480 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830021237088 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7572] ppid=7554 vsize=10659088 memory=140690850887296 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664480 10914906112 11740 33554432000 4194304 4196468 140730490814944 139830020185136 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46960 KiB

[startup+0.700743 s]
/proc/loadavg: 3.31 2.57 2.25 8/220 7572
/proc/meminfo: memFree=19221108/32770624 swapFree=67108860/67108860
[pid=7557] ppid=7554 vsize=10659088 memory=172336 CPUtime=1.67 cores=0,2,4,6
/proc/7557/stat : 7557 (java) S 7554 7557 5960 0 -1 1077944320 13175 0 0 0 161 6 0 0 20 0 15 0 44664474 10914906112 43084 33554432000 4194304 4196468 140730490814944 140730490797488 139830537510647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
/proc/7557/statm: 2664772 43084 3113 1 0 2627263 0
[pid=7557/tid=7559] ppid=7554 vsize=10659088 memory=173177846116587 CPUtime=0.68 cores=0,2,4,6
/proc/7557/task/7559/stat : 7559 (java) R 7554 7557 5960 0 -1 4202560 5979 0 0 0 64 4 0 0 20 0 15 0 44664475 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830541736320 139830128811280 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7560] ppid=7554 vsize=10659088 memory=23613 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830463584784 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7561] ppid=7554 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830462532240 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7562] ppid=7554 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664476 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830461479184 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7563] ppid=7554 vsize=10659088 memory=7809523229951467574 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 5960 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 44664476 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830460426640 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7564] ppid=7554 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 5960 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 44664477 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830028606192 139830537521794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7565] ppid=7554 vsize=10659088 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 5960 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 44664477 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830027552416 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7566] ppid=7554 vsize=10659088 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 44664478 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830026499312 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7567] ppid=7554 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44664480 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830025447888 139830537529243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7568] ppid=7554 vsize=10659088 memory=0 CPUtime=0.38 cores=0,2,4,6
/proc/7557/task/7568/stat : 7568 (java) R 7554 7557 5960 0 -1 4202560 2938 0 0 0 38 0 0 0 20 0 15 0 44664480 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830024379080 139830522410932 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7569] ppid=7554 vsize=10659088 memory=0 CPUtime=0.37 cores=0,2,4,6
/proc/7557/task/7569/stat : 7569 (java) R 7554 7557 5960 0 -1 4202560 1776 0 0 0 37 0 0 0 20 0 15 0 44664480 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830023323464 139830518146058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7570] ppid=7554 vsize=10659088 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 5960 0 -1 1077944384 1111 0 0 0 20 0 0 0 20 0 15 0 44664480 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830022289392 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7571] ppid=7554 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 44664480 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830021237088 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7572] ppid=7554 vsize=10659088 memory=18476 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 5960 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 44664480 10914906112 43084 33554432000 4194304 4196468 140730490814944 139830020185136 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
Current children cumulated CPU time: 1.67 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 172336 KiB

[startup+1.50072 s]
/proc/loadavg: 3.31 2.57 2.25 7/220 7572
/proc/meminfo: memFree=19064796/32770624 swapFree=67108860/67108860
[pid=7557] ppid=7554 vsize=10725652 memory=280828 CPUtime=4.2 cores=0,2,4,6
/proc/7557/stat : 7557 (java) S 7554 7557 5960 0 -1 1077944320 21878 0 0 0 408 12 0 0 20 0 16 0 44664474 10983067648 70207 33554432000 4194304 4196468 140730490814944 140730490797488 139830537510647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
/proc/7557/statm: 2681413 70207 3135 1 0 2643904 0
[pid=7557/tid=7559] ppid=7554 vsize=10725652 memory=13880 CPUtime=1.39 cores=0,2,4,6
/proc/7557/task/7559/stat : 7559 (java) R 7554 7557 5960 0 -1 4202560 6029 0 0 0 135 4 0 0 20 0 16 0 44664475 10983067648 70207 33554432000 4194304 4196468 140730490814944 139830541738896 139830129904735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7560] ppid=7554 vsize=10725652 memory=8112282956445269571 CPUtime=0.06 cores=0,2,4,6
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 5960 0 -1 1077944384 251 0 0 0 5 1 0 0 20 0 16 0 44664476 10983067648 70207 33554432000 4194304 4196468 140730490814944 139830463584784 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7561] ppid=7554 vsize=10725652 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 5960 0 -1 1077944384 80 0 0 0 4 1 0 0 20 0 16 0 44664476 10983067648 70207 33554432000 4194304 4196468 140730490814944 139830462532240 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7562] ppid=7554 vsize=10725652 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 5960 0 -1 1077944384 41 0 0 0 3 0 0 0 20 0 16 0 44664476 10983067648 70207 33554432000 4194304 4196468 140730490814944 139830461479184 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7563] ppid=7554 vsize=10725652 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 5960 0 -1 1077944384 63 0 0 0 4 1 0 0 20 0 16 0 44664476 10983067648 70207 33554432000 4194304 4196468 140730490814944 139830460426640 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7564] ppid=7554 vsize=10725652 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 5960 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 44664477 10983067648 70207 33554432000 4194304 4196468 140730490814944 139830028606192 139830537521794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0

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

/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 5960 0 -1 1077944384 5119 0 0 0 235 76 0 0 20 0 16 0 44664476 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830461479184 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7563] ppid=7554 vsize=10725652 memory=2832604 CPUtime=3.12 cores=0,2,4,6
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 5960 0 -1 1077944384 6390 0 0 0 235 77 0 0 20 0 16 0 44664476 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830460426640 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7564] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0.26 cores=0,2,4,6
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 5960 0 -1 1077944384 23870 0 0 0 22 4 0 0 20 0 16 0 44664477 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830028606192 139830537521794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7565] ppid=7554 vsize=10725652 memory=4096 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 5960 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44664477 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830027552480 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7566] ppid=7554 vsize=10725652 memory=15340 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 5960 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 44664478 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830026499328 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7567] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830025447888 139830537529243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7568] ppid=7554 vsize=10725652 memory=2832604 CPUtime=2 cores=0,2,4,6
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 5960 0 -1 1077944384 13765 0 0 0 198 2 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830024394992 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7569] ppid=7554 vsize=10725652 memory=2832604 CPUtime=1.94 cores=0,2,4,6
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 5960 0 -1 1077944384 12276 0 0 0 193 1 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830023342448 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7570] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0.37 cores=0,2,4,6
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 5960 0 -1 1077944384 4241 0 0 0 36 1 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830022289392 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7571] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830021237088 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7572] ppid=7554 vsize=10725652 memory=2832604 CPUtime=1.16 cores=0,2,4,6
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 5960 0 -1 1077944384 3194 0 0 0 58 58 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830020185136 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7573] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7573/stat : 7573 (java) S 7554 7557 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44664590 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830016538160 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
Current children cumulated CPU time: 2337.1 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2832604 KiB

[startup+2382.3 s]
/proc/loadavg: 2.39 2.30 2.51 3/221 7902
/proc/meminfo: memFree=16296976/32770624 swapFree=67108860/67108860
[pid=7557] ppid=7554 vsize=10725652 memory=2832604 CPUtime=2397.13 cores=0,2,4,6
/proc/7557/stat : 7557 (java) S 7554 7557 5960 0 -1 1077944320 159218 0 0 0 239322 391 0 0 20 0 16 0 44664474 10983067648 708151 33554432000 4194304 4196468 140730490814944 140730490797488 139830537510647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
/proc/7557/statm: 2681413 708151 3182 1 0 2643904 0
[pid=7557/tid=7559] ppid=7554 vsize=10725652 memory=2832604 CPUtime=2378.81 cores=0,2,4,6
/proc/7557/task/7559/stat : 7559 (java) R 7554 7557 5960 0 -1 4202560 76737 0 0 0 237859 22 0 0 20 0 16 0 44664475 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830541749600 139830129905002 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7560] ppid=7554 vsize=10725652 memory=2832604 CPUtime=3.12 cores=0,2,4,6
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 5960 0 -1 1077944384 5053 0 0 0 236 76 0 0 20 0 16 0 44664476 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830463584784 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7561] ppid=7554 vsize=10725652 memory=2832604 CPUtime=3.12 cores=0,2,4,6
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 5960 0 -1 1077944384 7078 0 0 0 236 76 0 0 20 0 16 0 44664476 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830462532240 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7562] ppid=7554 vsize=10725652 memory=2832604 CPUtime=3.11 cores=0,2,4,6
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 5960 0 -1 1077944384 5119 0 0 0 235 76 0 0 20 0 16 0 44664476 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830461479184 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7563] ppid=7554 vsize=10725652 memory=2832604 CPUtime=3.12 cores=0,2,4,6
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 5960 0 -1 1077944384 6390 0 0 0 235 77 0 0 20 0 16 0 44664476 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830460426640 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7564] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0.26 cores=0,2,4,6
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 5960 0 -1 1077944384 23877 0 0 0 22 4 0 0 20 0 16 0 44664477 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830028606192 139830537521794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7565] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 5960 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44664477 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830027552480 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7566] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 5960 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 44664478 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830026499328 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7567] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830025447888 139830537529243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7568] ppid=7554 vsize=10725652 memory=2832604 CPUtime=2 cores=0,2,4,6
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 5960 0 -1 1077944384 13769 0 0 0 198 2 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830024394992 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7569] ppid=7554 vsize=10725652 memory=2832604 CPUtime=1.94 cores=0,2,4,6
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 5960 0 -1 1077944384 12280 0 0 0 193 1 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830023342448 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7570] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0.37 cores=0,2,4,6
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 5960 0 -1 1077944384 4247 0 0 0 36 1 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830022289392 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7571] ppid=7554 vsize=10725652 memory=2832604 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830021237088 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7572] ppid=7554 vsize=10725652 memory=644 CPUtime=1.2 cores=0,2,4,6
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 5960 0 -1 1077944384 3227 0 0 0 60 60 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830020185136 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7573] ppid=7554 vsize=10725652 memory=1800 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7573/stat : 7573 (java) S 7554 7557 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44664590 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830016538160 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
Current children cumulated CPU time: 2397.13 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2832604 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2385.2 s]
/proc/loadavg: 2.39 2.30 2.51 3/221 7902
/proc/meminfo: memFree=16296976/32770624 swapFree=67108860/67108860
[pid=7557] ppid=7554 vsize=10725652 memory=2832604 CPUtime=2400.03 cores=0,2,4,6
/proc/7557/stat : 7557 (java) S 7554 7557 5960 0 -1 1077944320 159228 0 0 0 239612 391 0 0 20 0 16 0 44664474 10983067648 708151 33554432000 4194304 4196468 140730490814944 140730490797488 139830537510647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
/proc/7557/statm: 2681413 708151 3182 1 0 2643904 0
[pid=7557/tid=7559] ppid=7554 vsize=10725652 memory=1200 CPUtime=2381.71 cores=0,2,4,6
/proc/7557/task/7559/stat : 7559 (java) R 7554 7557 5960 0 -1 4202560 76747 0 0 0 238149 22 0 0 20 0 16 0 44664475 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830541749600 139830129904296 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7560] ppid=7554 vsize=10725652 memory=8112282956445269571 CPUtime=3.12 cores=0,2,4,6
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 5960 0 -1 1077944384 5053 0 0 0 236 76 0 0 20 0 16 0 44664476 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830463584784 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7561] ppid=7554 vsize=10725652 memory=3264 CPUtime=3.12 cores=0,2,4,6
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 5960 0 -1 1077944384 7078 0 0 0 236 76 0 0 20 0 16 0 44664476 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830462532240 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7562] ppid=7554 vsize=10725652 memory=2832604 CPUtime=3.11 cores=0,2,4,6
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 5960 0 -1 1077944384 5119 0 0 0 235 76 0 0 20 0 16 0 44664476 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830461479184 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7563] ppid=7554 vsize=10725652 memory=1408 CPUtime=3.12 cores=0,2,4,6
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 5960 0 -1 1077944384 6390 0 0 0 235 77 0 0 20 0 16 0 44664476 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830460426640 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7564] ppid=7554 vsize=10725652 memory=3272 CPUtime=0.26 cores=0,2,4,6
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 5960 0 -1 1077944384 23877 0 0 0 22 4 0 0 20 0 16 0 44664477 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830028606192 139830537521794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7565] ppid=7554 vsize=10725652 memory=8441416 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 5960 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 44664477 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830027552480 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7566] ppid=7554 vsize=10725652 memory=312 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 5960 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 16 0 44664478 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830026499328 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7567] ppid=7554 vsize=10725652 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830025447888 139830537529243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7568] ppid=7554 vsize=10725652 memory=1008 CPUtime=2 cores=0,2,4,6
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 5960 0 -1 1077944384 13769 0 0 0 198 2 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830024394992 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7569] ppid=7554 vsize=10725652 memory=2832604 CPUtime=1.94 cores=0,2,4,6
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 5960 0 -1 1077944384 12280 0 0 0 193 1 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830023342448 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7570] ppid=7554 vsize=10725652 memory=796 CPUtime=0.37 cores=0,2,4,6
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 5960 0 -1 1077944384 4247 0 0 0 36 1 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830022289392 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7571] ppid=7554 vsize=10725652 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830021237088 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7572] ppid=7554 vsize=10725652 memory=1424 CPUtime=1.2 cores=0,2,4,6
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 5960 0 -1 1077944384 3227 0 0 0 60 60 0 0 20 0 16 0 44664480 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830020185136 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7573] ppid=7554 vsize=10725652 memory=10940 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7573/stat : 7573 (java) S 7554 7557 5960 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 44664590 10983067648 708151 33554432000 4194304 4196468 140730490814944 139830016538160 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 2832604 KiB

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

[startup+2385.43 s]
# the end of solver process 7557 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.21 s, system=3.93631 s

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

[startup+2385.4 s]
/proc/loadavg: 2.39 2.30 2.51 3/221 7902
/proc/meminfo: memFree=16296976/32770624 swapFree=67108860/67108860
[pid=7557] ppid=7554 vsize=10925344 memory=2832828 CPUtime=2400.13 cores=0,2,4,6
/proc/7557/stat : 7557 (java) S 7554 7557 5960 0 -1 1077944320 159898 0 0 0 239621 392 0 0 20 0 17 0 44664474 11187552256 708207 33554432000 4194304 4196468 140730490814944 140730490797488 139830537510647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
/proc/7557/statm: 2731336 708207 3184 1 0 2693827 0
[pid=7557/tid=7559] ppid=7554 vsize=10925344 memory=1228 CPUtime=2381.78 cores=0,2,4,6
/proc/7557/task/7559/stat : 7559 (java) S 7554 7557 5960 0 -1 1077944384 76840 0 0 0 238156 22 0 0 20 0 17 0 44664475 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830541753520 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7560] ppid=7554 vsize=10925344 memory=1704 CPUtime=3.12 cores=0,2,4,6
/proc/7557/task/7560/stat : 7560 (java) S 7554 7557 5960 0 -1 1077944384 5053 0 0 0 236 76 0 0 20 0 17 0 44664476 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830463584784 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7561] ppid=7554 vsize=10925344 memory=1948 CPUtime=3.12 cores=0,2,4,6
/proc/7557/task/7561/stat : 7561 (java) S 7554 7557 5960 0 -1 1077944384 7078 0 0 0 236 76 0 0 20 0 17 0 44664476 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830462532240 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7562] ppid=7554 vsize=10925344 memory=10416 CPUtime=3.11 cores=0,2,4,6
/proc/7557/task/7562/stat : 7562 (java) S 7554 7557 5960 0 -1 1077944384 5119 0 0 0 235 76 0 0 20 0 17 0 44664476 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830461479184 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7563] ppid=7554 vsize=10925344 memory=15872 CPUtime=3.12 cores=0,2,4,6
/proc/7557/task/7563/stat : 7563 (java) S 7554 7557 5960 0 -1 1077944384 6390 0 0 0 235 77 0 0 20 0 17 0 44664476 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830460426640 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7564] ppid=7554 vsize=10925344 memory=18476 CPUtime=0.26 cores=0,2,4,6
/proc/7557/task/7564/stat : 7564 (java) S 7554 7557 5960 0 -1 1077944384 23877 0 0 0 22 4 0 0 20 0 17 0 44664477 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830028606192 139830537521794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7565] ppid=7554 vsize=10925344 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7565/stat : 7565 (java) S 7554 7557 5960 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 17 0 44664477 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830027552480 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7566] ppid=7554 vsize=10925344 memory=288230583166042426 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7566/stat : 7566 (java) S 7554 7557 5960 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 17 0 44664478 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830026499328 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7567] ppid=7554 vsize=10925344 memory=14696283692598694 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7567/stat : 7567 (java) S 7554 7557 5960 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 17 0 44664480 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830025447888 139830537529243 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7568] ppid=7554 vsize=10925344 memory=4616 CPUtime=2 cores=0,2,4,6
/proc/7557/task/7568/stat : 7568 (java) S 7554 7557 5960 0 -1 1077944384 13817 0 0 0 198 2 0 0 20 0 17 0 44664480 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830024394992 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7569] ppid=7554 vsize=10925344 memory=1424 CPUtime=1.94 cores=0,2,4,6
/proc/7557/task/7569/stat : 7569 (java) S 7554 7557 5960 0 -1 1077944384 12289 0 0 0 193 1 0 0 20 0 17 0 44664480 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830023342448 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7570] ppid=7554 vsize=10925344 memory=10940 CPUtime=0.38 cores=0,2,4,6
/proc/7557/task/7570/stat : 7570 (java) S 7554 7557 5960 0 -1 1077944384 4472 0 0 0 37 1 0 0 20 0 17 0 44664480 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830022289392 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7571] ppid=7554 vsize=10925344 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/7557/task/7571/stat : 7571 (java) S 7554 7557 5960 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 44664480 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830021237088 139830537520853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
[pid=7557/tid=7572] ppid=7554 vsize=10925344 memory=1228 CPUtime=1.2 cores=0,2,4,6
/proc/7557/task/7572/stat : 7572 (java) S 7554 7557 5960 0 -1 1077944384 3227 0 0 0 60 60 0 0 20 0 17 0 44664480 11187552256 708207 33554432000 4194304 4196468 140730490814944 139830020185136 139830537521794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8400896 140730490819697 140730490819849 140730490819849 140730490822607 0
Current children cumulated CPU time: 2400.13 s
Current children cumulated vsize: 10925344 KiB
Current children cumulated memory: 2832828 KiB

Child status: 143
Real time (s): 2385.43
CPU time (s): 2400.15
CPU user time (s): 2396.21
CPU system time (s): 3.93631
CPU usage (%): 100.617
Max. virtual memory (cumulated for all children) (KiB): 10925344
Max. memory (cumulated for all children) (KiB): 3359476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.21
system time used= 3.93631
maximum resident set size= 3359520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 160135
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54347
involuntary context switches= 1973


# summary of solver processes directly reported to runsolver:
#   pid: 7557
#   total CPU time (s): 2400.15
#   total CPU user time (s): 2396.21
#   total CPU system time (s): 3.93631

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9294 second user time and 22.7612 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-22 16:50:13
IDJOB=4289827
IDBENCH=141631
IDSOLVER=2742
FILE ID=node134/4289827-1532271013
RUNJOBID= node134-1532258378-5991
PBS_JOBID= 21018961
Free space on /tmp= 55992 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-20-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-4289827-1532271013/watcher-4289827-1532271013 -o /tmp/evaluation-result-4289827-1532271013/solver-4289827-1532271013 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532258378-5991 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289827-1532271013.xml

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

MD5SUM BENCH= 22e303206e5b0ea869a7ab153bbd8d22
RANDOM SEED=1747528505

node134.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.68
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.68
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.68
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.68
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:        19295096 kB
MemAvailable:   23700284 kB
Buffers:          164244 kB
Cached:          4505488 kB
SwapCached:            0 kB
Active:          9612872 kB
Inactive:        3375780 kB
Active(anon):    8268188 kB
Inactive(anon):    70304 kB
Active(file):    1344684 kB
Inactive(file):  3305476 kB
Unevictable:        7396 kB
Mlocked:            7396 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2220 kB
Writeback:             0 kB
AnonPages:       8325956 kB
Mapped:            47592 kB
Shmem:             17056 kB
Slab:             169592 kB
SReclaimable:     141724 kB
SUnreclaim:        27868 kB
KernelStack:        3568 kB
PageTables:        21432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8643720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8128512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 55988 MiB
End job on node134 at 2018-07-22 17:29:58