Trace number 4290023

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-11? (TO) 2400.22 2381.28

General information on the benchmark

NameCarSequencing/
CarSequencing-65-01_c18.xml
MD5SUM48ac70ebdae407305a9c210468be8830
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 benchmark46.4087
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1389
Number of domains2
Minimum domain size2
Maximum domain size26
Distribution of domain sizes[{"size":2,"count":1000},{"size":26,"count":200}]
Minimum variable degree2
Maximum variable degree61
Distribution of variable degrees[{"degree":2,"count":200},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":6},{"degree":6,"count":10},{"degree":7,"count":10},{"degree":8,"count":18},{"degree":9,"count":18},{"degree":10,"count":18},{"degree":11,"count":18},{"degree":12,"count":18},{"degree":13,"count":18},{"degree":14,"count":18},{"degree":15,"count":18},{"degree":16,"count":18},{"degree":17,"count":18},{"degree":18,"count":18},{"degree":19,"count":18},{"degree":20,"count":18},{"degree":21,"count":18},{"degree":22,"count":19},{"degree":23,"count":19},{"degree":24,"count":20},{"degree":25,"count":20},{"degree":26,"count":115},"...",{"degree":37,"count":8}, {"degree":38,"count":8}, {"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":8}, {"degree":44,"count":8}, {"degree":45,"count":8}, {"degree":46,"count":8}, {"degree":47,"count":8}, {"degree":48,"count":8}, {"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":9}, {"degree":52,"count":109}, {"degree":53,"count":6}, {"degree":54,"count":6}, {"degree":55,"count":7}, {"degree":56,"count":7}, {"degree":57,"count":45}, {"degree":58,"count":3}, {"degree":59,"count":4}, {"degree":60,"count":4}, {"degree":61,"count":30}]
Minimum constraint arity2
Maximum constraint arity200
Distribution of constraint arities[{"arity":2,"count":199},{"arity":3,"count":396},{"arity":5,"count":392},{"arity":6,"count":200},{"arity":32,"count":1},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":2},{"arity":47,"count":2},{"arity":50,"count":2},{"arity":53,"count":2},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":62,"count":2},{"arity":65,"count":2},{"arity":68,"count":2},{"arity":71,"count":2},{"arity":74,"count":2},{"arity":77,"count":2},{"arity":80,"count":2},{"arity":83,"count":2},{"arity":86,"count":2},{"arity":89,"count":2},{"arity":92,"count":2},"...",{"arity":167,"count":2}, {"arity":168,"count":1}, {"arity":170,"count":5}, {"arity":172,"count":1}, {"arity":173,"count":2}, {"arity":174,"count":1}, {"arity":175,"count":2}, {"arity":176,"count":3}, {"arity":178,"count":1}, {"arity":179,"count":2}, {"arity":180,"count":3}, {"arity":182,"count":3}, {"arity":184,"count":1}, {"arity":185,"count":4}, {"arity":186,"count":1}, {"arity":188,"count":3}, {"arity":190,"count":3}, {"arity":191,"count":2}, {"arity":192,"count":1}, {"arity":194,"count":3}, {"arity":195,"count":2}, {"arity":196,"count":1}, {"arity":197,"count":2}, {"arity":198,"count":1}, {"arity":200,"count":6}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"sum","count":1188},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

15.05/5.66	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
15.05/5.66	c This is free software under the dual EPL/GNU LGPL licenses.
15.05/5.66	c See www.sat4j.org for details.
15.05/5.66	c That software uses the Rhino library from the Mozilla project.
15.05/5.66	c version 2.3.6-SNAPSHOT
15.05/5.66	c java.runtime.name	Java(TM) SE Runtime Environment
15.05/5.66	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
15.05/5.66	c java.vm.version	25.131-b11
15.05/5.66	c java.vm.vendor	Oracle Corporation
15.05/5.66	c sun.arch.data.model	64
15.05/5.66	c java.version		1.8.0_131
15.05/5.66	c os.name		Linux
15.05/5.66	c os.version		3.10.0-514.16.1.el7.x86_64
15.05/5.66	c os.arch		amd64
15.05/5.66	c Free memory 		499604488
15.05/5.66	c Max memory 		7247757312
15.05/5.66	c Total memory 		504889344
15.05/5.66	c Number of processors 	4
15.05/5.66	c c --- Begin Solver configuration ---
15.05/5.66	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
15.05/5.66	c Learn all clauses as in MiniSAT
15.05/5.66	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
15.05/5.66	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
15.05/5.66	c No reason simplification
15.05/5.66	c Glucose 2.1 dynamic restart strategy
15.05/5.66	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
15.05/5.66	c timeout=2147483s
15.05/5.66	c DB Simplification allowed=false
15.05/5.66	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
15.05/5.66	c --- End Solver configuration ---
15.05/5.66	c constraints type 
15.05/5.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 2400
15.05/5.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 369581
15.05/5.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4689004
15.05/5.66	c org.sat4j.minisat.constraints.cnf.UnitClause => 2828
15.05/5.66	c 5063813 constraints processed.
2400.15/2381.21	c starts		: 3589
2400.15/2381.21	c conflicts		: 1629119
2400.15/2381.21	c decisions		: 150387538
2400.15/2381.21	c propagations		: 8692110178
2400.15/2381.21	c inspects		: 13633777721
2400.15/2381.21	c shortcuts		: 0
2400.15/2381.21	c learnt literals	: 7146
2400.15/2381.21	c learnt binary clauses	: 42310
2400.15/2381.21	c learnt ternary clauses	: 66956
2400.15/2381.21	c learnt constraints	: 1621973
2400.15/2381.21	c ignored constraints	: 0
2400.15/2381.21	c root simplifications	: 0
2400.15/2381.21	c removed literals (reason simplification)	: 0
2400.15/2381.21	c reason swapping (by a shorter reason)	: 0
2400.15/2381.21	c Calls to reduceDB	: 52
2400.15/2381.21	c Number of update (reduction) of LBD	: 970148
2400.15/2381.21	c Imported unit clauses	: 0
2400.15/2381.21	c number of reductions to clauses (during analyze)	: 0
2400.15/2381.21	c number of learned constraints concerned by reduction	: 0
2400.15/2381.21	c number of learning phase by resolution	: 0
2400.15/2381.21	c number of learning phase by cutting planes	: 0
2400.15/2381.21	c number of rounding to 1 operations	: 0
2400.15/2381.21	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2400.15/2381.21	c number of reductions of the coefficients by power 2 	: 0
2400.15/2381.21	c number of right shift for reduction by power 2 	: 0
2400.15/2381.21	c number of reductions of the coefficients by GCD over coefficients 	: 0
2400.15/2381.21	c number of ending skipping 	: 0
2400.15/2381.21	c number of internal skipping 	: 0
2400.15/2381.21	c number of derivation steps 	: 0
2400.15/2381.21	c number of skipped derivation steps 	: 0
2400.15/2381.21	c number of remaining unassigned 	: 0
2400.15/2381.21	c number of remaining assigned 	: 0
2400.15/2381.21	c speed (assignments/second)	: 3659125.608881813
2400.15/2381.21	c non guided choices	: 89723876
2400.15/2381.25	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntBinaryClause	: 42310
2400.15/2381.25	c learnt constraints type org.sat4j.minisat.constraints.cnf.LearntWLClause	: 162010
2400.15/2381.25	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (9767 MiB free)
  memory of node 1: 16384 MiB (11895 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290023-1532218994/watcher-4290023-1532218994 -o /tmp/evaluation-result-4290023-1532218994/solver-4290023-1532218994 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27132 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290023-1532218994.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=28885, runsolver pid=28882
Current StackSize limit: 8192 KiB


[startup+0.100458 s]*
/proc/loadavg: 5.55 6.35 4.60 2/217 28900
/proc/meminfo: memFree=22164952/32770624 swapFree=67108860/67108860
[pid=28885] ppid=28882 vsize=10659012 memory=31508 CPUtime=0.13 cores=1,3,5,7
/proc/28885/stat : 28885 (java) S 28882 28885 24904 0 -1 1077944320 6434 0 0 0 12 1 0 0 20 0 15 0 39462618 10914828288 7877 33554432000 4194304 4196468 140732633116800 140732633099344 140252844732151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
/proc/28885/statm: 2664753 7877 2810 1 0 2627263 0
[pid=28885/tid=28887] ppid=28882 vsize=10659012 memory=-8701690554792318078 CPUtime=0.08 cores=1,3,5,7
/proc/28885/task/28887/stat : 28887 (java) R 28882 28885 24904 0 -1 4202560 4273 0 0 0 8 0 0 0 20 0 15 0 39462618 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252848953648 140252844754077 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28888] ppid=28882 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28888/stat : 28888 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252770806288 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28889] ppid=28882 vsize=10659012 memory=140050651248256 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28889/stat : 28889 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252769753744 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28890] ppid=28882 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28890/stat : 28890 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252768700688 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28891] ppid=28882 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28891/stat : 28891 (java) S 28882 28885 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39462619 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252767648144 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28892] ppid=28882 vsize=10659012 memory=140050651248256 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28892/stat : 28892 (java) S 28882 28885 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39462620 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252336298736 140252844743298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28893] ppid=28882 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28893/stat : 28893 (java) S 28882 28885 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39462621 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252335244960 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28894] ppid=28882 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28894/stat : 28894 (java) S 28882 28885 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39462621 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252334191856 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28895] ppid=28882 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28895/stat : 28895 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39462623 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252333140432 140252844750747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28896] ppid=28882 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28896/stat : 28896 (java) R 28882 28885 24904 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 15 0 39462623 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252332087536 140252844743298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28897] ppid=28882 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28897/stat : 28897 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39462623 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252331034992 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28898] ppid=28882 vsize=10659012 memory=140050651248256 CPUtime=0.02 cores=1,3,5,7
/proc/28885/task/28898/stat : 28898 (java) R 28882 28885 24904 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 39462623 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252329981936 140252830100064 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28899] ppid=28882 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28899/stat : 28899 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39462624 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252328929632 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28900] ppid=28882 vsize=10659012 memory=140050651248256 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28900/stat : 28900 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462624 10914828288 7877 33554432000 4194304 4196468 140732633116800 140252327877680 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31508 KiB

[startup+0.210737 s]*
/proc/loadavg: 5.55 6.35 4.60 4/217 28900
/proc/meminfo: memFree=22154924/32770624 swapFree=67108860/67108860
[pid=28885] ppid=28882 vsize=10659012 memory=42496 CPUtime=0.33 cores=1,3,5,7
/proc/28885/stat : 28885 (java) S 28882 28885 24904 0 -1 1077944320 7658 0 0 0 32 1 0 0 20 0 15 0 39462618 10914828288 10624 33554432000 4194304 4196468 140732633116800 140732633099344 140252844732151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
/proc/28885/statm: 2664753 10624 3013 1 0 2627263 0
[pid=28885/tid=28887] ppid=28882 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28885/task/28887/stat : 28887 (java) R 28882 28885 24904 0 -1 4202560 4620 0 0 0 19 1 0 0 20 0 15 0 39462618 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252848967360 140252828812638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28888] ppid=28882 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28888/stat : 28888 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252770806288 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28889] ppid=28882 vsize=10659012 memory=288370426802960000 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28889/stat : 28889 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252769753744 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28890] ppid=28882 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28890/stat : 28890 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252768700688 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28891] ppid=28882 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28891/stat : 28891 (java) S 28882 28885 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39462619 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252767648144 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28892] ppid=28882 vsize=10659012 memory=140050651248256 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28892/stat : 28892 (java) S 28882 28885 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39462620 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252336298736 140252844743298 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28893] ppid=28882 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28893/stat : 28893 (java) S 28882 28885 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39462621 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252335244960 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28894] ppid=28882 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28894/stat : 28894 (java) S 28882 28885 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39462621 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252334191856 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28895] ppid=28882 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28895/stat : 28895 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39462623 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252333140432 140252844750747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28896] ppid=28882 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28885/task/28896/stat : 28896 (java) S 28882 28885 24904 0 -1 1077944384 666 0 0 0 2 0 0 0 20 0 15 0 39462623 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252332087536 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28897] ppid=28882 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28885/task/28897/stat : 28897 (java) S 28882 28885 24904 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 39462623 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252331034992 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28898] ppid=28882 vsize=10659012 memory=140050651248256 CPUtime=0.08 cores=1,3,5,7
/proc/28885/task/28898/stat : 28898 (java) S 28882 28885 24904 0 -1 1077944384 668 0 0 0 8 0 0 0 20 0 15 0 39462623 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252329981936 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28899] ppid=28882 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28899/stat : 28899 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39462624 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252328929632 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28900] ppid=28882 vsize=10659012 memory=140050651248256 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28900/stat : 28900 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462624 10914828288 10624 33554432000 4194304 4196468 140732633116800 140252327877680 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42496 KiB

[startup+0.319019 s]*
/proc/loadavg: 5.55 6.35 4.60 4/217 28900
/proc/meminfo: memFree=22142084/32770624 swapFree=67108860/67108860
[pid=28885] ppid=28882 vsize=10659088 memory=53636 CPUtime=0.59 cores=1,3,5,7
/proc/28885/stat : 28885 (java) S 28882 28885 24904 0 -1 1077944320 9465 0 0 0 57 2 0 0 20 0 15 0 39462618 10914906112 13409 33554432000 4194304 4196468 140732633116800 140732633099344 140252844732151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
/proc/28885/statm: 2664772 13409 3067 1 0 2627263 0
[pid=28885/tid=28887] ppid=28882 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/28885/task/28887/stat : 28887 (java) R 28882 28885 24904 0 -1 1077944384 5108 0 0 0 29 1 0 0 20 0 15 0 39462618 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252848969904 140252844742357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28888] ppid=28882 vsize=10659088 memory=4294979967 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28888/stat : 28888 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252770806288 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28889] ppid=28882 vsize=10659088 memory=288370426802960000 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28889/stat : 28889 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252769753744 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28890] ppid=28882 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28890/stat : 28890 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252768700688 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28891] ppid=28882 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28891/stat : 28891 (java) S 28882 28885 24904 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39462619 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252767648144 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28892] ppid=28882 vsize=10659088 memory=140050651248256 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28892/stat : 28892 (java) S 28882 28885 24904 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39462620 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252336298736 140252844743298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28893] ppid=28882 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28893/stat : 28893 (java) S 28882 28885 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39462621 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252335244960 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28894] ppid=28882 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28894/stat : 28894 (java) S 28882 28885 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39462621 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252334191856 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28895] ppid=28882 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28895/stat : 28895 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39462623 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252333140432 140252844750747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28896] ppid=28882 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28885/task/28896/stat : 28896 (java) R 28882 28885 24904 0 -1 4202560 1230 0 0 0 8 0 0 0 20 0 15 0 39462623 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252332074080 140252822376096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28897] ppid=28882 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/28885/task/28897/stat : 28897 (java) R 28882 28885 24904 0 -1 4202560 687 0 0 0 5 0 0 0 20 0 15 0 39462623 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252331021016 140252837021600 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28898] ppid=28882 vsize=10659088 memory=140050651248256 CPUtime=0.14 cores=1,3,5,7
/proc/28885/task/28898/stat : 28898 (java) R 28882 28885 24904 0 -1 4202560 1072 0 0 0 14 0 0 0 20 0 15 0 39462623 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252329978872 140252837831998 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28899] ppid=28882 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28899/stat : 28899 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39462624 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252328929632 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28900] ppid=28882 vsize=10659088 memory=140050651248256 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28900/stat : 28900 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462624 10914906112 13409 33554432000 4194304 4196468 140732633116800 140252327877680 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 53636 KiB

[startup+0.701794 s]
/proc/loadavg: 5.55 6.35 4.60 5/217 28900
/proc/meminfo: memFree=22111824/32770624 swapFree=67108860/67108860
[pid=28885] ppid=28882 vsize=10663820 memory=220984 CPUtime=1.91 cores=1,3,5,7
/proc/28885/stat : 28885 (java) S 28882 28885 24904 0 -1 1077944320 21925 0 0 0 184 7 0 0 20 0 15 0 39462618 10919751680 55246 33554432000 4194304 4196468 140732633116800 140732633099344 140252844732151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
/proc/28885/statm: 2665955 55246 3105 1 0 2628446 0
[pid=28885/tid=28887] ppid=28882 vsize=10663820 memory=8616 CPUtime=0.64 cores=1,3,5,7
/proc/28885/task/28887/stat : 28887 (java) R 28882 28885 24904 0 -1 4202560 5590 0 0 0 61 3 0 0 20 0 15 0 39462618 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252848968424 140252442396007 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28888] ppid=28882 vsize=10663820 memory=18484 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28888/stat : 28888 (java) S 28882 28885 24904 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 39462619 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252770806288 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28889] ppid=28882 vsize=10663820 memory=644 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28889/stat : 28889 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252769753744 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28890] ppid=28882 vsize=10663820 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28890/stat : 28890 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462619 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252768700688 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28891] ppid=28882 vsize=10663820 memory=952 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28891/stat : 28891 (java) S 28882 28885 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39462619 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252767648144 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28892] ppid=28882 vsize=10663820 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28892/stat : 28892 (java) S 28882 28885 24904 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39462620 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252336298736 140252844743298 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28893] ppid=28882 vsize=10663820 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28893/stat : 28893 (java) S 28882 28885 24904 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39462621 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252335244960 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28894] ppid=28882 vsize=10663820 memory=1568 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28894/stat : 28894 (java) S 28882 28885 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39462621 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252334191856 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28895] ppid=28882 vsize=10663820 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28895/stat : 28895 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39462623 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252333140432 140252844750747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28896] ppid=28882 vsize=10663820 memory=7013340940837610608 CPUtime=0.44 cores=1,3,5,7
/proc/28885/task/28896/stat : 28896 (java) R 28882 28885 24904 0 -1 4202560 5242 0 0 0 43 1 0 0 20 0 15 0 39462623 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252332073512 140252823976750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28897] ppid=28882 vsize=10663820 memory=5788647689011156329 CPUtime=0.4 cores=1,3,5,7
/proc/28885/task/28897/stat : 28897 (java) R 28882 28885 24904 0 -1 4202560 5612 0 0 0 39 1 0 0 20 0 15 0 39462623 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252331020488 140252826253330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28898] ppid=28882 vsize=10663820 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/28885/task/28898/stat : 28898 (java) S 28882 28885 24904 0 -1 1077944384 4006 0 0 0 37 1 0 0 20 0 15 0 39462623 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252329981936 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28899] ppid=28882 vsize=10663820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28899/stat : 28899 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39462624 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252328929632 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28900] ppid=28882 vsize=10663820 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28900/stat : 28900 (java) S 28882 28885 24904 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39462624 10919751680 55246 33554432000 4194304 4196468 140732633116800 140252327877680 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 10663820 KiB
Current children cumulated memory: 220984 KiB

[startup+1.50076 s]
/proc/loadavg: 5.55 6.35 4.60 7/217 28900
/proc/meminfo: memFree=21941572/32770624 swapFree=67108860/67108860
[pid=28885] ppid=28882 vsize=10659088 memory=413464 CPUtime=4.43 cores=1,3,5,7
/proc/28885/stat : 28885 (java) S 28882 28885 24904 0 -1 1077944320 24695 0 0 0 431 12 0 0 20 0 15 0 39462618 10914906112 103366 33554432000 4194304 4196468 140732633116800 140732633099344 140252844732151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
/proc/28885/statm: 2664772 103366 3148 1 0 2627263 0
[pid=28885/tid=28887] ppid=28882 vsize=10659088 memory=294332 CPUtime=1.36 cores=1,3,5,7
/proc/28885/task/28887/stat : 28887 (java) S 28882 28885 24904 0 -1 1077944384 5674 0 0 0 131 5 0 0 20 0 15 0 39462618 10914906112 103366 33554432000 4194304 4196468 140732633116800 140252848964384 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28888] ppid=28882 vsize=10659088 memory=6791534058613427641 CPUtime=0.04 cores=1,3,5,7
/proc/28885/task/28888/stat : 28888 (java) R 28882 28885 24904 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 15 0 39462619 10914906112 103366 33554432000 4194304 4196468 140732633116800 140252770806488 140252829757503 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28889] ppid=28882 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28885/task/28889/stat : 28889 (java) R 28882 28885 24904 0 -1 4202560 120 0 0 0 3 0 0 0 20 0 15 0 39462619 10914906112 103366 33554432000 4194304 4196468 140732633116800 140252769753944 140252829760025 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28890] ppid=28882 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28885/task/28890/stat : 28890 (java) R 28882 28885 24904 0 -1 4202560 107 0 0 0 4 0 0 0 20 0 15 0 39462619 10914906112 103366 33554432000 4194304 4196468 140732633116800 140252768700576 140252829760025 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28891] ppid=28882 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/28885/task/28891/stat : 28891 (java) R 28882 28885 24904 0 -1 4202560 122 0 0 0 6 0 0 0 20 0 15 0 39462619 10914906112 103366 33554432000 4194304 4196468 140732633116800 140252767648344 140252829760016 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28892] ppid=28882 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28892/stat : 28892 (java) S 28882 28885 24904 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39462620 10914906112 103366 33554432000 4194304 4196468 140732633116800 140252336297248 140252844742357 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0

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

/proc/28885/task/28890/stat : 28890 (java) S 28882 28885 24904 0 -1 1077944384 8733 0 0 0 354 29 0 0 20 0 16 0 39462619 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252768700688 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28891] ppid=28882 vsize=10727700 memory=2344428 CPUtime=3.89 cores=1,3,5,7
/proc/28885/task/28891/stat : 28891 (java) S 28882 28885 24904 0 -1 1077944384 9052 0 0 0 356 33 0 0 20 0 16 0 39462619 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252767648144 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28892] ppid=28882 vsize=10727700 memory=2344428 CPUtime=1.82 cores=1,3,5,7
/proc/28885/task/28892/stat : 28892 (java) S 28882 28885 24904 0 -1 1077944384 6627 0 0 0 179 3 0 0 20 0 16 0 39462620 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252336298736 140252844743298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28893] ppid=28882 vsize=10727700 memory=2344428 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28893/stat : 28893 (java) S 28882 28885 24904 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39462621 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252335245024 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28894] ppid=28882 vsize=10727700 memory=2344428 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28894/stat : 28894 (java) S 28882 28885 24904 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 39462621 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252334191872 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28895] ppid=28882 vsize=10727700 memory=2344428 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28895/stat : 28895 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252333140432 140252844750747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28896] ppid=28882 vsize=10727700 memory=2344428 CPUtime=3.03 cores=1,3,5,7
/proc/28885/task/28896/stat : 28896 (java) S 28882 28885 24904 0 -1 1077944384 14610 0 0 0 301 2 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252332087536 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28897] ppid=28882 vsize=10727700 memory=2344428 CPUtime=2.53 cores=1,3,5,7
/proc/28885/task/28897/stat : 28897 (java) S 28882 28885 24904 0 -1 1077944384 15473 0 0 0 251 2 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252331034992 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28898] ppid=28882 vsize=10727700 memory=952 CPUtime=0.61 cores=1,3,5,7
/proc/28885/task/28898/stat : 28898 (java) S 28882 28885 24904 0 -1 1077944384 6482 0 0 0 58 3 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252329981936 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28899] ppid=28882 vsize=10727700 memory=11960 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28899/stat : 28899 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39462624 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252328929632 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28900] ppid=28882 vsize=10727700 memory=6791534058613427641 CPUtime=1.34 cores=1,3,5,7
/proc/28885/task/28900/stat : 28900 (java) S 28882 28885 24904 0 -1 1077944384 3012 0 0 0 60 74 0 0 20 0 16 0 39462624 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252327877680 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28901] ppid=28882 vsize=10727700 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28901/stat : 28901 (java) S 28882 28885 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39463194 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252324726320 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
Current children cumulated CPU time: 2281.32 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2344428 KiB

[startup+2322.3 s]
/proc/loadavg: 2.35 2.13 2.29 6/218 29076
/proc/meminfo: memFree=16011320/32770624 swapFree=67108860/67108860
[pid=28885] ppid=28882 vsize=10727700 memory=2344428 CPUtime=2341.35 cores=1,3,5,7
/proc/28885/stat : 28885 (java) S 28882 28885 24904 0 -1 1077944320 799075 0 0 0 233885 250 0 0 20 0 16 0 39462618 10985164800 586107 33554432000 4194304 4196468 140732633116800 140732633099344 140252844732151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
/proc/28885/statm: 2681925 586107 3190 1 0 2644416 0
[pid=28885/tid=28887] ppid=28882 vsize=10727700 memory=4012 CPUtime=2316.56 cores=1,3,5,7
/proc/28885/task/28887/stat : 28887 (java) R 28882 28885 24904 0 -1 4202560 712716 0 0 0 231603 53 0 0 20 0 16 0 39462618 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252848969048 140252449027829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28888] ppid=28882 vsize=10727700 memory=2344428 CPUtime=3.83 cores=1,3,5,7
/proc/28885/task/28888/stat : 28888 (java) S 28882 28885 24904 0 -1 1077944384 9349 0 0 0 352 31 0 0 20 0 16 0 39462619 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252770806288 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28889] ppid=28882 vsize=10727700 memory=2344428 CPUtime=3.78 cores=1,3,5,7
/proc/28885/task/28889/stat : 28889 (java) S 28882 28885 24904 0 -1 1077944384 11438 0 0 0 349 29 0 0 20 0 16 0 39462619 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252769753744 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28890] ppid=28882 vsize=10727700 memory=280100990692016 CPUtime=3.83 cores=1,3,5,7
/proc/28885/task/28890/stat : 28890 (java) S 28882 28885 24904 0 -1 1077944384 8733 0 0 0 354 29 0 0 20 0 16 0 39462619 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252768700688 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28891] ppid=28882 vsize=10727700 memory=2344428 CPUtime=3.89 cores=1,3,5,7
/proc/28885/task/28891/stat : 28891 (java) S 28882 28885 24904 0 -1 1077944384 9052 0 0 0 356 33 0 0 20 0 16 0 39462619 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252767648144 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28892] ppid=28882 vsize=10727700 memory=2344428 CPUtime=1.83 cores=1,3,5,7
/proc/28885/task/28892/stat : 28892 (java) S 28882 28885 24904 0 -1 1077944384 6647 0 0 0 179 4 0 0 20 0 16 0 39462620 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252336298736 140252844743298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28893] ppid=28882 vsize=10727700 memory=2344428 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28893/stat : 28893 (java) S 28882 28885 24904 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39462621 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252335245024 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28894] ppid=28882 vsize=10727700 memory=2344428 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28894/stat : 28894 (java) S 28882 28885 24904 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 39462621 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252334191872 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28895] ppid=28882 vsize=10727700 memory=2344428 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28895/stat : 28895 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252333140432 140252844750747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28896] ppid=28882 vsize=10727700 memory=2344428 CPUtime=3.03 cores=1,3,5,7
/proc/28885/task/28896/stat : 28896 (java) S 28882 28885 24904 0 -1 1077944384 14616 0 0 0 301 2 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252332087536 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28897] ppid=28882 vsize=10727700 memory=2344428 CPUtime=2.53 cores=1,3,5,7
/proc/28885/task/28897/stat : 28897 (java) S 28882 28885 24904 0 -1 1077944384 15479 0 0 0 251 2 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252331034992 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28898] ppid=28882 vsize=10727700 memory=2344428 CPUtime=0.61 cores=1,3,5,7
/proc/28885/task/28898/stat : 28898 (java) S 28882 28885 24904 0 -1 1077944384 6508 0 0 0 58 3 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252329981936 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28899] ppid=28882 vsize=10727700 memory=2344428 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28899/stat : 28899 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39462624 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252328929632 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28900] ppid=28882 vsize=10727700 memory=2344428 CPUtime=1.38 cores=1,3,5,7
/proc/28885/task/28900/stat : 28900 (java) S 28882 28885 24904 0 -1 1077944384 3090 0 0 0 62 76 0 0 20 0 16 0 39462624 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252327877680 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28901] ppid=28882 vsize=10727700 memory=2344428 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28901/stat : 28901 (java) S 28882 28885 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39463194 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252324726320 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
Current children cumulated CPU time: 2341.35 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2344428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381 s]*
/proc/loadavg: 3.08 2.37 2.36 6/218 29077
/proc/meminfo: memFree=12976764/32770624 swapFree=67108860/67108860
[pid=28885] ppid=28882 vsize=10727700 memory=2344428 CPUtime=2400.1 cores=1,3,5,7
/proc/28885/stat : 28885 (java) S 28882 28885 24904 0 -1 1077944320 800508 0 0 0 239759 251 0 0 20 0 16 0 39462618 10985164800 586107 33554432000 4194304 4196468 140732633116800 140732633099344 140252844732151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
/proc/28885/statm: 2681925 586107 3190 1 0 2644416 0
[pid=28885/tid=28887] ppid=28882 vsize=10727700 memory=1428 CPUtime=2375.27 cores=1,3,5,7
/proc/28885/task/28887/stat : 28887 (java) R 28882 28885 24904 0 -1 4202560 714080 0 0 0 237474 53 0 0 20 0 16 0 39462618 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252848969048 140252448969904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28888] ppid=28882 vsize=10727700 memory=1196 CPUtime=3.83 cores=1,3,5,7
/proc/28885/task/28888/stat : 28888 (java) S 28882 28885 24904 0 -1 1077944384 9349 0 0 0 352 31 0 0 20 0 16 0 39462619 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252770806288 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28889] ppid=28882 vsize=10727700 memory=6791534058613427641 CPUtime=3.78 cores=1,3,5,7
/proc/28885/task/28889/stat : 28889 (java) S 28882 28885 24904 0 -1 1077944384 11438 0 0 0 349 29 0 0 20 0 16 0 39462619 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252769753744 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28890] ppid=28882 vsize=10727700 memory=728 CPUtime=3.83 cores=1,3,5,7
/proc/28885/task/28890/stat : 28890 (java) S 28882 28885 24904 0 -1 1077944384 8733 0 0 0 354 29 0 0 20 0 16 0 39462619 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252768700688 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28891] ppid=28882 vsize=10727700 memory=1408 CPUtime=3.89 cores=1,3,5,7
/proc/28885/task/28891/stat : 28891 (java) S 28882 28885 24904 0 -1 1077944384 9052 0 0 0 356 33 0 0 20 0 16 0 39462619 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252767648144 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28892] ppid=28882 vsize=10727700 memory=4140 CPUtime=1.83 cores=1,3,5,7
/proc/28885/task/28892/stat : 28892 (java) S 28882 28885 24904 0 -1 1077944384 6657 0 0 0 179 4 0 0 20 0 16 0 39462620 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252336298736 140252844743298 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28893] ppid=28882 vsize=10727700 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28893/stat : 28893 (java) S 28882 28885 24904 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39462621 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252335245024 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28894] ppid=28882 vsize=10727700 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28894/stat : 28894 (java) S 28882 28885 24904 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 39462621 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252334191872 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28895] ppid=28882 vsize=10727700 memory=2344428 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28895/stat : 28895 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252333140432 140252844750747 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28896] ppid=28882 vsize=10727700 memory=2344428 CPUtime=3.03 cores=1,3,5,7
/proc/28885/task/28896/stat : 28896 (java) S 28882 28885 24904 0 -1 1077944384 14622 0 0 0 301 2 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252332087536 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28897] ppid=28882 vsize=10727700 memory=6791534058613427641 CPUtime=2.53 cores=1,3,5,7
/proc/28885/task/28897/stat : 28897 (java) S 28882 28885 24904 0 -1 1077944384 15482 0 0 0 251 2 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252331034992 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28898] ppid=28882 vsize=10727700 memory=1716 CPUtime=0.61 cores=1,3,5,7
/proc/28885/task/28898/stat : 28898 (java) S 28882 28885 24904 0 -1 1077944384 6518 0 0 0 58 3 0 0 20 0 16 0 39462623 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252329981936 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28899] ppid=28882 vsize=10727700 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28899/stat : 28899 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39462624 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252328929632 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28900] ppid=28882 vsize=10727700 memory=8384 CPUtime=1.41 cores=1,3,5,7
/proc/28885/task/28900/stat : 28900 (java) S 28882 28885 24904 0 -1 1077944384 3130 0 0 0 63 78 0 0 20 0 16 0 39462624 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252327877680 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28901] ppid=28882 vsize=10727700 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28901/stat : 28901 (java) S 28882 28885 24904 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 39463194 10985164800 586107 33554432000 4194304 4196468 140732633116800 140252324726320 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2344428 KiB

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

[startup+2381.28 s]
# the end of solver process 28885 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.69 s, system=2.53646 s

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

[startup+2381.2 s]
/proc/loadavg: 3.08 2.37 2.36 6/218 29077
/proc/meminfo: memFree=12976764/32770624 swapFree=67108860/67108860
[pid=28885] ppid=28882 vsize=10927392 memory=2344728 CPUtime=2400.15 cores=1,3,5,7
/proc/28885/stat : 28885 (java) S 28882 28885 24904 0 -1 1077944320 801346 0 0 0 239763 252 0 0 20 0 17 0 39462618 11189649408 586182 33554432000 4194304 4196468 140732633116800 140732633099344 140252844732151 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
/proc/28885/statm: 2731848 586182 3192 1 0 2694339 0
[pid=28885/tid=28887] ppid=28882 vsize=10927392 memory=4872558044660077418 CPUtime=2375.31 cores=1,3,5,7
/proc/28885/task/28887/stat : 28887 (java) S 28882 28885 24904 0 -1 1077944384 714163 0 0 0 237478 53 0 0 20 0 17 0 39462618 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252848975024 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28888] ppid=28882 vsize=10927392 memory=2240 CPUtime=3.83 cores=1,3,5,7
/proc/28885/task/28888/stat : 28888 (java) S 28882 28885 24904 0 -1 1077944384 9349 0 0 0 352 31 0 0 20 0 17 0 39462619 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252770806288 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28889] ppid=28882 vsize=10927392 memory=4128 CPUtime=3.78 cores=1,3,5,7
/proc/28885/task/28889/stat : 28889 (java) S 28882 28885 24904 0 -1 1077944384 11438 0 0 0 349 29 0 0 20 0 17 0 39462619 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252769753744 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28890] ppid=28882 vsize=10927392 memory=2200 CPUtime=3.83 cores=1,3,5,7
/proc/28885/task/28890/stat : 28890 (java) S 28882 28885 24904 0 -1 1077944384 8733 0 0 0 354 29 0 0 20 0 17 0 39462619 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252768700688 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28891] ppid=28882 vsize=10927392 memory=7392 CPUtime=3.89 cores=1,3,5,7
/proc/28885/task/28891/stat : 28891 (java) S 28882 28885 24904 0 -1 1077944384 9052 0 0 0 356 33 0 0 20 0 17 0 39462619 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252767648144 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28892] ppid=28882 vsize=10927392 memory=840 CPUtime=1.83 cores=1,3,5,7
/proc/28885/task/28892/stat : 28892 (java) S 28882 28885 24904 0 -1 1077944384 6692 0 0 0 179 4 0 0 20 0 17 0 39462620 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252336298736 140252844743298 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28893] ppid=28882 vsize=10927392 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28893/stat : 28893 (java) S 28882 28885 24904 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39462621 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252335245024 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28894] ppid=28882 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28894/stat : 28894 (java) S 28882 28885 24904 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 17 0 39462621 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252334191872 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28895] ppid=28882 vsize=10927392 memory=378 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28895/stat : 28895 (java) S 28882 28885 24904 0 -1 1077944384 195 0 0 0 0 0 0 0 20 0 17 0 39462623 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252333140432 140252844750747 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28896] ppid=28882 vsize=10927392 memory=383 CPUtime=3.03 cores=1,3,5,7
/proc/28885/task/28896/stat : 28896 (java) S 28882 28885 24904 0 -1 1077944384 14622 0 0 0 301 2 0 0 20 0 17 0 39462623 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252332087536 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28897] ppid=28882 vsize=10927392 memory=389 CPUtime=2.53 cores=1,3,5,7
/proc/28885/task/28897/stat : 28897 (java) S 28882 28885 24904 0 -1 1077944384 15482 0 0 0 251 2 0 0 20 0 17 0 39462623 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252331034992 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28898] ppid=28882 vsize=10927392 memory=140050495789885 CPUtime=0.61 cores=1,3,5,7
/proc/28885/task/28898/stat : 28898 (java) S 28882 28885 24904 0 -1 1077944384 6716 0 0 0 58 3 0 0 20 0 17 0 39462623 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252329981936 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28899] ppid=28882 vsize=10927392 memory=6340 CPUtime=0 cores=1,3,5,7
/proc/28885/task/28899/stat : 28899 (java) S 28882 28885 24904 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39462624 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252328929632 140252844742357 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
[pid=28885/tid=28900] ppid=28882 vsize=10927392 memory=8548 CPUtime=1.41 cores=1,3,5,7
/proc/28885/task/28900/stat : 28900 (java) S 28882 28885 24904 0 -1 1077944384 3130 0 0 0 63 78 0 0 20 0 17 0 39462624 11189649408 586182 33554432000 4194304 4196468 140732633116800 140252327877680 140252844743298 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31866880 140732633117809 140732633117961 140732633117961 140732633120719 0
Current children cumulated CPU time: 2400.15 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2344728 KiB

Child status: 143
Real time (s): 2381.28
CPU time (s): 2400.22
CPU user time (s): 2397.69
CPU system time (s): 2.53646
CPU usage (%): 100.796
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2355832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.69
system time used= 2.53646
maximum resident set size= 2355832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 802208
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54225
involuntary context switches= 958


# summary of solver processes directly reported to runsolver:
#   pid: 28885
#   total CPU time (s): 2400.22
#   total CPU user time (s): 2397.69
#   total CPU system time (s): 2.53646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8248 second user time and 24.4806 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-22 02:23:14
IDJOB=4290023
IDBENCH=141453
IDSOLVER=2742
FILE ID=node103/4290023-1532218994
RUNJOBID= node103-1532209718-27132
PBS_JOBID= 21018940
Free space on /tmp= 56872 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/CarSequencing/CarSequencing-65-01_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290023-1532218994/watcher-4290023-1532218994 -o /tmp/evaluation-result-4290023-1532218994/solver-4290023-1532218994 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532209718-27132 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290023-1532218994.xml

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

MD5SUM BENCH= 48ac70ebdae407305a9c210468be8830
RANDOM SEED=1109228832

node103.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.48
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.48
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.48
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.48
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:        22184132 kB
MemAvailable:   30515336 kB
Buffers:          217552 kB
Cached:          8319116 kB
SwapCached:            0 kB
Active:          2753472 kB
Inactive:        7261412 kB
Active(anon):    1480548 kB
Inactive(anon):    16984 kB
Active(file):    1272924 kB
Inactive(file):  7244428 kB
Unevictable:        7140 kB
Mlocked:            7140 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2384 kB
Writeback:             0 kB
AnonPages:       1484408 kB
Mapped:            46860 kB
Shmem:             17036 kB
Slab:             269852 kB
SReclaimable:     242312 kB
SUnreclaim:        27540 kB
KernelStack:        3840 kB
PageTables:         8096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3149824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1247232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56868 MiB
End job on node103 at 2018-07-22 03:02:56