Trace number 4290021

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.11 2380.87

General information on the benchmark

NameCarSequencing/
CarSequencing-60-01_c18.xml
MD5SUM78ce7b18c2bc9eefd2fccfc0b2746318
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 benchmark20.4936
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1379
Number of domains2
Minimum domain size2
Maximum domain size24
Distribution of domain sizes[{"size":2,"count":1000},{"size":24,"count":200}]
Minimum variable degree2
Maximum variable degree62
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":19},{"degree":21,"count":19},{"degree":22,"count":19},{"degree":23,"count":19},{"degree":24,"count":125},{"degree":25,"count":14},{"degree":26,"count":14},"...",{"degree":38,"count":8}, {"degree":39,"count":8}, {"degree":40,"count":8}, {"degree":41,"count":8}, {"degree":42,"count":8}, {"degree":43,"count":9}, {"degree":44,"count":125}, {"degree":45,"count":6}, {"degree":46,"count":6}, {"degree":47,"count":6}, {"degree":48,"count":6}, {"degree":49,"count":6}, {"degree":50,"count":6}, {"degree":51,"count":6}, {"degree":52,"count":6}, {"degree":53,"count":6}, {"degree":54,"count":7}, {"degree":55,"count":7}, {"degree":56,"count":48}, {"degree":57,"count":3}, {"degree":58,"count":3}, {"degree":59,"count":3}, {"degree":60,"count":4}, {"degree":61,"count":4}, {"degree":62,"count":27}]
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":29,"count":1},{"arity":32,"count":1},{"arity":35,"count":1},{"arity":38,"count":1},{"arity":41,"count":1},{"arity":44,"count":1},{"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":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":1178},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290021-1532218838/watcher-4290021-1532218838 -o /tmp/evaluation-result-4290021-1532218838/solver-4290021-1532218838 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532208159-28447 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290021-1532218838.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=30163, runsolver pid=30160
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 2.03 2.04 2.10 4/217 30178
/proc/meminfo: memFree=17255072/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10659012 memory=30088 CPUtime=0.13 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26151 0 -1 1077944320 6603 0 0 0 11 2 0 0 20 0 15 0 39447015 10914828288 7522 33554432000 4194304 4196468 140737065433600 140737065416144 140218256633591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
/proc/30163/statm: 2664753 7522 2812 1 0 2627263 0
[pid=30163/tid=30165] ppid=30160 vsize=10659012 memory=-8773748148830243971 CPUtime=0.09 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26151 0 -1 4202560 4425 0 0 0 8 1 0 0 20 0 15 0 39447015 10914828288 7522 33554432000 4194304 4196468 140737065433600 140218260838256 140218256645526 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30166] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447016 10914828288 7522 33554432000 4194304 4196468 140737065433600 140218209254160 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30167] ppid=30160 vsize=10659012 memory=140409452267136 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39447016 10914828288 7522 33554432000 4194304 4196468 140737065433600 140218208201616 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30168] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447016 10914828288 7522 33554432000 4194304 4196468 140737065433600 140218207149072 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30169] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447016 10914828288 7522 33554432000 4194304 4196468 140737065433600 140218206096528 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30170] ppid=30160 vsize=10659012 memory=140409452267136 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447017 10914828288 7522 33554432000 4194304 4196468 140737065433600 140217815594992 140218256644738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30171] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39447018 10914828288 7522 33554432000 4194304 4196468 140737065433600 140217814541216 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30172] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39447018 10914828288 7522 33554432000 4194304 4196468 140737065433600 140217813488624 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30173] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39447020 10914828288 7522 33554432000 4194304 4196468 140737065433600 140217812437200 140218256652187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30174] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26151 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 39447020 10914828288 7522 33554432000 4194304 4196468 140737065433600 140217811384816 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30175] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26151 0 -1 1077944384 423 0 0 0 0 0 0 0 20 0 15 0 39447020 10914828288 7522 33554432000 4194304 4196468 140737065433600 140217810332272 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30176] ppid=30160 vsize=10659012 memory=140409452267136 CPUtime=0.02 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) S 30160 30163 26151 0 -1 1077944384 356 0 0 0 2 0 0 0 20 0 15 0 39447020 10914828288 7522 33554432000 4194304 4196468 140737065433600 140217809279728 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30177] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39447020 10914828288 7522 33554432000 4194304 4196468 140737065433600 140217808227424 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30178] ppid=30160 vsize=10659012 memory=140409452267136 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39447021 10914828288 7522 33554432000 4194304 4196468 140737065433600 140217807173936 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30088 KiB

[startup+0.210579 s]*
/proc/loadavg: 2.03 2.04 2.10 4/217 30178
/proc/meminfo: memFree=17244524/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10659012 memory=41768 CPUtime=0.33 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26151 0 -1 1077944320 8060 0 0 0 31 2 0 0 20 0 15 0 39447015 10914828288 10442 33554432000 4194304 4196468 140737065433600 140737065416144 140218256633591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
/proc/30163/statm: 2664753 10442 2988 1 0 2627263 0
[pid=30163/tid=30165] ppid=30160 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26151 0 -1 4202560 5006 0 0 0 18 1 0 0 20 0 15 0 39447015 10914828288 10442 33554432000 4194304 4196468 140737065433600 140218260869856 140218240677221 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30166] ppid=30160 vsize=10659012 memory=340 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447016 10914828288 10442 33554432000 4194304 4196468 140737065433600 140218209254160 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30167] ppid=30160 vsize=10659012 memory=140409452465835 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39447016 10914828288 10442 33554432000 4194304 4196468 140737065433600 140218208201616 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30168] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447016 10914828288 10442 33554432000 4194304 4196468 140737065433600 140218207149072 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30169] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447016 10914828288 10442 33554432000 4194304 4196468 140737065433600 140218206096528 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30170] ppid=30160 vsize=10659012 memory=140409452267136 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447017 10914828288 10442 33554432000 4194304 4196468 140737065433600 140217815594992 140218256644738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30171] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39447018 10914828288 10442 33554432000 4194304 4196468 140737065433600 140217814541216 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30172] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39447018 10914828288 10442 33554432000 4194304 4196468 140737065433600 140217813488624 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30173] ppid=30160 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39447020 10914828288 10442 33554432000 4194304 4196468 140737065433600 140217812437200 140218256652187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30174] ppid=30160 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26151 0 -1 1077944384 204 0 0 0 2 0 0 0 20 0 15 0 39447020 10914828288 10442 33554432000 4194304 4196468 140737065433600 140217811384816 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30175] ppid=30160 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26151 0 -1 1077944384 787 0 0 0 2 0 0 0 20 0 15 0 39447020 10914828288 10442 33554432000 4194304 4196468 140737065433600 140217810332272 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30176] ppid=30160 vsize=10659012 memory=140409452267136 CPUtime=0.07 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) R 30160 30163 26151 0 -1 4202560 694 0 0 0 7 0 0 0 20 0 15 0 39447020 10914828288 10442 33554432000 4194304 4196468 140737065433600 140217809279728 140218235339459 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30177] ppid=30160 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39447020 10914828288 10442 33554432000 4194304 4196468 140737065433600 140217808227424 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30178] ppid=30160 vsize=10659012 memory=140409452267136 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39447021 10914828288 10442 33554432000 4194304 4196468 140737065433600 140217807173936 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41768 KiB

[startup+0.310755 s]*
/proc/loadavg: 2.03 2.04 2.10 7/217 30178
/proc/meminfo: memFree=17233544/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10659088 memory=51912 CPUtime=0.57 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26151 0 -1 1077944320 9592 0 0 0 54 3 0 0 20 0 15 0 39447015 10914906112 12978 33554432000 4194304 4196468 140737065433600 140737065416144 140218256633591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
/proc/30163/statm: 2664772 12978 3060 1 0 2627263 0
[pid=30163/tid=30165] ppid=30160 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26151 0 -1 4202560 5566 0 0 0 28 2 0 0 20 0 15 0 39447015 10914906112 12978 33554432000 4194304 4196468 140737065433600 140218260870448 140217881291040 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30166] ppid=30160 vsize=10659088 memory=288230600413020183 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447016 10914906112 12978 33554432000 4194304 4196468 140737065433600 140218209254160 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30167] ppid=30160 vsize=10659088 memory=140409452465832 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39447016 10914906112 12978 33554432000 4194304 4196468 140737065433600 140218208201616 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30168] ppid=30160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447016 10914906112 12978 33554432000 4194304 4196468 140737065433600 140218207149072 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30169] ppid=30160 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447016 10914906112 12978 33554432000 4194304 4196468 140737065433600 140218206096528 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30170] ppid=30160 vsize=10659088 memory=140409452267136 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26151 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 39447017 10914906112 12978 33554432000 4194304 4196468 140737065433600 140217815594992 140218256644738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30171] ppid=30160 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39447018 10914906112 12978 33554432000 4194304 4196468 140737065433600 140217814541216 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30172] ppid=30160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39447018 10914906112 12978 33554432000 4194304 4196468 140737065433600 140217813488624 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30173] ppid=30160 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39447020 10914906112 12978 33554432000 4194304 4196468 140737065433600 140217812437200 140218256652187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30174] ppid=30160 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) R 30160 30163 26151 0 -1 1077944384 325 0 0 0 4 0 0 0 20 0 15 0 39447020 10914906112 12978 33554432000 4194304 4196468 140737065433600 140217811384816 140218256644738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30175] ppid=30160 vsize=10659088 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) R 30160 30163 26151 0 -1 4202560 1296 0 0 0 8 0 0 0 20 0 15 0 39447020 10914906112 12978 33554432000 4194304 4196468 140737065433600 140217810313288 140218235851232 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30176] ppid=30160 vsize=10659088 memory=140409452267136 CPUtime=0.13 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) R 30160 30163 26151 0 -1 4202560 1032 0 0 0 13 0 0 0 20 0 15 0 39447020 10914906112 12978 33554432000 4194304 4196468 140737065433600 140217809279728 140218236348364 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30177] ppid=30160 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39447020 10914906112 12978 33554432000 4194304 4196468 140737065433600 140217808227424 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30178] ppid=30160 vsize=10659088 memory=140409452267136 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39447021 10914906112 12978 33554432000 4194304 4196468 140737065433600 140217807173936 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 51912 KiB

[startup+0.701383 s]
/proc/loadavg: 2.03 2.04 2.10 6/217 30178
/proc/meminfo: memFree=17196824/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10663820 memory=222068 CPUtime=1.9 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26151 0 -1 1077944320 22645 0 0 0 184 6 0 0 20 0 15 0 39447015 10919751680 55517 33554432000 4194304 4196468 140737065433600 140737065416144 140218256633591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
/proc/30163/statm: 2665955 55517 3106 1 0 2628446 0
[pid=30163/tid=30165] ppid=30160 vsize=10663820 memory=1836 CPUtime=0.65 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26151 0 -1 4202560 6011 0 0 0 62 3 0 0 20 0 15 0 39447015 10919751680 55517 33554432000 4194304 4196468 140737065433600 140218260857952 140217884887537 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30166] ppid=30160 vsize=10663820 memory=12976 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26151 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 39447016 10919751680 55517 33554432000 4194304 4196468 140737065433600 140218209254160 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30167] ppid=30160 vsize=10663820 memory=792 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39447016 10919751680 55517 33554432000 4194304 4196468 140737065433600 140218208201616 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30168] ppid=30160 vsize=10663820 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26151 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39447016 10919751680 55517 33554432000 4194304 4196468 140737065433600 140218207149072 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30169] ppid=30160 vsize=10663820 memory=1232 CPUtime=0.01 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26151 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 15 0 39447016 10919751680 55517 33554432000 4194304 4196468 140737065433600 140218206096528 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30170] ppid=30160 vsize=10663820 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26151 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39447017 10919751680 55517 33554432000 4194304 4196468 140737065433600 140217815594992 140218256644738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30171] ppid=30160 vsize=10663820 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26151 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39447018 10919751680 55517 33554432000 4194304 4196468 140737065433600 140217814541216 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30172] ppid=30160 vsize=10663820 memory=5412 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26151 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39447018 10919751680 55517 33554432000 4194304 4196468 140737065433600 140217813488624 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30173] ppid=30160 vsize=10663820 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39447020 10919751680 55517 33554432000 4194304 4196468 140737065433600 140217812437200 140218256652187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30174] ppid=30160 vsize=10663820 memory=6297835844906604903 CPUtime=0.39 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) R 30160 30163 26151 0 -1 4202560 5917 0 0 0 39 0 0 0 20 0 15 0 39447020 10919751680 55517 33554432000 4194304 4196468 140737065433600 140217811369864 140218238179193 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30175] ppid=30160 vsize=10663820 memory=7597685182856913236 CPUtime=0.44 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) R 30160 30163 26151 0 -1 4202560 5061 0 0 0 44 0 0 0 20 0 15 0 39447020 10919751680 55517 33554432000 4194304 4196468 140737065433600 140217810318296 140218241555373 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30176] ppid=30160 vsize=10663820 memory=5788087943085183056 CPUtime=0.36 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) S 30160 30163 26151 0 -1 1077944384 4188 0 0 0 36 0 0 0 20 0 15 0 39447020 10919751680 55517 33554432000 4194304 4196468 140737065433600 140217809279728 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30177] ppid=30160 vsize=10663820 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39447020 10919751680 55517 33554432000 4194304 4196468 140737065433600 140217808227424 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30178] ppid=30160 vsize=10663820 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26151 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39447021 10919751680 55517 33554432000 4194304 4196468 140737065433600 140217807173936 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10663820 KiB
Current children cumulated memory: 222068 KiB

[startup+1.50834 s]
/proc/loadavg: 2.03 2.04 2.10 7/217 30178
/proc/meminfo: memFree=17019020/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10659088 memory=435968 CPUtime=4.5 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26151 0 -1 1077944320 24755 0 0 0 434 16 0 0 20 0 15 0 39447015 10914906112 108992 33554432000 4194304 4196468 140737065433600 140737065416144 140218256633591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
/proc/30163/statm: 2664772 108992 3143 1 0 2627263 0
[pid=30163/tid=30165] ppid=30160 vsize=10659088 memory=0 CPUtime=1.35 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) S 30160 30163 26151 0 -1 1077944384 6096 0 0 0 129 6 0 0 20 0 15 0 39447015 10914906112 108992 33554432000 4194304 4196468 140737065433600 140218260869184 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30166] ppid=30160 vsize=10659088 memory=-6951259422114956437 CPUtime=0.08 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) R 30160 30163 26151 0 -1 4202560 138 0 0 0 7 1 0 0 20 0 15 0 39447016 10914906112 108992 33554432000 4194304 4196468 140737065433600 140218209254160 140218241661010 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30167] ppid=30160 vsize=10659088 memory=-6509546260019855295 CPUtime=0.08 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) R 30160 30163 26151 0 -1 4202560 128 0 0 0 7 1 0 0 20 0 15 0 39447016 10914906112 108992 33554432000 4194304 4196468 140737065433600 140218208201816 140218241661010 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30168] ppid=30160 vsize=10659088 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) R 30160 30163 26151 0 -1 4202560 130 0 0 0 6 1 0 0 20 0 15 0 39447016 10914906112 108992 33554432000 4194304 4196468 140737065433600 140218207149272 140218241661474 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30169] ppid=30160 vsize=10659088 memory=4134692831991786133 CPUtime=0.08 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) R 30160 30163 26151 0 -1 4202560 59 0 0 0 7 1 0 0 20 0 15 0 39447016 10914906112 108992 33554432000 4194304 4196468 140737065433600 140218206096528 140218241655712 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30170] ppid=30160 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26151 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39447017 10914906112 108992 33554432000 4194304 4196468 140737065433600 140217815593504 140218256643797 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0

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

/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26151 0 -1 1077944384 13106 0 0 0 376 28 0 0 20 0 16 0 39447016 10985164800 611881 33554432000 4194304 4196468 140737065433600 140218207149072 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30169] ppid=30160 vsize=10727700 memory=1236 CPUtime=4.06 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26151 0 -1 1077944384 10695 0 0 0 375 31 0 0 20 0 16 0 39447016 10985164800 611881 33554432000 4194304 4196468 140737065433600 140218206096528 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30170] ppid=30160 vsize=10727700 memory=2447524 CPUtime=1.74 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26151 0 -1 1077944384 6790 0 0 0 171 3 0 0 20 0 16 0 39447017 10985164800 611881 33554432000 4194304 4196468 140737065433600 140217815594992 140218256644738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30171] ppid=30160 vsize=10727700 memory=2447524 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26151 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39447018 10985164800 611881 33554432000 4194304 4196468 140737065433600 140217814541280 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30172] ppid=30160 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26151 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 39447018 10985164800 611881 33554432000 4194304 4196468 140737065433600 140217813488640 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30173] ppid=30160 vsize=10727700 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39447020 10985164800 611881 33554432000 4194304 4196468 140737065433600 140217812437200 140218256652187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30174] ppid=30160 vsize=10727700 memory=2447524 CPUtime=2.6 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26151 0 -1 1077944384 14645 0 0 0 257 3 0 0 20 0 16 0 39447020 10985164800 611881 33554432000 4194304 4196468 140737065433600 140217811384816 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30175] ppid=30160 vsize=10727700 memory=4140 CPUtime=2.48 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26151 0 -1 1077944384 11139 0 0 0 246 2 0 0 20 0 16 0 39447020 10985164800 611881 33554432000 4194304 4196468 140737065433600 140217810332272 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30176] ppid=30160 vsize=10727700 memory=1796972 CPUtime=0.6 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) S 30160 30163 26151 0 -1 1077944384 6732 0 0 0 58 2 0 0 20 0 16 0 39447020 10985164800 611881 33554432000 4194304 4196468 140737065433600 140217809279728 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30177] ppid=30160 vsize=10727700 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39447020 10985164800 611881 33554432000 4194304 4196468 140737065433600 140217808227424 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30178] ppid=30160 vsize=10727700 memory=2447524 CPUtime=1.41 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26151 0 -1 1077944384 2808 0 0 0 59 82 0 0 20 0 16 0 39447021 10985164800 611881 33554432000 4194304 4196468 140737065433600 140217807173936 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30179] ppid=30160 vsize=10727700 memory=2447524 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30179/stat : 30179 (java) S 30160 30163 26151 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39447564 10985164800 611881 33554432000 4194304 4196468 140737065433600 140217804022576 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
Current children cumulated CPU time: 2281.62 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2447524 KiB

[startup+2322.3 s]
/proc/loadavg: 2.05 2.11 2.36 3/217 30401
/proc/meminfo: memFree=16072372/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10727700 memory=2447724 CPUtime=2341.67 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26151 0 -1 1077944320 410817 0 0 0 233930 237 0 0 20 0 16 0 39447015 10985164800 611931 33554432000 4194304 4196468 140737065433600 140737065416144 140218256633591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
/proc/30163/statm: 2681925 611931 3191 1 0 2644416 0
[pid=30163/tid=30165] ppid=30160 vsize=10727700 memory=280818653691920 CPUtime=2316.53 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26151 0 -1 4202560 325078 0 0 0 231619 34 0 0 20 0 16 0 39447015 10985164800 611931 33554432000 4194304 4196468 140737065433600 140218260872648 140217887863425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30166] ppid=30160 vsize=10727700 memory=2447724 CPUtime=4.01 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26151 0 -1 1077944384 8554 0 0 0 371 30 0 0 20 0 16 0 39447016 10985164800 611931 33554432000 4194304 4196468 140737065433600 140218209254160 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30167] ppid=30160 vsize=10727700 memory=2447724 CPUtime=4.06 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26151 0 -1 1077944384 9795 0 0 0 372 34 0 0 20 0 16 0 39447016 10985164800 611931 33554432000 4194304 4196468 140737065433600 140218208201616 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30168] ppid=30160 vsize=10727700 memory=2447724 CPUtime=4.04 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26151 0 -1 1077944384 13106 0 0 0 376 28 0 0 20 0 16 0 39447016 10985164800 611931 33554432000 4194304 4196468 140737065433600 140218207149072 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30169] ppid=30160 vsize=10727700 memory=2447724 CPUtime=4.06 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26151 0 -1 1077944384 10695 0 0 0 375 31 0 0 20 0 16 0 39447016 10985164800 611931 33554432000 4194304 4196468 140737065433600 140218206096528 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30170] ppid=30160 vsize=10727700 memory=2447724 CPUtime=1.74 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26151 0 -1 1077944384 6813 0 0 0 171 3 0 0 20 0 16 0 39447017 10985164800 611931 33554432000 4194304 4196468 140737065433600 140217815594992 140218256644738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30171] ppid=30160 vsize=10727700 memory=2447724 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26151 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39447018 10985164800 611931 33554432000 4194304 4196468 140737065433600 140217814541280 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30172] ppid=30160 vsize=10727700 memory=2447724 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26151 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 39447018 10985164800 611931 33554432000 4194304 4196468 140737065433600 140217813488640 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30173] ppid=30160 vsize=10727700 memory=2447724 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39447020 10985164800 611931 33554432000 4194304 4196468 140737065433600 140217812437200 140218256652187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30174] ppid=30160 vsize=10727700 memory=2447724 CPUtime=2.6 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26151 0 -1 1077944384 14648 0 0 0 257 3 0 0 20 0 16 0 39447020 10985164800 611931 33554432000 4194304 4196468 140737065433600 140217811384816 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30175] ppid=30160 vsize=10727700 memory=56 CPUtime=2.48 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26151 0 -1 1077944384 11145 0 0 0 246 2 0 0 20 0 16 0 39447020 10985164800 611931 33554432000 4194304 4196468 140737065433600 140217810332272 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30176] ppid=30160 vsize=10727700 memory=1436 CPUtime=0.6 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) S 30160 30163 26151 0 -1 1077944384 6742 0 0 0 58 2 0 0 20 0 16 0 39447020 10985164800 611931 33554432000 4194304 4196468 140737065433600 140217809279728 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30177] ppid=30160 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39447020 10985164800 611931 33554432000 4194304 4196468 140737065433600 140217808227424 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30178] ppid=30160 vsize=10727700 memory=6791534058613427641 CPUtime=1.45 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26151 0 -1 1077944384 2835 0 0 0 61 84 0 0 20 0 16 0 39447021 10985164800 611931 33554432000 4194304 4196468 140737065433600 140217807173936 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30179] ppid=30160 vsize=10727700 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30179/stat : 30179 (java) S 30160 30163 26151 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39447564 10985164800 611931 33554432000 4194304 4196468 140737065433600 140217804022576 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
Current children cumulated CPU time: 2341.67 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2447724 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.6 s]
/proc/loadavg: 2.09 2.11 2.34 3/218 30410
/proc/meminfo: memFree=16069284/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10727700 memory=2449260 CPUtime=2400.01 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26151 0 -1 1077944320 412070 0 0 0 239762 239 0 0 20 0 16 0 39447015 10985164800 612315 33554432000 4194304 4196468 140737065433600 140737065416144 140218256633591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
/proc/30163/statm: 2681925 612315 3191 1 0 2644416 0
[pid=30163/tid=30165] ppid=30160 vsize=10727700 memory=288230621803970871 CPUtime=2374.84 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) R 30160 30163 26151 0 -1 4202560 326262 0 0 0 237450 34 0 0 20 0 16 0 39447015 10985164800 612315 33554432000 4194304 4196468 140737065433600 140218260872648 140217887835921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30166] ppid=30160 vsize=10727700 memory=13850759267617157 CPUtime=4.01 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26151 0 -1 1077944384 8554 0 0 0 371 30 0 0 20 0 16 0 39447016 10985164800 612315 33554432000 4194304 4196468 140737065433600 140218209254160 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30167] ppid=30160 vsize=10727700 memory=1200 CPUtime=4.06 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26151 0 -1 1077944384 9795 0 0 0 372 34 0 0 20 0 16 0 39447016 10985164800 612315 33554432000 4194304 4196468 140737065433600 140218208201616 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30168] ppid=30160 vsize=10727700 memory=15876 CPUtime=4.04 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26151 0 -1 1077944384 13106 0 0 0 376 28 0 0 20 0 16 0 39447016 10985164800 612315 33554432000 4194304 4196468 140737065433600 140218207149072 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30169] ppid=30160 vsize=10727700 memory=8660 CPUtime=4.06 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26151 0 -1 1077944384 10695 0 0 0 375 31 0 0 20 0 16 0 39447016 10985164800 612315 33554432000 4194304 4196468 140737065433600 140218206096528 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30170] ppid=30160 vsize=10727700 memory=4004 CPUtime=1.74 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26151 0 -1 1077944384 6836 0 0 0 171 3 0 0 20 0 16 0 39447017 10985164800 612315 33554432000 4194304 4196468 140737065433600 140217815594992 140218256644738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30171] ppid=30160 vsize=10727700 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26151 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 16 0 39447018 10985164800 612315 33554432000 4194304 4196468 140737065433600 140217814541280 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30172] ppid=30160 vsize=10727700 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26151 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 39447018 10985164800 612315 33554432000 4194304 4196468 140737065433600 140217813488640 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30173] ppid=30160 vsize=10727700 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39447020 10985164800 612315 33554432000 4194304 4196468 140737065433600 140217812437200 140218256652187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30174] ppid=30160 vsize=10727700 memory=15876 CPUtime=2.6 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26151 0 -1 1077944384 14651 0 0 0 257 3 0 0 20 0 16 0 39447020 10985164800 612315 33554432000 4194304 4196468 140737065433600 140217811384816 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30175] ppid=30160 vsize=10727700 memory=8660 CPUtime=2.48 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26151 0 -1 1077944384 11151 0 0 0 246 2 0 0 20 0 16 0 39447020 10985164800 612315 33554432000 4194304 4196468 140737065433600 140217810332272 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30176] ppid=30160 vsize=10727700 memory=4004 CPUtime=0.6 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) S 30160 30163 26151 0 -1 1077944384 6752 0 0 0 58 2 0 0 20 0 16 0 39447020 10985164800 612315 33554432000 4194304 4196468 140737065433600 140217809279728 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30177] ppid=30160 vsize=10727700 memory=2447724 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39447020 10985164800 612315 33554432000 4194304 4196468 140737065433600 140217808227424 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30178] ppid=30160 vsize=10727700 memory=1436 CPUtime=1.49 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26151 0 -1 1077944384 2862 0 0 0 63 86 0 0 20 0 16 0 39447021 10985164800 612315 33554432000 4194304 4196468 140737065433600 140217807173936 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30179] ppid=30160 vsize=10727700 memory=-8412656567318647667 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30179/stat : 30179 (java) S 30160 30163 26151 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39447564 10985164800 612315 33554432000 4194304 4196468 140737065433600 140217804022576 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2449260 KiB

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

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

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

[startup+2380.8 s]
/proc/loadavg: 2.09 2.11 2.34 3/218 30410
/proc/meminfo: memFree=16069284/32770624 swapFree=67108860/67108860
[pid=30163] ppid=30160 vsize=10927392 memory=2449564 CPUtime=2400.03 cores=1,3,5,7
/proc/30163/stat : 30163 (java) S 30160 30163 26151 0 -1 1077944320 412992 0 0 0 239764 239 0 0 20 0 17 0 39447015 11189649408 612391 33554432000 4194304 4196468 140737065433600 140737065416144 140218256633591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
/proc/30163/statm: 2731848 612391 3194 1 0 2694339 0
[pid=30163/tid=30165] ppid=30160 vsize=10927392 memory=1236 CPUtime=2374.85 cores=1,3,5,7
/proc/30163/task/30165/stat : 30165 (java) S 30160 30163 26151 0 -1 1077944384 326358 0 0 0 237451 34 0 0 20 0 17 0 39447015 11189649408 612391 33554432000 4194304 4196468 140737065433600 140218260876464 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30166] ppid=30160 vsize=10927392 memory=2340 CPUtime=4.01 cores=1,3,5,7
/proc/30163/task/30166/stat : 30166 (java) S 30160 30163 26151 0 -1 1077944384 8554 0 0 0 371 30 0 0 20 0 17 0 39447016 11189649408 612391 33554432000 4194304 4196468 140737065433600 140218209254160 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30167] ppid=30160 vsize=10927392 memory=2449260 CPUtime=4.06 cores=1,3,5,7
/proc/30163/task/30167/stat : 30167 (java) S 30160 30163 26151 0 -1 1077944384 9795 0 0 0 372 34 0 0 20 0 17 0 39447016 11189649408 612391 33554432000 4194304 4196468 140737065433600 140218208201616 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30168] ppid=30160 vsize=10927392 memory=2447724 CPUtime=4.04 cores=1,3,5,7
/proc/30163/task/30168/stat : 30168 (java) S 30160 30163 26151 0 -1 1077944384 13106 0 0 0 376 28 0 0 20 0 17 0 39447016 11189649408 612391 33554432000 4194304 4196468 140737065433600 140218207149072 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30169] ppid=30160 vsize=10927392 memory=1796 CPUtime=4.06 cores=1,3,5,7
/proc/30163/task/30169/stat : 30169 (java) S 30160 30163 26151 0 -1 1077944384 10695 0 0 0 375 31 0 0 20 0 17 0 39447016 11189649408 612391 33554432000 4194304 4196468 140737065433600 140218206096528 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30170] ppid=30160 vsize=10927392 memory=1232 CPUtime=1.74 cores=1,3,5,7
/proc/30163/task/30170/stat : 30170 (java) S 30160 30163 26151 0 -1 1077944384 6879 0 0 0 171 3 0 0 20 0 17 0 39447017 11189649408 612391 33554432000 4194304 4196468 140737065433600 140217815594992 140218256644738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30171] ppid=30160 vsize=10927392 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30171/stat : 30171 (java) S 30160 30163 26151 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 17 0 39447018 11189649408 612391 33554432000 4194304 4196468 140737065433600 140217814541280 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30172] ppid=30160 vsize=10927392 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30172/stat : 30172 (java) S 30160 30163 26151 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 39447018 11189649408 612391 33554432000 4194304 4196468 140737065433600 140217813488640 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30173] ppid=30160 vsize=10927392 memory=2447724 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30173/stat : 30173 (java) S 30160 30163 26151 0 -1 1077944384 215 0 0 0 0 0 0 0 20 0 17 0 39447020 11189649408 612391 33554432000 4194304 4196468 140737065433600 140217812437200 140218256652187 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30174] ppid=30160 vsize=10927392 memory=7444825561389879400 CPUtime=2.6 cores=1,3,5,7
/proc/30163/task/30174/stat : 30174 (java) S 30160 30163 26151 0 -1 1077944384 14651 0 0 0 257 3 0 0 20 0 17 0 39447020 11189649408 612391 33554432000 4194304 4196468 140737065433600 140217811384816 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30175] ppid=30160 vsize=10927392 memory=280818652476048 CPUtime=2.48 cores=1,3,5,7
/proc/30163/task/30175/stat : 30175 (java) S 30160 30163 26151 0 -1 1077944384 11151 0 0 0 246 2 0 0 20 0 17 0 39447020 11189649408 612391 33554432000 4194304 4196468 140737065433600 140217810332272 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30176] ppid=30160 vsize=10927392 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/30163/task/30176/stat : 30176 (java) S 30160 30163 26151 0 -1 1077944384 6947 0 0 0 58 2 0 0 20 0 17 0 39447020 11189649408 612391 33554432000 4194304 4196468 140737065433600 140217809279728 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30177] ppid=30160 vsize=10927392 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/30163/task/30177/stat : 30177 (java) S 30160 30163 26151 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39447020 11189649408 612391 33554432000 4194304 4196468 140737065433600 140217808227424 140218256643797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
[pid=30163/tid=30178] ppid=30160 vsize=10927392 memory=1232 CPUtime=1.49 cores=1,3,5,7
/proc/30163/task/30178/stat : 30178 (java) S 30160 30163 26151 0 -1 1077944384 2862 0 0 0 63 86 0 0 20 0 17 0 39447021 11189649408 612391 33554432000 4194304 4196468 140737065433600 140217807173936 140218256644738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29888512 140737065440369 140737065440521 140737065440521 140737065443279 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2449564 KiB

Child status: 143
Real time (s): 2380.87
CPU time (s): 2400.11
CPU user time (s): 2397.69
CPU system time (s): 2.41849
CPU usage (%): 100.808
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2449564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.69
system time used= 2.4185
maximum resident set size= 2449984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413883
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54857
involuntary context switches= 963


# summary of solver processes directly reported to runsolver:
#   pid: 30163
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2397.69
#   total CPU system time (s): 2.41849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.912 second user time and 21.6491 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-22 02:20:38
IDJOB=4290021
IDBENCH=141448
IDSOLVER=2742
FILE ID=node107/4290021-1532218838
RUNJOBID= node107-1532208159-28447
PBS_JOBID= 21018936
Free space on /tmp= 55168 MiB

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

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

MD5SUM BENCH= 78ce7b18c2bc9eefd2fccfc0b2746318
RANDOM SEED=278690602

node107.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.40
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17272876 kB
MemAvailable:   28904644 kB
Buffers:          227596 kB
Cached:         11557232 kB
SwapCached:            0 kB
Active:          4462804 kB
Inactive:       10406708 kB
Active(anon):    3087420 kB
Inactive(anon):    16864 kB
Active(file):    1375384 kB
Inactive(file): 10389844 kB
Unevictable:        7152 kB
Mlocked:            7152 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2444 kB
Writeback:             0 kB
AnonPages:       3095500 kB
Mapped:            46860 kB
Shmem:             17036 kB
Slab:             321748 kB
SReclaimable:     295000 kB
SUnreclaim:        26748 kB
KernelStack:        3792 kB
PageTables:        11140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3778608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2985984 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 55160 MiB
End job on node107 at 2018-07-22 03:00:19