Trace number 4289753

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? 436.447 145.865

General information on the benchmark

NameStillLife/
StillLife-wastage-19_c18.xml
MD5SUMbc316652a8a0d5c7d33934cb88eaeb44
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark154.096
Satisfiable
(Un)Satisfiability was proved
Number of variables904
Number of constraints559
Number of domains4
Minimum domain size2
Maximum domain size883
Distribution of domain sizes[{"size":2,"count":441},{"size":3,"count":441},{"size":362,"count":1},{"size":883,"count":21}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":438},{"degree":3,"count":24},{"degree":4,"count":76},{"degree":8,"count":72},{"degree":9,"count":289},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity23
Distribution of constraint arities[{"arity":2,"count":97},{"arity":3,"count":76},{"arity":10,"count":361},{"arity":21,"count":4},{"arity":22,"count":1},{"arity":23,"count":20}]
Number of extensional constraints437
Number of intensional constraints96
Distribution of constraint types[{"type":"extension","count":437},{"type":"intension","count":96},{"type":"sum","count":22},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

270.32/101.02	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
270.32/101.02	c This is free software under the dual EPL/GNU LGPL licenses.
270.32/101.02	c See www.sat4j.org for details.
270.32/101.02	c That software uses the Rhino library from the Mozilla project.
270.32/101.02	c version 2.3.6-SNAPSHOT
270.32/101.02	c java.runtime.name	Java(TM) SE Runtime Environment
270.32/101.02	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
270.32/101.02	c java.vm.version	25.131-b11
270.32/101.02	c java.vm.vendor	Oracle Corporation
270.32/101.02	c sun.arch.data.model	64
270.32/101.02	c java.version		1.8.0_131
270.32/101.02	c os.name		Linux
270.32/101.02	c os.version		3.10.0-514.16.1.el7.x86_64
270.32/101.02	c os.arch		amd64
270.32/101.02	c Free memory 		499604488
270.32/101.02	c Max memory 		7247757312
270.32/101.02	c Total memory 		504889344
270.32/101.02	c Number of processors 	4
270.32/101.02	c c --- Begin Solver configuration ---
270.32/101.02	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
270.32/101.02	c Learn all clauses as in MiniSAT
270.32/101.02	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
270.32/101.02	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
270.32/101.02	c No reason simplification
270.32/101.02	c Glucose 2.1 dynamic restart strategy
270.32/101.02	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
270.32/101.02	c timeout=2147483s
270.32/101.02	c DB Simplification allowed=false
270.32/101.02	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
270.32/101.02	c --- End Solver configuration ---
270.32/101.02	c constraints type 
270.32/101.02	c org.sat4j.minisat.constraints.card.MinWatchCard => 1808
270.32/101.02	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5664593
270.32/101.02	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 43185301
270.32/101.02	c org.sat4j.specs.Constr$1 => 10394
270.32/101.02	c org.sat4j.minisat.constraints.cnf.UnitClause => 177694
270.32/101.02	c 49039790 constraints processed.
394.74/134.47	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
394.74/134.47		at org.sat4j.core.VecInt.ensure(VecInt.java:158)
394.74/134.47		at org.sat4j.core.VecInt.push(VecInt.java:165)
394.74/134.47		at org.sat4j.minisat.core.Heap.insert(Heap.java:147)
394.74/134.47		at org.sat4j.minisat.orders.VarOrderHeap.init(VarOrderHeap.java:221)
394.74/134.47		at org.sat4j.pb.orders.VarOrderHeapObjective.init(VarOrderHeapObjective.java:68)
394.74/134.47		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1704)
394.74/134.47		at org.sat4j.csp.CspSatSolverDecorator.isSatisfiable(CspSatSolverDecorator.java:127)
394.74/134.47		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
394.74/134.47		at org.sat4j.pb.PseudoOptDecorator.isSatisfiable(PseudoOptDecorator.java:137)
394.74/134.47		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
394.74/134.47		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:179)
394.74/134.47		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:172)
394.74/134.47		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:121)
394.74/134.47		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:318)
394.74/134.47		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:257)
394.74/134.47		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
394.82/134.67	c starts		: 0
394.82/134.67	c conflicts		: 0
394.82/134.67	c decisions		: 0
394.82/134.67	c propagations		: 0
436.37/145.82	c inspects		: 0
436.37/145.82	c shortcuts		: 0
436.37/145.82	c learnt literals	: 0
436.37/145.82	c learnt binary clauses	: 0
436.37/145.82	c learnt ternary clauses	: 0
436.37/145.82	c learnt constraints	: 0
436.37/145.82	c ignored constraints	: 0
436.37/145.82	c root simplifications	: 0
436.37/145.82	c removed literals (reason simplification)	: 0
436.37/145.82	c reason swapping (by a shorter reason)	: 0
436.37/145.82	c Calls to reduceDB	: 0
436.37/145.82	c Number of update (reduction) of LBD	: 0
436.37/145.82	c Imported unit clauses	: 0
436.37/145.82	c number of reductions to clauses (during analyze)	: 0
436.37/145.82	c number of learned constraints concerned by reduction	: 0
436.37/145.82	c number of learning phase by resolution	: 0
436.37/145.82	c number of learning phase by cutting planes	: 0
436.37/145.82	c number of rounding to 1 operations	: 0
436.37/145.82	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
436.37/145.82	c number of reductions of the coefficients by power 2 	: 0
436.37/145.82	c number of right shift for reduction by power 2 	: 0
436.37/145.82	c number of reductions of the coefficients by GCD over coefficients 	: 0
436.37/145.82	c number of ending skipping 	: 0
436.37/145.82	c number of internal skipping 	: 0
436.37/145.82	c number of derivation steps 	: 0
436.37/145.82	c number of skipped derivation steps 	: 0
436.37/145.82	c number of remaining unassigned 	: 0
436.37/145.82	c number of remaining assigned 	: 0
436.37/145.82	c speed (assignments/second)	: 0.0
436.37/145.82	c non guided choices	: 0
436.37/145.82	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 (8406 MiB free)
  memory of node 1: 16384 MiB (12348 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289753-1532209513/watcher-4289753-1532209513 -o /tmp/evaluation-result-4289753-1532209513/solver-4289753-1532209513 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532208872-28144 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289753-1532209513.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=28284, runsolver pid=28281
Current StackSize limit: 8192 KiB


[startup+0.100109 s]*
/proc/loadavg: 4.56 4.12 2.90 3/216 28299
/proc/meminfo: memFree=21233076/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10659012 memory=30064 CPUtime=0.13 cores=1,3,5,7
/proc/28284/stat : 28284 (java) S 28281 28284 25824 0 -1 1077944320 6630 0 0 0 11 2 0 0 20 0 15 0 38514501 10914828288 7516 33554432000 4194304 4196468 140735503646576 140735503629120 139695833992951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
/proc/28284/statm: 2664753 7516 2814 1 0 2627263 0
[pid=28284/tid=28286] ppid=28281 vsize=10659012 memory=-8773748148829851523 CPUtime=0.09 cores=1,3,5,7
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 25824 0 -1 4202560 4442 0 0 0 8 1 0 0 20 0 15 0 38514501 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695838218064 139695818073438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28287] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695760067216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28288] ppid=28281 vsize=10659012 memory=139687615485568 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695759014416 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28289] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695438686608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28290] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38514502 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695437633808 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28291] ppid=28281 vsize=10659012 memory=139687615485568 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38514503 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695192025968 139695834004098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28292] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38514503 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695190971936 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28293] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38514504 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695189919088 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28294] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38514506 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695188867408 139695834011547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28295] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 25824 0 -1 1077944384 448 0 0 0 0 0 0 0 20 0 15 0 38514506 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695187814768 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28296] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38514506 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695186761968 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28297] ppid=28281 vsize=10659012 memory=139687615485568 CPUtime=0.02 cores=1,3,5,7
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 25824 0 -1 1077944384 370 0 0 0 2 0 0 0 20 0 15 0 38514506 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695185709168 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28298] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38514506 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695184656608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28299] ppid=28281 vsize=10659012 memory=139687615485568 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514506 10914828288 7516 33554432000 4194304 4196468 140735503646576 139695183604912 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30064 KiB

[startup+0.210538 s]*
/proc/loadavg: 4.56 4.12 2.90 4/216 28299
/proc/meminfo: memFree=21222220/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10659012 memory=42020 CPUtime=0.33 cores=1,3,5,7
/proc/28284/stat : 28284 (java) S 28281 28284 25824 0 -1 1077944320 8089 0 0 0 31 2 0 0 20 0 15 0 38514501 10914828288 10505 33554432000 4194304 4196468 140735503646576 140735503629120 139695833992951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
/proc/28284/statm: 2664753 10505 3005 1 0 2627263 0
[pid=28284/tid=28286] ppid=28281 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 25824 0 -1 4202560 5014 0 0 0 19 1 0 0 20 0 15 0 38514501 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695838229232 139695818073438 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28287] ppid=28281 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695760067216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28288] ppid=28281 vsize=10659012 memory=139687615511675 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695759014416 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28289] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695438686608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28290] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38514502 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695437633808 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28291] ppid=28281 vsize=10659012 memory=139687615485568 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38514503 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695192025968 139695834004098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28292] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38514503 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695190971936 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28293] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38514504 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695189919088 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28294] ppid=28281 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38514506 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695188867408 139695834011547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28295] ppid=28281 vsize=10659012 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 25824 0 -1 1077944384 764 0 0 0 3 0 0 0 20 0 15 0 38514506 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695187814768 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28296] ppid=28281 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 25824 0 -1 1077944384 208 0 0 0 1 0 0 0 20 0 15 0 38514506 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695186761968 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28297] ppid=28281 vsize=10659012 memory=139687615485568 CPUtime=0.07 cores=1,3,5,7
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 25824 0 -1 1077944384 736 0 0 0 7 0 0 0 20 0 15 0 38514506 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695185709168 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28298] ppid=28281 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38514506 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695184656608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28299] ppid=28281 vsize=10659012 memory=139687615485568 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514506 10914828288 10505 33554432000 4194304 4196468 140735503646576 139695183604912 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 42020 KiB

[startup+0.315785 s]*
/proc/loadavg: 4.56 4.12 2.90 6/216 28299
/proc/meminfo: memFree=21216948/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10659088 memory=48964 CPUtime=0.54 cores=1,3,5,7
/proc/28284/stat : 28284 (java) S 28281 28284 25824 0 -1 1077944320 8968 0 0 0 51 3 0 0 20 0 15 0 38514501 10914906112 12241 33554432000 4194304 4196468 140735503646576 140735503629120 139695833992951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
/proc/28284/statm: 2664772 12241 3047 1 0 2627263 0
[pid=28284/tid=28286] ppid=28281 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 25824 0 -1 4202560 5732 0 0 0 28 2 0 0 20 0 15 0 38514501 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695838228480 139695440847056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28287] ppid=28281 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695760067216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28288] ppid=28281 vsize=10659088 memory=139687615511632 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695759014416 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28289] ppid=28281 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695438686608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28290] ppid=28281 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38514502 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695437633808 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28291] ppid=28281 vsize=10659088 memory=139687615485568 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38514503 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695192025968 139695834004098 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28292] ppid=28281 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38514503 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695190971936 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28293] ppid=28281 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38514504 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695189919088 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28294] ppid=28281 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38514506 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695188867408 139695834011547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28295] ppid=28281 vsize=10659088 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/28284/task/28295/stat : 28295 (java) R 28281 28284 25824 0 -1 1077944384 805 0 0 0 6 0 0 0 20 0 15 0 38514506 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695187801616 139695834003157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28296] ppid=28281 vsize=10659088 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/28284/task/28296/stat : 28296 (java) R 28281 28284 25824 0 -1 4202560 251 0 0 0 3 0 0 0 20 0 15 0 38514506 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695186762064 139695818880947 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28297] ppid=28281 vsize=10659088 memory=139687615485568 CPUtime=0.13 cores=1,3,5,7
/proc/28284/task/28297/stat : 28297 (java) R 28281 28284 25824 0 -1 4202560 817 0 0 0 13 0 0 0 20 0 15 0 38514506 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695185704896 139695812541257 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28298] ppid=28281 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38514506 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695184656608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28299] ppid=28281 vsize=10659088 memory=139687615485568 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514506 10914906112 12241 33554432000 4194304 4196468 140735503646576 139695183604912 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 48964 KiB

[startup+0.700711 s]
/proc/loadavg: 4.56 4.12 2.90 4/216 28299
/proc/meminfo: memFree=21166268/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10661136 memory=158468 CPUtime=1.81 cores=1,3,5,7
/proc/28284/stat : 28284 (java) S 28281 28284 25824 0 -1 1077944320 18451 0 0 0 174 7 0 0 20 0 15 0 38514501 10917003264 39617 33554432000 4194304 4196468 140735503646576 140735503629120 139695833992951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
/proc/28284/statm: 2665284 39617 3093 1 0 2627775 0
[pid=28284/tid=28286] ppid=28281 vsize=10661136 memory=1836 CPUtime=0.66 cores=1,3,5,7
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 25824 0 -1 4202560 6051 0 0 0 62 4 0 0 20 0 15 0 38514501 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695838219168 139695442734972 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28287] ppid=28281 vsize=10661136 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695760067216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28288] ppid=28281 vsize=10661136 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695759014416 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28289] ppid=28281 vsize=10661136 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514502 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695438686608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28290] ppid=28281 vsize=10661136 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38514502 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695437633808 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28291] ppid=28281 vsize=10661136 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 25824 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38514503 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695192025968 139695834004098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28292] ppid=28281 vsize=10661136 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38514503 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695190971936 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28293] ppid=28281 vsize=10661136 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38514504 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695189919088 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28294] ppid=28281 vsize=10661136 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38514506 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695188867408 139695834011547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28295] ppid=28281 vsize=10661136 memory=6297835844906604903 CPUtime=0.39 cores=1,3,5,7
/proc/28284/task/28295/stat : 28295 (java) R 28281 28284 25824 0 -1 4202560 3887 0 0 0 39 0 0 0 20 0 15 0 38514506 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695187801616 139695817478864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28296] ppid=28281 vsize=10661136 memory=7597685182856913236 CPUtime=0.37 cores=1,3,5,7
/proc/28284/task/28296/stat : 28296 (java) R 28281 28284 25824 0 -1 4202560 3726 0 0 0 37 0 0 0 20 0 15 0 38514506 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695186753424 139695815517496 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28297] ppid=28281 vsize=10661136 memory=7368004788338839632 CPUtime=0.36 cores=1,3,5,7
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 25824 0 -1 1077944384 3417 0 0 0 35 1 0 0 20 0 15 0 38514506 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695185709168 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28298] ppid=28281 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38514506 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695184656608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28299] ppid=28281 vsize=10661136 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38514506 10917003264 39617 33554432000 4194304 4196468 140735503646576 139695183604912 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 158468 KiB

[startup+1.50074 s]
/proc/loadavg: 4.56 4.12 2.90 5/216 28299
/proc/meminfo: memFree=21036988/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10661136 memory=433748 CPUtime=3.99 cores=1,3,5,7
/proc/28284/stat : 28284 (java) S 28281 28284 25824 0 -1 1077944320 19513 0 0 0 376 23 0 0 20 0 15 0 38514501 10917003264 108437 33554432000 4194304 4196468 140735503646576 140735503629120 139695833992951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
/proc/28284/statm: 2665284 108437 3156 1 0 2627775 0
[pid=28284/tid=28286] ppid=28281 vsize=10661136 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/28284/task/28286/stat : 28286 (java) R 28281 28284 25824 0 -1 4202560 6132 0 0 0 127 6 0 0 20 0 15 0 38514501 10917003264 108437 33554432000 4194304 4196468 140735503646576 139695838228304 139695813070451 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28287] ppid=28281 vsize=10661136 memory=-6951259422114956437 CPUtime=0.12 cores=1,3,5,7
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 25824 0 -1 1077944384 143 0 0 0 9 3 0 0 20 0 15 0 38514502 10917003264 108437 33554432000 4194304 4196468 140735503646576 139695760067216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28288] ppid=28281 vsize=10661136 memory=-6509546260019855295 CPUtime=0.12 cores=1,3,5,7
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 25824 0 -1 1077944384 132 0 0 0 9 3 0 0 20 0 15 0 38514502 10917003264 108437 33554432000 4194304 4196468 140735503646576 139695759014416 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28289] ppid=28281 vsize=10661136 memory=-7390251449858225344 CPUtime=0.11 cores=1,3,5,7
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 25824 0 -1 1077944384 118 0 0 0 8 3 0 0 20 0 15 0 38514502 10917003264 108437 33554432000 4194304 4196468 140735503646576 139695438686608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28290] ppid=28281 vsize=10661136 memory=-7096649868621430206 CPUtime=0.12 cores=1,3,5,7
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 25824 0 -1 1077944384 143 0 0 0 9 3 0 0 20 0 15 0 38514502 10917003264 108437 33554432000 4194304 4196468 140735503646576 139695437633808 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28291] ppid=28281 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 25824 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 15 0 38514503 10917003264 108437 33554432000 4194304 4196468 140735503646576 139695192025968 139695834004098 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0

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

[startup+144.001 s]*
/proc/loadavg: 4.35 4.08 3.06 6/217 28303
/proc/meminfo: memFree=12966140/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10794264 memory=8214940 CPUtime=431.2 cores=1,3,5,7
/proc/28284/stat : 28284 (java) S 28281 28284 25824 0 -1 1077944320 292459 0 0 0 42576 544 0 0 20 0 16 0 38514501 11053326336 2053735 33554432000 4194304 4196468 140735503646576 140735503629120 139695833992951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
/proc/28284/statm: 2698566 2053735 3179 1 0 2661057 0
[pid=28284/tid=28286] ppid=28281 vsize=10794264 memory=6791534058613427641 CPUtime=32.46 cores=1,3,5,7
/proc/28284/task/28286/stat : 28286 (java) S 28281 28284 25824 0 -1 1077944384 19495 0 0 0 3222 24 0 0 20 0 16 0 38514501 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695838233632 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28287] ppid=28281 vsize=10794264 memory=1696 CPUtime=95.71 cores=1,3,5,7
/proc/28284/task/28287/stat : 28287 (java) R 28281 28284 25824 0 -1 4202560 76324 0 0 0 9452 119 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695760067416 139695827096598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28288] ppid=28281 vsize=10794264 memory=920 CPUtime=94.91 cores=1,3,5,7
/proc/28284/task/28288/stat : 28288 (java) R 28281 28284 25824 0 -1 4202560 45181 0 0 0 9359 132 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695759014536 139695826621159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28289] ppid=28281 vsize=10794264 memory=3848 CPUtime=95.3 cores=1,3,5,7
/proc/28284/task/28289/stat : 28289 (java) R 28281 28284 25824 0 -1 4202560 48982 0 0 0 9394 136 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695438686416 139695826621159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28290] ppid=28281 vsize=10794264 memory=4104 CPUtime=95.25 cores=1,3,5,7
/proc/28284/task/28290/stat : 28290 (java) R 28281 28284 25824 0 -1 4202560 38641 0 0 0 9403 122 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695437633928 139695826621159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28291] ppid=28281 vsize=10794264 memory=6791534058613427641 CPUtime=14.3 cores=1,3,5,7
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 25824 0 -1 1077944384 39270 0 0 0 1428 2 0 0 20 0 16 0 38514503 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695192024512 139695834003157 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28292] ppid=28281 vsize=10794264 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 25824 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 38514503 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695190972000 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28293] ppid=28281 vsize=10794264 memory=13788 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 25824 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 38514504 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695189919104 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28294] ppid=28281 vsize=10794264 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695188867408 139695834011547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28295] ppid=28281 vsize=10794264 memory=2412 CPUtime=1.27 cores=1,3,5,7
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 25824 0 -1 1077944384 7881 0 0 0 126 1 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695187814528 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28296] ppid=28281 vsize=10794264 memory=1836 CPUtime=1.32 cores=1,3,5,7
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 25824 0 -1 1077944384 8068 0 0 0 131 1 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695186762016 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28297] ppid=28281 vsize=10794264 memory=792 CPUtime=0.52 cores=1,3,5,7
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 25824 0 -1 1077944384 5931 0 0 0 50 2 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695185709216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28298] ppid=28281 vsize=10794264 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695184656608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28299] ppid=28281 vsize=10794264 memory=5380 CPUtime=0.09 cores=1,3,5,7
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 25824 0 -1 1077944384 1195 0 0 0 4 5 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695183604912 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28302] ppid=28281 vsize=10794264 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28302/stat : 28302 (java) S 28281 28284 25824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38527948 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695180451088 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
Current children cumulated CPU time: 431.2 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8214940 KiB

[startup+144.801 s]
/proc/loadavg: 4.35 4.08 3.06 6/217 28303
/proc/meminfo: memFree=12966140/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10794264 memory=8214940 CPUtime=434.26 cores=1,3,5,7
/proc/28284/stat : 28284 (java) S 28281 28284 25824 0 -1 1077944320 292550 0 0 0 42881 545 0 0 20 0 16 0 38514501 11053326336 2053735 33554432000 4194304 4196468 140735503646576 140735503629120 139695833992951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
/proc/28284/statm: 2698566 2053735 3179 1 0 2661057 0
[pid=28284/tid=28286] ppid=28281 vsize=10794264 memory=4140 CPUtime=32.46 cores=1,3,5,7
/proc/28284/task/28286/stat : 28286 (java) S 28281 28284 25824 0 -1 1077944384 19495 0 0 0 3222 24 0 0 20 0 16 0 38514501 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695838233632 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28287] ppid=28281 vsize=10794264 memory=13788 CPUtime=96.5 cores=1,3,5,7
/proc/28284/task/28287/stat : 28287 (java) R 28281 28284 25824 0 -1 4202560 76415 0 0 0 9531 119 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695760067416 139695827089344 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28288] ppid=28281 vsize=10794264 memory=1296 CPUtime=95.66 cores=1,3,5,7
/proc/28284/task/28288/stat : 28288 (java) R 28281 28284 25824 0 -1 4202560 45181 0 0 0 9434 132 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695759014224 139695826621159 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28289] ppid=28281 vsize=10794264 memory=6791534058613427641 CPUtime=96.06 cores=1,3,5,7
/proc/28284/task/28289/stat : 28289 (java) R 28281 28284 25824 0 -1 4202560 48982 0 0 0 9469 137 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695438686416 139695834014298 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28290] ppid=28281 vsize=10794264 memory=5380 CPUtime=96 cores=1,3,5,7
/proc/28284/task/28290/stat : 28290 (java) R 28281 28284 25824 0 -1 4202560 38641 0 0 0 9478 122 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695437633928 139695826621159 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28291] ppid=28281 vsize=10794264 memory=4616 CPUtime=14.3 cores=1,3,5,7
/proc/28284/task/28291/stat : 28291 (java) S 28281 28284 25824 0 -1 1077944384 39270 0 0 0 1428 2 0 0 20 0 16 0 38514503 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695192024512 139695834003157 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28292] ppid=28281 vsize=10794264 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 25824 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 38514503 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695190972000 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28293] ppid=28281 vsize=10794264 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 25824 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 38514504 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695189919104 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28294] ppid=28281 vsize=10794264 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695188867408 139695834011547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28295] ppid=28281 vsize=10794264 memory=8380 CPUtime=1.27 cores=1,3,5,7
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 25824 0 -1 1077944384 7881 0 0 0 126 1 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695187814528 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28296] ppid=28281 vsize=10794264 memory=1012 CPUtime=1.32 cores=1,3,5,7
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 25824 0 -1 1077944384 8068 0 0 0 131 1 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695186762016 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28297] ppid=28281 vsize=10794264 memory=1444 CPUtime=0.52 cores=1,3,5,7
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 25824 0 -1 1077944384 5931 0 0 0 50 2 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695185709216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28298] ppid=28281 vsize=10794264 memory=8214940 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695184656608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28299] ppid=28281 vsize=10794264 memory=1708 CPUtime=0.09 cores=1,3,5,7
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 25824 0 -1 1077944384 1195 0 0 0 4 5 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695183604912 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28302] ppid=28281 vsize=10794264 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28302/stat : 28302 (java) S 28281 28284 25824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38527948 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695180451088 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
Current children cumulated CPU time: 434.26 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8214940 KiB

[startup+145.601 s]
/proc/loadavg: 4.35 4.08 3.06 6/217 28303
/proc/meminfo: memFree=12966140/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10794264 memory=8214940 CPUtime=436.17 cores=1,3,5,7
/proc/28284/stat : 28284 (java) S 28281 28284 25824 0 -1 1077944320 292577 0 0 0 43072 545 0 0 20 0 16 0 38514501 11053326336 2053735 33554432000 4194304 4196468 140735503646576 140735503629120 139695833992951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
/proc/28284/statm: 2698566 2053735 3179 1 0 2661057 0
[pid=28284/tid=28286] ppid=28281 vsize=10794264 memory=1444 CPUtime=32.46 cores=1,3,5,7
/proc/28284/task/28286/stat : 28286 (java) S 28281 28284 25824 0 -1 1077944384 19495 0 0 0 3222 24 0 0 20 0 16 0 38514501 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695838233632 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28287] ppid=28281 vsize=10794264 memory=1200 CPUtime=96.89 cores=1,3,5,7
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 25824 0 -1 1077944384 76415 0 0 0 9570 119 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695760067216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28288] ppid=28281 vsize=10794264 memory=6791534058613427641 CPUtime=96.04 cores=1,3,5,7
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 25824 0 -1 1077944384 45181 0 0 0 9471 133 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695759014416 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28289] ppid=28281 vsize=10794264 memory=-9178176117148050014 CPUtime=96.44 cores=1,3,5,7
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 25824 0 -1 1077944384 48982 0 0 0 9507 137 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695438686608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28290] ppid=28281 vsize=10794264 memory=279375007182608 CPUtime=96.37 cores=1,3,5,7
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 25824 0 -1 1077944384 38641 0 0 0 9515 122 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695437633808 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28291] ppid=28281 vsize=10794264 memory=7447089357297969237 CPUtime=14.71 cores=1,3,5,7
/proc/28284/task/28291/stat : 28291 (java) R 28281 28284 25824 0 -1 4202560 39297 0 0 0 1469 2 0 0 20 0 16 0 38514503 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695192024400 139695818989332 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28292] ppid=28281 vsize=10794264 memory=8214940 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 25824 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 38514503 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695190972000 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28293] ppid=28281 vsize=10794264 memory=8214940 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 25824 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 38514504 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695189919104 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28294] ppid=28281 vsize=10794264 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695188867408 139695834011547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28295] ppid=28281 vsize=10794264 memory=960 CPUtime=1.27 cores=1,3,5,7
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 25824 0 -1 1077944384 7881 0 0 0 126 1 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695187814528 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28296] ppid=28281 vsize=10794264 memory=1236 CPUtime=1.32 cores=1,3,5,7
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 25824 0 -1 1077944384 8068 0 0 0 131 1 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695186762016 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28297] ppid=28281 vsize=10794264 memory=2340 CPUtime=0.52 cores=1,3,5,7
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 25824 0 -1 1077944384 5931 0 0 0 50 2 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695185709216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28298] ppid=28281 vsize=10794264 memory=8214940 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695184656608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28299] ppid=28281 vsize=10794264 memory=792 CPUtime=0.09 cores=1,3,5,7
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 25824 0 -1 1077944384 1195 0 0 0 4 5 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695183604912 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28302] ppid=28281 vsize=10794264 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28302/stat : 28302 (java) S 28281 28284 25824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38527948 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695180451088 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
Current children cumulated CPU time: 436.17 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8214940 KiB

[startup+145.801 s]
/proc/loadavg: 4.35 4.08 3.06 6/217 28303
/proc/meminfo: memFree=12966140/32770624 swapFree=67108860/67108860
[pid=28284] ppid=28281 vsize=10794264 memory=8214940 CPUtime=436.37 cores=1,3,5,7
/proc/28284/stat : 28284 (java) S 28281 28284 25824 0 -1 1077944320 292577 0 0 0 43092 545 0 0 20 0 16 0 38514501 11053326336 2053735 33554432000 4194304 4196468 140735503646576 140735503629120 139695833992951 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
/proc/28284/statm: 2698566 2053735 3179 1 0 2661057 0
[pid=28284/tid=28286] ppid=28281 vsize=10794264 memory=4616 CPUtime=32.46 cores=1,3,5,7
/proc/28284/task/28286/stat : 28286 (java) S 28281 28284 25824 0 -1 1077944384 19495 0 0 0 3222 24 0 0 20 0 16 0 38514501 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695838233632 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28287] ppid=28281 vsize=10794264 memory=1232 CPUtime=96.89 cores=1,3,5,7
/proc/28284/task/28287/stat : 28287 (java) S 28281 28284 25824 0 -1 1077944384 76415 0 0 0 9570 119 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695760067216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28288] ppid=28281 vsize=10794264 memory=11964 CPUtime=96.04 cores=1,3,5,7
/proc/28284/task/28288/stat : 28288 (java) S 28281 28284 25824 0 -1 1077944384 45181 0 0 0 9471 133 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695759014416 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28289] ppid=28281 vsize=10794264 memory=1708 CPUtime=96.44 cores=1,3,5,7
/proc/28284/task/28289/stat : 28289 (java) S 28281 28284 25824 0 -1 1077944384 48982 0 0 0 9507 137 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695438686608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28290] ppid=28281 vsize=10794264 memory=3316 CPUtime=96.37 cores=1,3,5,7
/proc/28284/task/28290/stat : 28290 (java) S 28281 28284 25824 0 -1 1077944384 38641 0 0 0 9515 122 0 0 20 0 16 0 38514502 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695437633808 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28291] ppid=28281 vsize=10794264 memory=385328 CPUtime=14.91 cores=1,3,5,7
/proc/28284/task/28291/stat : 28291 (java) R 28281 28284 25824 0 -1 4202560 39297 0 0 0 1489 2 0 0 20 0 16 0 38514503 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695192024400 139695812363131 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28292] ppid=28281 vsize=10794264 memory=1408 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28292/stat : 28292 (java) S 28281 28284 25824 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 38514503 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695190972000 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28293] ppid=28281 vsize=10794264 memory=2928 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28293/stat : 28293 (java) S 28281 28284 25824 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 16 0 38514504 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695189919104 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28294] ppid=28281 vsize=10794264 memory=8214936 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28294/stat : 28294 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695188867408 139695834011547 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28295] ppid=28281 vsize=10794264 memory=6791534058613427641 CPUtime=1.27 cores=1,3,5,7
/proc/28284/task/28295/stat : 28295 (java) S 28281 28284 25824 0 -1 1077944384 7881 0 0 0 126 1 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695187814528 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28296] ppid=28281 vsize=10794264 memory=8214932 CPUtime=1.32 cores=1,3,5,7
/proc/28284/task/28296/stat : 28296 (java) S 28281 28284 25824 0 -1 1077944384 8068 0 0 0 131 1 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695186762016 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28297] ppid=28281 vsize=10794264 memory=4140 CPUtime=0.52 cores=1,3,5,7
/proc/28284/task/28297/stat : 28297 (java) S 28281 28284 25824 0 -1 1077944384 5931 0 0 0 50 2 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695185709216 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28298] ppid=28281 vsize=10794264 memory=13788 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28298/stat : 28298 (java) S 28281 28284 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695184656608 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28299] ppid=28281 vsize=10794264 memory=1296 CPUtime=0.09 cores=1,3,5,7
/proc/28284/task/28299/stat : 28299 (java) S 28281 28284 25824 0 -1 1077944384 1195 0 0 0 4 5 0 0 20 0 16 0 38514506 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695183604912 139695834004098 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
[pid=28284/tid=28302] ppid=28281 vsize=10794264 memory=2412 CPUtime=0 cores=1,3,5,7
/proc/28284/task/28302/stat : 28302 (java) S 28281 28284 25824 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38527948 11053326336 2053735 33554432000 4194304 4196468 140735503646576 139695180451088 139695834003157 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28491776 140735503651953 140735503652105 140735503652105 140735503654863 0
Current children cumulated CPU time: 436.37 s
Current children cumulated vsize: 10794264 KiB
Current children cumulated memory: 8214940 KiB

Child status: 1
Real time (s): 145.865
CPU time (s): 436.447
CPU user time (s): 430.952
CPU system time (s): 5.49555
CPU usage (%): 299.214
Max. virtual memory (cumulated for all children) (KiB): 10794264
Max. memory (cumulated for all children) (KiB): 8214940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 430.952
system time used= 5.49555
maximum resident set size= 8215048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 292613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11354
involuntary context switches= 4303


# summary of solver processes directly reported to runsolver:
#   pid: 28284
#   total CPU time (s): 436.447
#   total CPU user time (s): 430.952
#   total CPU system time (s): 5.49555

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.983023 second user time and 1.35315 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-21 23:45:13
IDJOB=4289753
IDBENCH=141031
IDSOLVER=2742
FILE ID=node104/4289753-1532209513
RUNJOBID= node104-1532208872-28144
PBS_JOBID= 21018939
Free space on /tmp= 57244 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/StillLife/StillLife-wastage-19_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289753-1532209513/watcher-4289753-1532209513 -o /tmp/evaluation-result-4289753-1532209513/solver-4289753-1532209513 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532208872-28144 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289753-1532209513.xml

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

MD5SUM BENCH= bc316652a8a0d5c7d33934cb88eaeb44
RANDOM SEED=875713760

node104.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.11
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.11
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.11
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.11
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:        21252608 kB
MemAvailable:   31634820 kB
Buffers:          218660 kB
Cached:         10373784 kB
SwapCached:            0 kB
Active:          2055708 kB
Inactive:        8896036 kB
Active(anon):     361340 kB
Inactive(anon):    17040 kB
Active(file):    1694368 kB
Inactive(file):  8878996 kB
Unevictable:        7224 kB
Mlocked:            7224 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2356 kB
Writeback:             0 kB
AnonPages:        366184 kB
Mapped:            46492 kB
Shmem:             17036 kB
Slab:             264768 kB
SReclaimable:     237308 kB
SUnreclaim:        27460 kB
KernelStack:        3776 kB
PageTables:         5852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1277520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    296960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57244 MiB
End job on node104 at 2018-07-21 23:47:39