Trace number 4290033

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 2381.27

General information on the benchmark

NameCarSequencing/
CarSequencing-90-01_c18.xml
MD5SUMcda201995a07a9b7663412ba5f5fbb4e
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 benchmark156.426
Satisfiable
(Un)Satisfiability was proved
Number of variables1200
Number of constraints1459
Number of domains2
Minimum domain size2
Maximum domain size27
Distribution of domain sizes[{"size":2,"count":1000},{"size":27,"count":200}]
Minimum variable degree2
Maximum variable degree92
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":18},"...",{"degree":68,"count":2}, {"degree":69,"count":2}, {"degree":70,"count":2}, {"degree":71,"count":2}, {"degree":72,"count":2}, {"degree":73,"count":2}, {"degree":74,"count":2}, {"degree":75,"count":2}, {"degree":76,"count":2}, {"degree":77,"count":2}, {"degree":78,"count":2}, {"degree":79,"count":2}, {"degree":80,"count":2}, {"degree":81,"count":2}, {"degree":82,"count":2}, {"degree":83,"count":2}, {"degree":84,"count":2}, {"degree":85,"count":2}, {"degree":86,"count":2}, {"degree":87,"count":2}, {"degree":88,"count":2}, {"degree":89,"count":2}, {"degree":90,"count":2}, {"degree":91,"count":3}, {"degree":92,"count":23}]
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":20,"count":1},{"arity":23,"count":1},{"arity":24,"count":1},{"arity":26,"count":3},{"arity":28,"count":1},{"arity":29,"count":2},{"arity":30,"count":2},{"arity":32,"count":3},{"arity":34,"count":1},{"arity":35,"count":3},{"arity":36,"count":1},{"arity":38,"count":3},{"arity":40,"count":2},{"arity":41,"count":2},{"arity":42,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":2},{"arity":48,"count":1},{"arity":50,"count":4},"...",{"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":1258},{"type":"cardinality","count":1}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290033-1532219127/watcher-4290033-1532219127 -o /tmp/evaluation-result-4290033-1532219127/solver-4290033-1532219127 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532208144-27126 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4290033-1532219127.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=28567, runsolver pid=28564
Current StackSize limit: 8192 KiB


[startup+0.101304 s]*
/proc/loadavg: 4.90 4.37 3.29 2/216 28582
/proc/meminfo: memFree=16602604/32770624 swapFree=67108860/67108860
[pid=28567] ppid=28564 vsize=10659012 memory=30700 CPUtime=0.12 cores=1,3,5,7
/proc/28567/stat : 28567 (java) S 28564 28567 25074 0 -1 1077944320 6728 0 0 0 10 2 0 0 20 0 15 0 39475875 10914828288 7675 33554432000 4194304 4196468 140722777485632 140722777468176 140113849884407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
/proc/28567/statm: 2664753 7675 2845 1 0 2627263 0
[pid=28567/tid=28569] ppid=28564 vsize=10659012 memory=-8773748148830377340 CPUtime=0.09 cores=1,3,5,7
/proc/28567/task/28569/stat : 28569 (java) R 28564 28567 25074 0 -1 4202560 4570 0 0 0 8 1 0 0 20 0 15 0 39475875 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113854089072 140113833964894 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28570] ppid=28564 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113786575120 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28571] ppid=28564 vsize=10659012 memory=140181424162432 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113785522576 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28572] ppid=28564 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113784470032 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28573] ppid=28564 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39475876 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113783417488 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28574] ppid=28564 vsize=10659012 memory=140181424162432 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39475878 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113341073904 140113849895554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28575] ppid=28564 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39475878 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113340020128 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28576] ppid=28564 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39475878 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113338967536 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28577] ppid=28564 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39475881 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113337916112 140113849903003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28578] ppid=28564 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 25074 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 39475881 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113336862704 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28579] ppid=28564 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 25074 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39475881 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113335810160 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28580] ppid=28564 vsize=10659012 memory=140181424162432 CPUtime=0.01 cores=1,3,5,7
/proc/28567/task/28580/stat : 28580 (java) R 28564 28567 25074 0 -1 4202560 343 0 0 0 1 0 0 0 20 0 15 0 39475881 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113334757616 140113849905754 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28581] ppid=28564 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39475881 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113333705312 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28582] ppid=28564 vsize=10659012 memory=140181424162432 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475881 10914828288 7675 33554432000 4194304 4196468 140722777485632 140113332652848 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30700 KiB

[startup+0.21041 s]*
/proc/loadavg: 4.75 4.34 3.29 5/216 28582
/proc/meminfo: memFree=16592088/32770624 swapFree=67108860/67108860
[pid=28567] ppid=28564 vsize=10659012 memory=41888 CPUtime=0.32 cores=1,3,5,7
/proc/28567/stat : 28567 (java) S 28564 28567 25074 0 -1 1077944320 8077 0 0 0 30 2 0 0 20 0 15 0 39475875 10914828288 10472 33554432000 4194304 4196468 140722777485632 140722777468176 140113849884407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
/proc/28567/statm: 2664753 10472 3004 1 0 2627263 0
[pid=28567/tid=28569] ppid=28564 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/28567/task/28569/stat : 28569 (java) R 28564 28567 25074 0 -1 4202560 5016 0 0 0 18 1 0 0 20 0 15 0 39475875 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113854120688 140113833928037 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28570] ppid=28564 vsize=10659012 memory=339 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113786575120 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28571] ppid=28564 vsize=10659012 memory=140181424189698 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113785522576 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28572] ppid=28564 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113784470032 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28573] ppid=28564 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39475876 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113783417488 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28574] ppid=28564 vsize=10659012 memory=140181424162432 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39475878 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113341073904 140113849895554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28575] ppid=28564 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39475878 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113340020128 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28576] ppid=28564 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39475878 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113338967536 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28577] ppid=28564 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39475881 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113337916112 140113849903003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28578] ppid=28564 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 25074 0 -1 1077944384 508 0 0 0 2 0 0 0 20 0 15 0 39475881 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113336862704 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28579] ppid=28564 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 25074 0 -1 1077944384 514 0 0 0 2 0 0 0 20 0 15 0 39475881 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113335810160 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28580] ppid=28564 vsize=10659012 memory=140181424162432 CPUtime=0.07 cores=1,3,5,7
/proc/28567/task/28580/stat : 28580 (java) R 28564 28567 25074 0 -1 4202560 673 0 0 0 7 0 0 0 20 0 15 0 39475881 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113334757616 140113828845263 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28581] ppid=28564 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39475881 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113333705312 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28582] ppid=28564 vsize=10659012 memory=140181424162432 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475881 10914828288 10472 33554432000 4194304 4196468 140722777485632 140113332652848 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41888 KiB

[startup+0.310542 s]*
/proc/loadavg: 4.75 4.34 3.29 4/216 28582
/proc/meminfo: memFree=16581852/32770624 swapFree=67108860/67108860
[pid=28567] ppid=28564 vsize=10659088 memory=51180 CPUtime=0.56 cores=1,3,5,7
/proc/28567/stat : 28567 (java) S 28564 28567 25074 0 -1 1077944320 9399 0 0 0 53 3 0 0 20 0 15 0 39475875 10914906112 12795 33554432000 4194304 4196468 140722777485632 140722777468176 140113849884407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
/proc/28567/statm: 2664772 12795 3056 1 0 2627263 0
[pid=28567/tid=28569] ppid=28564 vsize=10659088 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/28567/task/28569/stat : 28569 (java) R 28564 28567 25074 0 -1 4202560 5591 0 0 0 28 2 0 0 20 0 15 0 39475875 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113854120176 140113829186178 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28570] ppid=28564 vsize=10659088 memory=4294976236 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113786575120 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28571] ppid=28564 vsize=10659088 memory=140181424189479 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113785522576 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28572] ppid=28564 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113784470032 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28573] ppid=28564 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 25074 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39475876 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113783417488 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28574] ppid=28564 vsize=10659088 memory=140181424162432 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 25074 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39475878 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113341073904 140113849895554 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28575] ppid=28564 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 25074 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39475878 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113340020128 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28576] ppid=28564 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 25074 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39475878 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113338967536 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28577] ppid=28564 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39475881 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113337916112 140113849903003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28578] ppid=28564 vsize=10659088 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28567/task/28578/stat : 28578 (java) R 28564 28567 25074 0 -1 4202560 983 0 0 0 7 0 0 0 20 0 15 0 39475881 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113336854656 140113833370320 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28579] ppid=28564 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28567/task/28579/stat : 28579 (java) R 28564 28567 25074 0 -1 1077944384 540 0 0 0 4 0 0 0 20 0 15 0 39475881 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113335810160 140113849895554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28580] ppid=28564 vsize=10659088 memory=140181424162432 CPUtime=0.12 cores=1,3,5,7
/proc/28567/task/28580/stat : 28580 (java) R 28564 28567 25074 0 -1 4202560 915 0 0 0 12 0 0 0 20 0 15 0 39475881 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113334757616 140113828836928 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28581] ppid=28564 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39475881 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113333705312 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28582] ppid=28564 vsize=10659088 memory=140181424162432 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475881 10914906112 12795 33554432000 4194304 4196468 140722777485632 140113332652848 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 51180 KiB

[startup+0.701667 s]
/proc/loadavg: 4.75 4.34 3.29 5/216 28582
/proc/meminfo: memFree=16549040/32770624 swapFree=67108860/67108860
[pid=28567] ppid=28564 vsize=10660992 memory=209732 CPUtime=1.9 cores=1,3,5,7
/proc/28567/stat : 28567 (java) S 28564 28567 25074 0 -1 1077944320 20385 0 0 0 183 7 0 0 20 0 15 0 39475875 10916855808 52433 33554432000 4194304 4196468 140722777485632 140722777468176 140113849884407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
/proc/28567/statm: 2665248 52433 3107 1 0 2627739 0
[pid=28567/tid=28569] ppid=28564 vsize=10660992 memory=262905685639933 CPUtime=0.64 cores=1,3,5,7
/proc/28567/task/28569/stat : 28569 (java) R 28564 28567 25074 0 -1 4202560 6048 0 0 0 60 4 0 0 20 0 15 0 39475875 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113854117464 140113463346208 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28570] ppid=28564 vsize=10660992 memory=288230376151877798 CPUtime=0.01 cores=1,3,5,7
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 25074 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 39475876 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113786575120 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28571] ppid=28564 vsize=10660992 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113785522576 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28572] ppid=28564 vsize=10660992 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475876 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113784470032 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28573] ppid=28564 vsize=10660992 memory=7809523229951467568 CPUtime=0.01 cores=1,3,5,7
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 25074 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 15 0 39475876 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113783417488 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28574] ppid=28564 vsize=10660992 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 25074 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 39475878 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113341073904 140113849895554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28575] ppid=28564 vsize=10660992 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 25074 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 39475878 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113340020128 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28576] ppid=28564 vsize=10660992 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 25074 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 39475878 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113338967536 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28577] ppid=28564 vsize=10660992 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39475881 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113337916112 140113849903003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28578] ppid=28564 vsize=10660992 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/28567/task/28578/stat : 28578 (java) R 28564 28567 25074 0 -1 4202560 3944 0 0 0 41 0 0 0 20 0 15 0 39475881 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113336848680 140113833439510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28579] ppid=28564 vsize=10660992 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/28567/task/28579/stat : 28579 (java) R 28564 28567 25074 0 -1 4202560 5030 0 0 0 39 0 0 0 20 0 15 0 39475881 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113335796184 140113831427733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28580] ppid=28564 vsize=10660992 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 25074 0 -1 1077944384 3885 0 0 0 36 1 0 0 20 0 15 0 39475881 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113334757616 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28581] ppid=28564 vsize=10660992 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39475881 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113333705312 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28582] ppid=28564 vsize=10660992 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 25074 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39475881 10916855808 52433 33554432000 4194304 4196468 140722777485632 140113332652848 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 10660992 KiB
Current children cumulated memory: 209732 KiB

[startup+1.50964 s]
/proc/loadavg: 4.75 4.34 3.29 5/216 28582
/proc/meminfo: memFree=16382180/32770624 swapFree=67108860/67108860
[pid=28567] ppid=28564 vsize=10659088 memory=422748 CPUtime=4.49 cores=1,3,5,7
/proc/28567/stat : 28567 (java) S 28564 28567 25074 0 -1 1077944320 22940 0 0 0 435 14 0 0 20 0 15 0 39475875 10914906112 105687 33554432000 4194304 4196468 140722777485632 140722777468176 140113849884407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
/proc/28567/statm: 2664772 105687 3137 1 0 2627263 0
[pid=28567/tid=28569] ppid=28564 vsize=10659088 memory=9167 CPUtime=1.33 cores=1,3,5,7
/proc/28567/task/28569/stat : 28569 (java) S 28564 28567 25074 0 -1 1077944384 6133 0 0 0 127 6 0 0 20 0 15 0 39475875 10914906112 105687 33554432000 4194304 4196468 140722777485632 140113854118656 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28570] ppid=28564 vsize=10659088 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/28567/task/28570/stat : 28570 (java) R 28564 28567 25074 0 -1 4202560 47 0 0 0 8 1 0 0 20 0 15 0 39475876 10914906112 105687 33554432000 4194304 4196468 140722777485632 140113786575120 140113834906528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28571] ppid=28564 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28567/task/28571/stat : 28571 (java) R 28564 28567 25074 0 -1 4202560 151 0 0 0 3 0 0 0 20 0 15 0 39475876 10914906112 105687 33554432000 4194304 4196468 140722777485632 140113785522464 140113834912290 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28572] ppid=28564 vsize=10659088 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28567/task/28572/stat : 28572 (java) R 28564 28567 25074 0 -1 4202560 204 0 0 0 7 1 0 0 20 0 15 0 39475876 10914906112 105687 33554432000 4194304 4196468 140722777485632 140113784470232 140113834908110 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28573] ppid=28564 vsize=10659088 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/28567/task/28573/stat : 28573 (java) R 28564 28567 25074 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 15 0 39475876 10914906112 105687 33554432000 4194304 4196468 140722777485632 140113783417688 140113834928480 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28574] ppid=28564 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 25074 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 39475878 10914906112 105687 33554432000 4194304 4196468 140722777485632 140113341072416 140113849894613 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0

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

/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 25074 0 -1 1077944384 7205 0 0 0 363 31 0 0 20 0 16 0 39475876 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113784470032 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28573] ppid=28564 vsize=10727700 memory=13956 CPUtime=3.92 cores=1,3,5,7
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 25074 0 -1 1077944384 7475 0 0 0 358 34 0 0 20 0 16 0 39475876 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113783417488 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28574] ppid=28564 vsize=10727700 memory=2363564 CPUtime=1.82 cores=1,3,5,7
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 25074 0 -1 1077944384 6845 0 0 0 179 3 0 0 20 0 16 0 39475878 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113341073904 140113849895554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28575] ppid=28564 vsize=10727700 memory=280362580496960 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 25074 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39475878 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113340020192 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28576] ppid=28564 vsize=10727700 memory=2363564 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 25074 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39475878 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113338967552 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28577] ppid=28564 vsize=10727700 memory=2363564 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113337916112 140113849903003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28578] ppid=28564 vsize=10727700 memory=2363564 CPUtime=2.48 cores=1,3,5,7
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 25074 0 -1 1077944384 11273 0 0 0 247 1 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113336862704 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28579] ppid=28564 vsize=10727700 memory=1296 CPUtime=2.82 cores=1,3,5,7
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 25074 0 -1 1077944384 12301 0 0 0 281 1 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113335810160 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28580] ppid=28564 vsize=10727700 memory=6791534058613427641 CPUtime=0.59 cores=1,3,5,7
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 25074 0 -1 1077944384 6335 0 0 0 57 2 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113334757616 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28581] ppid=28564 vsize=10727700 memory=13956 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113333705312 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28582] ppid=28564 vsize=10727700 memory=5524 CPUtime=1.32 cores=1,3,5,7
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 25074 0 -1 1077944384 2426 0 0 0 58 74 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113332652848 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28583] ppid=28564 vsize=10727700 memory=2363564 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28583/stat : 28583 (java) S 28564 28567 25074 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39476464 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113329501488 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
Current children cumulated CPU time: 2281.2 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2363564 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/219 28834
/proc/meminfo: memFree=7320112/32770624 swapFree=67108860/67108860
[pid=28567] ppid=28564 vsize=10727700 memory=2363564 CPUtime=2341.24 cores=1,3,5,7
/proc/28567/stat : 28567 (java) S 28564 28567 25074 0 -1 1077944320 219508 0 0 0 233901 223 0 0 20 0 16 0 39475875 10985164800 590891 33554432000 4194304 4196468 140722777485632 140722777468176 140113849884407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
/proc/28567/statm: 2681925 590891 3193 1 0 2644416 0
[pid=28567/tid=28569] ppid=28564 vsize=10727700 memory=2363564 CPUtime=2316.45 cores=1,3,5,7
/proc/28567/task/28569/stat : 28569 (java) R 28564 28567 25074 0 -1 4202560 148092 0 0 0 231623 22 0 0 20 0 16 0 39475875 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113854121272 140113466632987 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28570] ppid=28564 vsize=10727700 memory=2363564 CPUtime=3.9 cores=1,3,5,7
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 25074 0 -1 1077944384 7748 0 0 0 359 31 0 0 20 0 16 0 39475876 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113786575120 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28571] ppid=28564 vsize=10727700 memory=2363564 CPUtime=3.87 cores=1,3,5,7
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 25074 0 -1 1077944384 8299 0 0 0 356 31 0 0 20 0 16 0 39475876 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113785522576 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28572] ppid=28564 vsize=10727700 memory=2363564 CPUtime=3.94 cores=1,3,5,7
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 25074 0 -1 1077944384 7205 0 0 0 363 31 0 0 20 0 16 0 39475876 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113784470032 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28573] ppid=28564 vsize=10727700 memory=2363564 CPUtime=3.92 cores=1,3,5,7
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 25074 0 -1 1077944384 7475 0 0 0 358 34 0 0 20 0 16 0 39475876 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113783417488 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28574] ppid=28564 vsize=10727700 memory=2363564 CPUtime=1.82 cores=1,3,5,7
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 25074 0 -1 1077944384 6857 0 0 0 179 3 0 0 20 0 16 0 39475878 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113341073904 140113849895554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28575] ppid=28564 vsize=10727700 memory=2363564 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 25074 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39475878 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113340020192 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28576] ppid=28564 vsize=10727700 memory=2363564 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 25074 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39475878 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113338967552 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28577] ppid=28564 vsize=10727700 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113337916112 140113849903003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28578] ppid=28564 vsize=10727700 memory=182 CPUtime=2.48 cores=1,3,5,7
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 25074 0 -1 1077944384 11283 0 0 0 247 1 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113336862704 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28579] ppid=28564 vsize=10727700 memory=0 CPUtime=2.82 cores=1,3,5,7
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 25074 0 -1 1077944384 12311 0 0 0 281 1 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113335810160 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28580] ppid=28564 vsize=10727700 memory=2363564 CPUtime=0.59 cores=1,3,5,7
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 25074 0 -1 1077944384 6339 0 0 0 57 2 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113334757616 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28581] ppid=28564 vsize=10727700 memory=2363564 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113333705312 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28582] ppid=28564 vsize=10727700 memory=2363564 CPUtime=1.36 cores=1,3,5,7
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 25074 0 -1 1077944384 2487 0 0 0 60 76 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113332652848 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28583] ppid=28564 vsize=10727700 memory=1440 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28583/stat : 28583 (java) S 28564 28567 25074 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39476464 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113329501488 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
Current children cumulated CPU time: 2341.24 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2363564 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381 s]*
/proc/loadavg: 2.00 2.01 2.13 3/218 28835
/proc/meminfo: memFree=7320644/32770624 swapFree=67108860/67108860
[pid=28567] ppid=28564 vsize=10727700 memory=2363564 CPUtime=2400 cores=1,3,5,7
/proc/28567/stat : 28567 (java) S 28564 28567 25074 0 -1 1077944320 220661 0 0 0 239774 226 0 0 20 0 16 0 39475875 10985164800 590891 33554432000 4194304 4196468 140722777485632 140722777468176 140113849884407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
/proc/28567/statm: 2681925 590891 3193 1 0 2644416 0
[pid=28567/tid=28569] ppid=28564 vsize=10727700 memory=0 CPUtime=2375.17 cores=1,3,5,7
/proc/28567/task/28569/stat : 28569 (java) R 28564 28567 25074 0 -1 4202560 149195 0 0 0 237495 22 0 0 20 0 16 0 39475875 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113854121272 140113466633605 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28570] ppid=28564 vsize=10727700 memory=0 CPUtime=3.9 cores=1,3,5,7
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 25074 0 -1 1077944384 7748 0 0 0 359 31 0 0 20 0 16 0 39475876 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113786575120 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28571] ppid=28564 vsize=10727700 memory=4126316290023845779 CPUtime=3.87 cores=1,3,5,7
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 25074 0 -1 1077944384 8299 0 0 0 356 31 0 0 20 0 16 0 39475876 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113785522576 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28572] ppid=28564 vsize=10727700 memory=1796 CPUtime=3.94 cores=1,3,5,7
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 25074 0 -1 1077944384 7205 0 0 0 363 31 0 0 20 0 16 0 39475876 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113784470032 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28573] ppid=28564 vsize=10727700 memory=960 CPUtime=3.92 cores=1,3,5,7
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 25074 0 -1 1077944384 7475 0 0 0 358 34 0 0 20 0 16 0 39475876 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113783417488 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28574] ppid=28564 vsize=10727700 memory=1240 CPUtime=1.82 cores=1,3,5,7
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 25074 0 -1 1077944384 6863 0 0 0 179 3 0 0 20 0 16 0 39475878 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113341073904 140113849895554 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28575] ppid=28564 vsize=10727700 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 25074 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 39475878 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113340020192 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28576] ppid=28564 vsize=10727700 memory=2240 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 25074 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 16 0 39475878 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113338967552 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28577] ppid=28564 vsize=10727700 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113337916112 140113849903003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28578] ppid=28564 vsize=10727700 memory=2363564 CPUtime=2.48 cores=1,3,5,7
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 25074 0 -1 1077944384 11287 0 0 0 247 1 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113336862704 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28579] ppid=28564 vsize=10727700 memory=-7395409520647495987 CPUtime=2.82 cores=1,3,5,7
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 25074 0 -1 1077944384 12317 0 0 0 281 1 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113335810160 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28580] ppid=28564 vsize=10727700 memory=4620 CPUtime=0.59 cores=1,3,5,7
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 25074 0 -1 1077944384 6341 0 0 0 57 2 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113334757616 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28581] ppid=28564 vsize=10727700 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113333705312 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28582] ppid=28564 vsize=10727700 memory=1224 CPUtime=1.4 cores=1,3,5,7
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 25074 0 -1 1077944384 2519 0 0 0 61 79 0 0 20 0 16 0 39475881 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113332652848 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28583] ppid=28564 vsize=10727700 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28583/stat : 28583 (java) S 28564 28567 25074 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 39476464 10985164800 590891 33554432000 4194304 4196468 140722777485632 140113329501488 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10727700 KiB
Current children cumulated memory: 2363564 KiB

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

[startup+2381.27 s]
# the end of solver process 28567 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.83 s, system=2.27635 s

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

[startup+2381.2 s]
/proc/loadavg: 2.00 2.01 2.13 3/218 28835
/proc/meminfo: memFree=7320644/32770624 swapFree=67108860/67108860
[pid=28567] ppid=28564 vsize=10927392 memory=2363804 CPUtime=2400.04 cores=1,3,5,7
/proc/28567/stat : 28567 (java) S 28564 28567 25074 0 -1 1077944320 221067 0 0 0 239778 226 0 0 20 0 17 0 39475875 11189649408 590951 33554432000 4194304 4196468 140722777485632 140722777468176 140113849884407 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
/proc/28567/statm: 2731848 590951 3195 1 0 2694339 0
[pid=28567/tid=28569] ppid=28564 vsize=10927392 memory=9228 CPUtime=2375.21 cores=1,3,5,7
/proc/28567/task/28569/stat : 28569 (java) S 28564 28567 25074 0 -1 1077944384 149240 0 0 0 237499 22 0 0 20 0 17 0 39475875 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113854127280 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28570] ppid=28564 vsize=10927392 memory=16444 CPUtime=3.9 cores=1,3,5,7
/proc/28567/task/28570/stat : 28570 (java) S 28564 28567 25074 0 -1 1077944384 7748 0 0 0 359 31 0 0 20 0 17 0 39475876 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113786575120 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28571] ppid=28564 vsize=10927392 memory=4872558044660077418 CPUtime=3.87 cores=1,3,5,7
/proc/28567/task/28571/stat : 28571 (java) S 28564 28567 25074 0 -1 1077944384 8299 0 0 0 356 31 0 0 20 0 17 0 39475876 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113785522576 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28572] ppid=28564 vsize=10927392 memory=7235710566141946944 CPUtime=3.94 cores=1,3,5,7
/proc/28567/task/28572/stat : 28572 (java) S 28564 28567 25074 0 -1 1077944384 7205 0 0 0 363 31 0 0 20 0 17 0 39475876 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113784470032 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28573] ppid=28564 vsize=10927392 memory=7440056992597305454 CPUtime=3.92 cores=1,3,5,7
/proc/28567/task/28573/stat : 28573 (java) S 28564 28567 25074 0 -1 1077944384 7475 0 0 0 358 34 0 0 20 0 17 0 39475876 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113783417488 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28574] ppid=28564 vsize=10927392 memory=7307747247949835363 CPUtime=1.83 cores=1,3,5,7
/proc/28567/task/28574/stat : 28574 (java) S 28564 28567 25074 0 -1 1077944384 6889 0 0 0 179 4 0 0 20 0 17 0 39475878 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113341073904 140113849895554 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28575] ppid=28564 vsize=10927392 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28575/stat : 28575 (java) S 28564 28567 25074 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 17 0 39475878 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113340020192 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28576] ppid=28564 vsize=10927392 memory=2363564 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28576/stat : 28576 (java) S 28564 28567 25074 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 17 0 39475878 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113338967552 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28577] ppid=28564 vsize=10927392 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28577/stat : 28577 (java) S 28564 28567 25074 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 17 0 39475881 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113337916112 140113849903003 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28578] ppid=28564 vsize=10927392 memory=2363564 CPUtime=2.48 cores=1,3,5,7
/proc/28567/task/28578/stat : 28578 (java) S 28564 28567 25074 0 -1 1077944384 11287 0 0 0 247 1 0 0 20 0 17 0 39475881 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113336862704 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28579] ppid=28564 vsize=10927392 memory=14008 CPUtime=2.82 cores=1,3,5,7
/proc/28567/task/28579/stat : 28579 (java) S 28564 28567 25074 0 -1 1077944384 12317 0 0 0 281 1 0 0 20 0 17 0 39475881 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113335810160 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28580] ppid=28564 vsize=10927392 memory=2363564 CPUtime=0.59 cores=1,3,5,7
/proc/28567/task/28580/stat : 28580 (java) S 28564 28567 25074 0 -1 1077944384 6425 0 0 0 57 2 0 0 20 0 17 0 39475881 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113334757616 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28581] ppid=28564 vsize=10927392 memory=2363564 CPUtime=0 cores=1,3,5,7
/proc/28567/task/28581/stat : 28581 (java) S 28564 28567 25074 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39475881 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113333705312 140113849894613 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
[pid=28567/tid=28582] ppid=28564 vsize=10927392 memory=13956 CPUtime=1.4 cores=1,3,5,7
/proc/28567/task/28582/stat : 28582 (java) S 28564 28567 25074 0 -1 1077944384 2519 0 0 0 61 79 0 0 20 0 17 0 39475881 11189649408 590951 33554432000 4194304 4196468 140722777485632 140113332652848 140113849895554 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33320960 140722777494641 140722777494793 140722777494793 140722777497551 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10927392 KiB
Current children cumulated memory: 2363804 KiB

Child status: 143
Real time (s): 2381.27
CPU time (s): 2400.11
CPU user time (s): 2397.83
CPU system time (s): 2.27635
CPU usage (%): 100.791
Max. virtual memory (cumulated for all children) (KiB): 10927392
Max. memory (cumulated for all children) (KiB): 2363804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.83
system time used= 2.27635
maximum resident set size= 2364312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221322
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54432
involuntary context switches= 1198


# summary of solver processes directly reported to runsolver:
#   pid: 28567
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2397.83
#   total CPU system time (s): 2.27635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.01 second user time and 23.4505 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-22 02:25:27
IDJOB=4290033
IDBENCH=141458
IDSOLVER=2742
FILE ID=node102/4290033-1532219127
RUNJOBID= node102-1532208144-27126
PBS_JOBID= 21018941
Free space on /tmp= 53244 MiB

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

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

MD5SUM BENCH= cda201995a07a9b7663412ba5f5fbb4e
RANDOM SEED=2092661466

node102.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.51
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.51
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.51
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.51
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:        16620940 kB
MemAvailable:   31648036 kB
Buffers:          218472 kB
Cached:         14900876 kB
SwapCached:            0 kB
Active:          1684696 kB
Inactive:       13782224 kB
Active(anon):     350136 kB
Inactive(anon):    16892 kB
Active(file):    1334560 kB
Inactive(file): 13765332 kB
Unevictable:        6604 kB
Mlocked:            6604 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2376 kB
Writeback:             0 kB
AnonPages:        353640 kB
Mapped:            46748 kB
Shmem:             17036 kB
Slab:             382628 kB
SReclaimable:     355664 kB
SUnreclaim:        26964 kB
KernelStack:        3504 kB
PageTables:         5708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1241632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 53240 MiB
End job on node102 at 2018-07-22 03:05:08