Trace number 4289956

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) 1525.28 413.817

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1-catfood_c18.xml
MD5SUM7a98855e0c8aa26354ea878597d76c63
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.73904
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints78
Number of domains9
Minimum domain size2
Maximum domain size1210
Distribution of domain sizes[{"size":2,"count":7},{"size":10,"count":49},{"size":275,"count":7},{"size":280,"count":7},{"size":286,"count":7},{"size":550,"count":14},{"size":880,"count":7},{"size":1101,"count":7},{"size":1210,"count":7}]
Minimum variable degree2
Maximum variable degree9
Distribution of variable degrees[{"degree":2,"count":91},{"degree":3,"count":14},{"degree":9,"count":7}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":14},{"arity":3,"count":49},{"arity":7,"count":15}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"ordered","count":1},{"type":"sum","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1400.18/380.34	Jul 22, 2018 1:51:57 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1400.18/380.34	INFO: Runtime exception
1400.18/380.34	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1400.18/380.34		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1400.18/380.34		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1400.18/380.34		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1400.18/380.34		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1400.18/380.34		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1400.18/380.34		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1400.18/380.34		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1400.18/380.34		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1400.18/380.34		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1400.18/380.34		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1400.18/380.34		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1400.18/380.34		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1400.18/380.34		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1400.18/380.34		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1400.18/380.34		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1400.18/380.34		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1400.18/380.34		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1400.18/380.34		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1400.18/380.34		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1400.18/380.34	Caused by: java.lang.reflect.InvocationTargetException
1400.18/380.34		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1400.18/380.34		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1400.18/380.34		at java.lang.reflect.Method.invoke(Method.java:498)
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1400.18/380.34		... 21 more
1400.18/380.34	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1400.18/380.34		... 25 more
1400.18/380.34	Caused by: java.lang.reflect.InvocationTargetException
1400.18/380.34		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1400.18/380.34		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1400.18/380.34		at java.lang.reflect.Method.invoke(Method.java:498)
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1400.18/380.34		... 25 more
1400.18/380.34	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1400.18/380.34		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1400.18/380.34		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1400.18/380.34		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1400.18/380.34		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1400.18/380.34		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1400.18/380.34		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1400.18/380.34		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1400.18/380.34		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1400.18/380.34		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1400.18/380.34		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:391)
1400.18/380.34		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1400.18/380.34		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1400.18/380.34		at java.lang.reflect.Method.invoke(Method.java:498)
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1400.18/380.34		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1400.18/380.34		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1400.18/380.34		at java.lang.reflect.Method.invoke(Method.java:498)
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1400.18/380.34		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1400.18/380.34		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1400.18/380.34		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1400.18/380.34		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1400.18/380.34		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1400.18/380.34		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1400.18/380.34		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1400.18/380.34		at org.xcsp.parser.XCallbacks$$Lambda$101/684874119.accept(Unknown Source)
1400.18/380.34		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1400.18/380.34		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1400.18/380.34		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1400.18/380.34	
1479.46/401.59	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1479.46/401.59		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1479.46/401.59		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1479.46/401.59		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1479.46/401.59		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1479.46/401.59		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1479.46/401.59		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1479.46/401.59		at java.io.PrintWriter.flush(PrintWriter.java:320)
1479.46/401.59		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1479.46/401.59		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1479.46/401.59		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1479.46/401.59		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 (9365 MiB free)
  memory of node 1: 16384 MiB (14322 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289956-1532216751/watcher-4289956-1532216751 -o /tmp/evaluation-result-4289956-1532216751/solver-4289956-1532216751 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532209647-24670 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289956-1532216751.xml 

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

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


[startup+0.100092 s]*
/proc/loadavg: 2.93 2.24 2.12 7/215 25593
/proc/meminfo: memFree=24238544/32770624 swapFree=67108860/67108860
[pid=25578] ppid=25575 vsize=10659012 memory=30908 CPUtime=0.12 cores=1,3,5,7
/proc/25578/stat : 25578 (java) S 25575 25578 22644 0 -1 1077944320 6792 0 0 0 11 1 0 0 20 0 15 0 39238338 10914828288 7727 33554432000 4194304 4196468 140730148788928 140730148771472 140205779308279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
/proc/25578/statm: 2664753 7727 2845 1 0 2627263 0
[pid=25578/tid=25580] ppid=25575 vsize=10659012 memory=-8773748148830246010 CPUtime=0.09 cores=1,3,5,7
/proc/25578/task/25580/stat : 25580 (java) R 25575 25578 22644 0 -1 4202560 4634 0 0 0 8 1 0 0 20 0 15 0 39238338 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205783530144 140205779320214 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25581] ppid=25575 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25581/stat : 25581 (java) S 25575 25578 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39238339 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205721312144 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25582] ppid=25575 vsize=10659012 memory=139932315244160 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25582/stat : 25582 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205720259344 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25583] ppid=25575 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25583/stat : 25583 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205719207056 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25584] ppid=25575 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25584/stat : 25584 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205383015440 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25585] ppid=25575 vsize=10659012 memory=139932315244160 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25585/stat : 25585 (java) S 25575 25578 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39238340 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205339113584 140205779319426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25586] ppid=25575 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25586/stat : 25586 (java) S 25575 25578 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39238340 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205338059552 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25587] ppid=25575 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25587/stat : 25587 (java) S 25575 25578 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39238341 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205337007216 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25588] ppid=25575 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25588/stat : 25588 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39238343 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205335955536 140205779326875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25589] ppid=25575 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25589/stat : 25589 (java) S 25575 25578 22644 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 39238343 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205334903408 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25590] ppid=25575 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25590/stat : 25590 (java) S 25575 25578 22644 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 39238343 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205333850608 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25591] ppid=25575 vsize=10659012 memory=139932315244160 CPUtime=0.02 cores=1,3,5,7
/proc/25578/task/25591/stat : 25591 (java) R 25575 25578 22644 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 39238343 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205332798320 140205772129140 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25592] ppid=25575 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25592/stat : 25592 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39238343 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205331745760 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25593] ppid=25575 vsize=10659012 memory=139932315244160 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25593/stat : 25593 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238343 10914828288 7727 33554432000 4194304 4196468 140730148788928 140205330692528 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 30908 KiB

[startup+0.210588 s]*
/proc/loadavg: 2.93 2.24 2.12 7/215 25593
/proc/meminfo: memFree=24228148/32770624 swapFree=67108860/67108860
[pid=25578] ppid=25575 vsize=10659012 memory=41920 CPUtime=0.33 cores=1,3,5,7
/proc/25578/stat : 25578 (java) S 25575 25578 22644 0 -1 1077944320 8102 0 0 0 31 2 0 0 20 0 15 0 39238338 10914828288 10480 33554432000 4194304 4196468 140730148788928 140730148771472 140205779308279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
/proc/25578/statm: 2664753 10480 3014 1 0 2627263 0
[pid=25578/tid=25580] ppid=25575 vsize=10659012 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/25578/task/25580/stat : 25580 (java) R 25575 25578 22644 0 -1 4202560 5053 0 0 0 18 1 0 0 20 0 15 0 39238338 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205783544544 140205763388766 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25581] ppid=25575 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25581/stat : 25581 (java) S 25575 25578 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39238339 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205721312144 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25582] ppid=25575 vsize=10659012 memory=139932315438200 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25582/stat : 25582 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205720259344 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25583] ppid=25575 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25583/stat : 25583 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205719207056 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25584] ppid=25575 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25584/stat : 25584 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205383015440 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25585] ppid=25575 vsize=10659012 memory=139932315244160 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25585/stat : 25585 (java) S 25575 25578 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39238340 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205339113584 140205779319426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25586] ppid=25575 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25586/stat : 25586 (java) S 25575 25578 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39238340 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205338059552 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25587] ppid=25575 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25587/stat : 25587 (java) S 25575 25578 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39238341 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205337007216 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25588] ppid=25575 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25588/stat : 25588 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39238343 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205335955536 140205779326875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25589] ppid=25575 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25578/task/25589/stat : 25589 (java) S 25575 25578 22644 0 -1 1077944384 559 0 0 0 1 0 0 0 20 0 15 0 39238343 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205334903408 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25590] ppid=25575 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/25578/task/25590/stat : 25590 (java) S 25575 25578 22644 0 -1 1077944384 468 0 0 0 2 0 0 0 20 0 15 0 39238343 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205333850608 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25591] ppid=25575 vsize=10659012 memory=139932315244160 CPUtime=0.07 cores=1,3,5,7
/proc/25578/task/25591/stat : 25591 (java) S 25575 25578 22644 0 -1 1077944384 654 0 0 0 7 0 0 0 20 0 15 0 39238343 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205332798320 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25592] ppid=25575 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25592/stat : 25592 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39238343 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205331745760 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25593] ppid=25575 vsize=10659012 memory=139932315244160 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25593/stat : 25593 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238343 10914828288 10480 33554432000 4194304 4196468 140730148788928 140205330692528 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41920 KiB

[startup+0.311037 s]*
/proc/loadavg: 2.93 2.24 2.12 6/215 25593
/proc/meminfo: memFree=24221448/32770624 swapFree=67108860/67108860
[pid=25578] ppid=25575 vsize=10659088 memory=47628 CPUtime=0.52 cores=1,3,5,7
/proc/25578/stat : 25578 (java) S 25575 25578 22644 0 -1 1077944320 9124 0 0 0 49 3 0 0 20 0 15 0 39238338 10914906112 11907 33554432000 4194304 4196468 140730148788928 140730148771472 140205779308279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
/proc/25578/statm: 2664772 11907 3060 1 0 2627263 0
[pid=25578/tid=25580] ppid=25575 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/25578/task/25580/stat : 25580 (java) R 25575 25578 22644 0 -1 4202560 5842 0 0 0 27 2 0 0 20 0 15 0 39238338 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205783543472 140205779330205 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25581] ppid=25575 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25581/stat : 25581 (java) S 25575 25578 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39238339 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205721312144 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25582] ppid=25575 vsize=10659088 memory=139932315427930 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25582/stat : 25582 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205720259344 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25583] ppid=25575 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25583/stat : 25583 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205719207056 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25584] ppid=25575 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25584/stat : 25584 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205383015440 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25585] ppid=25575 vsize=10659088 memory=139932315244160 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25585/stat : 25585 (java) S 25575 25578 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39238340 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205339113584 140205779319426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25586] ppid=25575 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25586/stat : 25586 (java) S 25575 25578 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39238340 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205338059552 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25587] ppid=25575 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25587/stat : 25587 (java) S 25575 25578 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39238341 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205337007216 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25588] ppid=25575 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25588/stat : 25588 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39238343 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205335955536 140205779326875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25589] ppid=25575 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/25578/task/25589/stat : 25589 (java) S 25575 25578 22644 0 -1 1077944384 605 0 0 0 4 0 0 0 20 0 15 0 39238343 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205334903408 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25590] ppid=25575 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/25578/task/25590/stat : 25590 (java) S 25575 25578 22644 0 -1 1077944384 555 0 0 0 4 0 0 0 20 0 15 0 39238343 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205333850608 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25591] ppid=25575 vsize=10659088 memory=139932315244160 CPUtime=0.13 cores=1,3,5,7
/proc/25578/task/25591/stat : 25591 (java) R 25575 25578 22644 0 -1 4202560 754 0 0 0 13 0 0 0 20 0 15 0 39238343 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205332798320 140205758706718 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25592] ppid=25575 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25592/stat : 25592 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39238343 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205331745760 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25593] ppid=25575 vsize=10659088 memory=139932315244160 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25593/stat : 25593 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238343 10914906112 11907 33554432000 4194304 4196468 140730148788928 140205330692528 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 47628 KiB

[startup+0.700803 s]
/proc/loadavg: 2.93 2.24 2.12 8/215 25593
/proc/meminfo: memFree=24169280/32770624 swapFree=67108860/67108860
[pid=25578] ppid=25575 vsize=10659088 memory=172760 CPUtime=1.69 cores=1,3,5,7
/proc/25578/stat : 25578 (java) S 25575 25578 22644 0 -1 1077944320 13693 0 0 0 164 5 0 0 20 0 15 0 39238338 10914906112 43190 33554432000 4194304 4196468 140730148788928 140730148771472 140205779308279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
/proc/25578/statm: 2664772 43190 3103 1 0 2627263 0
[pid=25578/tid=25580] ppid=25575 vsize=10659088 memory=1724 CPUtime=0.68 cores=1,3,5,7
/proc/25578/task/25580/stat : 25580 (java) R 25575 25578 22644 0 -1 4202560 6085 0 0 0 64 4 0 0 20 0 15 0 39238338 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205783540472 140205402199093 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25581] ppid=25575 vsize=10659088 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25581/stat : 25581 (java) S 25575 25578 22644 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39238339 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205721312144 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25582] ppid=25575 vsize=10659088 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25582/stat : 25582 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205720259344 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25583] ppid=25575 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25583/stat : 25583 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205719207056 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25584] ppid=25575 vsize=10659088 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25584/stat : 25584 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238339 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205383015440 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25585] ppid=25575 vsize=10659088 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25585/stat : 25585 (java) S 25575 25578 22644 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39238340 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205339113584 140205779319426 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25586] ppid=25575 vsize=10659088 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25586/stat : 25586 (java) S 25575 25578 22644 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39238340 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205338059552 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25587] ppid=25575 vsize=10659088 memory=8356 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25587/stat : 25587 (java) S 25575 25578 22644 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39238341 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205337007216 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25588] ppid=25575 vsize=10659088 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25588/stat : 25588 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39238343 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205335955536 140205779326875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25589] ppid=25575 vsize=10659088 memory=7524502762334872664 CPUtime=0.36 cores=1,3,5,7
/proc/25578/task/25589/stat : 25589 (java) R 25575 25578 22644 0 -1 4202560 1704 0 0 0 36 0 0 0 20 0 15 0 39238343 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205334889288 140205760008882 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25590] ppid=25575 vsize=10659088 memory=5787213827147130983 CPUtime=0.37 cores=1,3,5,7
/proc/25578/task/25590/stat : 25590 (java) R 25575 25578 22644 0 -1 4202560 2443 0 0 0 37 0 0 0 20 0 15 0 39238343 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205333839280 140205765363585 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25591] ppid=25575 vsize=10659088 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/25578/task/25591/stat : 25591 (java) S 25575 25578 22644 0 -1 1077944384 2090 0 0 0 25 0 0 0 20 0 15 0 39238343 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205332798320 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25592] ppid=25575 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25592/stat : 25592 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39238343 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205331745760 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25593] ppid=25575 vsize=10659088 memory=33 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25593/stat : 25593 (java) S 25575 25578 22644 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39238343 10914906112 43190 33554432000 4194304 4196468 140730148788928 140205330692528 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 172760 KiB

[startup+1.50082 s]
/proc/loadavg: 2.93 2.24 2.12 6/215 25593
/proc/meminfo: memFree=23967212/32770624 swapFree=67108860/67108860
[pid=25578] ppid=25575 vsize=10659088 memory=568120 CPUtime=3.64 cores=1,3,5,7
/proc/25578/stat : 25578 (java) S 25575 25578 22644 0 -1 1077944320 15329 0 0 0 325 39 0 0 20 0 15 0 39238338 10914906112 142030 33554432000 4194304 4196468 140730148788928 140730148771472 140205779308279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
/proc/25578/statm: 2664772 142030 3132 1 0 2627263 0
[pid=25578/tid=25580] ppid=25575 vsize=10659088 memory=6791534058613427641 CPUtime=1.15 cores=1,3,5,7
/proc/25578/task/25580/stat : 25580 (java) S 25575 25578 22644 0 -1 1077944384 6155 0 0 0 109 6 0 0 20 0 15 0 39238338 10914906112 142030 33554432000 4194304 4196468 140730148788928 140205783545040 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25581] ppid=25575 vsize=10659088 memory=-6951259422114956437 CPUtime=0.31 cores=1,3,5,7
/proc/25578/task/25581/stat : 25581 (java) R 25575 25578 22644 0 -1 4202560 238 0 0 0 23 8 0 0 20 0 15 0 39238339 10914906112 142030 33554432000 4194304 4196468 140730148788928 140205721312032 140205764335465 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25582] ppid=25575 vsize=10659088 memory=-6509546260019855299 CPUtime=0.3 cores=1,3,5,7
/proc/25578/task/25582/stat : 25582 (java) R 25575 25578 22644 0 -1 4202560 784 0 0 0 23 7 0 0 20 0 15 0 39238339 10914906112 142030 33554432000 4194304 4196468 140730148788928 140205720258728 140205764330400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25583] ppid=25575 vsize=10659088 memory=-7390251449858225344 CPUtime=0.3 cores=1,3,5,7
/proc/25578/task/25583/stat : 25583 (java) R 25575 25578 22644 0 -1 4202560 187 0 0 0 23 7 0 0 20 0 15 0 39238339 10914906112 142030 33554432000 4194304 4196468 140730148788928 140205719207056 140205764330400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25584] ppid=25575 vsize=10659088 memory=4134692831991786133 CPUtime=0.3 cores=1,3,5,7
/proc/25578/task/25584/stat : 25584 (java) R 25575 25578 22644 0 -1 4202560 200 0 0 0 23 7 0 0 20 0 15 0 39238339 10914906112 142030 33554432000 4194304 4196468 140730148788928 140205383015640 140205764335698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25585] ppid=25575 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25585/stat : 25585 (java) S 25575 25578 22644 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 39238340 10914906112 142030 33554432000 4194304 4196468 140730148788928 140205339112096 140205779318485 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0

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

/proc/25578/task/25580/stat : 25580 (java) S 25575 25578 22644 0 -1 1077944384 17406 0 0 0 1414 11 0 0 20 0 16 0 39238338 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205783548960 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25581] ppid=25575 vsize=10794416 memory=8216708 CPUtime=369.13 cores=1,3,5,7
/proc/25578/task/25581/stat : 25581 (java) R 25575 25578 22644 0 -1 4202560 28148 0 0 0 36741 172 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205721312344 140205764304660 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25582] ppid=25575 vsize=10794416 memory=4616 CPUtime=368.49 cores=1,3,5,7
/proc/25578/task/25582/stat : 25582 (java) R 25575 25578 22644 0 -1 4202560 25074 0 0 0 36667 182 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205720259152 140205771936487 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25583] ppid=25575 vsize=10794416 memory=1424 CPUtime=369.25 cores=1,3,5,7
/proc/25578/task/25583/stat : 25583 (java) R 25575 25578 22644 0 -1 4202560 27647 0 0 0 36745 180 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205719206864 140205771936487 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25584] ppid=25575 vsize=10794416 memory=4140 CPUtime=367.43 cores=1,3,5,7
/proc/25578/task/25584/stat : 25584 (java) R 25575 25578 22644 0 -1 4202560 16094 0 0 0 36544 199 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205383015248 140205771936487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25585] ppid=25575 vsize=10794416 memory=14004 CPUtime=20.65 cores=1,3,5,7
/proc/25578/task/25585/stat : 25585 (java) S 25575 25578 22644 0 -1 1077944384 71664 0 0 0 2061 4 0 0 20 0 16 0 39238340 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205339112128 140205779318485 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25586] ppid=25575 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25586/stat : 25586 (java) S 25575 25578 22644 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39238340 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205338059616 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25587] ppid=25575 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25587/stat : 25587 (java) S 25575 25578 22644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39238341 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205337007232 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25588] ppid=25575 vsize=10794416 memory=2344 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25588/stat : 25588 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205335955536 140205779326875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25589] ppid=25575 vsize=10794416 memory=1724 CPUtime=0.5 cores=1,3,5,7
/proc/25578/task/25589/stat : 25589 (java) S 25575 25578 22644 0 -1 1077944384 2623 0 0 0 50 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205334903168 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25590] ppid=25575 vsize=10794416 memory=1712 CPUtime=0.53 cores=1,3,5,7
/proc/25578/task/25590/stat : 25590 (java) S 25575 25578 22644 0 -1 1077944384 3309 0 0 0 53 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205333850656 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25591] ppid=25575 vsize=10794416 memory=1952 CPUtime=0.3 cores=1,3,5,7
/proc/25578/task/25591/stat : 25591 (java) S 25575 25578 22644 0 -1 1077944384 3998 0 0 0 30 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205332793696 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25592] ppid=25575 vsize=10794416 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25592/stat : 25592 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205331745760 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25593] ppid=25575 vsize=10794416 memory=14004 CPUtime=0.16 cores=1,3,5,7
/proc/25578/task/25593/stat : 25593 (java) S 25575 25578 22644 0 -1 1077944384 722 0 0 0 11 5 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205330692528 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25685] ppid=25575 vsize=10794416 memory=796 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25685/stat : 25685 (java) S 25575 25578 22644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39276372 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205326487696 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
Current children cumulated CPU time: 1510.81 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8217192 KiB

[startup+411.201 s]
/proc/loadavg: 5.53 5.76 3.92 6/218 25685
/proc/meminfo: memFree=20648612/32770624 swapFree=67108860/67108860
[pid=25578] ppid=25575 vsize=10794416 memory=8217192 CPUtime=1517 cores=1,3,5,7
/proc/25578/stat : 25578 (java) S 25575 25578 22644 0 -1 1077944320 198130 0 0 0 150943 757 0 0 20 0 16 0 39238338 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140730148771472 140205779308279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
/proc/25578/statm: 2698604 2054298 3199 1 0 2661057 0
[pid=25578/tid=25580] ppid=25575 vsize=10794416 memory=8217192 CPUtime=14.25 cores=1,3,5,7
/proc/25578/task/25580/stat : 25580 (java) S 25575 25578 22644 0 -1 1077944384 17406 0 0 0 1414 11 0 0 20 0 16 0 39238338 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205783548960 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25581] ppid=25575 vsize=10794416 memory=8217192 CPUtime=370.7 cores=1,3,5,7
/proc/25578/task/25581/stat : 25581 (java) R 25575 25578 22644 0 -1 4202560 28148 0 0 0 36898 172 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205721312344 140205764304703 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25582] ppid=25575 vsize=10794416 memory=4616 CPUtime=370.03 cores=1,3,5,7
/proc/25578/task/25582/stat : 25582 (java) R 25575 25578 22644 0 -1 4202560 25074 0 0 0 36821 182 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205720259152 140205771936487 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25583] ppid=25575 vsize=10794416 memory=1424 CPUtime=370.8 cores=1,3,5,7
/proc/25578/task/25583/stat : 25583 (java) R 25575 25578 22644 0 -1 4202560 27647 0 0 0 36899 181 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205719206864 140205771936487 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25584] ppid=25575 vsize=10794416 memory=1228 CPUtime=368.97 cores=1,3,5,7
/proc/25578/task/25584/stat : 25584 (java) R 25575 25578 22644 0 -1 4202560 16094 0 0 0 36697 200 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205383015248 140205771936487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25585] ppid=25575 vsize=10794416 memory=15872 CPUtime=20.65 cores=1,3,5,7
/proc/25578/task/25585/stat : 25585 (java) S 25575 25578 22644 0 -1 1077944384 71664 0 0 0 2061 4 0 0 20 0 16 0 39238340 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205339112128 140205779318485 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25586] ppid=25575 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25586/stat : 25586 (java) S 25575 25578 22644 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39238340 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205338059616 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25587] ppid=25575 vsize=10794416 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25587/stat : 25587 (java) S 25575 25578 22644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39238341 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205337007232 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25588] ppid=25575 vsize=10794416 memory=8356 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25588/stat : 25588 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205335955536 140205779326875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25589] ppid=25575 vsize=10794416 memory=5520 CPUtime=0.5 cores=1,3,5,7
/proc/25578/task/25589/stat : 25589 (java) S 25575 25578 22644 0 -1 1077944384 2623 0 0 0 50 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205334903168 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25590] ppid=25575 vsize=10794416 memory=8215988 CPUtime=0.53 cores=1,3,5,7
/proc/25578/task/25590/stat : 25590 (java) S 25575 25578 22644 0 -1 1077944384 3309 0 0 0 53 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205333850656 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25591] ppid=25575 vsize=10794416 memory=13992 CPUtime=0.3 cores=1,3,5,7
/proc/25578/task/25591/stat : 25591 (java) S 25575 25578 22644 0 -1 1077944384 3998 0 0 0 30 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205332793696 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25592] ppid=25575 vsize=10794416 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25592/stat : 25592 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205331745760 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25593] ppid=25575 vsize=10794416 memory=8217192 CPUtime=0.16 cores=1,3,5,7
/proc/25578/task/25593/stat : 25593 (java) S 25575 25578 22644 0 -1 1077944384 722 0 0 0 11 5 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205330692528 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25685] ppid=25575 vsize=10794416 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25685/stat : 25685 (java) S 25575 25578 22644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39276372 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205326487696 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
Current children cumulated CPU time: 1517 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8217192 KiB

[startup+412.801 s]
/proc/loadavg: 5.53 5.76 3.92 6/218 25686
/proc/meminfo: memFree=20647976/32770624 swapFree=67108860/67108860
[pid=25578] ppid=25575 vsize=10794416 memory=8217192 CPUtime=1523.2 cores=1,3,5,7
/proc/25578/stat : 25578 (java) S 25575 25578 22644 0 -1 1077944320 198130 0 0 0 151561 759 0 0 20 0 16 0 39238338 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140730148771472 140205779308279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
/proc/25578/statm: 2698604 2054298 3199 1 0 2661057 0
[pid=25578/tid=25580] ppid=25575 vsize=10794416 memory=4420 CPUtime=14.25 cores=1,3,5,7
/proc/25578/task/25580/stat : 25580 (java) S 25575 25578 22644 0 -1 1077944384 17406 0 0 0 1414 11 0 0 20 0 16 0 39238338 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205783548960 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25581] ppid=25575 vsize=10794416 memory=6628 CPUtime=372.28 cores=1,3,5,7
/proc/25578/task/25581/stat : 25581 (java) R 25575 25578 22644 0 -1 4202560 28148 0 0 0 37056 172 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205721312344 140205764297830 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25582] ppid=25575 vsize=10794416 memory=279864364731184 CPUtime=371.58 cores=1,3,5,7
/proc/25578/task/25582/stat : 25582 (java) R 25575 25578 22644 0 -1 4202560 25074 0 0 0 36974 184 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205720259152 140205771936487 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25583] ppid=25575 vsize=10794416 memory=-7101718590825193272 CPUtime=372.33 cores=1,3,5,7
/proc/25578/task/25583/stat : 25583 (java) R 25575 25578 22644 0 -1 4202560 27647 0 0 0 37052 181 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205719206864 140205771936487 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25584] ppid=25575 vsize=10794416 memory=279864363978032 CPUtime=370.52 cores=1,3,5,7
/proc/25578/task/25584/stat : 25584 (java) R 25575 25578 22644 0 -1 4202560 16094 0 0 0 36851 201 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205383015248 140205771936487 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25585] ppid=25575 vsize=10794416 memory=56 CPUtime=20.65 cores=1,3,5,7
/proc/25578/task/25585/stat : 25585 (java) S 25575 25578 22644 0 -1 1077944384 71664 0 0 0 2061 4 0 0 20 0 16 0 39238340 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205339112128 140205779318485 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25586] ppid=25575 vsize=10794416 memory=6004820471124940137 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25586/stat : 25586 (java) S 25575 25578 22644 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39238340 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205338059616 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25587] ppid=25575 vsize=10794416 memory=279864364179096 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25587/stat : 25587 (java) S 25575 25578 22644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39238341 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205337007232 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25588] ppid=25575 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25588/stat : 25588 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205335955536 140205779326875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25589] ppid=25575 vsize=10794416 memory=14004 CPUtime=0.5 cores=1,3,5,7
/proc/25578/task/25589/stat : 25589 (java) S 25575 25578 22644 0 -1 1077944384 2623 0 0 0 50 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205334903168 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25590] ppid=25575 vsize=10794416 memory=796 CPUtime=0.53 cores=1,3,5,7
/proc/25578/task/25590/stat : 25590 (java) S 25575 25578 22644 0 -1 1077944384 3309 0 0 0 53 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205333850656 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25591] ppid=25575 vsize=10794416 memory=1712 CPUtime=0.3 cores=1,3,5,7
/proc/25578/task/25591/stat : 25591 (java) S 25575 25578 22644 0 -1 1077944384 3998 0 0 0 30 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205332793696 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25592] ppid=25575 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25592/stat : 25592 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205331745760 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25593] ppid=25575 vsize=10794416 memory=1004 CPUtime=0.16 cores=1,3,5,7
/proc/25578/task/25593/stat : 25593 (java) S 25575 25578 22644 0 -1 1077944384 722 0 0 0 11 5 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205330692528 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25685] ppid=25575 vsize=10794416 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25685/stat : 25685 (java) S 25575 25578 22644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39276372 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205326487696 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
Current children cumulated CPU time: 1523.2 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8217192 KiB

[startup+413.601 s]
/proc/loadavg: 5.53 5.76 3.92 6/218 25686
/proc/meminfo: memFree=20648232/32770624 swapFree=67108860/67108860
[pid=25578] ppid=25575 vsize=10794416 memory=8217192 CPUtime=1525.06 cores=1,3,5,7
/proc/25578/stat : 25578 (java) S 25575 25578 22644 0 -1 1077944320 198130 0 0 0 151746 760 0 0 20 0 16 0 39238338 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140730148771472 140205779308279 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
/proc/25578/statm: 2698604 2054298 3199 1 0 2661057 0
[pid=25578/tid=25580] ppid=25575 vsize=10794416 memory=6791534058613427641 CPUtime=14.25 cores=1,3,5,7
/proc/25578/task/25580/stat : 25580 (java) S 25575 25578 22644 0 -1 1077944384 17406 0 0 0 1414 11 0 0 20 0 16 0 39238338 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205783548960 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25581] ppid=25575 vsize=10794416 memory=1296 CPUtime=372.63 cores=1,3,5,7
/proc/25578/task/25581/stat : 25581 (java) S 25575 25578 22644 0 -1 1077944384 28148 0 0 0 37091 172 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205721312144 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25582] ppid=25575 vsize=10794416 memory=2344 CPUtime=371.93 cores=1,3,5,7
/proc/25578/task/25582/stat : 25582 (java) S 25575 25578 22644 0 -1 1077944384 25074 0 0 0 37009 184 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205720259344 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25583] ppid=25575 vsize=10794416 memory=1724 CPUtime=372.68 cores=1,3,5,7
/proc/25578/task/25583/stat : 25583 (java) S 25575 25578 22644 0 -1 1077944384 27647 0 0 0 37087 181 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205719207056 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25584] ppid=25575 vsize=10794416 memory=1004 CPUtime=370.87 cores=1,3,5,7
/proc/25578/task/25584/stat : 25584 (java) S 25575 25578 22644 0 -1 1077944384 16094 0 0 0 36886 201 0 0 20 0 16 0 39238339 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205383015440 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25585] ppid=25575 vsize=10794416 memory=14004 CPUtime=21.09 cores=1,3,5,7
/proc/25578/task/25585/stat : 25585 (java) R 25575 25578 22644 0 -1 4202560 71664 0 0 0 2105 4 0 0 20 0 16 0 39238340 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205339112128 140205763765849 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25586] ppid=25575 vsize=10794416 memory=796 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25586/stat : 25586 (java) S 25575 25578 22644 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 16 0 39238340 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205338059616 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25587] ppid=25575 vsize=10794416 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25587/stat : 25587 (java) S 25575 25578 22644 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 39238341 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205337007232 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25588] ppid=25575 vsize=10794416 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25588/stat : 25588 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205335955536 140205779326875 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25589] ppid=25575 vsize=10794416 memory=836 CPUtime=0.5 cores=1,3,5,7
/proc/25578/task/25589/stat : 25589 (java) S 25575 25578 22644 0 -1 1077944384 2623 0 0 0 50 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205334903168 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25590] ppid=25575 vsize=10794416 memory=1800 CPUtime=0.53 cores=1,3,5,7
/proc/25578/task/25590/stat : 25590 (java) S 25575 25578 22644 0 -1 1077944384 3309 0 0 0 53 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205333850656 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25591] ppid=25575 vsize=10794416 memory=8217192 CPUtime=0.3 cores=1,3,5,7
/proc/25578/task/25591/stat : 25591 (java) S 25575 25578 22644 0 -1 1077944384 3998 0 0 0 30 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205332793696 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25592] ppid=25575 vsize=10794416 memory=3852 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25592/stat : 25592 (java) S 25575 25578 22644 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205331745760 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25593] ppid=25575 vsize=10794416 memory=2852 CPUtime=0.16 cores=1,3,5,7
/proc/25578/task/25593/stat : 25593 (java) S 25575 25578 22644 0 -1 1077944384 722 0 0 0 11 5 0 0 20 0 16 0 39238343 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205330692528 140205779319426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
[pid=25578/tid=25685] ppid=25575 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/25578/task/25685/stat : 25685 (java) S 25575 25578 22644 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 39276372 11053481984 2054298 33554432000 4194304 4196468 140730148788928 140205326487696 140205779318485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18550784 140730148791409 140730148791561 140730148791561 140730148794319 0
Current children cumulated CPU time: 1525.06 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8217192 KiB

[startup+413.801 s]*
/proc/loadavg: 5.53 5.76 3.92 3/204 25686
/proc/meminfo: memFree=26479360/32770624 swapFree=67108860/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): 413.817
CPU time (s): 1525.28
CPU user time (s): 1517.64
CPU system time (s): 7.63884
CPU usage (%): 368.588
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8217192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1517.64
system time used= 7.63884
maximum resident set size= 8217524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198514
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28605
involuntary context switches= 36117


# summary of solver processes directly reported to runsolver:
#   pid: 25578
#   total CPU time (s): 1525.28
#   total CPU user time (s): 1517.64
#   total CPU system time (s): 7.63884

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.54702 second user time and 4.15765 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 01:45:51
IDJOB=4289956
IDBENCH=141351
IDSOLVER=2742
FILE ID=node149/4289956-1532216751
RUNJOBID= node149-1532209647-24670
PBS_JOBID= 21018926
Free space on /tmp= 51888 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1-catfood_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289956-1532216751/watcher-4289956-1532216751 -o /tmp/evaluation-result-4289956-1532216751/solver-4289956-1532216751 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532209647-24670 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289956-1532216751.xml

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

MD5SUM BENCH= 7a98855e0c8aa26354ea878597d76c63
RANDOM SEED=1376391346

node149.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.60
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.60
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.60
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.60
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:        24257000 kB
MemAvailable:   26762876 kB
Buffers:           68976 kB
Cached:          2699080 kB
SwapCached:            0 kB
Active:          6597136 kB
Inactive:        1434744 kB
Active(anon):    5211776 kB
Inactive(anon):    71344 kB
Active(file):    1385360 kB
Inactive(file):  1363400 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2388 kB
Writeback:             0 kB
AnonPages:       5281132 kB
Mapped:            46768 kB
Shmem:             17032 kB
Slab:             173380 kB
SReclaimable:     145904 kB
SUnreclaim:        27476 kB
KernelStack:        3840 kB
PageTables:        15384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5682936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5115904 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 51884 MiB
End job on node149 at 2018-07-22 01:52:45