Trace number 4263222

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 2017-07-05? 1074.6 407.97

General information on the benchmark

NameBibd/Bibd-sc-open/
Bibd-sc-65-104-40-25-15.xml
MD5SUM221a96fe8d827ba40f627424420ef5aa
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables446160
Number of constraints218570
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":223080}]
Minimum variable degree0
Maximum variable degree67
Distribution of variable degrees[{"degree":0,"count":223080},{"degree":2,"count":216320},{"degree":67,"count":6760}]
Minimum constraint arity3
Maximum constraint arity6760
Distribution of constraint arities[{"arity":3,"count":216320},{"arity":65,"count":104},{"arity":104,"count":2145},{"arity":6760,"count":1}]
Number of extensional constraints0
Number of intensional constraints216320
Distribution of constraint types[{"type":"intension","count":216320},{"type":"lex","count":1},{"type":"sum","count":2249}]
Optimization problemNO
Type of objective

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263222-1502622894/watcher-4263222-1502622894 -o /tmp/evaluation-result-4263222-1502622894/solver-4263222-1502622894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263222-1502622894.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=21778, runsolver pid=21775
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 1.93 2.00 2.16 3/209 21785
/proc/meminfo: memFree=28417552/32770624 swapFree=67108860/67108860
[pid=21778] ppid=21775 vsize=10151672 memory=18888 CPUtime=0.03 cores=1,3,5,7
/proc/21778/stat : 21778 (java) S 21775 21778 8289 0 -1 1077944320 4088 0 0 0 2 1 0 0 20 0 9 0 110104548 10395312128 4722 18446744073709551615 4194304 4196468 140731083696448 140731083678992 140225618079479 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
/proc/21778/statm: 2537918 4722 2101 1 0 2527415 0
[pid=21778/tid=21780] ppid=21775 vsize=10151672 memory=7077796292425249400 CPUtime=0.01 cores=1,3,5,7
/proc/21778/task/21780/stat : 21780 (java) R 21775 21778 8289 0 -1 4202560 2740 0 0 0 1 0 0 0 20 0 9 0 110104556 10395312128 4722 18446744073709551615 4194304 4196468 140731083696448 140225622315448 140225602159966 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21781] ppid=21775 vsize=10151672 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21781/stat : 21781 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110104557 10395312128 4722 18446744073709551615 4194304 4196468 140731083696448 140225583360912 140225618089685 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21782] ppid=21775 vsize=10151672 memory=140497857877632 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21782/stat : 21782 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110104557 10395312128 4722 18446744073709551615 4194304 4196468 140731083696448 140225228307216 140225618089685 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21783] ppid=21775 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21783/stat : 21783 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 110104557 10395312128 4722 18446744073709551615 4194304 4196468 140731083696448 140225227254928 140225618089685 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21784] ppid=21775 vsize=10151672 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21784/stat : 21784 (java) S 21775 21778 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110104557 10395312128 4722 18446744073709551615 4194304 4196468 140731083696448 140225226202128 140225618089685 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21785] ppid=21775 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21785/stat : 21785 (java) S 21775 21778 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 110104558 10395312128 4722 18446744073709551615 4194304 4196468 140731083696448 140225182300272 140225618090626 0 0 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21786] ppid=21775 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21786/stat : 21786 (java) S 21775 21778 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 110104559 10395312128 4722 18446744073709551615 4194304 4196468 140731083696448 140225181246240 140225618089685 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21787] ppid=21775 vsize=10151672 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21787/stat : 21787 (java) S 21775 21778 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 110104559 10395312128 4722 18446744073709551615 4194304 4196468 140731083696448 140225112171696 140225618089685 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10151672 KiB
Current children cumulated memory: 18888 KiB

[startup+0.210211 s]*
/proc/loadavg: 1.93 2.00 2.16 4/217 21793
/proc/meminfo: memFree=28405824/32770624 swapFree=67108860/67108860
[pid=21778] ppid=21775 vsize=10551156 memory=30772 CPUtime=0.12 cores=1,3,5,7
/proc/21778/stat : 21778 (java) S 21775 21778 8289 0 -1 1077944320 7807 0 0 0 10 2 0 0 20 0 15 0 110104548 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140731083678992 140225618079479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
/proc/21778/statm: 2637789 7693 2795 1 0 2627261 0
[pid=21778/tid=21780] ppid=21775 vsize=10551156 memory=8316850467074736180 CPUtime=0.09 cores=1,3,5,7
/proc/21778/task/21780/stat : 21780 (java) R 21775 21778 8289 0 -1 4202560 5655 0 0 0 8 1 0 0 20 0 15 0 110104556 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225622267824 140225604147598 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21781] ppid=21775 vsize=10551156 memory=8293 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21781/stat : 21781 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225583360912 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21782] ppid=21775 vsize=10551156 memory=140497858837236 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21782/stat : 21782 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225228307216 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21783] ppid=21775 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21783/stat : 21783 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225227254928 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21784] ppid=21775 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21784/stat : 21784 (java) S 21775 21778 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225226202128 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21785] ppid=21775 vsize=10551156 memory=140497857877632 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21785/stat : 21785 (java) S 21775 21778 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110104558 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225182300272 140225618090626 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21786] ppid=21775 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21786/stat : 21786 (java) S 21775 21778 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110104559 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225181246240 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21787] ppid=21775 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21787/stat : 21787 (java) S 21775 21778 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110104559 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225112171632 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21788] ppid=21775 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21788/stat : 21788 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110104561 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225111119952 140225618098075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21789] ppid=21775 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21789/stat : 21789 (java) S 21775 21778 8289 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 110104561 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225110067824 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21790] ppid=21775 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21790/stat : 21790 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110104561 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225109015024 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21791] ppid=21775 vsize=10551156 memory=140497857877632 CPUtime=0.01 cores=1,3,5,7
/proc/21778/task/21791/stat : 21791 (java) R 21775 21778 8289 0 -1 4202560 357 0 0 0 1 0 0 0 20 0 15 0 110104561 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225107962736 140225596610448 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21792] ppid=21775 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21792/stat : 21792 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110104562 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225106910176 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21793] ppid=21775 vsize=10551156 memory=140497857877632 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21793/stat : 21793 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104565 10804383744 7693 18446744073709551615 4194304 4196468 140731083696448 140225105856944 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30772 KiB

[startup+0.310548 s]*
/proc/loadavg: 1.93 2.00 2.16 4/217 21793
/proc/meminfo: memFree=28400364/32770624 swapFree=67108860/67108860
[pid=21778] ppid=21775 vsize=10551156 memory=39284 CPUtime=0.29 cores=1,3,5,7
/proc/21778/stat : 21778 (java) S 21775 21778 8289 0 -1 1077944320 9126 0 0 0 26 3 0 0 20 0 15 0 110104548 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140731083678992 140225618079479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
/proc/21778/statm: 2637789 9821 2932 1 0 2627261 0
[pid=21778/tid=21780] ppid=21775 vsize=10551156 memory=8316850467074736180 CPUtime=0.19 cores=1,3,5,7
/proc/21778/task/21780/stat : 21780 (java) R 21775 21778 8289 0 -1 4202560 6184 0 0 0 17 2 0 0 20 0 15 0 110104556 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225622318384 140225258918524 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21781] ppid=21775 vsize=10551156 memory=8293 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21781/stat : 21781 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225583360912 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21782] ppid=21775 vsize=10551156 memory=140497858837236 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21782/stat : 21782 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225228307216 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21783] ppid=21775 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21783/stat : 21783 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225227254928 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21784] ppid=21775 vsize=10551156 memory=3472323898181169199 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21784/stat : 21784 (java) S 21775 21778 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225226202128 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21785] ppid=21775 vsize=10551156 memory=3471342894178715312 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21785/stat : 21785 (java) S 21775 21778 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110104558 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225182300272 140225618090626 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21786] ppid=21775 vsize=10551156 memory=6879655668675933547 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21786/stat : 21786 (java) S 21775 21778 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110104559 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225181246240 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21787] ppid=21775 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21787/stat : 21787 (java) S 21775 21778 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110104559 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225112171632 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21788] ppid=21775 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21788/stat : 21788 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110104561 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225111119952 140225618098075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21789] ppid=21775 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/21778/task/21789/stat : 21789 (java) R 21775 21778 8289 0 -1 4202560 589 0 0 0 1 0 0 0 20 0 15 0 110104561 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225110067824 140225618100826 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21790] ppid=21775 vsize=10551156 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21778/task/21790/stat : 21790 (java) R 21775 21778 8289 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 15 0 110104561 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225109015024 140225618090626 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21791] ppid=21775 vsize=10551156 memory=7599810247882017507 CPUtime=0.05 cores=1,3,5,7
/proc/21778/task/21791/stat : 21791 (java) R 21775 21778 8289 0 -1 4202560 849 0 0 0 5 0 0 0 20 0 15 0 110104561 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225107958464 140225597005190 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21792] ppid=21775 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21792/stat : 21792 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110104562 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225106910176 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21793] ppid=21775 vsize=10551156 memory=140497857877632 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21793/stat : 21793 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104565 10804383744 9821 18446744073709551615 4194304 4196468 140731083696448 140225105856944 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39284 KiB

[startup+0.700701 s]
/proc/loadavg: 1.93 2.00 2.16 5/217 21793
/proc/meminfo: memFree=28355060/32770624 swapFree=67108860/67108860
[pid=21778] ppid=21775 vsize=10551156 memory=159096 CPUtime=1.17 cores=1,3,5,7
/proc/21778/stat : 21778 (java) S 21775 21778 8289 0 -1 1077944320 12086 0 0 0 110 7 0 0 20 0 15 0 110104548 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140731083678992 140225618079479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
/proc/21778/statm: 2637789 39774 3015 1 0 2627261 0
[pid=21778/tid=21780] ppid=21775 vsize=10551156 memory=956 CPUtime=0.57 cores=1,3,5,7
/proc/21778/task/21780/stat : 21780 (java) R 21775 21778 8289 0 -1 4202560 7086 0 0 0 52 5 0 0 20 0 15 0 110104556 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225622314160 140225618091414 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21781] ppid=21775 vsize=10551156 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21781/stat : 21781 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225583360912 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21782] ppid=21775 vsize=10551156 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21782/stat : 21782 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225228307216 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21783] ppid=21775 vsize=10551156 memory=2164 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21783/stat : 21783 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225227254928 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21784] ppid=21775 vsize=10551156 memory=928 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21784/stat : 21784 (java) S 21775 21778 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110104557 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225226202128 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21785] ppid=21775 vsize=10551156 memory=1620 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21785/stat : 21785 (java) S 21775 21778 8289 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110104558 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225182300272 140225618090626 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21786] ppid=21775 vsize=10551156 memory=33 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21786/stat : 21786 (java) S 21775 21778 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110104559 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225181246240 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21787] ppid=21775 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21787/stat : 21787 (java) S 21775 21778 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110104559 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225112171632 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21788] ppid=21775 vsize=10551156 memory=737 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21788/stat : 21788 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110104561 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225111119952 140225618098075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21789] ppid=21775 vsize=10551156 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/21778/task/21789/stat : 21789 (java) S 21775 21778 8289 0 -1 1077944384 1223 0 0 0 20 0 0 0 20 0 15 0 110104561 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225110067824 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21790] ppid=21775 vsize=10551156 memory=844 CPUtime=0.23 cores=1,3,5,7
/proc/21778/task/21790/stat : 21790 (java) R 21775 21778 8289 0 -1 1077944384 1084 0 0 0 23 0 0 0 20 0 15 0 110104561 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225109015024 140225618090626 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21791] ppid=21775 vsize=10551156 memory=18484 CPUtime=0.13 cores=1,3,5,7
/proc/21778/task/21791/stat : 21791 (java) R 21775 21778 8289 0 -1 4202560 1327 0 0 0 13 0 0 0 20 0 15 0 110104561 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225107962736 140225596761136 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21792] ppid=21775 vsize=10551156 memory=3912 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21792/stat : 21792 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110104562 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225106910176 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21793] ppid=21775 vsize=10551156 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21793/stat : 21793 (java) S 21775 21778 8289 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110104565 10804383744 39774 18446744073709551615 4194304 4196468 140731083696448 140225105856944 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 159096 KiB

[startup+1.50101 s]
/proc/loadavg: 1.93 2.00 2.16 3/217 21793
/proc/meminfo: memFree=28148340/32770624 swapFree=67108860/67108860
[pid=21778] ppid=21775 vsize=10551232 memory=409712 CPUtime=3.23 cores=1,3,5,7
/proc/21778/stat : 21778 (java) S 21775 21778 8289 0 -1 1077944320 14329 0 0 0 288 35 0 0 20 0 15 0 110104548 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140731083678992 140225618079479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
/proc/21778/statm: 2637808 102428 3094 1 0 2627261 0
[pid=21778/tid=21780] ppid=21775 vsize=10551232 memory=2257 CPUtime=1.19 cores=1,3,5,7
/proc/21778/task/21780/stat : 21780 (java) R 21775 21778 8289 0 -1 4202560 7494 0 0 0 113 6 0 0 20 0 15 0 110104556 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225622312144 140225261736485 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21781] ppid=21775 vsize=10551232 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/21778/task/21781/stat : 21781 (java) S 21775 21778 8289 0 -1 1077944384 177 0 0 0 10 6 0 0 20 0 15 0 110104557 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225583360912 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21782] ppid=21775 vsize=10551232 memory=-7522837582236181595 CPUtime=0.16 cores=1,3,5,7
/proc/21778/task/21782/stat : 21782 (java) S 21775 21778 8289 0 -1 1077944384 156 0 0 0 10 6 0 0 20 0 15 0 110104557 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225228307216 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21783] ppid=21775 vsize=10551232 memory=290348 CPUtime=0.16 cores=1,3,5,7
/proc/21778/task/21783/stat : 21783 (java) S 21775 21778 8289 0 -1 1077944384 170 0 0 0 10 6 0 0 20 0 15 0 110104557 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225227254928 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21784] ppid=21775 vsize=10551232 memory=18484 CPUtime=0.16 cores=1,3,5,7
/proc/21778/task/21784/stat : 21784 (java) S 21775 21778 8289 0 -1 1077944384 167 0 0 0 10 6 0 0 20 0 15 0 110104557 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225226202128 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21785] ppid=21775 vsize=10551232 memory=3912 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21785/stat : 21785 (java) S 21775 21778 8289 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 110104558 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225182300272 140225618090626 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21786] ppid=21775 vsize=10551232 memory=2752 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21786/stat : 21786 (java) S 21775 21778 8289 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110104559 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225181246240 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21787] ppid=21775 vsize=10551232 memory=280995417010784 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21787/stat : 21787 (java) S 21775 21778 8289 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110104559 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225112171632 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21788] ppid=21775 vsize=10551232 memory=7307477884746623331 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21788/stat : 21788 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110104561 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225111119952 140225618098075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21789] ppid=21775 vsize=10551232 memory=7307477884746623331 CPUtime=0.51 cores=1,3,5,7
/proc/21778/task/21789/stat : 21789 (java) R 21775 21778 8289 0 -1 4202560 1859 0 0 0 51 0 0 0 20 0 15 0 110104561 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225110053624 140225597326835 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21790] ppid=21775 vsize=10551232 memory=7307477884746623331 CPUtime=0.52 cores=1,3,5,7
/proc/21778/task/21790/stat : 21790 (java) R 21775 21778 8289 0 -1 4202560 1210 0 0 0 52 0 0 0 20 0 15 0 110104561 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225109001048 140225599601945 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21791] ppid=21775 vsize=10551232 memory=7307477884746623331 CPUtime=0.28 cores=1,3,5,7
/proc/21778/task/21791/stat : 21791 (java) S 21775 21778 8289 0 -1 1077944384 1654 0 0 0 28 0 0 0 20 0 15 0 110104561 10804461568 102428 18446744073709551615 4194304 4196468 140731083696448 140225107962736 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0

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

[startup+407.201 s]
/proc/loadavg: 4.50 3.24 2.61 6/216 21833
/proc/meminfo: memFree=19855244/32770624 swapFree=67108860/67108860
[pid=21778] ppid=21775 vsize=10684360 memory=8342328 CPUtime=1073.48 cores=1,3,5,7
/proc/21778/stat : 21778 (java) S 21775 21778 8289 0 -1 1077944320 422427 0 0 0 106621 727 0 0 20 0 16 0 110104548 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140731083678992 140225618079479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
/proc/21778/statm: 2671090 2085582 3146 1 0 2660543 0
[pid=21778/tid=21780] ppid=21775 vsize=10684360 memory=8342328 CPUtime=159.88 cores=1,3,5,7
/proc/21778/task/21780/stat : 21780 (java) S 21775 21778 8289 0 -1 1077944384 38959 0 0 0 15953 35 0 0 20 0 16 0 110104556 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225622320160 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21781] ppid=21775 vsize=10684360 memory=14356 CPUtime=221.62 cores=1,3,5,7
/proc/21778/task/21781/stat : 21781 (java) R 21775 21778 8289 0 -1 4202560 93535 0 0 0 21988 174 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225583360720 140225610707687 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21782] ppid=21775 vsize=10684360 memory=1008 CPUtime=220.98 cores=1,3,5,7
/proc/21778/task/21782/stat : 21782 (java) R 21775 21778 8289 0 -1 4202560 92152 0 0 0 21934 164 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225228307024 140225610707687 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21783] ppid=21775 vsize=10684360 memory=-8774313645642428999 CPUtime=221.01 cores=1,3,5,7
/proc/21778/task/21783/stat : 21783 (java) R 21775 21778 8289 0 -1 4202560 67104 0 0 0 21933 168 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225227255128 140225602536931 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21784] ppid=21775 vsize=10684360 memory=11136 CPUtime=221.27 cores=1,3,5,7
/proc/21778/task/21784/stat : 21784 (java) R 21775 21778 8289 0 -1 4202560 63311 0 0 0 21959 168 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225226201936 140225610707687 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21785] ppid=21775 vsize=10684360 memory=5788 CPUtime=20.92 cores=1,3,5,7
/proc/21778/task/21785/stat : 21785 (java) S 21775 21778 8289 0 -1 1077944384 41107 0 0 0 2088 4 0 0 20 0 16 0 110104558 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225182298816 140225618089685 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 13 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21786] ppid=21775 vsize=10684360 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21786/stat : 21786 (java) S 21775 21778 8289 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 110104559 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225181246304 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21787] ppid=21775 vsize=10684360 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21787/stat : 21787 (java) S 21775 21778 8289 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 110104559 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225112171648 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21788] ppid=21775 vsize=10684360 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21788/stat : 21788 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225111119952 140225618098075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21789] ppid=21775 vsize=10684360 memory=0 CPUtime=3.62 cores=1,3,5,7
/proc/21778/task/21789/stat : 21789 (java) S 21775 21778 8289 0 -1 1077944384 10920 0 0 0 360 2 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225110067872 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21790] ppid=21775 vsize=10684360 memory=110 CPUtime=3.29 cores=1,3,5,7
/proc/21778/task/21790/stat : 21790 (java) S 21775 21778 8289 0 -1 1077944384 8178 0 0 0 328 1 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225109014784 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21791] ppid=21775 vsize=10684360 memory=175 CPUtime=0.55 cores=1,3,5,7
/proc/21778/task/21791/stat : 21791 (java) S 21775 21778 8289 0 -1 1077944384 5450 0 0 0 54 1 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225107962784 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21792] ppid=21775 vsize=10684360 memory=161 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21792/stat : 21792 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110104562 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225106910176 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21793] ppid=21775 vsize=10684360 memory=675 CPUtime=0.25 cores=1,3,5,7
/proc/21778/task/21793/stat : 21793 (java) S 21775 21778 8289 0 -1 1077944384 261 0 0 0 11 14 0 0 20 0 16 0 110104565 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225105856944 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21832] ppid=21775 vsize=10684360 memory=3644 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21832/stat : 21832 (java) S 21775 21778 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110144001 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225104800224 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
Current children cumulated CPU time: 1073.48 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8342328 KiB

[startup+407.601 s]
/proc/loadavg: 4.50 3.24 2.61 6/216 21833
/proc/meminfo: memFree=19855244/32770624 swapFree=67108860/67108860
[pid=21778] ppid=21775 vsize=10684360 memory=8342328 CPUtime=1074.22 cores=1,3,5,7
/proc/21778/stat : 21778 (java) S 21775 21778 8289 0 -1 1077944320 422990 0 0 0 106694 728 0 0 20 0 16 0 110104548 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140731083678992 140225618079479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
/proc/21778/statm: 2671090 2085582 3146 1 0 2660543 0
[pid=21778/tid=21780] ppid=21775 vsize=10684360 memory=19972 CPUtime=159.88 cores=1,3,5,7
/proc/21778/task/21780/stat : 21780 (java) S 21775 21778 8289 0 -1 1077944384 38959 0 0 0 15953 35 0 0 20 0 16 0 110104556 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225622320160 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21781] ppid=21775 vsize=10684360 memory=22180 CPUtime=221.73 cores=1,3,5,7
/proc/21778/task/21781/stat : 21781 (java) S 21775 21778 8289 0 -1 1077944384 93535 0 0 0 21999 174 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225583360912 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21782] ppid=21775 vsize=10684360 memory=24388 CPUtime=221.1 cores=1,3,5,7
/proc/21778/task/21782/stat : 21782 (java) S 21775 21778 8289 0 -1 1077944384 92152 0 0 0 21946 164 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225228307216 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21783] ppid=21775 vsize=10684360 memory=26596 CPUtime=221.12 cores=1,3,5,7
/proc/21778/task/21783/stat : 21783 (java) S 21775 21778 8289 0 -1 1077944384 67104 0 0 0 21944 168 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225227254928 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21784] ppid=21775 vsize=10684360 memory=28804 CPUtime=221.38 cores=1,3,5,7
/proc/21778/task/21784/stat : 21784 (java) S 21775 21778 8289 0 -1 1077944384 63311 0 0 0 21970 168 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225226202128 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21785] ppid=21775 vsize=10684360 memory=31012 CPUtime=21.21 cores=1,3,5,7
/proc/21778/task/21785/stat : 21785 (java) R 21775 21778 8289 0 -1 4202560 41670 0 0 0 2117 4 0 0 20 0 16 0 110104558 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225182298816 140225603075846 0 0 1 16800974 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21786] ppid=21775 vsize=10684360 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21786/stat : 21786 (java) S 21775 21778 8289 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 110104559 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225181246304 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21787] ppid=21775 vsize=10684360 memory=53160 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21787/stat : 21787 (java) S 21775 21778 8289 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 110104559 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225112171648 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21788] ppid=21775 vsize=10684360 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21788/stat : 21788 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225111119952 140225618098075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21789] ppid=21775 vsize=10684360 memory=2440 CPUtime=3.62 cores=1,3,5,7
/proc/21778/task/21789/stat : 21789 (java) S 21775 21778 8289 0 -1 1077944384 10920 0 0 0 360 2 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225110067872 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21790] ppid=21775 vsize=10684360 memory=1724 CPUtime=3.29 cores=1,3,5,7
/proc/21778/task/21790/stat : 21790 (java) S 21775 21778 8289 0 -1 1077944384 8178 0 0 0 328 1 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225109014784 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21791] ppid=21775 vsize=10684360 memory=792 CPUtime=0.55 cores=1,3,5,7
/proc/21778/task/21791/stat : 21791 (java) S 21775 21778 8289 0 -1 1077944384 5450 0 0 0 54 1 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225107962784 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21792] ppid=21775 vsize=10684360 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21792/stat : 21792 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110104562 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225106910176 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21793] ppid=21775 vsize=10684360 memory=1228 CPUtime=0.25 cores=1,3,5,7
/proc/21778/task/21793/stat : 21793 (java) S 21775 21778 8289 0 -1 1077944384 261 0 0 0 11 14 0 0 20 0 16 0 110104565 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225105856944 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21832] ppid=21775 vsize=10684360 memory=14356 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21832/stat : 21832 (java) S 21775 21778 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110144001 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225104800224 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
Current children cumulated CPU time: 1074.22 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8342328 KiB

[startup+407.801 s]
/proc/loadavg: 4.50 3.24 2.61 6/216 21833
/proc/meminfo: memFree=19855244/32770624 swapFree=67108860/67108860
[pid=21778] ppid=21775 vsize=10684360 memory=8342328 CPUtime=1074.42 cores=1,3,5,7
/proc/21778/stat : 21778 (java) S 21775 21778 8289 0 -1 1077944320 422990 0 0 0 106714 728 0 0 20 0 16 0 110104548 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140731083678992 140225618079479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
/proc/21778/statm: 2671090 2085582 3146 1 0 2660543 0
[pid=21778/tid=21780] ppid=21775 vsize=10684360 memory=2012 CPUtime=159.88 cores=1,3,5,7
/proc/21778/task/21780/stat : 21780 (java) S 21775 21778 8289 0 -1 1077944384 38959 0 0 0 15953 35 0 0 20 0 16 0 110104556 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225622320160 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21781] ppid=21775 vsize=10684360 memory=11136 CPUtime=221.73 cores=1,3,5,7
/proc/21778/task/21781/stat : 21781 (java) S 21775 21778 8289 0 -1 1077944384 93535 0 0 0 21999 174 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225583360912 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21782] ppid=21775 vsize=10684360 memory=-8774313645642428999 CPUtime=221.1 cores=1,3,5,7
/proc/21778/task/21782/stat : 21782 (java) S 21775 21778 8289 0 -1 1077944384 92152 0 0 0 21946 164 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225228307216 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21783] ppid=21775 vsize=10684360 memory=2273 CPUtime=221.12 cores=1,3,5,7
/proc/21778/task/21783/stat : 21783 (java) S 21775 21778 8289 0 -1 1077944384 67104 0 0 0 21944 168 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225227254928 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21784] ppid=21775 vsize=10684360 memory=2244 CPUtime=221.38 cores=1,3,5,7
/proc/21778/task/21784/stat : 21784 (java) S 21775 21778 8289 0 -1 1077944384 63311 0 0 0 21970 168 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225226202128 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21785] ppid=21775 vsize=10684360 memory=1792 CPUtime=21.41 cores=1,3,5,7
/proc/21778/task/21785/stat : 21785 (java) R 21775 21778 8289 0 -1 4202560 41670 0 0 0 2137 4 0 0 20 0 16 0 110104558 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225182298816 140225603075824 0 0 1 16800974 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21786] ppid=21775 vsize=10684360 memory=956 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21786/stat : 21786 (java) S 21775 21778 8289 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 110104559 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225181246304 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21787] ppid=21775 vsize=10684360 memory=2248 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21787/stat : 21787 (java) S 21775 21778 8289 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 110104559 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225112171648 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21788] ppid=21775 vsize=10684360 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21788/stat : 21788 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225111119952 140225618098075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21789] ppid=21775 vsize=10684360 memory=2164 CPUtime=3.62 cores=1,3,5,7
/proc/21778/task/21789/stat : 21789 (java) S 21775 21778 8289 0 -1 1077944384 10920 0 0 0 360 2 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225110067872 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21790] ppid=21775 vsize=10684360 memory=928 CPUtime=3.29 cores=1,3,5,7
/proc/21778/task/21790/stat : 21790 (java) S 21775 21778 8289 0 -1 1077944384 8178 0 0 0 328 1 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225109014784 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21791] ppid=21775 vsize=10684360 memory=1620 CPUtime=0.55 cores=1,3,5,7
/proc/21778/task/21791/stat : 21791 (java) S 21775 21778 8289 0 -1 1077944384 5450 0 0 0 54 1 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225107962784 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21792] ppid=21775 vsize=10684360 memory=844 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21792/stat : 21792 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110104562 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225106910176 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21793] ppid=21775 vsize=10684360 memory=18484 CPUtime=0.25 cores=1,3,5,7
/proc/21778/task/21793/stat : 21793 (java) S 21775 21778 8289 0 -1 1077944384 261 0 0 0 11 14 0 0 20 0 16 0 110104565 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225105856944 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21832] ppid=21775 vsize=10684360 memory=3912 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21832/stat : 21832 (java) S 21775 21778 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110144001 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225104800224 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
Current children cumulated CPU time: 1074.42 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8342328 KiB

[startup+407.901 s]
/proc/loadavg: 4.50 3.24 2.61 6/216 21833
/proc/meminfo: memFree=19855244/32770624 swapFree=67108860/67108860
[pid=21778] ppid=21775 vsize=10684360 memory=8342328 CPUtime=1074.52 cores=1,3,5,7
/proc/21778/stat : 21778 (java) S 21775 21778 8289 0 -1 1077944320 422990 0 0 0 106724 728 0 0 20 0 16 0 110104548 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140731083678992 140225618079479 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
/proc/21778/statm: 2671090 2085582 3146 1 0 2660543 0
[pid=21778/tid=21780] ppid=21775 vsize=10684360 memory=8341576 CPUtime=159.88 cores=1,3,5,7
/proc/21778/task/21780/stat : 21780 (java) S 21775 21778 8289 0 -1 1077944384 38959 0 0 0 15953 35 0 0 20 0 16 0 110104556 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225622320160 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21781] ppid=21775 vsize=10684360 memory=8341908 CPUtime=221.73 cores=1,3,5,7
/proc/21778/task/21781/stat : 21781 (java) S 21775 21778 8289 0 -1 1077944384 93535 0 0 0 21999 174 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225583360912 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21782] ppid=21775 vsize=10684360 memory=8342000 CPUtime=221.1 cores=1,3,5,7
/proc/21778/task/21782/stat : 21782 (java) S 21775 21778 8289 0 -1 1077944384 92152 0 0 0 21946 164 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225228307216 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21783] ppid=21775 vsize=10684360 memory=8342108 CPUtime=221.12 cores=1,3,5,7
/proc/21778/task/21783/stat : 21783 (java) S 21775 21778 8289 0 -1 1077944384 67104 0 0 0 21944 168 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225227254928 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21784] ppid=21775 vsize=10684360 memory=8342268 CPUtime=221.38 cores=1,3,5,7
/proc/21778/task/21784/stat : 21784 (java) S 21775 21778 8289 0 -1 1077944384 63311 0 0 0 21970 168 0 0 20 0 16 0 110104557 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225226202128 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21785] ppid=21775 vsize=10684360 memory=8342324 CPUtime=21.51 cores=1,3,5,7
/proc/21778/task/21785/stat : 21785 (java) R 21775 21778 8289 0 -1 4202560 41670 0 0 0 2147 4 0 0 20 0 16 0 110104558 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225182298816 140225596449659 0 0 1 16800974 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21786] ppid=21775 vsize=10684360 memory=8342328 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21786/stat : 21786 (java) S 21775 21778 8289 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 16 0 110104559 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225181246304 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21787] ppid=21775 vsize=10684360 memory=8342328 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21787/stat : 21787 (java) S 21775 21778 8289 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 110104559 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225112171648 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21788] ppid=21775 vsize=10684360 memory=8342328 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21788/stat : 21788 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225111119952 140225618098075 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21789] ppid=21775 vsize=10684360 memory=8342328 CPUtime=3.62 cores=1,3,5,7
/proc/21778/task/21789/stat : 21789 (java) S 21775 21778 8289 0 -1 1077944384 10920 0 0 0 360 2 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225110067872 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21790] ppid=21775 vsize=10684360 memory=8342328 CPUtime=3.29 cores=1,3,5,7
/proc/21778/task/21790/stat : 21790 (java) S 21775 21778 8289 0 -1 1077944384 8178 0 0 0 328 1 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225109014784 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21791] ppid=21775 vsize=10684360 memory=4168 CPUtime=0.55 cores=1,3,5,7
/proc/21778/task/21791/stat : 21791 (java) S 21775 21778 8289 0 -1 1077944384 5450 0 0 0 54 1 0 0 20 0 16 0 110104561 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225107962784 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21792] ppid=21775 vsize=10684360 memory=4168 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21792/stat : 21792 (java) S 21775 21778 8289 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110104562 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225106910176 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21793] ppid=21775 vsize=10684360 memory=2752 CPUtime=0.25 cores=1,3,5,7
/proc/21778/task/21793/stat : 21793 (java) S 21775 21778 8289 0 -1 1077944384 261 0 0 0 11 14 0 0 20 0 16 0 110104565 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225105856944 140225618090626 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 22 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
[pid=21778/tid=21832] ppid=21775 vsize=10684360 memory=8342328 CPUtime=0 cores=1,3,5,7
/proc/21778/task/21832/stat : 21832 (java) S 21775 21778 8289 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 110144001 10940784640 2085582 18446744073709551615 4194304 4196468 140731083696448 140225104800224 140225618089685 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37318656 140731083698576 140731083698729 140731083698729 140731083702223 0
Current children cumulated CPU time: 1074.52 s
Current children cumulated vsize: 10684360 KiB
Current children cumulated memory: 8342328 KiB

Child status: 1
Real time (s): 407.97
CPU time (s): 1074.6
CPU user time (s): 1067.27
CPU system time (s): 7.3309
CPU usage (%): 263.401
Max. virtual memory (cumulated for all children) (KiB): 10684360
Max. memory (cumulated for all children) (KiB): 8342328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1067.27
system time used= 7.3309
maximum resident set size= 8342472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425723
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30349
involuntary context switches= 10470


# summary of solver processes directly reported to runsolver:
#   pid: 21778
#   total CPU time (s): 1074.6
#   total CPU user time (s): 1067.27
#   total CPU system time (s): 7.3309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.64086 second user time and 4.03099 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 13:00:46
IDJOB=4263222
IDBENCH=123943
IDSOLVER=2651
FILE ID=node133/4263222-1502622894
RUNJOBID= node133-1502619490-21335
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Bibd/Bibd-sc-open/Bibd-sc-65-104-40-25-15.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263222-1502622894/watcher-4263222-1502622894 -o /tmp/evaluation-result-4263222-1502622894/solver-4263222-1502622894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502619490-21335 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263222-1502622894.xml

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

MD5SUM BENCH= 221a96fe8d827ba40f627424420ef5aa
RANDOM SEED=1871525650

node133.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.17
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.17
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.17
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.17
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:        28427296 kB
MemAvailable:   29010308 kB
Buffers:          229404 kB
Cached:           648240 kB
SwapCached:            0 kB
Active:          3720248 kB
Inactive:         166416 kB
Active(anon):    2949772 kB
Inactive(anon):   100840 kB
Active(file):     770476 kB
Inactive(file):    65576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             13228 kB
Writeback:             4 kB
AnonPages:       3008864 kB
Mapped:            68888 kB
Shmem:             41660 kB
Slab:             152748 kB
SReclaimable:     125588 kB
SUnreclaim:        27160 kB
KernelStack:        3536 kB
PageTables:        11384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3762280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2899968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62016 MiB
End job on node133 at 2017-08-13 13:07:34