Trace number 4290097

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j-CSP 2018-07-11SAT 10.1837 8.65242

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K02-P09_c18.xml
MD5SUM7d3eec938755fdf0eb3fdb8654f4a439
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.013569
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":18}]
Minimum variable degree0
Maximum variable degree4
Distribution of variable degrees[{"degree":0,"count":27},{"degree":2,"count":25},{"degree":3,"count":4},{"degree":4,"count":14}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":18,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

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

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290097-1532212873/watcher-4290097-1532212873 -o /tmp/evaluation-result-4290097-1532212873/solver-4290097-1532212873 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28447 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290097-1532212873.xml 

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

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


[startup+0.101561 s]*
/proc/loadavg: 2.01 2.03 2.05 2/216 28928
/proc/meminfo: memFree=15950956/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10659012 memory=31516 CPUtime=0.12 cores=1,3,5,7
/proc/28913/stat : 28913 (java) S 28910 28913 26151 0 -1 1077944320 6422 0 0 0 11 1 0 0 20 0 15 0 38850478 10914828288 7879 33554432000 4194304 4196468 140732964906176 140732964888720 139835898679031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
/proc/28913/statm: 2664753 7879 2823 1 0 2627263 0
[pid=28913/tid=28915] ppid=28910 vsize=10659012 memory=-8701690554792448894 CPUtime=0.09 cores=1,3,5,7
/proc/28913/task/28915/stat : 28915 (java) R 28910 28913 26151 0 -1 4202560 4266 0 0 0 8 1 0 0 20 0 15 0 38850479 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835902883696 139835882759518 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28916] ppid=28910 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28916/stat : 28916 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850480 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835824753680 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28917] ppid=28910 vsize=10659012 memory=139825207555712 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28917/stat : 28917 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850480 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835823701136 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28918] ppid=28910 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28918/stat : 28918 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850480 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835822648080 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28919] ppid=28910 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28919/stat : 28919 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850480 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835821595536 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28920] ppid=28910 vsize=10659012 memory=139825207555712 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28920/stat : 28920 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850481 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835389978864 139835898690178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28921] ppid=28910 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28921/stat : 28921 (java) S 28910 28913 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38850481 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835388925088 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28922] ppid=28910 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28922/stat : 28922 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38850482 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835387871984 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28923] ppid=28910 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28923/stat : 28923 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850484 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835386820560 139835898697627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28924] ppid=28910 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28924/stat : 28924 (java) S 28910 28913 26151 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 38850484 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835385768688 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28925] ppid=28910 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28925/stat : 28925 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850484 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835384716144 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28926] ppid=28910 vsize=10659012 memory=139825207555712 CPUtime=0.02 cores=1,3,5,7
/proc/28913/task/28926/stat : 28926 (java) R 28910 28913 26151 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 38850484 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835383663088 139835890916158 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28927] ppid=28910 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28927/stat : 28927 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850484 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835382610784 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28928] ppid=28910 vsize=10659012 memory=139825207555712 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28928/stat : 28928 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850484 10914828288 7879 33554432000 4194304 4196468 140732964906176 139835381557808 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31516 KiB

[startup+0.210435 s]*
/proc/loadavg: 2.01 2.03 2.05 3/216 28928
/proc/meminfo: memFree=15941056/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10659012 memory=42240 CPUtime=0.32 cores=1,3,5,7
/proc/28913/stat : 28913 (java) S 28910 28913 26151 0 -1 1077944320 7654 0 0 0 30 2 0 0 20 0 15 0 38850478 10914828288 10560 33554432000 4194304 4196468 140732964906176 140732964888720 139835898679031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
/proc/28913/statm: 2664753 10560 3007 1 0 2627263 0
[pid=28913/tid=28915] ppid=28910 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28913/task/28915/stat : 28915 (java) R 28910 28913 26151 0 -1 4202560 4596 0 0 0 18 1 0 0 20 0 15 0 38850479 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835902915648 139835882722661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28916] ppid=28910 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28916/stat : 28916 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850480 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835824753680 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28917] ppid=28910 vsize=10659012 memory=139825207754411 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28917/stat : 28917 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850480 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835823701136 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28918] ppid=28910 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28918/stat : 28918 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850480 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835822648080 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28919] ppid=28910 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28919/stat : 28919 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850480 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835821595536 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28920] ppid=28910 vsize=10659012 memory=139825207555712 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28920/stat : 28920 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850481 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835389978864 139835898690178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28921] ppid=28910 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28921/stat : 28921 (java) S 28910 28913 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38850481 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835388925088 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28922] ppid=28910 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28922/stat : 28922 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38850482 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835387871984 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28923] ppid=28910 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28923/stat : 28923 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850484 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835386820560 139835898697627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28924] ppid=28910 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28913/task/28924/stat : 28924 (java) S 28910 28913 26151 0 -1 1077944384 697 0 0 0 2 0 0 0 20 0 15 0 38850484 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835385768688 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28925] ppid=28910 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28913/task/28925/stat : 28925 (java) S 28910 28913 26151 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 15 0 38850484 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835384716144 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28926] ppid=28910 vsize=10659012 memory=139825207555712 CPUtime=0.07 cores=1,3,5,7
/proc/28913/task/28926/stat : 28926 (java) R 28910 28913 26151 0 -1 4202560 623 0 0 0 7 0 0 0 20 0 15 0 38850484 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835383663088 139835890916158 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28927] ppid=28910 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28927/stat : 28927 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850484 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835382610784 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28928] ppid=28910 vsize=10659012 memory=139825207555712 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28928/stat : 28928 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850484 10914828288 10560 33554432000 4194304 4196468 140732964906176 139835381557808 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42240 KiB

[startup+0.311236 s]*
/proc/loadavg: 2.01 2.03 2.05 3/216 28928
/proc/meminfo: memFree=15933860/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10659088 memory=47756 CPUtime=0.5 cores=1,3,5,7
/proc/28913/stat : 28913 (java) S 28910 28913 26151 0 -1 1077944320 8595 0 0 0 47 3 0 0 20 0 15 0 38850478 10914906112 11939 33554432000 4194304 4196468 140732964906176 140732964888720 139835898679031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
/proc/28913/statm: 2664772 11939 3058 1 0 2627263 0
[pid=28913/tid=28915] ppid=28910 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/28913/task/28915/stat : 28915 (java) R 28910 28913 26151 0 -1 4202560 5338 0 0 0 27 2 0 0 20 0 15 0 38850479 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835902913904 139835898690966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28916] ppid=28910 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28916/stat : 28916 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850480 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835824753680 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28917] ppid=28910 vsize=10659088 memory=139825207754408 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28917/stat : 28917 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850480 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835823701136 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28918] ppid=28910 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28918/stat : 28918 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850480 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835822648080 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28919] ppid=28910 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28919/stat : 28919 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850480 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835821595536 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28920] ppid=28910 vsize=10659088 memory=139825207555712 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28920/stat : 28920 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38850481 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835389978864 139835898690178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28921] ppid=28910 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28921/stat : 28921 (java) S 28910 28913 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38850481 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835388925088 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28922] ppid=28910 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28922/stat : 28922 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38850482 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835387871984 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28923] ppid=28910 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28923/stat : 28923 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850484 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835386820560 139835898697627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28924] ppid=28910 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28913/task/28924/stat : 28924 (java) S 28910 28913 26151 0 -1 1077944384 811 0 0 0 5 0 0 0 20 0 15 0 38850484 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835385768688 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28925] ppid=28910 vsize=10659088 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28913/task/28925/stat : 28925 (java) S 28910 28913 26151 0 -1 1077944384 413 0 0 0 3 0 0 0 20 0 15 0 38850484 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835384716144 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28926] ppid=28910 vsize=10659088 memory=139825207555712 CPUtime=0.11 cores=1,3,5,7
/proc/28913/task/28926/stat : 28926 (java) R 28910 28913 26151 0 -1 4202560 665 0 0 0 11 0 0 0 20 0 15 0 38850484 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835383663088 139835878038136 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28927] ppid=28910 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28927/stat : 28927 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38850484 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835382610784 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28928] ppid=28910 vsize=10659088 memory=139825207555712 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28928/stat : 28928 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38850484 10914906112 11939 33554432000 4194304 4196468 140732964906176 139835381557808 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47756 KiB

[startup+0.700834 s]
/proc/loadavg: 2.01 2.03 2.05 5/217 28929
/proc/meminfo: memFree=15914924/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10725652 memory=74664 CPUtime=1.69 cores=1,3,5,7
/proc/28913/stat : 28913 (java) S 28910 28913 26151 0 -1 1077944320 12338 0 0 0 165 4 0 0 20 0 16 0 38850478 10983067648 18666 33554432000 4194304 4196468 140732964906176 140732964888720 139835898679031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
/proc/28913/statm: 2681413 18666 3105 1 0 2643904 0
[pid=28913/tid=28915] ppid=28910 vsize=10725652 memory=2400 CPUtime=0.67 cores=1,3,5,7
/proc/28913/task/28915/stat : 28915 (java) R 28910 28913 26151 0 -1 4202560 5520 0 0 0 65 2 0 0 20 0 16 0 38850479 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835902913760 139835498071300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28916] ppid=28910 vsize=10725652 memory=1836 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28916/stat : 28916 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835824753680 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28917] ppid=28910 vsize=10725652 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28917/stat : 28917 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835823701136 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28918] ppid=28910 vsize=10725652 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28918/stat : 28918 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835822648080 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28919] ppid=28910 vsize=10725652 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28919/stat : 28919 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835821595536 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28920] ppid=28910 vsize=10725652 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28920/stat : 28920 (java) S 28910 28913 26151 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 38850481 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835389978864 139835898690178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28921] ppid=28910 vsize=10725652 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28921/stat : 28921 (java) S 28910 28913 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38850481 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835388925088 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28922] ppid=28910 vsize=10725652 memory=7380649172344071488 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28922/stat : 28922 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850482 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835387871984 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28923] ppid=28910 vsize=10725652 memory=7595725831727968097 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28923/stat : 28923 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835386820560 139835898697627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28924] ppid=28910 vsize=10725652 memory=6154282490091891024 CPUtime=0.38 cores=1,3,5,7
/proc/28913/task/28924/stat : 28924 (java) R 28910 28913 26151 0 -1 4202560 2284 0 0 0 38 0 0 0 20 0 16 0 38850484 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835385756800 139835877925784 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28925] ppid=28910 vsize=10725652 memory=-8412654363917126771 CPUtime=0.36 cores=1,3,5,7
/proc/28913/task/28925/stat : 28925 (java) R 28910 28913 26151 0 -1 4202560 1717 0 0 0 36 0 0 0 20 0 16 0 38850484 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835384697160 139835878515372 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28926] ppid=28910 vsize=10725652 memory=-8033973737701895300 CPUtime=0.25 cores=1,3,5,7
/proc/28913/task/28926/stat : 28926 (java) S 28910 28913 26151 0 -1 1077944384 1425 0 0 0 25 0 0 0 20 0 16 0 38850484 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835383663088 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28927] ppid=28910 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28927/stat : 28927 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835382610784 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28928] ppid=28910 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28928/stat : 28928 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835381557808 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28929] ppid=28910 vsize=10725652 memory=31588 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28929/stat : 28929 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850523 10983067648 18666 33554432000 4194304 4196468 140732964906176 139835380503600 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 74664 KiB

[startup+1.50078 s]
/proc/loadavg: 2.01 2.03 2.05 3/217 28929
/proc/meminfo: memFree=15901776/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10725652 memory=81508 CPUtime=2.9 cores=1,3,5,7
/proc/28913/stat : 28913 (java) S 28910 28913 26151 0 -1 1077944320 16395 0 0 0 286 4 0 0 20 0 16 0 38850478 10983067648 20377 33554432000 4194304 4196468 140732964906176 140732964888720 139835898679031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
/proc/28913/statm: 2681413 20377 3116 1 0 2643904 0
[pid=28913/tid=28915] ppid=28910 vsize=10725652 memory=6737 CPUtime=1.46 cores=1,3,5,7
/proc/28913/task/28915/stat : 28915 (java) R 28910 28913 26151 0 -1 4202560 5778 0 0 0 144 2 0 0 20 0 16 0 38850479 10983067648 20377 33554432000 4194304 4196468 140732964906176 139835902917448 139835498112593 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28916] ppid=28910 vsize=10725652 memory=4122258428414656544 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28916/stat : 28916 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 20377 33554432000 4194304 4196468 140732964906176 139835824753680 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28917] ppid=28910 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28917/stat : 28917 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 20377 33554432000 4194304 4196468 140732964906176 139835823701136 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28918] ppid=28910 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28918/stat : 28918 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 20377 33554432000 4194304 4196468 140732964906176 139835822648080 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28919] ppid=28910 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28919/stat : 28919 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 20377 33554432000 4194304 4196468 140732964906176 139835821595536 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0

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

Dumping a history of the last processes samples

[startup+6.40094 s]
/proc/loadavg: 2.01 2.03 2.05 3/217 28929
/proc/meminfo: memFree=15882932/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10725652 memory=100232 CPUtime=8.11 cores=1,3,5,7
/proc/28913/stat : 28913 (java) S 28910 28913 26151 0 -1 1077944320 18133 0 0 0 807 4 0 0 20 0 16 0 38850478 10983067648 25058 33554432000 4194304 4196468 140732964906176 140732964888720 139835898679031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
/proc/28913/statm: 2681413 25058 3123 1 0 2643904 0
[pid=28913/tid=28915] ppid=28910 vsize=10725652 memory=640 CPUtime=6.37 cores=1,3,5,7
/proc/28913/task/28915/stat : 28915 (java) R 28910 28913 26151 0 -1 4202560 6076 0 0 0 634 3 0 0 20 0 16 0 38850479 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835902917896 139835498071318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28916] ppid=28910 vsize=10725652 memory=952 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28916/stat : 28916 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835824753680 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28917] ppid=28910 vsize=10725652 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28917/stat : 28917 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835823701136 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28918] ppid=28910 vsize=10725652 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28918/stat : 28918 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835822648080 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28919] ppid=28910 vsize=10725652 memory=7378973636949339750 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28919/stat : 28919 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835821595536 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28920] ppid=28910 vsize=10725652 memory=1800 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28920/stat : 28920 (java) S 28910 28913 26151 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 16 0 38850481 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835389978864 139835898690178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28921] ppid=28910 vsize=10725652 memory=920 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28921/stat : 28921 (java) S 28910 28913 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38850481 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835388925088 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28922] ppid=28910 vsize=10725652 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28922/stat : 28922 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850482 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835387871984 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28923] ppid=28910 vsize=10725652 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28923/stat : 28923 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835386820560 139835898697627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28924] ppid=28910 vsize=10725652 memory=2580 CPUtime=0.76 cores=1,3,5,7
/proc/28913/task/28924/stat : 28924 (java) S 28910 28913 26151 0 -1 1077944384 4339 0 0 0 76 0 0 0 20 0 16 0 38850484 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835385768688 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28925] ppid=28910 vsize=10725652 memory=4104 CPUtime=0.67 cores=1,3,5,7
/proc/28913/task/28925/stat : 28925 (java) S 28910 28913 26151 0 -1 1077944384 3647 0 0 0 67 0 0 0 20 0 16 0 38850484 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835384716144 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28926] ppid=28910 vsize=10725652 memory=1408 CPUtime=0.27 cores=1,3,5,7
/proc/28913/task/28926/stat : 28926 (java) S 28910 28913 26151 0 -1 1077944384 1929 0 0 0 27 0 0 0 20 0 16 0 38850484 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835383663088 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28927] ppid=28910 vsize=10725652 memory=3344 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28927/stat : 28927 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835382610784 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28928] ppid=28910 vsize=10725652 memory=4346280 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28928/stat : 28928 (java) S 28910 28913 26151 0 -1 1077944384 507 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835381557808 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28929] ppid=28910 vsize=10725652 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28929/stat : 28929 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850523 10983067648 25058 33554432000 4194304 4196468 140732964906176 139835380503600 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
Current children cumulated CPU time: 8.11 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 100232 KiB

[startup+8.00071 s]*
/proc/loadavg: 2.01 2.03 2.05 3/217 28929
/proc/meminfo: memFree=15874740/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10725652 memory=106376 CPUtime=9.73 cores=1,3,5,7
/proc/28913/stat : 28913 (java) S 28910 28913 26151 0 -1 1077944320 18154 0 0 0 968 5 0 0 20 0 16 0 38850478 10983067648 26594 33554432000 4194304 4196468 140732964906176 140732964888720 139835898679031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
/proc/28913/statm: 2681413 26594 3123 1 0 2643904 0
[pid=28913/tid=28915] ppid=28910 vsize=10725652 memory=6791534058613427641 CPUtime=7.98 cores=1,3,5,7
/proc/28913/task/28915/stat : 28915 (java) R 28910 28913 26151 0 -1 4202560 6097 0 0 0 795 3 0 0 20 0 16 0 38850479 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835902917896 139835498129991 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28916] ppid=28910 vsize=10725652 memory=7812448373783225686 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28916/stat : 28916 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835824753680 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28917] ppid=28910 vsize=10725652 memory=-8814486184297067712 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28917/stat : 28917 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835823701136 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28918] ppid=28910 vsize=10725652 memory=2596 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28918/stat : 28918 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835822648080 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28919] ppid=28910 vsize=10725652 memory=33 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28919/stat : 28919 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835821595536 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28920] ppid=28910 vsize=10725652 memory=288230596067731865 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28920/stat : 28920 (java) S 28910 28913 26151 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 16 0 38850481 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835389978864 139835898690178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28921] ppid=28910 vsize=10725652 memory=199830 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28921/stat : 28921 (java) S 28910 28913 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38850481 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835388925088 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28922] ppid=28910 vsize=10725652 memory=-7395679465413447774 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28922/stat : 28922 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850482 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835387871984 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28923] ppid=28910 vsize=10725652 memory=7649399397099845682 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28923/stat : 28923 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835386820560 139835898697627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28924] ppid=28910 vsize=10725652 memory=0 CPUtime=0.76 cores=1,3,5,7
/proc/28913/task/28924/stat : 28924 (java) S 28910 28913 26151 0 -1 1077944384 4339 0 0 0 76 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835385768688 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28925] ppid=28910 vsize=10725652 memory=7738423727874201196 CPUtime=0.67 cores=1,3,5,7
/proc/28913/task/28925/stat : 28925 (java) S 28910 28913 26151 0 -1 1077944384 3647 0 0 0 67 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835384716144 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28926] ppid=28910 vsize=10725652 memory=6370719275257063784 CPUtime=0.27 cores=1,3,5,7
/proc/28913/task/28926/stat : 28926 (java) S 28910 28913 26151 0 -1 1077944384 1929 0 0 0 27 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835383663088 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28927] ppid=28910 vsize=10725652 memory=7810489052836484719 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28927/stat : 28927 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835382610784 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28928] ppid=28910 vsize=10725652 memory=7525066828961376340 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28928/stat : 28928 (java) S 28910 28913 26151 0 -1 1077944384 507 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835381557808 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28929] ppid=28910 vsize=10725652 memory=7735078871436013465 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28929/stat : 28929 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850523 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835380503600 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
Current children cumulated CPU time: 9.73 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 106376 KiB

[startup+8.40073 s]
/proc/loadavg: 2.01 2.03 2.05 3/217 28929
/proc/meminfo: memFree=15874740/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10725652 memory=106376 CPUtime=10.12 cores=1,3,5,7
/proc/28913/stat : 28913 (java) S 28910 28913 26151 0 -1 1077944320 18154 0 0 0 1007 5 0 0 20 0 16 0 38850478 10983067648 26594 33554432000 4194304 4196468 140732964906176 140732964888720 139835898679031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
/proc/28913/statm: 2681413 26594 3123 1 0 2643904 0
[pid=28913/tid=28915] ppid=28910 vsize=10725652 memory=288230621803970871 CPUtime=8.37 cores=1,3,5,7
/proc/28913/task/28915/stat : 28915 (java) R 28910 28913 26151 0 -1 4202560 6097 0 0 0 834 3 0 0 20 0 16 0 38850479 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835902917896 139835498130187 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28916] ppid=28910 vsize=10725652 memory=13850759267617157 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28916/stat : 28916 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835824753680 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28917] ppid=28910 vsize=10725652 memory=6872598998417432672 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28917/stat : 28917 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835823701136 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28918] ppid=28910 vsize=10725652 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28918/stat : 28918 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835822648080 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28919] ppid=28910 vsize=10725652 memory=288230377007612191 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28919/stat : 28919 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835821595536 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28920] ppid=28910 vsize=10725652 memory=104328 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28920/stat : 28920 (java) S 28910 28913 26151 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 16 0 38850481 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835389978864 139835898690178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28921] ppid=28910 vsize=10725652 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28921/stat : 28921 (java) S 28910 28913 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38850481 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835388925088 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28922] ppid=28910 vsize=10725652 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28922/stat : 28922 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850482 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835387871984 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28923] ppid=28910 vsize=10725652 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28923/stat : 28923 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835386820560 139835898697627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28924] ppid=28910 vsize=10725652 memory=-2026666227646606628 CPUtime=0.76 cores=1,3,5,7
/proc/28913/task/28924/stat : 28924 (java) S 28910 28913 26151 0 -1 1077944384 4339 0 0 0 76 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835385768688 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28925] ppid=28910 vsize=10725652 memory=6943526294502006880 CPUtime=0.67 cores=1,3,5,7
/proc/28913/task/28925/stat : 28925 (java) S 28910 28913 26151 0 -1 1077944384 3647 0 0 0 67 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835384716144 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28926] ppid=28910 vsize=10725652 memory=6943526294502006880 CPUtime=0.27 cores=1,3,5,7
/proc/28913/task/28926/stat : 28926 (java) S 28910 28913 26151 0 -1 1077944384 1929 0 0 0 27 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835383663088 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28927] ppid=28910 vsize=10725652 memory=6944652027076318631 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28927/stat : 28927 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835382610784 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28928] ppid=28910 vsize=10725652 memory=3054941726128165456 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28928/stat : 28928 (java) S 28910 28913 26151 0 -1 1077944384 507 0 0 0 0 0 0 0 20 0 16 0 38850484 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835381557808 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28929] ppid=28910 vsize=10725652 memory=279650152877824 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28929/stat : 28929 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850523 10983067648 26594 33554432000 4194304 4196468 140732964906176 139835380503600 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
Current children cumulated CPU time: 10.12 s
Current children cumulated vsize: 10725652 KiB
Current children cumulated memory: 106376 KiB

[startup+8.6007 s]
/proc/loadavg: 2.01 2.03 2.05 3/217 28929
/proc/meminfo: memFree=15874740/32770624 swapFree=67108860/67108860
[pid=28913] ppid=28910 vsize=10858780 memory=110588 CPUtime=10.16 cores=1,3,5,7
/proc/28913/stat : 28913 (java) S 28910 28913 26151 0 -1 1077944320 19268 0 0 0 1011 5 0 0 20 0 16 0 38850478 11119390720 27647 33554432000 4194304 4196468 140732964906176 140732964888720 139835898679031 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
/proc/28913/statm: 2714695 27647 3125 1 0 2677186 0
[pid=28913/tid=28915] ppid=28910 vsize=10858780 memory=-2605811476043407915 CPUtime=8.41 cores=1,3,5,7
/proc/28913/task/28915/stat : 28915 (java) S 28910 28913 26151 0 -1 1077944384 6728 0 0 0 838 3 0 0 20 0 16 0 38850479 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835902919712 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28916] ppid=28910 vsize=10858780 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28916/stat : 28916 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835824753680 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28917] ppid=28910 vsize=10858780 memory=7682475212697334586 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28917/stat : 28917 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835823701136 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28918] ppid=28910 vsize=10858780 memory=-6737208495982354336 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28918/stat : 28918 (java) S 28910 28913 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 38850480 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835822648080 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28919] ppid=28910 vsize=10858780 memory=-7595718148000617580 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28919/stat : 28919 (java) S 28910 28913 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 38850480 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835821595536 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28920] ppid=28910 vsize=10858780 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28920/stat : 28920 (java) S 28910 28913 26151 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 16 0 38850481 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835389978864 139835898690178 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28921] ppid=28910 vsize=10858780 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28921/stat : 28921 (java) S 28910 28913 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 38850481 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835388925088 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28922] ppid=28910 vsize=10858780 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28922/stat : 28922 (java) S 28910 28913 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 38850482 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835387871984 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28923] ppid=28910 vsize=10858780 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28923/stat : 28923 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850484 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835386820560 139835898697627 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28924] ppid=28910 vsize=10858780 memory=6943526294502006880 CPUtime=0.76 cores=1,3,5,7
/proc/28913/task/28924/stat : 28924 (java) S 28910 28913 26151 0 -1 1077944384 4479 0 0 0 76 0 0 0 20 0 16 0 38850484 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835385768688 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28925] ppid=28910 vsize=10858780 memory=6944656575208382560 CPUtime=0.67 cores=1,3,5,7
/proc/28913/task/28925/stat : 28925 (java) S 28910 28913 26151 0 -1 1077944384 3650 0 0 0 67 0 0 0 20 0 16 0 38850484 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835384716144 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28926] ppid=28910 vsize=10858780 memory=-3395018486312292127 CPUtime=0.28 cores=1,3,5,7
/proc/28913/task/28926/stat : 28926 (java) S 28910 28913 26151 0 -1 1077944384 2154 0 0 0 28 0 0 0 20 0 16 0 38850484 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835383663088 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28927] ppid=28910 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28927/stat : 28927 (java) S 28910 28913 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38850484 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835382610784 139835898689237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
[pid=28913/tid=28928] ppid=28910 vsize=10858780 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28913/task/28928/stat : 28928 (java) S 28910 28913 26151 0 -1 1077944384 513 0 0 0 0 0 0 0 20 0 16 0 38850484 11119390720 27647 33554432000 4194304 4196468 140732964906176 139835381557808 139835898690178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26099712 140732964910193 140732964910345 140732964910345 140732964913103 0
Current children cumulated CPU time: 10.16 s
Current children cumulated vsize: 10858780 KiB
Current children cumulated memory: 110588 KiB

Child status: 0
Real time (s): 8.65242
CPU time (s): 10.1837
CPU user time (s): 10.1283
CPU system time (s): 0.055313
CPU usage (%): 117.697
Max. virtual memory (cumulated for all children) (KiB): 10858780
Max. memory (cumulated for all children) (KiB): 110588

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.1283
system time used= 0.055313
maximum resident set size= 112888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19665
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1715
involuntary context switches= 19


# summary of solver processes directly reported to runsolver:
#   pid: 28913
#   total CPU time (s): 10.1837
#   total CPU user time (s): 10.1283
#   total CPU system time (s): 0.055313

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.089398 second user time and 0.108449 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 00:41:13
IDJOB=4290097
IDBENCH=141172
IDSOLVER=2742
FILE ID=node107/4290097-1532212873
RUNJOBID= node107-1532208159-28447
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K02-P09_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290097-1532212873/watcher-4290097-1532212873 -o /tmp/evaluation-result-4290097-1532212873/solver-4290097-1532212873 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28447 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290097-1532212873.xml

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

MD5SUM BENCH= 7d3eec938755fdf0eb3fdb8654f4a439
RANDOM SEED=1246511774

node107.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.40
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.40
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.40
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.40
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:        15969816 kB
MemAvailable:   27597048 kB
Buffers:          225572 kB
Cached:         11555084 kB
SwapCached:            0 kB
Active:          5763864 kB
Inactive:       10406268 kB
Active(anon):    4392348 kB
Inactive(anon):    16864 kB
Active(file):    1371516 kB
Inactive(file): 10389404 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:       4396376 kB
Mapped:            46812 kB
Shmem:             17036 kB
Slab:             321436 kB
SReclaimable:     294772 kB
SUnreclaim:        26664 kB
KernelStack:        3520 kB
PageTables:        13652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5120352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3868672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55164 MiB
End job on node107 at 2018-07-22 00:41:22