Trace number 4263442

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? 1065.33 809.28601

General information on the benchmark

NameNonogram/Nonogram-table-s1/
Nonogram-018-table.xml
MD5SUM06f35635cf179af3a8dff5d700ef13b9
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.591263
Satisfiable
(Un)Satisfiability was proved
Number of variables576
Number of constraints48
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":576}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":576}]
Minimum constraint arity24
Maximum constraint arity24
Distribution of constraint arities[{"arity":24,"count":48}]
Number of extensional constraints48
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":48}]
Optimization problemNO
Type of objective

Solver Data

233.57/95.95	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
233.57/95.95	c This is free software under the dual EPL/GNU LGPL licenses.
233.57/95.95	c See www.sat4j.org for details.
233.57/95.95	c That software uses the Rhino library from the Mozilla project.
233.57/95.95	c version CUSTOM.v20170705
233.57/95.95	c java.runtime.name	Java(TM) SE Runtime Environment
233.57/95.95	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
233.57/95.95	c java.vm.version	25.131-b11
233.57/95.95	c java.vm.vendor	Oracle Corporation
233.57/95.95	c sun.arch.data.model	64
233.57/95.95	c java.version		1.8.0_131
233.57/95.95	c os.name		Linux
233.57/95.95	c os.version		3.10.0-514.16.1.el7.x86_64
233.57/95.95	c os.arch		amd64
233.57/95.95	c Free memory 		499604488
233.57/95.95	c Max memory 		7247757312
233.57/95.95	c Total memory 		504889344
233.57/95.95	c Number of processors 	4
233.57/95.95	c c --- Begin Solver configuration ---
233.57/95.95	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
233.57/95.95	c Learn all clauses as in MiniSAT
233.57/95.95	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
233.57/95.95	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
233.57/95.95	c No reason simplification
233.57/95.95	c Glucose 2.1 dynamic restart strategy
233.57/95.95	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
233.57/95.95	c timeout=2147483s
233.57/95.95	c DB Simplification allowed=false
233.57/95.95	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
233.57/95.95	c --- End Solver configuration ---
233.57/95.95	c constraints type 
233.57/95.95	c org.sat4j.minisat.constraints.card.MinWatchCard => 1152
233.57/95.95	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 7182576
233.57/95.95	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14364960
233.57/95.95	c org.sat4j.minisat.constraints.cnf.UnitClause => 96
233.57/95.95	c 21548784 constraints processed.
1029.06/799.35	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
1029.06/799.35		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1029.06/799.35		at org.sat4j.minisat.constraints.cnf.LearntWLClause.<init>(LearntWLClause.java:39)
1029.06/799.35		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructLearntClause(UnitBinaryWLClauseConstructor.java:66)
1029.06/799.35		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructLearntClause(AbstractPBClauseCardConstrDataStructure.java:241)
1029.06/799.35		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createUnregisteredClause(AbstractPBClauseCardConstrDataStructure.java:75)
1029.06/799.35		at org.sat4j.minisat.core.Solver.analyze(Solver.java:645)
1029.06/799.35		at org.sat4j.minisat.core.Solver.search(Solver.java:1319)
1029.06/799.35		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1819)
1029.06/799.35		at org.sat4j.csp.CspSatSolverDecorator.isSatisfiable(CspSatSolverDecorator.java:127)
1029.06/799.35		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
1029.06/799.35		at org.sat4j.pb.PseudoOptDecorator.isSatisfiable(PseudoOptDecorator.java:137)
1029.06/799.35		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:115)
1029.06/799.35		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:179)
1029.06/799.35		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:172)
1029.06/799.35		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:121)
1029.06/799.35		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:318)
1029.06/799.35		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:257)
1029.06/799.35		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1029.12/799.55	c starts		: 15
1029.12/799.55	c conflicts		: 14072
1029.12/799.55	c decisions		: 23493024
1029.12/799.55	c propagations		: 766753549
1065.23/809.23	c inspects		: 923706492
1065.23/809.23	c shortcuts		: 0
1065.23/809.23	c learnt literals	: 0
1065.23/809.23	c learnt binary clauses	: 866
1065.23/809.23	c learnt ternary clauses	: 386
1065.23/809.23	c learnt constraints	: 14071
1065.23/809.23	c ignored constraints	: 0
1065.23/809.23	c root simplifications	: 0
1065.23/809.23	c removed literals (reason simplification)	: 0
1065.23/809.23	c reason swapping (by a shorter reason)	: 0
1065.23/809.23	c Calls to reduceDB	: 2
1065.23/809.23	c Number of update (reduction) of LBD	: 2536
1065.23/809.23	c Imported unit clauses	: 0
1065.23/809.23	c number of reductions to clauses (during analyze)	: 0
1065.23/809.23	c number of learned constraints concerned by reduction	: 0
1065.23/809.23	c number of learning phase by resolution	: 0
1065.23/809.23	c number of learning phase by cutting planes	: 0
1065.23/809.23	c number of rounding to 1 operations	: 0
1065.23/809.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1065.23/809.23	c number of reductions of the coefficients by power 2 	: 0
1065.23/809.23	c number of right shift for reduction by power 2 	: 0
1065.23/809.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
1065.23/809.23	c speed (assignments/second)	: 1076104.5532309653
1065.23/809.23	c non guided choices	5110186
1065.23/809.23	c learnt constraints type 
1065.23/809.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 866
1065.23/809.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6457
1065.23/809.23	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 (7197 MiB free)
  memory of node 1: 16384 MiB (15685 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263442-1502631205/watcher-4263442-1502631205 -o /tmp/evaluation-result-4263442-1502631205/solver-4263442-1502631205 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3999 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263442-1502631205.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
Current StackSize limit: 8192 KiB

solver pid=6273, runsolver pid=6270

[startup+0.102463 s]*
/proc/loadavg: 6.26 4.97 3.60 6/215 6288
/proc/meminfo: memFree=23413920/32770624 swapFree=67108860/67108860
[pid=6273] ppid=6270 vsize=10555400 memory=30528 CPUtime=0.13 cores=1,3,5,7
/proc/6273/stat : 6273 (java) S 6270 6273 1335 0 -1 1077944320 6684 0 0 0 11 2 0 0 20 0 15 0 96208319 10808729600 7632 33554432000 4194304 4196468 140729554315616 140729554298160 140390199164663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
/proc/6273/statm: 2638850 7632 2828 1 0 2627263 0
[pid=6273/tid=6275] ppid=6270 vsize=10555400 memory=-8774005365546193501 CPUtime=0.09 cores=1,3,5,7
/proc/6273/task/6275/stat : 6275 (java) R 6270 6273 1335 0 -1 4202560 4540 0 0 0 8 1 0 0 20 0 15 0 96208319 10808729600 7632 33554432000 4194304 4196468 140729554315616 140390203400928 140390199186589 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6276] ppid=6270 vsize=10555400 memory=5793855088345934265 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6276/stat : 6276 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208320 10808729600 7632 33554432000 4194304 4196468 140729554315616 140390135856144 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6277] ppid=6270 vsize=10555400 memory=139837336041088 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6277/stat : 6277 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208320 10808729600 7632 33554432000 4194304 4196468 140729554315616 140390134803600 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6278] ppid=6270 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6278/stat : 6278 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208320 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389803485968 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6279] ppid=6270 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6279/stat : 6279 (java) S 6270 6273 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96208320 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389802433424 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6280] ppid=6270 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6280/stat : 6280 (java) S 6270 6273 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96208322 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389691164912 140390199175810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6281] ppid=6270 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6281/stat : 6281 (java) S 6270 6273 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96208322 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389690111136 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6282] ppid=6270 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6282/stat : 6282 (java) S 6270 6273 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96208322 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389689058032 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6283] ppid=6270 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6283/stat : 6283 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96208325 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389688006608 140390199183259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6284] ppid=6270 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6284/stat : 6284 (java) S 6270 6273 1335 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 96208325 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389686954736 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6285] ppid=6270 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6285/stat : 6285 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96208325 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389685902192 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6286] ppid=6270 vsize=10555400 memory=139837336041088 CPUtime=0.02 cores=1,3,5,7
/proc/6273/task/6286/stat : 6286 (java) R 6270 6273 1335 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 96208325 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389684849136 140390199186010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6287] ppid=6270 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6287/stat : 6287 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96208325 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389683796832 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6288] ppid=6270 vsize=10555400 memory=139837336041088 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6288/stat : 6288 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208325 10808729600 7632 33554432000 4194304 4196468 140729554315616 140389682743856 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30528 KiB

[startup+0.214752 s]*
/proc/loadavg: 6.26 4.97 3.60 7/215 6288
/proc/meminfo: memFree=23402336/32770624 swapFree=67108860/67108860
[pid=6273] ppid=6270 vsize=10555400 memory=45964 CPUtime=0.33 cores=1,3,5,7
/proc/6273/stat : 6273 (java) S 6270 6273 1335 0 -1 1077944320 8100 0 0 0 31 2 0 0 20 0 15 0 96208319 10808729600 11491 33554432000 4194304 4196468 140729554315616 140729554298160 140390199164663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
/proc/6273/statm: 2638850 11491 2969 1 0 2627263 0
[pid=6273/tid=6275] ppid=6270 vsize=10555400 memory=-3103912127665269909 CPUtime=0.21 cores=1,3,5,7
/proc/6273/task/6275/stat : 6275 (java) R 6270 6273 1335 0 -1 4202560 5028 0 0 0 19 2 0 0 20 0 15 0 96208319 10808729600 11556 33554432000 4194304 4196468 140729554315616 140390203396064 140390155767020 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6276] ppid=6270 vsize=10555400 memory=4211973563540831626 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6276/stat : 6276 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208320 10808729600 11556 33554432000 4194304 4196468 140729554315616 140390135856144 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6277] ppid=6270 vsize=10555400 memory=139837336041088 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6277/stat : 6277 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208320 10808729600 11556 33554432000 4194304 4196468 140729554315616 140390134803600 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6278] ppid=6270 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6278/stat : 6278 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208320 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389803485968 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6279] ppid=6270 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6279/stat : 6279 (java) S 6270 6273 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96208320 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389802433424 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6280] ppid=6270 vsize=10555400 memory=139837336041088 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6280/stat : 6280 (java) S 6270 6273 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96208322 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389691164912 140390199175810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6281] ppid=6270 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6281/stat : 6281 (java) S 6270 6273 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96208322 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389690111136 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6282] ppid=6270 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6282/stat : 6282 (java) S 6270 6273 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96208322 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389689058032 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6283] ppid=6270 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6283/stat : 6283 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96208325 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389688006608 140390199183259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6284] ppid=6270 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6273/task/6284/stat : 6284 (java) S 6270 6273 1335 0 -1 1077944384 760 0 0 0 3 0 0 0 20 0 15 0 96208325 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389686954736 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6285] ppid=6270 vsize=10555400 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/6273/task/6285/stat : 6285 (java) S 6270 6273 1335 0 -1 1077944384 361 0 0 0 2 0 0 0 20 0 15 0 96208325 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389685902192 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6286] ppid=6270 vsize=10555400 memory=139837336041088 CPUtime=0.06 cores=1,3,5,7
/proc/6273/task/6286/stat : 6286 (java) R 6270 6273 1335 0 -1 4202560 624 0 0 0 6 0 0 0 20 0 15 0 96208325 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389684844808 140390183691014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6287] ppid=6270 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6287/stat : 6287 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96208325 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389683796832 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6288] ppid=6270 vsize=10555400 memory=139837336041088 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6288/stat : 6288 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208325 10808729600 11556 33554432000 4194304 4196468 140729554315616 140389682743856 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 45964 KiB

[startup+0.310608 s]*
/proc/loadavg: 6.26 4.97 3.60 9/215 6288
/proc/meminfo: memFree=23394208/32770624 swapFree=67108860/67108860
[pid=6273] ppid=6270 vsize=10555476 memory=50840 CPUtime=0.53 cores=1,3,5,7
/proc/6273/stat : 6273 (java) S 6270 6273 1335 0 -1 1077944320 8884 0 0 0 49 4 0 0 20 0 15 0 96208319 10808807424 12710 33554432000 4194304 4196468 140729554315616 140729554298160 140390199164663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
/proc/6273/statm: 2638869 12710 3038 1 0 2627263 0
[pid=6273/tid=6275] ppid=6270 vsize=10555476 memory=7377246124687064083 CPUtime=0.29 cores=1,3,5,7
/proc/6273/task/6275/stat : 6275 (java) R 6270 6273 1335 0 -1 4202560 5640 0 0 0 27 2 0 0 20 0 15 0 96208319 10808807424 12710 33554432000 4194304 4196468 140729554315616 140390203399488 140390183245150 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6276] ppid=6270 vsize=10555476 memory=4211973563540831626 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6276/stat : 6276 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208320 10808807424 12710 33554432000 4194304 4196468 140729554315616 140390135856144 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6277] ppid=6270 vsize=10555476 memory=139837336043260 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6277/stat : 6277 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208320 10808807424 12710 33554432000 4194304 4196468 140729554315616 140390134803600 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6278] ppid=6270 vsize=10555476 memory=139837223056163 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6278/stat : 6278 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208320 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389803485968 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6279] ppid=6270 vsize=10555476 memory=139837223062991 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6279/stat : 6279 (java) S 6270 6273 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96208320 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389802433424 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6280] ppid=6270 vsize=10555476 memory=139837336043440 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6280/stat : 6280 (java) S 6270 6273 1335 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96208322 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389691164912 140390199175810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6281] ppid=6270 vsize=10555476 memory=139837223072175 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6281/stat : 6281 (java) S 6270 6273 1335 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96208322 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389690111136 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6282] ppid=6270 vsize=10555476 memory=279674446135184 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6282/stat : 6282 (java) S 6270 6273 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96208322 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389689058032 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6283] ppid=6270 vsize=10555476 memory=279674446132880 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6283/stat : 6283 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96208325 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389688006608 140390199183259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6284] ppid=6270 vsize=10555476 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/6273/task/6284/stat : 6284 (java) S 6270 6273 1335 0 -1 1077944384 767 0 0 0 4 0 0 0 20 0 15 0 96208325 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389686954736 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6285] ppid=6270 vsize=10555476 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/6273/task/6285/stat : 6285 (java) S 6270 6273 1335 0 -1 1077944384 410 0 0 0 4 0 0 0 20 0 15 0 96208325 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389685902192 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6286] ppid=6270 vsize=10555476 memory=139837336041088 CPUtime=0.11 cores=1,3,5,7
/proc/6273/task/6286/stat : 6286 (java) S 6270 6273 1335 0 -1 1077944384 706 0 0 0 11 0 0 0 20 0 15 0 96208325 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389684849136 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6287] ppid=6270 vsize=10555476 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6287/stat : 6287 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96208325 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389683796832 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6288] ppid=6270 vsize=10555476 memory=139837336041088 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6288/stat : 6288 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208325 10808807424 12710 33554432000 4194304 4196468 140729554315616 140389682743856 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 50840 KiB

[startup+0.702492 s]
/proc/loadavg: 6.26 4.97 3.60 8/215 6288
/proc/meminfo: memFree=23319036/32770624 swapFree=67108860/67108860
[pid=6273] ppid=6270 vsize=10555476 memory=195808 CPUtime=1.56 cores=1,3,5,7
/proc/6273/stat : 6273 (java) S 6270 6273 1335 0 -1 1077944320 11434 0 0 0 148 8 0 0 20 0 15 0 96208319 10808807424 48952 33554432000 4194304 4196468 140729554315616 140729554298160 140390199164663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
/proc/6273/statm: 2638869 48952 3103 1 0 2627263 0
[pid=6273/tid=6275] ppid=6270 vsize=10555476 memory=8536 CPUtime=0.66 cores=1,3,5,7
/proc/6273/task/6275/stat : 6275 (java) R 6270 6273 1335 0 -1 4202560 5799 0 0 0 62 4 0 0 20 0 15 0 96208319 10808807424 48952 33554432000 4194304 4196468 140729554315616 140390203398720 140390199178512 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6276] ppid=6270 vsize=10555476 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6276/stat : 6276 (java) S 6270 6273 1335 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 96208320 10808807424 48952 33554432000 4194304 4196468 140729554315616 140390135856144 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6277] ppid=6270 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6277/stat : 6277 (java) S 6270 6273 1335 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 96208320 10808807424 48952 33554432000 4194304 4196468 140729554315616 140390134803600 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6278] ppid=6270 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6278/stat : 6278 (java) S 6270 6273 1335 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 96208320 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389803485968 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6279] ppid=6270 vsize=10555476 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6279/stat : 6279 (java) S 6270 6273 1335 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 96208320 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389802433424 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6280] ppid=6270 vsize=10555476 memory=1436 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6280/stat : 6280 (java) S 6270 6273 1335 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 96208322 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389691164912 140390199175810 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6281] ppid=6270 vsize=10555476 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6281/stat : 6281 (java) S 6270 6273 1335 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 96208322 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389690111136 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6282] ppid=6270 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6282/stat : 6282 (java) S 6270 6273 1335 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96208322 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389689058032 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6283] ppid=6270 vsize=10555476 memory=20036 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6283/stat : 6283 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96208325 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389688006608 140390199183259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6284] ppid=6270 vsize=10555476 memory=1436 CPUtime=0.31 cores=1,3,5,7
/proc/6273/task/6284/stat : 6284 (java) R 6270 6273 1335 0 -1 4202560 1593 0 0 0 31 0 0 0 20 0 15 0 96208325 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389686944336 140390178565940 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6285] ppid=6270 vsize=10555476 memory=1200 CPUtime=0.3 cores=1,3,5,7
/proc/6273/task/6285/stat : 6285 (java) R 6270 6273 1335 0 -1 4202560 1550 0 0 0 30 0 0 0 20 0 15 0 96208325 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389685888288 140390180684072 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6286] ppid=6270 vsize=10555476 memory=15872 CPUtime=0.21 cores=1,3,5,7
/proc/6273/task/6286/stat : 6286 (java) S 6270 6273 1335 0 -1 1077944384 989 0 0 0 21 0 0 0 20 0 15 0 96208325 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389684849136 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6287] ppid=6270 vsize=10555476 memory=4040 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6287/stat : 6287 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96208325 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389683796832 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6288] ppid=6270 vsize=10555476 memory=16584 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6288/stat : 6288 (java) S 6270 6273 1335 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96208325 10808807424 48952 33554432000 4194304 4196468 140729554315616 140389682743856 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 195808 KiB

[startup+1.50073 s]
/proc/loadavg: 6.26 4.97 3.60 8/215 6288
/proc/meminfo: memFree=23202440/32770624 swapFree=67108860/67108860
[pid=6273] ppid=6270 vsize=10555476 memory=346960 CPUtime=3.97 cores=1,3,5,7
/proc/6273/stat : 6273 (java) S 6270 6273 1335 0 -1 1077944320 17810 0 0 0 384 13 0 0 20 0 15 0 96208319 10808807424 86740 33554432000 4194304 4196468 140729554315616 140729554298160 140390199164663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
/proc/6273/statm: 2638869 86740 3130 1 0 2627263 0
[pid=6273/tid=6275] ppid=6270 vsize=10555476 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/6273/task/6275/stat : 6275 (java) R 6270 6273 1335 0 -1 4202560 6085 0 0 0 138 6 0 0 20 0 15 0 96208319 10808807424 86740 33554432000 4194304 4196468 140729554315616 140390203390176 140390199176598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6276] ppid=6270 vsize=10555476 memory=664970774370811553 CPUtime=0.02 cores=1,3,5,7
/proc/6273/task/6276/stat : 6276 (java) S 6270 6273 1335 0 -1 1077944384 75 0 0 0 1 1 0 0 20 0 15 0 96208320 10808807424 86740 33554432000 4194304 4196468 140729554315616 140390135856144 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6277] ppid=6270 vsize=10555476 memory=667957 CPUtime=0.02 cores=1,3,5,7
/proc/6273/task/6277/stat : 6277 (java) S 6270 6273 1335 0 -1 1077944384 59 0 0 0 1 1 0 0 20 0 15 0 96208320 10808807424 86740 33554432000 4194304 4196468 140729554315616 140390134803600 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6278] ppid=6270 vsize=10555476 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/6273/task/6278/stat : 6278 (java) S 6270 6273 1335 0 -1 1077944384 205 0 0 0 1 1 0 0 20 0 15 0 96208320 10808807424 86740 33554432000 4194304 4196468 140729554315616 140389803485968 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6279] ppid=6270 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6279/stat : 6279 (java) S 6270 6273 1335 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 15 0 96208320 10808807424 86740 33554432000 4194304 4196468 140729554315616 140389802433424 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6280] ppid=6270 vsize=10555476 memory=-6948614817169703622 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6280/stat : 6280 (java) S 6270 6273 1335 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 96208322 10808807424 86740 33554432000 4194304 4196468 140729554315616 140389691164912 140390199175810 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0

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

[startup+806.401 s]
/proc/loadavg: 2.47 2.66 3.14 6/217 6641
/proc/meminfo: memFree=21623184/32770624 swapFree=67108860/67108860
[pid=6273] ppid=6270 vsize=10755168 memory=8338736 CPUtime=1055.8 cores=1,3,5,7
/proc/6273/stat : 6273 (java) S 6270 6273 1335 0 -1 1077944320 292172 0 0 0 104858 722 0 0 20 0 16 0 96208319 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140729554298160 140390199164663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
/proc/6273/statm: 2688792 2084684 3173 1 0 2677186 0
[pid=6273/tid=6275] ppid=6270 vsize=10755168 memory=1292 CPUtime=711.97 cores=1,3,5,7
/proc/6273/task/6275/stat : 6275 (java) S 6270 6273 1335 0 -1 1077944384 61230 0 0 0 71173 24 0 0 20 0 16 0 96208319 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140390203405344 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6276] ppid=6270 vsize=10755168 memory=1728 CPUtime=81.87 cores=1,3,5,7
/proc/6273/task/6276/stat : 6276 (java) R 6270 6273 1335 0 -1 4202560 38704 0 0 0 8020 167 0 0 20 0 16 0 96208320 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140390135856344 140390184154221 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6277] ppid=6270 vsize=10755168 memory=8338632 CPUtime=82.15 cores=1,3,5,7
/proc/6273/task/6277/stat : 6277 (java) R 6270 6273 1335 0 -1 4202560 45071 0 0 0 8043 172 0 0 20 0 16 0 96208320 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140390134803408 140390191792871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6278] ppid=6270 vsize=10755168 memory=1792 CPUtime=81.84 cores=1,3,5,7
/proc/6273/task/6278/stat : 6278 (java) R 6270 6273 1335 0 -1 4202560 32711 0 0 0 8017 167 0 0 20 0 16 0 96208320 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389803485776 140390191792871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6279] ppid=6270 vsize=10755168 memory=648 CPUtime=82.08 cores=1,3,5,7
/proc/6273/task/6279/stat : 6279 (java) R 6270 6273 1335 0 -1 4202560 39193 0 0 0 8048 160 0 0 20 0 16 0 96208320 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389802433544 140390191792871 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6280] ppid=6270 vsize=10755168 memory=0 CPUtime=10.9 cores=1,3,5,7
/proc/6273/task/6280/stat : 6280 (java) S 6270 6273 1335 0 -1 1077944384 47057 0 0 0 1085 5 0 0 20 0 16 0 96208322 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389691163456 140390199174869 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6281] ppid=6270 vsize=10755168 memory=8338628 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6281/stat : 6281 (java) S 6270 6273 1335 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96208322 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389690111200 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6282] ppid=6270 vsize=10755168 memory=14190571949013 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6282/stat : 6282 (java) S 6270 6273 1335 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96208322 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389689058048 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6283] ppid=6270 vsize=10755168 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6283/stat : 6283 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389688006608 140390199183259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6284] ppid=6270 vsize=10755168 memory=4616 CPUtime=1.7 cores=1,3,5,7
/proc/6273/task/6284/stat : 6284 (java) S 6270 6273 1335 0 -1 1077944384 9018 0 0 0 169 1 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389686954496 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6285] ppid=6270 vsize=10755168 memory=8338720 CPUtime=2.29 cores=1,3,5,7
/proc/6273/task/6285/stat : 6285 (java) S 6270 6273 1335 0 -1 1077944384 13782 0 0 0 227 2 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389685902240 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6286] ppid=6270 vsize=10755168 memory=4132 CPUtime=0.42 cores=1,3,5,7
/proc/6273/task/6286/stat : 6286 (java) S 6270 6273 1335 0 -1 1077944384 3130 0 0 0 42 0 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389684849184 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6287] ppid=6270 vsize=10755168 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6287/stat : 6287 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389683796832 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6288] ppid=6270 vsize=10755168 memory=28072 CPUtime=0.49 cores=1,3,5,7
/proc/6273/task/6288/stat : 6288 (java) S 6270 6273 1335 0 -1 1077944384 776 0 0 0 23 26 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389682743856 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6640] ppid=6270 vsize=10755168 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6640/stat : 6640 (java) S 6270 6273 1335 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96288255 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389680634784 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
Current children cumulated CPU time: 1055.8 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 8338736 KiB

[startup+808.001 s]*
/proc/loadavg: 2.47 2.66 3.14 6/217 6641
/proc/meminfo: memFree=21614992/32770624 swapFree=67108860/67108860
[pid=6273] ppid=6270 vsize=10755168 memory=8338736 CPUtime=1062.02 cores=1,3,5,7
/proc/6273/stat : 6273 (java) S 6270 6273 1335 0 -1 1077944320 292834 0 0 0 105478 724 0 0 20 0 16 0 96208319 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140729554298160 140390199164663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
/proc/6273/statm: 2688792 2084684 3173 1 0 2677186 0
[pid=6273/tid=6275] ppid=6270 vsize=10755168 memory=8112282956445269571 CPUtime=711.97 cores=1,3,5,7
/proc/6273/task/6275/stat : 6275 (java) S 6270 6273 1335 0 -1 1077944384 61230 0 0 0 71173 24 0 0 20 0 16 0 96208319 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140390203405344 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6276] ppid=6270 vsize=10755168 memory=-7003737579269690708 CPUtime=83.48 cores=1,3,5,7
/proc/6273/task/6276/stat : 6276 (java) R 6270 6273 1335 0 -1 4202560 39367 0 0 0 8181 167 0 0 20 0 16 0 96208320 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140390135856344 140390184161172 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6277] ppid=6270 vsize=10755168 memory=1228 CPUtime=83.7 cores=1,3,5,7
/proc/6273/task/6277/stat : 6277 (java) R 6270 6273 1335 0 -1 4202560 45071 0 0 0 8197 173 0 0 20 0 16 0 96208320 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140390134803408 140390191792871 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6278] ppid=6270 vsize=10755168 memory=796 CPUtime=83.38 cores=1,3,5,7
/proc/6273/task/6278/stat : 6278 (java) R 6270 6273 1335 0 -1 4202560 32711 0 0 0 8171 167 0 0 20 0 16 0 96208320 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389803485776 140390191792871 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6279] ppid=6270 vsize=10755168 memory=10020 CPUtime=83.6 cores=1,3,5,7
/proc/6273/task/6279/stat : 6279 (java) R 6270 6273 1335 0 -1 1077944384 39193 0 0 0 8200 160 0 0 20 0 16 0 96208320 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389802433232 140390199175810 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6280] ppid=6270 vsize=10755168 memory=1948 CPUtime=10.9 cores=1,3,5,7
/proc/6273/task/6280/stat : 6280 (java) S 6270 6273 1335 0 -1 1077944384 47057 0 0 0 1085 5 0 0 20 0 16 0 96208322 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389691163456 140390199174869 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6281] ppid=6270 vsize=10755168 memory=8536 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6281/stat : 6281 (java) S 6270 6273 1335 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96208322 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389690111200 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6282] ppid=6270 vsize=10755168 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6282/stat : 6282 (java) S 6270 6273 1335 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96208322 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389689058048 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6283] ppid=6270 vsize=10755168 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6283/stat : 6283 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389688006608 140390199183259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6284] ppid=6270 vsize=10755168 memory=796 CPUtime=1.7 cores=1,3,5,7
/proc/6273/task/6284/stat : 6284 (java) S 6270 6273 1335 0 -1 1077944384 9018 0 0 0 169 1 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389686954496 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6285] ppid=6270 vsize=10755168 memory=10020 CPUtime=2.29 cores=1,3,5,7
/proc/6273/task/6285/stat : 6285 (java) S 6270 6273 1335 0 -1 1077944384 13782 0 0 0 227 2 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389685902240 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6286] ppid=6270 vsize=10755168 memory=1948 CPUtime=0.42 cores=1,3,5,7
/proc/6273/task/6286/stat : 6286 (java) S 6270 6273 1335 0 -1 1077944384 3130 0 0 0 42 0 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389684849184 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6287] ppid=6270 vsize=10755168 memory=8338736 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6287/stat : 6287 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389683796832 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6288] ppid=6270 vsize=10755168 memory=4616 CPUtime=0.49 cores=1,3,5,7
/proc/6273/task/6288/stat : 6288 (java) S 6270 6273 1335 0 -1 1077944384 776 0 0 0 23 26 0 0 20 0 16 0 96208325 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389682743856 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6640] ppid=6270 vsize=10755168 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6640/stat : 6640 (java) S 6270 6273 1335 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96288255 11013292032 2084684 33554432000 4194304 4196468 140729554315616 140389680634784 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
Current children cumulated CPU time: 1062.02 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 8338736 KiB

[startup+808.802 s]
/proc/loadavg: 2.47 2.66 3.14 6/217 6641
/proc/meminfo: memFree=21614992/32770624 swapFree=67108860/67108860
[pid=6273] ppid=6270 vsize=10755168 memory=8338740 CPUtime=1064.84 cores=1,3,5,7
/proc/6273/stat : 6273 (java) S 6270 6273 1335 0 -1 1077944320 293438 0 0 0 105759 725 0 0 20 0 16 0 96208319 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140729554298160 140390199164663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
/proc/6273/statm: 2688792 2084685 3173 1 0 2677186 0
[pid=6273/tid=6275] ppid=6270 vsize=10755168 memory=8338736 CPUtime=711.97 cores=1,3,5,7
/proc/6273/task/6275/stat : 6275 (java) S 6270 6273 1335 0 -1 1077944384 61230 0 0 0 71173 24 0 0 20 0 16 0 96208319 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140390203405344 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6276] ppid=6270 vsize=10755168 memory=1436 CPUtime=84.18 cores=1,3,5,7
/proc/6273/task/6276/stat : 6276 (java) S 6270 6273 1335 0 -1 1077944384 39740 0 0 0 8251 167 0 0 20 0 16 0 96208320 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140390135856144 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6277] ppid=6270 vsize=10755168 memory=8338736 CPUtime=84.37 cores=1,3,5,7
/proc/6273/task/6277/stat : 6277 (java) S 6270 6273 1335 0 -1 1077944384 45071 0 0 0 8264 173 0 0 20 0 16 0 96208320 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140390134803600 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6278] ppid=6270 vsize=10755168 memory=1292 CPUtime=84.07 cores=1,3,5,7
/proc/6273/task/6278/stat : 6278 (java) S 6270 6273 1335 0 -1 1077944384 32711 0 0 0 8239 168 0 0 20 0 16 0 96208320 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389803485968 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6279] ppid=6270 vsize=10755168 memory=8338736 CPUtime=84.27 cores=1,3,5,7
/proc/6273/task/6279/stat : 6279 (java) S 6270 6273 1335 0 -1 1077944384 39193 0 0 0 8266 161 0 0 20 0 16 0 96208320 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389802433424 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6280] ppid=6270 vsize=10755168 memory=8112282956445269571 CPUtime=10.99 cores=1,3,5,7
/proc/6273/task/6280/stat : 6280 (java) R 6270 6273 1335 0 -1 4202560 47283 0 0 0 1094 5 0 0 20 0 16 0 96208322 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389691163344 140390184161008 0 0 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6281] ppid=6270 vsize=10755168 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6281/stat : 6281 (java) S 6270 6273 1335 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96208322 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389690111200 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6282] ppid=6270 vsize=10755168 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6282/stat : 6282 (java) S 6270 6273 1335 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96208322 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389689058048 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6283] ppid=6270 vsize=10755168 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6283/stat : 6283 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389688006608 140390199183259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6284] ppid=6270 vsize=10755168 memory=5788 CPUtime=1.7 cores=1,3,5,7
/proc/6273/task/6284/stat : 6284 (java) S 6270 6273 1335 0 -1 1077944384 9018 0 0 0 169 1 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389686954496 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6285] ppid=6270 vsize=10755168 memory=1228 CPUtime=2.29 cores=1,3,5,7
/proc/6273/task/6285/stat : 6285 (java) S 6270 6273 1335 0 -1 1077944384 13782 0 0 0 227 2 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389685902240 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6286] ppid=6270 vsize=10755168 memory=796 CPUtime=0.42 cores=1,3,5,7
/proc/6273/task/6286/stat : 6286 (java) S 6270 6273 1335 0 -1 1077944384 3130 0 0 0 42 0 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389684849184 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6287] ppid=6270 vsize=10755168 memory=10020 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6287/stat : 6287 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389683796832 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6288] ppid=6270 vsize=10755168 memory=1948 CPUtime=0.49 cores=1,3,5,7
/proc/6273/task/6288/stat : 6288 (java) S 6270 6273 1335 0 -1 1077944384 780 0 0 0 23 26 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389682743856 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6640] ppid=6270 vsize=10755168 memory=8536 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6640/stat : 6640 (java) S 6270 6273 1335 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96288255 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389680634784 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
Current children cumulated CPU time: 1064.84 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 8338740 KiB

[startup+809.201 s]
/proc/loadavg: 2.47 2.66 3.14 5/217 6641
/proc/meminfo: memFree=21610896/32770624 swapFree=67108860/67108860
[pid=6273] ppid=6270 vsize=10755168 memory=8338740 CPUtime=1065.23 cores=1,3,5,7
/proc/6273/stat : 6273 (java) S 6270 6273 1335 0 -1 1077944320 293506 0 0 0 105798 725 0 0 20 0 16 0 96208319 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140729554298160 140390199164663 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
/proc/6273/statm: 2688792 2084685 3173 1 0 2677186 0
[pid=6273/tid=6275] ppid=6270 vsize=10755168 memory=16105866189342951 CPUtime=711.97 cores=1,3,5,7
/proc/6273/task/6275/stat : 6275 (java) S 6270 6273 1335 0 -1 1077944384 61230 0 0 0 71173 24 0 0 20 0 16 0 96208319 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140390203405344 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6276] ppid=6270 vsize=10755168 memory=8112282956445269571 CPUtime=84.18 cores=1,3,5,7
/proc/6273/task/6276/stat : 6276 (java) S 6270 6273 1335 0 -1 1077944384 39740 0 0 0 8251 167 0 0 20 0 16 0 96208320 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140390135856144 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6277] ppid=6270 vsize=10755168 memory=8338736 CPUtime=84.37 cores=1,3,5,7
/proc/6273/task/6277/stat : 6277 (java) S 6270 6273 1335 0 -1 1077944384 45071 0 0 0 8264 173 0 0 20 0 16 0 96208320 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140390134803600 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6278] ppid=6270 vsize=10755168 memory=4084 CPUtime=84.07 cores=1,3,5,7
/proc/6273/task/6278/stat : 6278 (java) S 6270 6273 1335 0 -1 1077944384 32711 0 0 0 8239 168 0 0 20 0 16 0 96208320 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389803485968 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6279] ppid=6270 vsize=10755168 memory=932 CPUtime=84.27 cores=1,3,5,7
/proc/6273/task/6279/stat : 6279 (java) S 6270 6273 1335 0 -1 1077944384 39193 0 0 0 8266 161 0 0 20 0 16 0 96208320 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389802433424 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6280] ppid=6270 vsize=10755168 memory=1572 CPUtime=11.38 cores=1,3,5,7
/proc/6273/task/6280/stat : 6280 (java) R 6270 6273 1335 0 -1 4202560 47351 0 0 0 1133 5 0 0 20 0 16 0 96208322 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389691163344 140390177534843 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6281] ppid=6270 vsize=10755168 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6281/stat : 6281 (java) S 6270 6273 1335 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 96208322 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389690111200 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6282] ppid=6270 vsize=10755168 memory=6504 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6282/stat : 6282 (java) S 6270 6273 1335 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 16 0 96208322 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389689058048 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6283] ppid=6270 vsize=10755168 memory=836 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6283/stat : 6283 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389688006608 140390199183259 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6284] ppid=6270 vsize=10755168 memory=2812 CPUtime=1.7 cores=1,3,5,7
/proc/6273/task/6284/stat : 6284 (java) S 6270 6273 1335 0 -1 1077944384 9018 0 0 0 169 1 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389686954496 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6285] ppid=6270 vsize=10755168 memory=2836 CPUtime=2.29 cores=1,3,5,7
/proc/6273/task/6285/stat : 6285 (java) S 6270 6273 1335 0 -1 1077944384 13782 0 0 0 227 2 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389685902240 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6286] ppid=6270 vsize=10755168 memory=8112282956445269571 CPUtime=0.42 cores=1,3,5,7
/proc/6273/task/6286/stat : 6286 (java) S 6270 6273 1335 0 -1 1077944384 3130 0 0 0 42 0 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389684849184 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6287] ppid=6270 vsize=10755168 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6287/stat : 6287 (java) S 6270 6273 1335 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389683796832 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6288] ppid=6270 vsize=10755168 memory=1292 CPUtime=0.49 cores=1,3,5,7
/proc/6273/task/6288/stat : 6288 (java) S 6270 6273 1335 0 -1 1077944384 780 0 0 0 23 26 0 0 20 0 16 0 96208325 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389682743856 140390199175810 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
[pid=6273/tid=6640] ppid=6270 vsize=10755168 memory=8338736 CPUtime=0 cores=1,3,5,7
/proc/6273/task/6640/stat : 6640 (java) S 6270 6273 1335 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 96288255 11013292032 2084685 33554432000 4194304 4196468 140729554315616 140389680634784 140390199174869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9265152 140729554322566 140729554322719 140729554322719 140729554325455 0
Current children cumulated CPU time: 1065.23 s
Current children cumulated vsize: 10755168 KiB
Current children cumulated memory: 8338740 KiB

Child status: 1
Real time (s): 809.286
CPU time (s): 1065.33
CPU user time (s): 1058.03
CPU system time (s): 7.29982
CPU usage (%): 131.638
Max. virtual memory (cumulated for all children) (KiB): 10755168
Max. memory (cumulated for all children) (KiB): 8338740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1058.03
system time used= 7.29982
maximum resident set size= 8338944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 298233
page faults= 0
swaps= 0
block input operations= 0
block output operations= 816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27033
involuntary context switches= 6207


# summary of solver processes directly reported to runsolver:
#   pid: 6273
#   total CPU time (s): 1065.33
#   total CPU user time (s): 1058.03
#   total CPU system time (s): 7.29982

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.4932 second user time and 8.05089 second system time

The end

Launcher Data

Begin job on node112 at 2017-08-13 15:19:07
IDJOB=4263442
IDBENCH=134077
IDSOLVER=2651
FILE ID=node112/4263442-1502631205
RUNJOBID= node112-1502619513-3999
PBS_JOBID= 20628299
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Nonogram/Nonogram-table-s1/Nonogram-018-table.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263442-1502631205/watcher-4263442-1502631205 -o /tmp/evaluation-result-4263442-1502631205/solver-4263442-1502631205 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node112-1502619513-3999 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263442-1502631205.xml

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

MD5SUM BENCH= 06f35635cf179af3a8dff5d700ef13b9
RANDOM SEED=2137607044

node112.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.24
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.24
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.24
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.24
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:        23432932 kB
MemAvailable:   23657772 kB
Buffers:          120756 kB
Cached:           384752 kB
SwapCached:            0 kB
Active:          8725384 kB
Inactive:         144348 kB
Active(anon):    8315520 kB
Inactive(anon):    76488 kB
Active(file):     409864 kB
Inactive(file):    67860 kB
Unevictable:        6264 kB
Mlocked:            6264 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4756 kB
Writeback:             0 kB
AnonPages:       8369888 kB
Mapped:            55012 kB
Shmem:             25224 kB
Slab:             151704 kB
SReclaimable:     125904 kB
SUnreclaim:        25800 kB
KernelStack:        3552 kB
PageTables:        21624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8651284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8136704 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= 61784 MiB
End job on node112 at 2017-08-13 15:32:36