Trace number 4290027

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.18 2382.28

General information on the benchmark

NameCarSequencing/
CarSequencing-75-01_c18.xml
MD5SUM440a7f21d9ad6b426785aa5fd584fc01
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 benchmark35.1949
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1416
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 degree73
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":18},{"degree":23,"count":18},{"degree":24,"count":18},{"degree":25,"count":18},{"degree":26,"count":19},"...",{"degree":49,"count":8}, {"degree":50,"count":8}, {"degree":51,"count":8}, {"degree":52,"count":9}, {"degree":53,"count":9}, {"degree":54,"count":56}, {"degree":55,"count":5}, {"degree":56,"count":6}, {"degree":57,"count":6}, {"degree":58,"count":41}, {"degree":59,"count":2}, {"degree":60,"count":2}, {"degree":61,"count":2}, {"degree":62,"count":2}, {"degree":63,"count":2}, {"degree":64,"count":2}, {"degree":65,"count":2}, {"degree":66,"count":2}, {"degree":67,"count":2}, {"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":3}, {"degree":73,"count":61}]
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":41,"count":1},{"arity":44,"count":1},{"arity":47,"count":1},{"arity":50,"count":1},{"arity":53,"count":2},{"arity":55,"count":1},{"arity":56,"count":2},{"arity":59,"count":2},{"arity":60,"count":1},{"arity":62,"count":3},{"arity":64,"count":1},{"arity":65,"count":3},{"arity":66,"count":1},{"arity":68,"count":3},{"arity":70,"count":2},{"arity":71,"count":2},{"arity":72,"count":1},{"arity":74,"count":3},{"arity":75,"count":1},{"arity":76,"count":1},{"arity":77,"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":1215},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290027-1532218908/watcher-4290027-1532218908 -o /tmp/evaluation-result-4290027-1532218908/solver-4290027-1532218908 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532207966-25849 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290027-1532218908.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
Current StackSize limit: 8192 KiB

solver pid=27917, runsolver pid=27914

[startup+0.102812 s]*
/proc/loadavg: 2.05 2.03 2.09 3/217 27932
/proc/meminfo: memFree=19363556/32770624 swapFree=67108860/67108860
[pid=27917] ppid=27914 vsize=10659012 memory=31160 CPUtime=0.13 cores=1,3,5,7
/proc/27917/stat : 27917 (java) S 27914 27917 23514 0 -1 1077944320 6868 0 0 0 12 1 0 0 20 0 15 0 39454122 10914828288 7790 33554432000 4194304 4196468 140736747861200 140736747843744 140044877422327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
/proc/27917/statm: 2664753 7790 2846 1 0 2627263 0
[pid=27917/tid=27919] ppid=27914 vsize=10659012 memory=-8701690554792447874 CPUtime=0.1 cores=1,3,5,7
/proc/27917/task/27919/stat : 27919 (java) R 27914 27917 23514 0 -1 4202560 4709 0 0 0 9 1 0 0 20 0 15 0 39454122 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044881634416 140044877444253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27920] ppid=27914 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044803496464 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27921] ppid=27914 vsize=10659012 memory=140192734230144 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044802443920 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27922] ppid=27914 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044801390864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27923] ppid=27914 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39454123 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044800338320 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27924] ppid=27914 vsize=10659012 memory=140192734230144 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39454124 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044369791728 140044877433474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27925] ppid=27914 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39454125 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044368737952 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27926] ppid=27914 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39454125 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044367684848 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27927] ppid=27914 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39454127 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044366633424 140044877440923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27928] ppid=27914 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 23514 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 39454127 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044365580528 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27929] ppid=27914 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 23514 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 39454127 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044364527984 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27930] ppid=27914 vsize=10659012 memory=140192734230144 CPUtime=0.02 cores=1,3,5,7
/proc/27917/task/27930/stat : 27930 (java) R 27914 27917 23514 0 -1 4202560 349 0 0 0 2 0 0 0 20 0 15 0 39454127 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044363474928 140044877443674 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27931] ppid=27914 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39454128 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044362422624 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27932] ppid=27914 vsize=10659012 memory=140192734230144 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454128 10914828288 7790 33554432000 4194304 4196468 140736747861200 140044361370672 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31160 KiB

[startup+0.210422 s]*
/proc/loadavg: 2.05 2.03 2.09 4/217 27932
/proc/meminfo: memFree=19356624/32770624 swapFree=67108860/67108860
[pid=27917] ppid=27914 vsize=10659012 memory=40864 CPUtime=0.34 cores=1,3,5,7
/proc/27917/stat : 27917 (java) S 27914 27917 23514 0 -1 1077944320 7839 0 0 0 32 2 0 0 20 0 15 0 39454122 10914828288 10216 33554432000 4194304 4196468 140736747861200 140736747843744 140044877422327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
/proc/27917/statm: 2664753 10216 2953 1 0 2627263 0
[pid=27917/tid=27919] ppid=27914 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27917/task/27919/stat : 27919 (java) R 27914 27917 23514 0 -1 4202560 5044 0 0 0 19 1 0 0 20 0 15 0 39454122 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044881658592 140044877444253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27920] ppid=27914 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044803496464 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27921] ppid=27914 vsize=10659012 memory=140192734436313 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044802443920 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27922] ppid=27914 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044801390864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27923] ppid=27914 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39454123 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044800338320 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27924] ppid=27914 vsize=10659012 memory=140192734230144 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39454124 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044369791728 140044877433474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27925] ppid=27914 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39454125 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044368737952 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27926] ppid=27914 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39454125 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044367684848 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27927] ppid=27914 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39454127 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044366633424 140044877440923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27928] ppid=27914 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 23514 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 39454127 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044365580528 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27929] ppid=27914 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 23514 0 -1 1077944384 375 0 0 0 2 0 0 0 20 0 15 0 39454127 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044364527984 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27930] ppid=27914 vsize=10659012 memory=140192734230144 CPUtime=0.08 cores=1,3,5,7
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 23514 0 -1 1077944384 673 0 0 0 8 0 0 0 20 0 15 0 39454127 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044363474928 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27931] ppid=27914 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39454128 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044362422624 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27932] ppid=27914 vsize=10659012 memory=140192734230144 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454128 10914828288 10216 33554432000 4194304 4196468 140736747861200 140044361370672 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 40864 KiB

[startup+0.313069 s]*
/proc/loadavg: 2.05 2.03 2.09 5/217 27932
/proc/meminfo: memFree=19344032/32770624 swapFree=67108860/67108860
[pid=27917] ppid=27914 vsize=10659088 memory=52296 CPUtime=0.57 cores=1,3,5,7
/proc/27917/stat : 27917 (java) S 27914 27917 23514 0 -1 1077944320 9678 0 0 0 55 2 0 0 20 0 15 0 39454122 10914906112 13074 33554432000 4194304 4196468 140736747861200 140736747843744 140044877422327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
/proc/27917/statm: 2664772 13074 3065 1 0 2627263 0
[pid=27917/tid=27919] ppid=27914 vsize=10659088 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/27917/task/27919/stat : 27919 (java) R 27914 27917 23514 0 -1 4202560 5592 0 0 0 28 1 0 0 20 0 15 0 39454122 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044881659184 140044861558383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27920] ppid=27914 vsize=10659088 memory=4294977867 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044803496464 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27921] ppid=27914 vsize=10659088 memory=140192734436312 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044802443920 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27922] ppid=27914 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044801390864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27923] ppid=27914 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 23514 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39454123 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044800338320 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27924] ppid=27914 vsize=10659088 memory=140192734230144 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 23514 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39454124 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044369791728 140044877433474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27925] ppid=27914 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39454125 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044368737952 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27926] ppid=27914 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39454125 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044367684848 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27927] ppid=27914 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39454127 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044366633424 140044877440923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27928] ppid=27914 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/27917/task/27928/stat : 27928 (java) R 27914 27917 23514 0 -1 4202560 1024 0 0 0 7 0 0 0 20 0 15 0 39454127 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044365561544 140044857076448 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27929] ppid=27914 vsize=10659088 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/27917/task/27929/stat : 27929 (java) R 27914 27917 23514 0 -1 4202560 705 0 0 0 5 0 0 0 20 0 15 0 39454127 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044364507864 140044858122624 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27930] ppid=27914 vsize=10659088 memory=140192734230144 CPUtime=0.13 cores=1,3,5,7
/proc/27917/task/27930/stat : 27930 (java) R 27914 27917 23514 0 -1 1077944384 986 0 0 0 13 0 0 0 20 0 15 0 39454127 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044363474928 140044877433474 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27931] ppid=27914 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39454128 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044362422624 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27932] ppid=27914 vsize=10659088 memory=140192734230144 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454128 10914906112 13074 33554432000 4194304 4196468 140736747861200 140044361370672 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 52296 KiB

[startup+0.70129 s]
/proc/loadavg: 2.05 2.03 2.09 5/217 27932
/proc/meminfo: memFree=19312400/32770624 swapFree=67108860/67108860
[pid=27917] ppid=27914 vsize=10663820 memory=221204 CPUtime=1.92 cores=1,3,5,7
/proc/27917/stat : 27917 (java) S 27914 27917 23514 0 -1 1077944320 22998 0 0 0 185 7 0 0 20 0 15 0 39454122 10919751680 55301 33554432000 4194304 4196468 140736747861200 140736747843744 140044877422327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
/proc/27917/statm: 2665955 55301 3105 1 0 2628446 0
[pid=27917/tid=27919] ppid=27914 vsize=10663820 memory=260125298294899 CPUtime=0.64 cores=1,3,5,7
/proc/27917/task/27919/stat : 27919 (java) R 27914 27917 23514 0 -1 4202560 6189 0 0 0 61 3 0 0 20 0 15 0 39454122 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044881649720 140044472231834 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27920] ppid=27914 vsize=10663820 memory=4265253205551874080 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044803496464 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27921] ppid=27914 vsize=10663820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454123 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044802443920 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27922] ppid=27914 vsize=10663820 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 23514 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 39454123 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044801390864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27923] ppid=27914 vsize=10663820 memory=7809523229951467572 CPUtime=0.01 cores=1,3,5,7
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 23514 0 -1 1077944384 15 0 0 0 1 0 0 0 20 0 15 0 39454123 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044800338320 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27924] ppid=27914 vsize=10663820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 23514 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39454124 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044369791728 140044877433474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27925] ppid=27914 vsize=10663820 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 23514 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39454125 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044368737952 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27926] ppid=27914 vsize=10663820 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 23514 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39454125 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044367684848 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27927] ppid=27914 vsize=10663820 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39454127 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044366633424 140044877440923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27928] ppid=27914 vsize=10663820 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/27917/task/27928/stat : 27928 (java) R 27914 27917 23514 0 -1 4202560 5153 0 0 0 42 0 0 0 20 0 15 0 39454127 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044365566552 140044858965616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27929] ppid=27914 vsize=10663820 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/27917/task/27929/stat : 27929 (java) R 27914 27917 23514 0 -1 4202560 6192 0 0 0 40 1 0 0 20 0 15 0 39454127 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044364513480 140044858944551 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27930] ppid=27914 vsize=10663820 memory=0 CPUtime=0.38 cores=1,3,5,7
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 23514 0 -1 1077944384 3989 0 0 0 37 1 0 0 20 0 15 0 39454127 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044363474928 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27931] ppid=27914 vsize=10663820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39454128 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044362422624 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27932] ppid=27914 vsize=10663820 memory=18464 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 23514 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39454128 10919751680 55301 33554432000 4194304 4196468 140736747861200 140044361370672 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
Current children cumulated CPU time: 1.92 s
Current children cumulated vsize: 10663820 KiB
Current children cumulated memory: 221204 KiB

[startup+1.5013 s]
/proc/loadavg: 2.05 2.03 2.09 5/217 27932
/proc/meminfo: memFree=19131276/32770624 swapFree=67108860/67108860
[pid=27917] ppid=27914 vsize=10661136 memory=440236 CPUtime=4.46 cores=1,3,5,7
/proc/27917/stat : 27917 (java) S 27914 27917 23514 0 -1 1077944320 25369 0 0 0 427 19 0 0 20 0 15 0 39454122 10917003264 109547 33554432000 4194304 4196468 140736747861200 140736747843744 140044877422327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
/proc/27917/statm: 2665284 110059 3148 1 0 2627775 0
[pid=27917/tid=27919] ppid=27914 vsize=10661136 memory=10799 CPUtime=1.34 cores=1,3,5,7
/proc/27917/task/27919/stat : 27919 (java) S 27914 27917 23514 0 -1 1077944384 6274 0 0 0 129 5 0 0 20 0 15 0 39454122 10917003264 110059 33554432000 4194304 4196468 140736747861200 140044881659728 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27920] ppid=27914 vsize=10661136 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/27917/task/27920/stat : 27920 (java) R 27914 27917 23514 0 -1 4202560 111 0 0 0 7 2 0 0 20 0 15 0 39454123 10917003264 110059 33554432000 4194304 4196468 140736747861200 140044803496352 140044862450201 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27921] ppid=27914 vsize=10661136 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/27917/task/27921/stat : 27921 (java) R 27914 27917 23514 0 -1 4202560 121 0 0 0 7 2 0 0 20 0 15 0 39454123 10917003264 110059 33554432000 4194304 4196468 140736747861200 140044802444120 140044862450201 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27922] ppid=27914 vsize=10661136 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27917/task/27922/stat : 27922 (java) R 27914 27917 23514 0 -1 4202560 133 0 0 0 8 2 0 0 20 0 15 0 39454123 10917003264 110059 33554432000 4194304 4196468 140736747861200 140044801391064 140044862450201 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27923] ppid=27914 vsize=10661136 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/27917/task/27923/stat : 27923 (java) R 27914 27917 23514 0 -1 4202560 131 0 0 0 8 2 0 0 20 0 15 0 39454123 10917003264 110059 33554432000 4194304 4196468 140736747861200 140044800338520 140044862450201 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27924] ppid=27914 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 23514 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39454124 10917003264 110059 33554432000 4194304 4196468 140736747861200 140044369790240 140044877432533 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0

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

/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 23514 0 -1 1077944384 8865 0 0 0 357 34 0 0 20 0 16 0 39454123 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044801390864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27923] ppid=27914 vsize=10727700 memory=2340488 CPUtime=3.92 cores=1,3,5,7
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 23514 0 -1 1077944384 9524 0 0 0 356 36 0 0 20 0 16 0 39454123 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044800338320 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27924] ppid=27914 vsize=10727700 memory=2340488 CPUtime=1.85 cores=1,3,5,7
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 23514 0 -1 1077944384 7539 0 0 0 181 4 0 0 20 0 16 0 39454124 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044369791728 140044877433474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27925] ppid=27914 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 23514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39454125 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044368738016 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27926] ppid=27914 vsize=10727700 memory=2340488 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 23514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39454125 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044367684864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27927] ppid=27914 vsize=10727700 memory=2340488 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044366633424 140044877440923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27928] ppid=27914 vsize=10727700 memory=280385264051064 CPUtime=2.53 cores=1,3,5,7
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 23514 0 -1 1077944384 12182 0 0 0 251 2 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044365580528 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27929] ppid=27914 vsize=10727700 memory=4136 CPUtime=1.95 cores=1,3,5,7
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 23514 0 -1 1077944384 12273 0 0 0 193 2 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044364527984 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27930] ppid=27914 vsize=10727700 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 23514 0 -1 1077944384 7173 0 0 0 59 2 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044363474928 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27931] ppid=27914 vsize=10727700 memory=2340488 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39454128 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044362422624 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27932] ppid=27914 vsize=10727700 memory=4136 CPUtime=1.38 cores=1,3,5,7
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 23514 0 -1 1077944384 2911 0 0 0 61 77 0 0 20 0 16 0 39454128 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044361370672 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27933] ppid=27914 vsize=10727700 memory=2340488 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27933/stat : 27933 (java) S 27914 27917 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39454693 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044358219312 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
Current children cumulated CPU time: 2280.3 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2340488 KiB

[startup+2322.3 s]
/proc/loadavg: 2.03 2.06 2.08 3/218 28087
/proc/meminfo: memFree=16037184/32770624 swapFree=67108860/67108860
[pid=27917] ppid=27914 vsize=10727700 memory=2340488 CPUtime=2340.34 cores=1,3,5,7
/proc/27917/stat : 27917 (java) S 27914 27917 23514 0 -1 1077944320 805523 0 0 0 233761 273 0 0 20 0 16 0 39454122 10985164800 585122 33554432000 4194304 4196468 140736747861200 140736747843744 140044877422327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
/proc/27917/statm: 2681925 585122 3191 1 0 2644416 0
[pid=27917/tid=27919] ppid=27914 vsize=10727700 memory=2340488 CPUtime=2316.44 cores=1,3,5,7
/proc/27917/task/27919/stat : 27919 (java) R 27914 27917 23514 0 -1 4202560 726618 0 0 0 231587 57 0 0 20 0 16 0 39454122 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044881659208 140044472234052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27920] ppid=27914 vsize=10727700 memory=2340488 CPUtime=3.75 cores=1,3,5,7
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 23514 0 -1 1077944384 8910 0 0 0 344 31 0 0 20 0 16 0 39454123 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044803496464 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27921] ppid=27914 vsize=10727700 memory=2340488 CPUtime=3.86 cores=1,3,5,7
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 23514 0 -1 1077944384 8047 0 0 0 351 35 0 0 20 0 16 0 39454123 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044802443920 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27922] ppid=27914 vsize=10727700 memory=4082012 CPUtime=3.91 cores=1,3,5,7
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 23514 0 -1 1077944384 8865 0 0 0 357 34 0 0 20 0 16 0 39454123 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044801390864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27923] ppid=27914 vsize=10727700 memory=2340488 CPUtime=3.92 cores=1,3,5,7
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 23514 0 -1 1077944384 9524 0 0 0 356 36 0 0 20 0 16 0 39454123 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044800338320 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27924] ppid=27914 vsize=10727700 memory=2340488 CPUtime=1.85 cores=1,3,5,7
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 23514 0 -1 1077944384 7549 0 0 0 181 4 0 0 20 0 16 0 39454124 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044369791728 140044877433474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27925] ppid=27914 vsize=10727700 memory=280385264051064 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 23514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39454125 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044368738016 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27926] ppid=27914 vsize=10727700 memory=2340488 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 23514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39454125 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044367684864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27927] ppid=27914 vsize=10727700 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044366633424 140044877440923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27928] ppid=27914 vsize=10727700 memory=4136 CPUtime=2.53 cores=1,3,5,7
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 23514 0 -1 1077944384 12188 0 0 0 251 2 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044365580528 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27929] ppid=27914 vsize=10727700 memory=14088 CPUtime=1.95 cores=1,3,5,7
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 23514 0 -1 1077944384 12276 0 0 0 193 2 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044364527984 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27930] ppid=27914 vsize=10727700 memory=14088 CPUtime=0.61 cores=1,3,5,7
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 23514 0 -1 1077944384 7183 0 0 0 59 2 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044363474928 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27931] ppid=27914 vsize=10727700 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39454128 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044362422624 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27932] ppid=27914 vsize=10727700 memory=2340488 CPUtime=1.41 cores=1,3,5,7
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 23514 0 -1 1077944384 2955 0 0 0 62 79 0 0 20 0 16 0 39454128 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044361370672 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27933] ppid=27914 vsize=10727700 memory=2340488 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27933/stat : 27933 (java) S 27914 27917 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39454693 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044358219312 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
Current children cumulated CPU time: 2340.34 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2340488 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2382 s]*
/proc/loadavg: 2.01 2.05 2.07 3/219 28110
/proc/meminfo: memFree=16036556/32770624 swapFree=67108860/67108860
[pid=27917] ppid=27914 vsize=10727700 memory=2340488 CPUtime=2400.08 cores=1,3,5,7
/proc/27917/stat : 27917 (java) S 27914 27917 23514 0 -1 1077944320 807010 0 0 0 239734 274 0 0 20 0 16 0 39454122 10985164800 585122 33554432000 4194304 4196468 140736747861200 140736747843744 140044877422327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
/proc/27917/statm: 2681925 585122 3191 1 0 2644416 0
[pid=27917/tid=27919] ppid=27914 vsize=10727700 memory=-7395409520647495987 CPUtime=2376.15 cores=1,3,5,7
/proc/27917/task/27919/stat : 27919 (java) R 27914 27917 23514 0 -1 4202560 728036 0 0 0 237558 57 0 0 20 0 16 0 39454122 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044881659208 140044472234052 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27920] ppid=27914 vsize=10727700 memory=4052 CPUtime=3.75 cores=1,3,5,7
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 23514 0 -1 1077944384 8910 0 0 0 344 31 0 0 20 0 16 0 39454123 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044803496464 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27921] ppid=27914 vsize=10727700 memory=644 CPUtime=3.86 cores=1,3,5,7
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 23514 0 -1 1077944384 8047 0 0 0 351 35 0 0 20 0 16 0 39454123 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044802443920 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27922] ppid=27914 vsize=10727700 memory=1792 CPUtime=3.91 cores=1,3,5,7
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 23514 0 -1 1077944384 8865 0 0 0 357 34 0 0 20 0 16 0 39454123 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044801390864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27923] ppid=27914 vsize=10727700 memory=1236 CPUtime=3.92 cores=1,3,5,7
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 23514 0 -1 1077944384 9524 0 0 0 356 36 0 0 20 0 16 0 39454123 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044800338320 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27924] ppid=27914 vsize=10727700 memory=956 CPUtime=1.85 cores=1,3,5,7
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 23514 0 -1 1077944384 7559 0 0 0 181 4 0 0 20 0 16 0 39454124 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044369791728 140044877433474 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27925] ppid=27914 vsize=10727700 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 23514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39454125 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044368738016 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27926] ppid=27914 vsize=10727700 memory=3252 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 23514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 39454125 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044367684864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27927] ppid=27914 vsize=10727700 memory=4082012 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044366633424 140044877440923 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27928] ppid=27914 vsize=10727700 memory=4096 CPUtime=2.53 cores=1,3,5,7
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 23514 0 -1 1077944384 12198 0 0 0 251 2 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044365580528 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27929] ppid=27914 vsize=10727700 memory=736 CPUtime=1.95 cores=1,3,5,7
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 23514 0 -1 1077944384 12279 0 0 0 193 2 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044364527984 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27930] ppid=27914 vsize=10727700 memory=-7395409520647495987 CPUtime=0.61 cores=1,3,5,7
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 23514 0 -1 1077944384 7189 0 0 0 59 2 0 0 20 0 16 0 39454127 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044363474928 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27931] ppid=27914 vsize=10727700 memory=916 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39454128 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044362422624 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27932] ppid=27914 vsize=10727700 memory=3848 CPUtime=1.44 cores=1,3,5,7
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 23514 0 -1 1077944384 2995 0 0 0 64 80 0 0 20 0 16 0 39454128 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044361370672 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27933] ppid=27914 vsize=10727700 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27933/stat : 27933 (java) S 27914 27917 23514 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39454693 10985164800 585122 33554432000 4194304 4196468 140736747861200 140044358219312 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2340488 KiB

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

[startup+2382.28 s]
# the end of solver process 27917 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.42 s, system=2.76228 s

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

[startup+2382.2 s]
/proc/loadavg: 2.01 2.05 2.07 3/219 28110
/proc/meminfo: memFree=16036556/32770624 swapFree=67108860/67108860
[pid=27917] ppid=27914 vsize=10927392 memory=2340784 CPUtime=2400.1 cores=1,3,5,7
/proc/27917/stat : 27917 (java) S 27914 27917 23514 0 -1 1077944320 807903 0 0 0 239736 274 0 0 20 0 17 0 39454122 11189649408 585196 33554432000 4194304 4196468 140736747861200 140736747843744 140044877422327 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
/proc/27917/statm: 2731848 585196 3194 1 0 2694339 0
[pid=27917/tid=27919] ppid=27914 vsize=10927392 memory=1408 CPUtime=2376.17 cores=1,3,5,7
/proc/27917/task/27919/stat : 27919 (java) S 27914 27917 23514 0 -1 1077944384 728126 0 0 0 237560 57 0 0 20 0 17 0 39454122 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044881665200 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27920] ppid=27914 vsize=10927392 memory=3264 CPUtime=3.75 cores=1,3,5,7
/proc/27917/task/27920/stat : 27920 (java) S 27914 27917 23514 0 -1 1077944384 8910 0 0 0 344 31 0 0 20 0 17 0 39454123 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044803496464 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27921] ppid=27914 vsize=10927392 memory=2340488 CPUtime=3.86 cores=1,3,5,7
/proc/27917/task/27921/stat : 27921 (java) S 27914 27917 23514 0 -1 1077944384 8047 0 0 0 351 35 0 0 20 0 17 0 39454123 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044802443920 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27922] ppid=27914 vsize=10927392 memory=1404 CPUtime=3.91 cores=1,3,5,7
/proc/27917/task/27922/stat : 27922 (java) S 27914 27917 23514 0 -1 1077944384 8865 0 0 0 357 34 0 0 20 0 17 0 39454123 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044801390864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27923] ppid=27914 vsize=10927392 memory=3252 CPUtime=3.92 cores=1,3,5,7
/proc/27917/task/27923/stat : 27923 (java) S 27914 27917 23514 0 -1 1077944384 9524 0 0 0 356 36 0 0 20 0 17 0 39454123 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044800338320 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27924] ppid=27914 vsize=10927392 memory=644 CPUtime=1.85 cores=1,3,5,7
/proc/27917/task/27924/stat : 27924 (java) S 27914 27917 23514 0 -1 1077944384 7590 0 0 0 181 4 0 0 20 0 17 0 39454124 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044369791728 140044877433474 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27925] ppid=27914 vsize=10927392 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27925/stat : 27925 (java) S 27914 27917 23514 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 39454125 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044368738016 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27926] ppid=27914 vsize=10927392 memory=2340488 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27926/stat : 27926 (java) S 27914 27917 23514 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 17 0 39454125 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044367684864 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27927] ppid=27914 vsize=10927392 memory=956 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27927/stat : 27927 (java) S 27914 27917 23514 0 -1 1077944384 225 0 0 0 0 0 0 0 20 0 17 0 39454127 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044366633424 140044877440923 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27928] ppid=27914 vsize=10927392 memory=2340 CPUtime=2.53 cores=1,3,5,7
/proc/27917/task/27928/stat : 27928 (java) S 27914 27917 23514 0 -1 1077944384 12198 0 0 0 251 2 0 0 20 0 17 0 39454127 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044365580528 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27929] ppid=27914 vsize=10927392 memory=1576 CPUtime=1.95 cores=1,3,5,7
/proc/27917/task/27929/stat : 27929 (java) S 27914 27917 23514 0 -1 1077944384 12279 0 0 0 193 2 0 0 20 0 17 0 39454127 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044364527984 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27930] ppid=27914 vsize=10927392 memory=928 CPUtime=0.61 cores=1,3,5,7
/proc/27917/task/27930/stat : 27930 (java) S 27914 27917 23514 0 -1 1077944384 7376 0 0 0 59 2 0 0 20 0 17 0 39454127 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044363474928 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27931] ppid=27914 vsize=10927392 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/27917/task/27931/stat : 27931 (java) S 27914 27917 23514 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39454128 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044362422624 140044877432533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
[pid=27917/tid=27932] ppid=27914 vsize=10927392 memory=4128 CPUtime=1.44 cores=1,3,5,7
/proc/27917/task/27932/stat : 27932 (java) S 27914 27917 23514 0 -1 1077944384 2995 0 0 0 64 80 0 0 20 0 17 0 39454128 11189649408 585196 33554432000 4194304 4196468 140736747861200 140044361370672 140044877433474 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 21639168 140736747869297 140736747869449 140736747869449 140736747872207 0
Current children cumulated CPU time: 2400.1 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2340784 KiB

Child status: 143
Real time (s): 2382.28
CPU time (s): 2400.18
CPU user time (s): 2397.42
CPU system time (s): 2.76228
CPU usage (%): 100.751
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2340784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.42
system time used= 2.76228
maximum resident set size= 2341184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 808837
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54723
involuntary context switches= 1062


# summary of solver processes directly reported to runsolver:
#   pid: 27917
#   total CPU time (s): 2400.18
#   total CPU user time (s): 2397.42
#   total CPU system time (s): 2.76228

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7402 second user time and 22.9097 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-22 02:21:49
IDJOB=4290027
IDBENCH=141451
IDSOLVER=2742
FILE ID=node150/4290027-1532218908
RUNJOBID= node150-1532207966-25849
PBS_JOBID= 21018925
Free space on /tmp= 57252 MiB

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

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

MD5SUM BENCH= 440a7f21d9ad6b426785aa5fd584fc01
RANDOM SEED=1049879718

node150.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.76
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.76
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.76
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.76
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:        19383568 kB
MemAvailable:   28873792 kB
Buffers:          222992 kB
Cached:          9479848 kB
SwapCached:            0 kB
Active:          4087444 kB
Inactive:        8730740 kB
Active(anon):    3117776 kB
Inactive(anon):    16868 kB
Active(file):     969668 kB
Inactive(file):  8713872 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2448 kB
Writeback:             0 kB
AnonPages:       3126220 kB
Mapped:            46880 kB
Shmem:             17032 kB
Slab:             261612 kB
SReclaimable:     235144 kB
SUnreclaim:        26468 kB
KernelStack:        3728 kB
PageTables:        11156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4445004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2953216 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 57248 MiB
End job on node150 at 2018-07-22 03:01:31