Trace number 4289772

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j-CSP 2018-07-11? (problem) 1597.18 441.148

General information on the benchmark

NameGraphColoring/
GraphColoring-3-fullins-5_c18.xml
MD5SUM51dc9de19dcdd21b605810f9d7307a76
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1856.54
Satisfiable
(Un)Satisfiability was proved
Number of variables2030
Number of constraints33751
Number of domains1
Minimum domain size2030
Maximum domain size2030
Distribution of domain sizes[{"size":2030,"count":2030}]
Minimum variable degree9
Maximum variable degree410
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":14},{"degree":11,"count":12},{"degree":12,"count":36},{"degree":13,"count":23},{"degree":14,"count":54},{"degree":15,"count":22},{"degree":16,"count":66},{"degree":17,"count":41},{"degree":18,"count":123},{"degree":19,"count":41},{"degree":20,"count":123},{"degree":21,"count":19},{"degree":22,"count":57},{"degree":23,"count":42},{"degree":24,"count":131},{"degree":25,"count":8},{"degree":26,"count":24},{"degree":27,"count":29},{"degree":28,"count":87},{"degree":29,"count":44},{"degree":30,"count":132},{"degree":31,"count":87},{"degree":32,"count":261},{"degree":33,"count":5},{"degree":34,"count":15},{"degree":35,"count":15},{"degree":36,"count":45},{"degree":41,"count":5},{"degree":42,"count":15},{"degree":43,"count":5},{"degree":44,"count":15},{"degree":49,"count":5},{"degree":50,"count":15},{"degree":51,"count":15},{"degree":52,"count":45},{"degree":53,"count":15},{"degree":54,"count":45},{"degree":55,"count":45},{"degree":56,"count":135},{"degree":77,"count":5},{"degree":78,"count":15},{"degree":79,"count":15},{"degree":80,"count":45},{"degree":87,"count":5},{"degree":169,"count":5},{"degree":170,"count":15},{"degree":410,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":33751}]
Number of extensional constraints0
Number of intensional constraints33751
Distribution of constraint types[{"type":"intension","count":33751}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1488.26/411.51	Jul 22, 2018 12:39:36 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1488.26/411.51	INFO: Runtime exception
1488.26/411.51	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1488.26/411.51		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1488.26/411.51		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1488.26/411.51		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1488.26/411.51		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1488.26/411.51		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1488.26/411.51		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1488.26/411.51		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1488.26/411.51		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1488.26/411.51		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1488.26/411.51		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1488.26/411.51		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1488.26/411.51		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1488.26/411.51		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1488.26/411.51		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1488.26/411.51		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1488.26/411.51		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1488.26/411.51		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1488.26/411.51		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1488.26/411.51		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1488.26/411.51	Caused by: java.lang.reflect.InvocationTargetException
1488.26/411.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1488.26/411.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1488.26/411.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1488.26/411.51		at java.lang.reflect.Method.invoke(Method.java:498)
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1488.26/411.51		... 21 more
1488.26/411.51	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1488.26/411.51		... 26 more
1488.26/411.51	Caused by: java.lang.reflect.InvocationTargetException
1488.26/411.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1488.26/411.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1488.26/411.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1488.26/411.51		at java.lang.reflect.Method.invoke(Method.java:498)
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1488.26/411.51		... 26 more
1488.26/411.51	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1488.26/411.51		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1488.26/411.51		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1488.26/411.51		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1488.26/411.51		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1488.26/411.51		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1488.26/411.51		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1488.26/411.51		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1488.26/411.51		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1488.26/411.51		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1488.26/411.51		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:375)
1488.26/411.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1488.26/411.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1488.26/411.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1488.26/411.51		at java.lang.reflect.Method.invoke(Method.java:498)
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1488.26/411.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1488.26/411.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1488.26/411.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1488.26/411.51		at java.lang.reflect.Method.invoke(Method.java:498)
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1488.26/411.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1488.26/411.51		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1488.26/411.51		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1488.26/411.51		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1488.26/411.51		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1488.26/411.51		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1488.26/411.51		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1488.26/411.51		at org.xcsp.parser.XCallbacks$$Lambda$83/1819776360.accept(Unknown Source)
1488.26/411.51		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1488.26/411.51	
1561.29/431.33	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1561.29/431.34		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1561.29/431.34		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1561.29/431.34		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1561.29/431.34		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1561.29/431.34		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1561.29/431.34		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1561.29/431.34		at java.io.PrintWriter.flush(PrintWriter.java:320)
1561.29/431.34		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1561.29/431.34		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1561.29/431.34		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1561.29/431.34		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

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 (9869 MiB free)
  memory of node 1: 16384 MiB (12800 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289772-1532212365/watcher-4289772-1532212365 -o /tmp/evaluation-result-4289772-1532212365/solver-4289772-1532212365 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27714 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289772-1532212365.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=28016, runsolver pid=28013
Current StackSize limit: 8192 KiB


[startup+0.10116 s]*
/proc/loadavg: 2.13 2.20 2.16 2/217 28031
/proc/meminfo: memFree=23196432/32770624 swapFree=67108852/67108860
[pid=28016] ppid=28013 vsize=10659012 memory=31520 CPUtime=0.13 cores=0,2,4,6
/proc/28016/stat : 28016 (java) S 28013 28016 24602 0 -1 1077944320 6438 0 0 0 12 1 0 0 20 0 15 0 38799635 10914828288 7880 33554432000 4194304 4196468 140727276214176 140727276196720 140285191380727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
/proc/28016/statm: 2664753 7880 2844 1 0 2627263 0
[pid=28016/tid=28018] ppid=28013 vsize=10659012 memory=-8701690554792186750 CPUtime=0.09 cores=0,2,4,6
/proc/28016/task/28018/stat : 28018 (java) R 28013 28016 24602 0 -1 4202560 4275 0 0 0 8 1 0 0 20 0 15 0 38799635 10914828288 7880 33554432000 4194304 4196468 140727276214176 140285195603760 140285191402653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28019] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28019/stat : 28019 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 7880 33554432000 4194304 4196468 140727276214176 140285117455504 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28020] ppid=28013 vsize=10659012 memory=139683136411264 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28020/stat : 28020 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 7880 33554432000 4194304 4196468 140727276214176 140285116402704 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28021] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28021/stat : 28021 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 7880 33554432000 4194304 4196468 140727276214176 140285115349904 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28022] ppid=28013 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28022/stat : 28022 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 7880 33554432000 4194304 4196468 140727276214176 140285114297104 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28023] ppid=28013 vsize=10659012 memory=139683136411264 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28023/stat : 28023 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799637 10914828288 7880 33554432000 4194304 4196468 140727276214176 140284682770800 140285191391874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28024] ppid=28013 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28024/stat : 28024 (java) S 28013 28016 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38799638 10914828288 7880 33554432000 4194304 4196468 140727276214176 140284681716768 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28025] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28025/stat : 28025 (java) S 28013 28016 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38799638 10914828288 7880 33554432000 4194304 4196468 140727276214176 140284680663920 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28026] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28026/stat : 28026 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38799640 10914828288 7880 33554432000 4194304 4196468 140727276214176 140284679612240 140285191399323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28027] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28027/stat : 28027 (java) R 28013 28016 24602 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 38799640 10914828288 7880 33554432000 4194304 4196468 140727276214176 140284678560624 140285191391874 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28028] ppid=28013 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28028/stat : 28028 (java) S 28013 28016 24602 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 15 0 38799640 10914828288 7880 33554432000 4194304 4196468 140727276214176 140284677507824 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28029] ppid=28013 vsize=10659012 memory=139683136411264 CPUtime=0.02 cores=0,2,4,6
/proc/28016/task/28029/stat : 28029 (java) R 28013 28016 24602 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 15 0 38799640 10914828288 7880 33554432000 4194304 4196468 140727276214176 140284676455024 140285191402074 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28030] ppid=28013 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28030/stat : 28030 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38799640 10914828288 7880 33554432000 4194304 4196468 140727276214176 140284675402464 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28031] ppid=28013 vsize=10659012 memory=139683136411264 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28031/stat : 28031 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799641 10914828288 7880 33554432000 4194304 4196468 140727276214176 140284674349744 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31520 KiB

[startup+0.210741 s]*
/proc/loadavg: 2.13 2.20 2.16 4/217 28031
/proc/meminfo: memFree=23187640/32770624 swapFree=67108852/67108860
[pid=28016] ppid=28013 vsize=10659012 memory=41992 CPUtime=0.33 cores=0,2,4,6
/proc/28016/stat : 28016 (java) S 28013 28016 24602 0 -1 1077944320 7632 0 0 0 31 2 0 0 20 0 15 0 38799635 10914828288 10498 33554432000 4194304 4196468 140727276214176 140727276196720 140285191380727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
/proc/28016/statm: 2664753 10498 3002 1 0 2627263 0
[pid=28016/tid=28018] ppid=28013 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28016/task/28018/stat : 28018 (java) R 28013 28016 24602 0 -1 4202560 4612 0 0 0 19 1 0 0 20 0 15 0 38799635 10914828288 10498 33554432000 4194304 4196468 140727276214176 140285195617008 140285175424357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28019] ppid=28013 vsize=10659012 memory=343 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28019/stat : 28019 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 10498 33554432000 4194304 4196468 140727276214176 140285117455504 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28020] ppid=28013 vsize=10659012 memory=139683136597123 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28020/stat : 28020 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 10498 33554432000 4194304 4196468 140727276214176 140285116402704 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28021] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28021/stat : 28021 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 10498 33554432000 4194304 4196468 140727276214176 140285115349904 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28022] ppid=28013 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28022/stat : 28022 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 10498 33554432000 4194304 4196468 140727276214176 140285114297104 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28023] ppid=28013 vsize=10659012 memory=139683136411264 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28023/stat : 28023 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799637 10914828288 10498 33554432000 4194304 4196468 140727276214176 140284682770800 140285191391874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28024] ppid=28013 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28024/stat : 28024 (java) S 28013 28016 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38799638 10914828288 10498 33554432000 4194304 4196468 140727276214176 140284681716768 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28025] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28025/stat : 28025 (java) S 28013 28016 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38799638 10914828288 10498 33554432000 4194304 4196468 140727276214176 140284680663920 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28026] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28026/stat : 28026 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38799640 10914828288 10498 33554432000 4194304 4196468 140727276214176 140284679612240 140285191399323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28027] ppid=28013 vsize=10659012 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28016/task/28027/stat : 28027 (java) S 28013 28016 24602 0 -1 1077944384 583 0 0 0 2 0 0 0 20 0 15 0 38799640 10914828288 10498 33554432000 4194304 4196468 140727276214176 140284678560624 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28028] ppid=28013 vsize=10659012 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28016/task/28028/stat : 28028 (java) S 28013 28016 24602 0 -1 1077944384 416 0 0 0 1 0 0 0 20 0 15 0 38799640 10914828288 10498 33554432000 4194304 4196468 140727276214176 140284677507824 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28029] ppid=28013 vsize=10659012 memory=139683136411264 CPUtime=0.07 cores=0,2,4,6
/proc/28016/task/28029/stat : 28029 (java) R 28013 28016 24602 0 -1 4202560 654 0 0 0 7 0 0 0 20 0 15 0 38799640 10914828288 10498 33554432000 4194304 4196468 140727276214176 140284676455024 140285169902160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28030] ppid=28013 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28030/stat : 28030 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38799640 10914828288 10498 33554432000 4194304 4196468 140727276214176 140284675402464 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28031] ppid=28013 vsize=10659012 memory=139683136411264 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28031/stat : 28031 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799641 10914828288 10498 33554432000 4194304 4196468 140727276214176 140284674349744 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41992 KiB

[startup+0.310639 s]*
/proc/loadavg: 2.13 2.20 2.16 5/217 28031
/proc/meminfo: memFree=23172752/32770624 swapFree=67108852/67108860
[pid=28016] ppid=28013 vsize=10659012 memory=55080 CPUtime=0.59 cores=0,2,4,6
/proc/28016/stat : 28016 (java) S 28013 28016 24602 0 -1 1077944320 9316 0 0 0 56 3 0 0 20 0 15 0 38799635 10914828288 13770 33554432000 4194304 4196468 140727276214176 140727276196720 140285191380727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
/proc/28016/statm: 2664753 13770 3049 1 0 2627263 0
[pid=28016/tid=28018] ppid=28013 vsize=10659012 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/28016/task/28018/stat : 28018 (java) R 28013 28016 24602 0 -1 4202560 4893 0 0 0 29 1 0 0 20 0 15 0 38799635 10914828288 13770 33554432000 4194304 4196468 140727276214176 140285195618304 140285191402653 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28019] ppid=28013 vsize=10659012 memory=288230604707987479 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28019/stat : 28019 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 13770 33554432000 4194304 4196468 140727276214176 140285117455504 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28020] ppid=28013 vsize=10659012 memory=139683136597122 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28020/stat : 28020 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 13770 33554432000 4194304 4196468 140727276214176 140285116402704 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28021] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28021/stat : 28021 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 13770 33554432000 4194304 4196468 140727276214176 140285115349904 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28022] ppid=28013 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28022/stat : 28022 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799636 10914828288 13770 33554432000 4194304 4196468 140727276214176 140285114297104 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28023] ppid=28013 vsize=10659012 memory=139683136411264 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28023/stat : 28023 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799637 10914828288 13770 33554432000 4194304 4196468 140727276214176 140284682770800 140285191391874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28024] ppid=28013 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28024/stat : 28024 (java) S 28013 28016 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38799638 10914828288 13770 33554432000 4194304 4196468 140727276214176 140284681716768 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28025] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28025/stat : 28025 (java) S 28013 28016 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38799638 10914828288 13770 33554432000 4194304 4196468 140727276214176 140284680663920 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28026] ppid=28013 vsize=10659012 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28026/stat : 28026 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38799640 10914828288 13770 33554432000 4194304 4196468 140727276214176 140284679612240 140285191399323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28027] ppid=28013 vsize=10659012 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/28016/task/28027/stat : 28027 (java) R 28013 28016 24602 0 -1 4202560 1003 0 0 0 8 0 0 0 20 0 15 0 38799640 10914828288 13770 33554432000 4194304 4196468 140727276214176 140284678541640 140285176310050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28028] ppid=28013 vsize=10659012 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/28016/task/28028/stat : 28028 (java) R 28013 28016 24602 0 -1 4202560 988 0 0 0 5 0 0 0 20 0 15 0 38799640 10914828288 13770 33554432000 4194304 4196468 140727276214176 140284677488840 140285174791618 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28029] ppid=28013 vsize=10659012 memory=139683136411264 CPUtime=0.12 cores=0,2,4,6
/proc/28016/task/28029/stat : 28029 (java) R 28013 28016 24602 0 -1 1077944384 1063 0 0 0 12 0 0 0 20 0 15 0 38799640 10914828288 13770 33554432000 4194304 4196468 140727276214176 140284676455024 140285191391874 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28030] ppid=28013 vsize=10659012 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28030/stat : 28030 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38799640 10914828288 13770 33554432000 4194304 4196468 140727276214176 140284675402464 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28031] ppid=28013 vsize=10659012 memory=139683136411264 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28031/stat : 28031 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799641 10914828288 13770 33554432000 4194304 4196468 140727276214176 140284674349744 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 55080 KiB

[startup+0.701637 s]
/proc/loadavg: 2.13 2.20 2.16 6/217 28031
/proc/meminfo: memFree=23151192/32770624 swapFree=67108852/67108860
[pid=28016] ppid=28013 vsize=10659088 memory=119720 CPUtime=1.8 cores=0,2,4,6
/proc/28016/stat : 28016 (java) S 28013 28016 24602 0 -1 1077944320 11792 0 0 0 176 4 0 0 20 0 15 0 38799635 10914906112 29930 33554432000 4194304 4196468 140727276214176 140727276196720 140285191380727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
/proc/28016/statm: 2664772 29930 3105 1 0 2627263 0
[pid=28016/tid=28018] ppid=28013 vsize=10659088 memory=1732 CPUtime=0.68 cores=0,2,4,6
/proc/28016/task/28018/stat : 28018 (java) R 28013 28016 24602 0 -1 4202560 5379 0 0 0 66 2 0 0 20 0 15 0 38799635 10914906112 29930 33554432000 4194304 4196468 140727276214176 140285195614336 140284792198200 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28019] ppid=28013 vsize=10659088 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28019/stat : 28019 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799636 10914906112 29930 33554432000 4194304 4196468 140727276214176 140285117455504 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28020] ppid=28013 vsize=10659088 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28020/stat : 28020 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799636 10914906112 29930 33554432000 4194304 4196468 140727276214176 140285116402704 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28021] ppid=28013 vsize=10659088 memory=10936 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28021/stat : 28021 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799636 10914906112 29930 33554432000 4194304 4196468 140727276214176 140285115349904 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28022] ppid=28013 vsize=10659088 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28022/stat : 28022 (java) S 28013 28016 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38799636 10914906112 29930 33554432000 4194304 4196468 140727276214176 140285114297104 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28023] ppid=28013 vsize=10659088 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28023/stat : 28023 (java) S 28013 28016 24602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 38799637 10914906112 29930 33554432000 4194304 4196468 140727276214176 140284682770800 140285191391874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28024] ppid=28013 vsize=10659088 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28024/stat : 28024 (java) S 28013 28016 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38799638 10914906112 29930 33554432000 4194304 4196468 140727276214176 140284681716768 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28025] ppid=28013 vsize=10659088 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28025/stat : 28025 (java) S 28013 28016 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38799638 10914906112 29930 33554432000 4194304 4196468 140727276214176 140284680663920 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28026] ppid=28013 vsize=10659088 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28026/stat : 28026 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38799640 10914906112 29930 33554432000 4194304 4196468 140727276214176 140284679612240 140285191399323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28027] ppid=28013 vsize=10659088 memory=7302135314614015848 CPUtime=0.44 cores=0,2,4,6
/proc/28016/task/28027/stat : 28027 (java) R 28013 28016 24602 0 -1 4202560 2106 0 0 0 44 0 0 0 20 0 15 0 38799640 10914906112 29930 33554432000 4194304 4196468 140727276214176 140284678544208 140285172924816 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28028] ppid=28013 vsize=10659088 memory=7811323491934034025 CPUtime=0.39 cores=0,2,4,6
/proc/28016/task/28028/stat : 28028 (java) R 28013 28016 24602 0 -1 4202560 1596 0 0 0 39 0 0 0 20 0 15 0 38799640 10914906112 29930 33554432000 4194304 4196468 140727276214176 140284677493848 140285172905628 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28029] ppid=28013 vsize=10659088 memory=7440061282865139792 CPUtime=0.26 cores=0,2,4,6
/proc/28016/task/28029/stat : 28029 (java) S 28013 28016 24602 0 -1 1077944384 1339 0 0 0 26 0 0 0 20 0 15 0 38799640 10914906112 29930 33554432000 4194304 4196468 140727276214176 140284676455024 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28030] ppid=28013 vsize=10659088 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28030/stat : 28030 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38799640 10914906112 29930 33554432000 4194304 4196468 140727276214176 140284675402464 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28031] ppid=28013 vsize=10659088 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28031/stat : 28031 (java) S 28013 28016 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38799641 10914906112 29930 33554432000 4194304 4196468 140727276214176 140284674349744 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
Current children cumulated CPU time: 1.8 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 119720 KiB

[startup+1.50085 s]
/proc/loadavg: 2.13 2.20 2.16 5/217 28031
/proc/meminfo: memFree=23027140/32770624 swapFree=67108852/67108860
[pid=28016] ppid=28013 vsize=10659088 memory=518720 CPUtime=4.1 cores=0,2,4,6
/proc/28016/stat : 28016 (java) S 28013 28016 24602 0 -1 1077944320 13760 0 0 0 383 27 0 0 20 0 15 0 38799635 10914906112 129680 33554432000 4194304 4196468 140727276214176 140727276196720 140285191380727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
/proc/28016/statm: 2664772 129680 3147 1 0 2627263 0
[pid=28016/tid=28018] ppid=28013 vsize=10659088 memory=0 CPUtime=1.31 cores=0,2,4,6
/proc/28016/task/28018/stat : 28018 (java) R 28013 28016 24602 0 -1 4202560 5836 0 0 0 124 7 0 0 20 0 15 0 38799635 10914906112 129680 33554432000 4194304 4196468 140727276214176 140285195617904 140285177448846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28019] ppid=28013 vsize=10659088 memory=-6951259422114956437 CPUtime=0.14 cores=0,2,4,6
/proc/28016/task/28019/stat : 28019 (java) S 28013 28016 24602 0 -1 1077944384 359 0 0 0 10 4 0 0 20 0 15 0 38799636 10914906112 130192 33554432000 4194304 4196468 140727276214176 140285117455504 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28020] ppid=28013 vsize=10659088 memory=-6509546260019855299 CPUtime=0.14 cores=0,2,4,6
/proc/28016/task/28020/stat : 28020 (java) S 28013 28016 24602 0 -1 1077944384 235 0 0 0 10 4 0 0 20 0 15 0 38799636 10914906112 130192 33554432000 4194304 4196468 140727276214176 140285116402704 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28021] ppid=28013 vsize=10659088 memory=-7390251449858225344 CPUtime=0.14 cores=0,2,4,6
/proc/28016/task/28021/stat : 28021 (java) S 28013 28016 24602 0 -1 1077944384 232 0 0 0 10 4 0 0 20 0 15 0 38799636 10914906112 130192 33554432000 4194304 4196468 140727276214176 140285115349904 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28022] ppid=28013 vsize=10659088 memory=-7096649868621430206 CPUtime=0.13 cores=0,2,4,6
/proc/28016/task/28022/stat : 28022 (java) S 28013 28016 24602 0 -1 1077944384 147 0 0 0 9 4 0 0 20 0 15 0 38799636 10914906112 130192 33554432000 4194304 4196468 140727276214176 140285114297104 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28023] ppid=28013 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28023/stat : 28023 (java) S 28013 28016 24602 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 38799637 10914906112 130192 33554432000 4194304 4196468 140727276214176 140284682770800 140285191391874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0

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

/proc/28016/task/28018/stat : 28018 (java) S 28013 28016 24602 0 -1 1077944384 28417 0 0 0 2391 32 0 0 20 0 16 0 38799635 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140285195621408 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28019] ppid=28013 vsize=10794416 memory=3848 CPUtime=386.1 cores=0,2,4,6
/proc/28016/task/28019/stat : 28019 (java) R 28013 28016 24602 0 -1 4202560 612444 0 0 0 38417 193 0 0 20 0 16 0 38799636 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140285117455704 140285176080655 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28020] ppid=28013 vsize=10794416 memory=4104 CPUtime=383.93 cores=0,2,4,6
/proc/28016/task/28020/stat : 28020 (java) R 28013 28016 24602 0 -1 4202560 685195 0 0 0 38176 217 0 0 20 0 16 0 38799636 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140285116402512 140285184008935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28021] ppid=28013 vsize=10794416 memory=8300648 CPUtime=384.76 cores=0,2,4,6
/proc/28016/task/28021/stat : 28021 (java) R 28013 28016 24602 0 -1 4202560 557602 0 0 0 38272 204 0 0 20 0 16 0 38799636 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140285115350024 140285184008935 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28022] ppid=28013 vsize=10794416 memory=844 CPUtime=383.91 cores=0,2,4,6
/proc/28016/task/28022/stat : 28022 (java) R 28013 28016 24602 0 -1 4202560 468022 0 0 0 38183 208 0 0 20 0 16 0 38799636 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140285114296912 140285184008935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28023] ppid=28013 vsize=10794416 memory=1800 CPUtime=23.05 cores=0,2,4,6
/proc/28016/task/28023/stat : 28023 (java) S 28013 28016 24602 0 -1 1077944384 84670 0 0 0 2300 5 0 0 20 0 16 0 38799637 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140284682769344 140285191390933 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28024] ppid=28013 vsize=10794416 memory=2416 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28024/stat : 28024 (java) S 28013 28016 24602 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38799638 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140284681716832 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28025] ppid=28013 vsize=10794416 memory=1300 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28025/stat : 28025 (java) S 28013 28016 24602 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 38799638 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140284680663040 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28026] ppid=28013 vsize=10794416 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28026/stat : 28026 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38799640 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140284679612240 140285191399323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28027] ppid=28013 vsize=10794416 memory=6791534058613427641 CPUtime=1.17 cores=0,2,4,6
/proc/28016/task/28027/stat : 28027 (java) S 28013 28016 24602 0 -1 1077944384 3907 0 0 0 116 1 0 0 20 0 16 0 38799640 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140284678560384 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28028] ppid=28013 vsize=10794416 memory=8300516 CPUtime=1.07 cores=0,2,4,6
/proc/28016/task/28028/stat : 28028 (java) S 28013 28016 24602 0 -1 1077944384 3291 0 0 0 106 1 0 0 20 0 16 0 38799640 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140284677507872 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28029] ppid=28013 vsize=10794416 memory=8299572 CPUtime=0.43 cores=0,2,4,6
/proc/28016/task/28029/stat : 28029 (java) S 28013 28016 24602 0 -1 1077944384 4653 0 0 0 42 1 0 0 20 0 16 0 38799640 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140284676450896 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28030] ppid=28013 vsize=10794416 memory=5372 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28030/stat : 28030 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38799640 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140284675402464 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28031] ppid=28013 vsize=10794416 memory=1948 CPUtime=0.29 cores=0,2,4,6
/proc/28016/task/28031/stat : 28031 (java) S 28013 28016 24602 0 -1 1077944384 511 0 0 0 17 12 0 0 20 0 16 0 38799641 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140284674349744 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28039] ppid=28013 vsize=10794416 memory=8372 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28039/stat : 28039 (java) S 28013 28016 24602 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38840786 11053481984 2075162 33554432000 4194304 4196468 140727276214176 140284670143648 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
Current children cumulated CPU time: 1589.02 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8300648 KiB

[startup+440.001 s]*
/proc/loadavg: 3.95 3.91 3.00 6/217 28047
/proc/meminfo: memFree=14420108/32770624 swapFree=67108852/67108860
[pid=28016] ppid=28013 vsize=10794416 memory=8300652 CPUtime=1595.26 cores=0,2,4,6
/proc/28016/stat : 28016 (java) S 28013 28016 24602 0 -1 1077944320 2450651 0 0 0 158656 870 0 0 20 0 16 0 38799635 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140727276196720 140285191380727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
/proc/28016/statm: 2698604 2075163 3210 1 0 2661057 0
[pid=28016/tid=28018] ppid=28013 vsize=10794416 memory=1440 CPUtime=24.23 cores=0,2,4,6
/proc/28016/task/28018/stat : 28018 (java) S 28013 28016 24602 0 -1 1077944384 28417 0 0 0 2391 32 0 0 20 0 16 0 38799635 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140285195621408 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28019] ppid=28013 vsize=10794416 memory=4612 CPUtime=387.71 cores=0,2,4,6
/proc/28016/task/28019/stat : 28019 (java) R 28013 28016 24602 0 -1 4202560 612881 0 0 0 38578 193 0 0 20 0 16 0 38799636 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140285117455704 140285175838318 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28020] ppid=28013 vsize=10794416 memory=6791534058613427641 CPUtime=385.48 cores=0,2,4,6
/proc/28016/task/28020/stat : 28020 (java) R 28013 28016 24602 0 -1 4202560 685199 0 0 0 38330 218 0 0 20 0 16 0 38799636 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140285116402512 140285184008935 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28021] ppid=28013 vsize=10794416 memory=2416 CPUtime=386.28 cores=0,2,4,6
/proc/28016/task/28021/stat : 28021 (java) R 28013 28016 24602 0 -1 4202560 557619 0 0 0 38423 205 0 0 20 0 16 0 38799636 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140285115350024 140285184008935 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28022] ppid=28013 vsize=10794416 memory=1300 CPUtime=385.46 cores=0,2,4,6
/proc/28016/task/28022/stat : 28022 (java) R 28013 28016 24602 0 -1 4202560 468028 0 0 0 38337 209 0 0 20 0 16 0 38799636 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140285114296912 140285184008935 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28023] ppid=28013 vsize=10794416 memory=1732 CPUtime=23.05 cores=0,2,4,6
/proc/28016/task/28023/stat : 28023 (java) S 28013 28016 24602 0 -1 1077944384 84670 0 0 0 2300 5 0 0 20 0 16 0 38799637 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140284682769344 140285191390933 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28024] ppid=28013 vsize=10794416 memory=1704 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28024/stat : 28024 (java) S 28013 28016 24602 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38799638 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140284681716832 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28025] ppid=28013 vsize=10794416 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28025/stat : 28025 (java) S 28013 28016 24602 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 38799638 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140284680663040 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28026] ppid=28013 vsize=10794416 memory=10936 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28026/stat : 28026 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38799640 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140284679612240 140285191399323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28027] ppid=28013 vsize=10794416 memory=1008 CPUtime=1.17 cores=0,2,4,6
/proc/28016/task/28027/stat : 28027 (java) S 28013 28016 24602 0 -1 1077944384 3907 0 0 0 116 1 0 0 20 0 16 0 38799640 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140284678560384 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28028] ppid=28013 vsize=10794416 memory=1948 CPUtime=1.07 cores=0,2,4,6
/proc/28016/task/28028/stat : 28028 (java) S 28013 28016 24602 0 -1 1077944384 3291 0 0 0 106 1 0 0 20 0 16 0 38799640 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140284677507872 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28029] ppid=28013 vsize=10794416 memory=8372 CPUtime=0.43 cores=0,2,4,6
/proc/28016/task/28029/stat : 28029 (java) S 28013 28016 24602 0 -1 1077944384 4653 0 0 0 42 1 0 0 20 0 16 0 38799640 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140284676450896 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28030] ppid=28013 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28030/stat : 28030 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38799640 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140284675402464 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28031] ppid=28013 vsize=10794416 memory=8300648 CPUtime=0.29 cores=0,2,4,6
/proc/28016/task/28031/stat : 28031 (java) S 28013 28016 24602 0 -1 1077944384 525 0 0 0 17 12 0 0 20 0 16 0 38799641 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140284674349744 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28039] ppid=28013 vsize=10794416 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28039/stat : 28039 (java) S 28013 28016 24602 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38840786 11053481984 2075163 33554432000 4194304 4196468 140727276214176 140284670143648 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
Current children cumulated CPU time: 1595.26 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8300652 KiB

[startup+440.801 s]
/proc/loadavg: 3.95 3.91 3.00 6/217 28047
/proc/meminfo: memFree=14420108/32770624 swapFree=67108852/67108860
[pid=28016] ppid=28013 vsize=10794416 memory=8300656 CPUtime=1596.83 cores=0,2,4,6
/proc/28016/stat : 28016 (java) S 28013 28016 24602 0 -1 1077944320 2452681 0 0 0 158812 871 0 0 20 0 16 0 38799635 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140727276196720 140285191380727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
/proc/28016/statm: 2698604 2075164 3210 1 0 2661057 0
[pid=28016/tid=28018] ppid=28013 vsize=10794416 memory=1440 CPUtime=24.23 cores=0,2,4,6
/proc/28016/task/28018/stat : 28018 (java) S 28013 28016 24602 0 -1 1077944384 28417 0 0 0 2391 32 0 0 20 0 16 0 38799635 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140285195621408 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28019] ppid=28013 vsize=10794416 memory=4612 CPUtime=387.98 cores=0,2,4,6
/proc/28016/task/28019/stat : 28019 (java) S 28013 28016 24602 0 -1 1077944384 613036 0 0 0 38605 193 0 0 20 0 16 0 38799636 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140285117455504 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28020] ppid=28013 vsize=10794416 memory=1200 CPUtime=385.74 cores=0,2,4,6
/proc/28016/task/28020/stat : 28020 (java) S 28013 28016 24602 0 -1 1077944384 685199 0 0 0 38356 218 0 0 20 0 16 0 38799636 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140285116402704 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28021] ppid=28013 vsize=10794416 memory=6791534058613427641 CPUtime=386.54 cores=0,2,4,6
/proc/28016/task/28021/stat : 28021 (java) S 28013 28016 24602 0 -1 1077944384 557619 0 0 0 38449 205 0 0 20 0 16 0 38799636 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140285115349904 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28022] ppid=28013 vsize=10794416 memory=2244 CPUtime=385.72 cores=0,2,4,6
/proc/28016/task/28022/stat : 28022 (java) S 28013 28016 24602 0 -1 1077944384 468028 0 0 0 38363 209 0 0 20 0 16 0 38799636 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140285114297104 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28023] ppid=28013 vsize=10794416 memory=4124 CPUtime=23.58 cores=0,2,4,6
/proc/28016/task/28023/stat : 28023 (java) R 28013 28016 24602 0 -1 4202560 86545 0 0 0 2352 6 0 0 20 0 16 0 38799637 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284682769232 140285176377128 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28024] ppid=28013 vsize=10794416 memory=2200 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28024/stat : 28024 (java) S 28013 28016 24602 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38799638 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284681716832 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28025] ppid=28013 vsize=10794416 memory=7284 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28025/stat : 28025 (java) S 28013 28016 24602 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 38799638 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284680663040 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28026] ppid=28013 vsize=10794416 memory=844 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28026/stat : 28026 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38799640 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284679612240 140285191399323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28027] ppid=28013 vsize=10794416 memory=6791534058613427641 CPUtime=1.17 cores=0,2,4,6
/proc/28016/task/28027/stat : 28027 (java) S 28013 28016 24602 0 -1 1077944384 3907 0 0 0 116 1 0 0 20 0 16 0 38799640 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284678560384 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28028] ppid=28013 vsize=10794416 memory=2416 CPUtime=1.07 cores=0,2,4,6
/proc/28016/task/28028/stat : 28028 (java) S 28013 28016 24602 0 -1 1077944384 3291 0 0 0 106 1 0 0 20 0 16 0 38799640 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284677507872 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28029] ppid=28013 vsize=10794416 memory=1300 CPUtime=0.43 cores=0,2,4,6
/proc/28016/task/28029/stat : 28029 (java) S 28013 28016 24602 0 -1 1077944384 4653 0 0 0 42 1 0 0 20 0 16 0 38799640 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284676450896 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28030] ppid=28013 vsize=10794416 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28030/stat : 28030 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38799640 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284675402464 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28031] ppid=28013 vsize=10794416 memory=1704 CPUtime=0.29 cores=0,2,4,6
/proc/28016/task/28031/stat : 28031 (java) S 28013 28016 24602 0 -1 1077944384 525 0 0 0 17 12 0 0 20 0 16 0 38799641 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284674349744 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28039] ppid=28013 vsize=10794416 memory=796 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28039/stat : 28039 (java) S 28013 28016 24602 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38840786 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284670143648 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
Current children cumulated CPU time: 1596.83 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8300656 KiB

[startup+441.001 s]*
/proc/loadavg: 3.95 3.91 3.00 3/217 28047
/proc/meminfo: memFree=14420108/32770624 swapFree=67108852/67108860
[pid=28016] ppid=28013 vsize=10794416 memory=8300656 CPUtime=1597.04 cores=0,2,4,6
/proc/28016/stat : 28016 (java) S 28013 28016 24602 0 -1 1077944320 2452681 0 0 0 158833 871 0 0 20 0 16 0 38799635 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140727276196720 140285191380727 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
/proc/28016/statm: 2698604 2075164 3210 1 0 2661057 0
[pid=28016/tid=28018] ppid=28013 vsize=10794416 memory=6791534058613427641 CPUtime=24.23 cores=0,2,4,6
/proc/28016/task/28018/stat : 28018 (java) S 28013 28016 24602 0 -1 1077944384 28417 0 0 0 2391 32 0 0 20 0 16 0 38799635 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140285195621408 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28019] ppid=28013 vsize=10794416 memory=2582012 CPUtime=387.98 cores=0,2,4,6
/proc/28016/task/28019/stat : 28019 (java) S 28013 28016 24602 0 -1 1077944384 613036 0 0 0 38605 193 0 0 20 0 16 0 38799636 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140285117455504 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28020] ppid=28013 vsize=10794416 memory=1408 CPUtime=385.74 cores=0,2,4,6
/proc/28016/task/28020/stat : 28020 (java) S 28013 28016 24602 0 -1 1077944384 685199 0 0 0 38356 218 0 0 20 0 16 0 38799636 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140285116402704 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28021] ppid=28013 vsize=10794416 memory=3216 CPUtime=386.54 cores=0,2,4,6
/proc/28016/task/28021/stat : 28021 (java) S 28013 28016 24602 0 -1 1077944384 557619 0 0 0 38449 205 0 0 20 0 16 0 38799636 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140285115349904 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28022] ppid=28013 vsize=10794416 memory=8300648 CPUtime=385.72 cores=0,2,4,6
/proc/28016/task/28022/stat : 28022 (java) S 28013 28016 24602 0 -1 1077944384 468028 0 0 0 38363 209 0 0 20 0 16 0 38799636 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140285114297104 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28023] ppid=28013 vsize=10794416 memory=6791534058613427641 CPUtime=23.79 cores=0,2,4,6
/proc/28016/task/28023/stat : 28023 (java) R 28013 28016 24602 0 -1 4202560 86545 0 0 0 2373 6 0 0 20 0 16 0 38799637 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284682769232 140285175838360 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28024] ppid=28013 vsize=10794416 memory=7237402692390512744 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28024/stat : 28024 (java) S 28013 28016 24602 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 38799638 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284681716832 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28025] ppid=28013 vsize=10794416 memory=7739810237722816354 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28025/stat : 28025 (java) S 28013 28016 24602 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 38799638 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284680663040 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28026] ppid=28013 vsize=10794416 memory=5861556305402030184 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28026/stat : 28026 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38799640 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284679612240 140285191399323 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28027] ppid=28013 vsize=10794416 memory=279366015234800 CPUtime=1.17 cores=0,2,4,6
/proc/28016/task/28027/stat : 28027 (java) S 28013 28016 24602 0 -1 1077944384 3907 0 0 0 116 1 0 0 20 0 16 0 38799640 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284678560384 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28028] ppid=28013 vsize=10794416 memory=279366014017680 CPUtime=1.07 cores=0,2,4,6
/proc/28016/task/28028/stat : 28028 (java) S 28013 28016 24602 0 -1 1077944384 3291 0 0 0 106 1 0 0 20 0 16 0 38799640 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284677507872 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28029] ppid=28013 vsize=10794416 memory=8372 CPUtime=0.43 cores=0,2,4,6
/proc/28016/task/28029/stat : 28029 (java) S 28013 28016 24602 0 -1 1077944384 4653 0 0 0 42 1 0 0 20 0 16 0 38799640 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284676450896 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28030] ppid=28013 vsize=10794416 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28030/stat : 28030 (java) S 28013 28016 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38799640 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284675402464 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28031] ppid=28013 vsize=10794416 memory=5372 CPUtime=0.29 cores=0,2,4,6
/proc/28016/task/28031/stat : 28031 (java) S 28013 28016 24602 0 -1 1077944384 525 0 0 0 17 12 0 0 20 0 16 0 38799641 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284674349744 140285191391874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
[pid=28016/tid=28039] ppid=28013 vsize=10794416 memory=1440 CPUtime=0 cores=0,2,4,6
/proc/28016/task/28039/stat : 28039 (java) S 28013 28016 24602 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 38840786 11053481984 2075164 33554432000 4194304 4196468 140727276214176 140284670143648 140285191390933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18714624 140727276221553 140727276221705 140727276221705 140727276224463 0
Current children cumulated CPU time: 1597.04 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8300656 KiB

[startup+441.11 s]*
/proc/loadavg: 3.95 3.91 3.00 3/203 28047
/proc/meminfo: memFree=16874628/32770624 swapFree=67108852/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 441.148
CPU time (s): 1597.18
CPU user time (s): 1588.37
CPU system time (s): 8.81079
CPU usage (%): 362.051
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8300656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1588.37
system time used= 8.81079
maximum resident set size= 8300868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2456316
page faults= 0
swaps= 0
block input operations= 32
block output operations= 632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32839
involuntary context switches= 18942


# summary of solver processes directly reported to runsolver:
#   pid: 28016
#   total CPU time (s): 1597.18
#   total CPU user time (s): 1588.37
#   total CPU system time (s): 8.81079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.62717 second user time and 4.4953 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-22 00:32:45
IDJOB=4289772
IDBENCH=141138
IDSOLVER=2742
FILE ID=node148/4289772-1532212365
RUNJOBID= node148-1532209983-27714
PBS_JOBID= 21018927
Free space on /tmp= 51992 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/GraphColoring/GraphColoring-3-fullins-5_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289772-1532212365/watcher-4289772-1532212365 -o /tmp/evaluation-result-4289772-1532212365/solver-4289772-1532212365 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27714 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289772-1532212365.xml

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

MD5SUM BENCH= 51dc9de19dcdd21b605810f9d7307a76
RANDOM SEED=1793699199

node148.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.50
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.50
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.50
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.50
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:        23214772 kB
MemAvailable:   29857704 kB
Buffers:          116032 kB
Cached:          6714900 kB
SwapCached:            8 kB
Active:          3169520 kB
Inactive:        5794664 kB
Active(anon):    2085640 kB
Inactive(anon):    67276 kB
Active(file):    1083880 kB
Inactive(file):  5727388 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:              3464 kB
Writeback:             0 kB
AnonPages:       2114764 kB
Mapped:            46756 kB
Shmem:             17024 kB
Slab:             287604 kB
SReclaimable:     260124 kB
SUnreclaim:        27480 kB
KernelStack:        3584 kB
PageTables:         9224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3220896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2011136 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= 51988 MiB
End job on node148 at 2018-07-22 00:40:06