Trace number 4263100

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 2017-07-05? (problem) 1858.01 498.77301

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-05-8.xml
MD5SUM22761d43b4ecb04f428695e90c374992
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints305
Number of domains1
Minimum domain size2652
Maximum domain size2652
Distribution of domain sizes[{"size":2652,"count":300}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":250}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":250},{"arity":50,"count":5}]
Number of extensional constraints0
Number of intensional constraints300
Distribution of constraint types[{"type":"intension","count":300},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1693.08/455.51	Aug 13, 2017 2:25:37 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1693.08/455.51	INFO: Runtime exception
1693.08/455.51	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1693.08/455.51		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1693.08/455.51		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1693.08/455.51		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1693.08/455.51		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1693.08/455.51		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1693.08/455.51		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1693.08/455.51		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1693.08/455.51		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1693.08/455.51		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1693.08/455.51		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1693.08/455.51		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1693.08/455.51		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1693.08/455.51		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1693.08/455.51		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1693.08/455.51		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1693.08/455.51		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1693.08/455.51		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1693.08/455.51		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1693.08/455.51		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1693.08/455.51	Caused by: java.lang.reflect.InvocationTargetException
1693.08/455.51		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1693.08/455.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1693.08/455.51		at java.lang.reflect.Method.invoke(Method.java:498)
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1693.08/455.51		... 21 more
1693.08/455.51	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1693.08/455.51		... 25 more
1693.08/455.51	Caused by: java.lang.reflect.InvocationTargetException
1693.08/455.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1693.08/455.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1693.08/455.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1693.08/455.51		at java.lang.reflect.Method.invoke(Method.java:498)
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1693.08/455.51		... 25 more
1693.08/455.51	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1693.08/455.51		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1693.08/455.51		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1693.08/455.51		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1693.08/455.51		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1693.08/455.51		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1693.08/455.51		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1693.08/455.51		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1693.08/455.51		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1693.08/455.51		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1693.08/455.51		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1693.08/455.51		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1693.08/455.51		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1693.08/455.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1693.08/455.51		at java.lang.reflect.Method.invoke(Method.java:498)
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1693.08/455.51		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1693.08/455.51		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1693.08/455.51		at java.lang.reflect.Method.invoke(Method.java:498)
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1693.08/455.51		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1693.08/455.51		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1693.08/455.51		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1693.08/455.51		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1693.08/455.51		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1693.08/455.51		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1693.08/455.51		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1693.08/455.51		at org.xcsp.parser.XCallbacks$$Lambda$58/985397764.accept(Unknown Source)
1693.08/455.51		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1693.08/455.51		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1693.08/455.51	
1857.94/498.73	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1857.94/498.73		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1857.94/498.73		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1857.94/498.73		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1857.94/498.74		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1857.94/498.74		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1857.94/498.74		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1857.94/498.74		at java.io.PrintWriter.flush(PrintWriter.java:320)
1857.94/498.74		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1857.94/498.74		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1857.94/498.74		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1857.94/498.74		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 (15370 MiB free)
  memory of node 1: 16384 MiB (7290 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263100-1502584342/watcher-4263100-1502584342 -o /tmp/evaluation-result-4263100-1502584342/solver-4263100-1502584342 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263100-1502584342.xml 

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

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


[startup+0.101013 s]*
/proc/loadavg: 7.24 5.64 2.78 6/198 8750
/proc/meminfo: memFree=23203752/32770624 swapFree=67108860/67108860
[pid=8748] ppid=8745 vsize=9936560 memory=14636 CPUtime=0 cores=0,2,4,6
/proc/8748/stat : 8748 (java) S 8745 8748 7968 0 -1 1077944320 2981 0 0 0 0 0 0 0 20 0 6 0 12316956 10175037440 3659 18446744073709551615 4194304 4196468 140734239556688 140734239539232 140431252201207 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
/proc/8748/statm: 2484140 3659 1597 1 0 2473637 0
[pid=8748/tid=8750] ppid=8745 vsize=9936560 memory=-8035107114825123821 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8750/stat : 8750 (java) R 8745 8748 7968 0 -1 4202560 1708 0 0 0 0 0 0 0 20 0 6 0 12316966 10175037440 3725 18446744073709551615 4194304 4196468 140734239556688 140431256437328 140431213182838 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8751] ppid=8745 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8751/stat : 8751 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12316966 10175037440 3725 18446744073709551615 4194304 4196468 140734239556688 140431209167504 140431252211413 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8752] ppid=8745 vsize=9936560 memory=140266727249536 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8752/stat : 8752 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12316966 10175037440 3725 18446744073709551615 4194304 4196468 140734239556688 140431208114704 140431252211413 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8753] ppid=8745 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8753/stat : 8753 (java) S 8745 8748 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12316966 10175037440 3725 18446744073709551615 4194304 4196468 140734239556688 140431207061904 140431252211413 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8754] ppid=8745 vsize=9936560 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8754/stat : 8754 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12316967 10175037440 3725 18446744073709551615 4194304 4196468 140734239556688 140431206009104 140431252211413 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 14636 KiB

[startup+0.20999 s]*
/proc/loadavg: 7.24 5.64 2.78 5/210 8762
/proc/meminfo: memFree=23193176/32770624 swapFree=67108860/67108860
[pid=8748] ppid=8745 vsize=10484492 memory=22856 CPUtime=0.05 cores=0,2,4,6
/proc/8748/stat : 8748 (java) S 8745 8748 7968 0 -1 1077944320 4672 0 0 0 5 0 0 0 20 0 14 0 12316956 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140734239539232 140431252201207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
/proc/8748/statm: 2621123 5714 2571 1 0 2610620 0
[pid=8748/tid=8750] ppid=8745 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=0,2,4,6
/proc/8748/task/8750/stat : 8750 (java) D 8745 8748 7968 0 -1 4202560 2779 0 0 0 4 0 0 0 20 0 14 0 12316966 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140431256438688 140431252223229 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8751] ppid=8745 vsize=10484492 memory=317 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8751/stat : 8751 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12316966 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140431209167504 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8752] ppid=8745 vsize=10484492 memory=140266727256900 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8752/stat : 8752 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12316966 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140431208114704 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8753] ppid=8745 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8753/stat : 8753 (java) S 8745 8748 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12316966 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140431207061904 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8754] ppid=8745 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8754/stat : 8754 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 12316967 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140431206009104 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8755] ppid=8745 vsize=10484492 memory=140266727249536 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8755/stat : 8755 (java) S 8745 8748 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 12316968 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140430816140144 140431252212354 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8756] ppid=8745 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8756/stat : 8756 (java) S 8745 8748 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 12316968 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140430815086112 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8757] ppid=8745 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8757/stat : 8757 (java) S 8745 8748 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 12316969 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140430814033264 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8758] ppid=8745 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8758/stat : 8758 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12316971 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140430812981584 140431252219803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8759] ppid=8745 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8759/stat : 8759 (java) S 8745 8748 7968 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 14 0 12316971 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140430811928944 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8760] ppid=8745 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8760/stat : 8760 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12316971 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140430810876144 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8761] ppid=8745 vsize=10484492 memory=140266727249536 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8761/stat : 8761 (java) S 8745 8748 7968 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 14 0 12316971 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140430809823344 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8762] ppid=8745 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8762/stat : 8762 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 12316971 10736119808 5714 18446744073709551615 4194304 4196468 140734239556688 140430808770784 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22856 KiB

[startup+0.310014 s]*
/proc/loadavg: 7.24 5.64 2.78 7/211 8763
/proc/meminfo: memFree=23184756/32770624 swapFree=67108860/67108860
[pid=8748] ppid=8745 vsize=10551156 memory=29808 CPUtime=0.13 cores=0,2,4,6
/proc/8748/stat : 8748 (java) S 8745 8748 7968 0 -1 1077944320 7593 0 0 0 12 1 0 0 20 0 15 0 12316956 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140734239539232 140431252201207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
/proc/8748/statm: 2637789 7452 2801 1 0 2627261 0
[pid=8748/tid=8750] ppid=8745 vsize=10551156 memory=7680170660397595203 CPUtime=0.1 cores=0,2,4,6
/proc/8748/task/8750/stat : 8750 (java) R 8745 8748 7968 0 -1 4202560 5436 0 0 0 9 1 0 0 20 0 15 0 12316966 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140431256425904 140431236281694 0 4 1 16800974 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8751] ppid=8745 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8751/stat : 8751 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12316966 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140431209167504 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8752] ppid=8745 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8752/stat : 8752 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12316966 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140431208114704 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8753] ppid=8745 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8753/stat : 8753 (java) S 8745 8748 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12316966 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140431207061904 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8754] ppid=8745 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8754/stat : 8754 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12316967 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140431206009104 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8755] ppid=8745 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8755/stat : 8755 (java) S 8745 8748 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12316968 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140430816140144 140431252212354 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8756] ppid=8745 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8756/stat : 8756 (java) S 8745 8748 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12316968 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140430815086112 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8757] ppid=8745 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8757/stat : 8757 (java) S 8745 8748 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12316969 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140430814033264 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8758] ppid=8745 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8758/stat : 8758 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12316971 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140430812981584 140431252219803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8759] ppid=8745 vsize=10551156 memory=140266585737856 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8759/stat : 8759 (java) S 8745 8748 7968 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 12316971 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140430811928944 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8760] ppid=8745 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8760/stat : 8760 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12316971 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140430810876144 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8761] ppid=8745 vsize=10551156 memory=140266727249536 CPUtime=0.02 cores=0,2,4,6
/proc/8748/task/8761/stat : 8761 (java) R 8745 8748 7968 0 -1 4202560 370 0 0 0 2 0 0 0 20 0 15 0 12316971 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140430809823344 140431252213142 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8762] ppid=8745 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8762/stat : 8762 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12316971 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140430808770784 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8763] ppid=8745 vsize=10551156 memory=140266727249536 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8763/stat : 8763 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12316982 10804383744 7452 18446744073709551615 4194304 4196468 140734239556688 140430807719088 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29808 KiB

[startup+0.701259 s]
/proc/loadavg: 7.24 5.64 2.78 7/211 8763
/proc/meminfo: memFree=23171460/32770624 swapFree=67108860/67108860
[pid=8748] ppid=8745 vsize=10551232 memory=193920 CPUtime=0.97 cores=0,2,4,6
/proc/8748/stat : 8748 (java) S 8745 8748 7968 0 -1 1077944320 10482 0 0 0 90 7 0 0 20 0 15 0 12316956 10804461568 48480 18446744073709551615 4194304 4196468 140734239556688 140734239539232 140431252201207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
/proc/8748/statm: 2637808 48480 3035 1 0 2627261 0
[pid=8748/tid=8750] ppid=8745 vsize=10551232 memory=13 CPUtime=0.45 cores=0,2,4,6
/proc/8748/task/8750/stat : 8750 (java) S 8745 8748 7968 0 -1 1077944384 6826 0 0 0 42 3 0 0 20 0 15 0 12316966 10804461568 48480 18446744073709551615 4194304 4196468 140734239556688 140431256437888 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8751] ppid=8745 vsize=10551232 memory=60 CPUtime=0.01 cores=0,2,4,6
/proc/8748/task/8751/stat : 8751 (java) R 8745 8748 7968 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 15 0 12316966 10804461568 48480 18446744073709551615 4194304 4196468 140734239556688 140431209167504 140431237229072 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8752] ppid=8745 vsize=10551232 memory=48 CPUtime=0.01 cores=0,2,4,6
/proc/8748/task/8752/stat : 8752 (java) R 8745 8748 7968 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 15 0 12316966 10804461568 48480 18446744073709551615 4194304 4196468 140734239556688 140431208114592 140431237229090 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8753] ppid=8745 vsize=10551232 memory=280533171087024 CPUtime=0.01 cores=0,2,4,6
/proc/8748/task/8753/stat : 8753 (java) R 8745 8748 7968 0 -1 4202560 30 0 0 0 1 0 0 0 20 0 15 0 12316966 10804461568 48480 18446744073709551615 4194304 4196468 140734239556688 140431207059536 140431237229090 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8754] ppid=8745 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/8748/task/8754/stat : 8754 (java) R 8745 8748 7968 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 15 0 12316967 10804461568 48480 18446744073709551615 4194304 4196468 140734239556688 140431206006904 140431237229072 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8755] ppid=8745 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8755/stat : 8755 (java) S 8745 8748 7968 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 12316968 10804461568 48480 18446744073709551615 4194304 4196468 140734239556688 140430816138656 140431252211413 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8756] ppid=8745 vsize=10551232 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8756/stat : 8756 (java) S 8745 8748 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12316968 10804461568 48480 18446744073709551615 4194304 4196468 140734239556688 140430815086112 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8757] ppid=8745 vsize=10551232 memory=280533170998880 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8757/stat : 8757 (java) S 8745 8748 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12316969 10804461568 48480 18446744073709551615 4194304 4196468 140734239556688 140430814033264 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8758] ppid=8745 vsize=10551232 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8758/stat : 8758 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12316971 10804461568 48480 18446744073709551615 4194304 4196468 140734239556688 140430812981584 140431252219803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8759] ppid=8745 vsize=10551232 memory=15540730097567645 CPUtime=0.11 cores=0,2,4,6
/proc/8748/task/8759/stat : 8759 (java) S 8745 8748 7968 0 -1 1077944384 839 0 0 0 11 0 0 0 20 0 15 0 12316971 10804461568 48992 18446744073709551615 4194304 4196468 140734239556688 140430811920224 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8760] ppid=8745 vsize=10551232 memory=16444 CPUtime=0.11 cores=0,2,4,6
/proc/8748/task/8760/stat : 8760 (java) S 8745 8748 7968 0 -1 1077944384 305 0 0 0 11 0 0 0 20 0 15 0 12316971 10804461568 48992 18446744073709551615 4194304 4196468 140734239556688 140430810861136 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8761] ppid=8745 vsize=10551232 memory=7496 CPUtime=0.18 cores=0,2,4,6
/proc/8748/task/8761/stat : 8761 (java) S 8745 8748 7968 0 -1 1077944384 1056 0 0 0 18 0 0 0 20 0 15 0 12316971 10804461568 48992 18446744073709551615 4194304 4196468 140734239556688 140430809823344 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8762] ppid=8745 vsize=10551232 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8762/stat : 8762 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12316971 10804461568 48992 18446744073709551615 4194304 4196468 140734239556688 140430808770784 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8763] ppid=8745 vsize=10551232 memory=640 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8763/stat : 8763 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12316982 10804461568 48992 18446744073709551615 4194304 4196468 140734239556688 140430807719088 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 193920 KiB

[startup+1.50072 s]
/proc/loadavg: 7.24 5.64 2.78 6/211 8763
/proc/meminfo: memFree=22772488/32770624 swapFree=67108860/67108860
[pid=8748] ppid=8745 vsize=10551232 memory=776788 CPUtime=2.88 cores=0,2,4,6
/proc/8748/stat : 8748 (java) S 8745 8748 7968 0 -1 1077944320 15960 0 0 0 248 40 0 0 20 0 15 0 12316956 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140734239539232 140431252201207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
/proc/8748/statm: 2637808 194197 3086 1 0 2627261 0
[pid=8748/tid=8750] ppid=8745 vsize=10551232 memory=16724602654207 CPUtime=0.98 cores=0,2,4,6
/proc/8748/task/8750/stat : 8750 (java) R 8745 8748 7968 0 -1 4202560 8280 0 0 0 89 9 0 0 20 0 15 0 12316966 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140431256431824 140430887725851 0 4 1 16800974 0 0 0 -1 4 0 0 10 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8751] ppid=8745 vsize=10551232 memory=11862 CPUtime=0.27 cores=0,2,4,6
/proc/8748/task/8751/stat : 8751 (java) S 8745 8748 7968 0 -1 1077944384 220 0 0 0 21 6 0 0 20 0 15 0 12316966 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140431209167504 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8752] ppid=8745 vsize=10551232 memory=26987 CPUtime=0.27 cores=0,2,4,6
/proc/8748/task/8752/stat : 8752 (java) S 8745 8748 7968 0 -1 1077944384 549 0 0 0 21 6 0 0 20 0 15 0 12316966 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140431208114704 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8753] ppid=8745 vsize=10551232 memory=-7674914008656224160 CPUtime=0.28 cores=0,2,4,6
/proc/8748/task/8753/stat : 8753 (java) S 8745 8748 7968 0 -1 1077944384 185 0 0 0 21 7 0 0 20 0 15 0 12316966 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140431207061904 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8754] ppid=8745 vsize=10551232 memory=10988 CPUtime=0.28 cores=0,2,4,6
/proc/8748/task/8754/stat : 8754 (java) S 8745 8748 7968 0 -1 1077944384 371 0 0 0 21 7 0 0 20 0 15 0 12316967 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140431206009104 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8755] ppid=8745 vsize=10551232 memory=2424 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8755/stat : 8755 (java) S 8745 8748 7968 0 -1 1077944384 499 0 0 0 0 0 0 0 20 0 15 0 12316968 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140430816140144 140431252212354 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8756] ppid=8745 vsize=10551232 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8756/stat : 8756 (java) S 8745 8748 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12316968 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140430815086112 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8757] ppid=8745 vsize=10551232 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8757/stat : 8757 (java) S 8745 8748 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12316969 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140430814033264 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8758] ppid=8745 vsize=10551232 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8758/stat : 8758 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12316971 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140430812981584 140431252219803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8759] ppid=8745 vsize=10551232 memory=1228 CPUtime=0.25 cores=0,2,4,6
/proc/8748/task/8759/stat : 8759 (java) R 8745 8748 7968 0 -1 4202560 1996 0 0 0 24 1 0 0 20 0 15 0 12316971 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140430811909288 140431235623620 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8760] ppid=8745 vsize=10551232 memory=1000 CPUtime=0.25 cores=0,2,4,6
/proc/8748/task/8760/stat : 8760 (java) R 8745 8748 7968 0 -1 4202560 1349 0 0 0 25 0 0 0 20 0 15 0 12316971 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140430810857160 140431231448128 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8761] ppid=8745 vsize=10551232 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/8748/task/8761/stat : 8761 (java) S 8745 8748 7968 0 -1 1077944384 1151 0 0 0 23 0 0 0 20 0 15 0 12316971 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140430809823344 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8762] ppid=8745 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8762/stat : 8762 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12316971 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140430808770784 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8763] ppid=8745 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8763/stat : 8763 (java) S 8745 8748 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12316982 10804461568 194197 18446744073709551615 4194304 4196468 140734239556688 140430807719088 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 776788 KiB


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

[pid=8748/tid=8751] ppid=8745 vsize=10684512 memory=7680170660397595203 CPUtime=457.79 cores=0,2,4,6
/proc/8748/task/8751/stat : 8751 (java) R 8745 8748 7968 0 -1 4202560 162599 0 0 0 45577 202 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431209167392 140431236899937 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8752] ppid=8745 vsize=10684512 memory=2424 CPUtime=453.66 cores=0,2,4,6
/proc/8748/task/8752/stat : 8752 (java) R 8745 8748 7968 0 -1 4202560 279828 0 0 0 45137 229 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431208114904 140431236899987 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8753] ppid=8745 vsize=10684512 memory=1296 CPUtime=453.62 cores=0,2,4,6
/proc/8748/task/8753/stat : 8753 (java) R 8745 8748 7968 0 -1 4202560 137443 0 0 0 45124 238 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431207062104 140431237197869 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8754] ppid=8745 vsize=10684512 memory=1732 CPUtime=453.82 cores=0,2,4,6
/proc/8748/task/8754/stat : 8754 (java) R 8745 8748 7968 0 -1 4202560 138327 0 0 0 45149 233 0 0 20 0 17 0 12316967 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431206009304 140431233810816 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8755] ppid=8745 vsize=10684512 memory=1700 CPUtime=18.26 cores=0,2,4,6
/proc/8748/task/8755/stat : 8755 (java) S 8745 8748 7968 0 -1 1077944384 81635 0 0 0 1822 4 0 0 20 0 17 0 12316968 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430816138688 140431252211413 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8756] ppid=8745 vsize=10684512 memory=8297560 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8756/stat : 8756 (java) S 8745 8748 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 12316968 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430815086176 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8757] ppid=8745 vsize=10684512 memory=640 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8757/stat : 8757 (java) S 8745 8748 7968 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 17 0 12316969 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430814033280 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8758] ppid=8745 vsize=10684512 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8758/stat : 8758 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430812981584 140431252219803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8759] ppid=8745 vsize=10684512 memory=1732 CPUtime=0.45 cores=0,2,4,6
/proc/8748/task/8759/stat : 8759 (java) S 8745 8748 7968 0 -1 1077944384 3816 0 0 0 44 1 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430811928704 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8760] ppid=8745 vsize=10684512 memory=1700 CPUtime=0.43 cores=0,2,4,6
/proc/8748/task/8760/stat : 8760 (java) S 8745 8748 7968 0 -1 1077944384 2595 0 0 0 43 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430810876192 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8761] ppid=8745 vsize=10684512 memory=1228 CPUtime=0.26 cores=0,2,4,6
/proc/8748/task/8761/stat : 8761 (java) S 8745 8748 7968 0 -1 1077944384 2017 0 0 0 25 1 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430809823392 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8762] ppid=8745 vsize=10684512 memory=1000 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8762/stat : 8762 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430808770784 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8763] ppid=8745 vsize=10684512 memory=2012 CPUtime=0.17 cores=0,2,4,6
/proc/8748/task/8763/stat : 8763 (java) S 8745 8748 7968 0 -1 1077944384 913 0 0 0 12 5 0 0 20 0 17 0 12316982 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430807719088 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8886] ppid=8745 vsize=10684512 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8886/stat : 8886 (java) S 8745 8748 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 12362508 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430806653232 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8887] ppid=8745 vsize=10684512 memory=11008 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8887/stat : 8887 (java) S 8745 8748 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 12362508 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430805610896 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
Current children cumulated CPU time: 1853.57 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8297568 KiB

[startup+498.401 s]
/proc/loadavg: 7.59 7.34 4.80 10/212 8891
/proc/meminfo: memFree=15140972/32770624 swapFree=67108860/67108860
[pid=8748] ppid=8745 vsize=10684512 memory=8297568 CPUtime=1856.76 cores=0,2,4,6
/proc/8748/stat : 8748 (java) S 8745 8748 7968 0 -1 1077944320 835081 0 0 0 184737 939 0 0 20 0 17 0 12316956 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140734239539232 140431252201207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
/proc/8748/statm: 2671128 2074392 3157 1 0 2660543 0
[pid=8748/tid=8750] ppid=8745 vsize=10684512 memory=9916 CPUtime=14.99 cores=0,2,4,6
/proc/8748/task/8750/stat : 8750 (java) S 8745 8748 7968 0 -1 1077944384 24008 0 0 0 1476 23 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431256441888 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8751] ppid=8745 vsize=10684512 memory=1200 CPUtime=458.57 cores=0,2,4,6
/proc/8748/task/8751/stat : 8751 (java) R 8745 8748 7968 0 -1 4202560 162711 0 0 0 45655 202 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431209167392 140431236900470 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8752] ppid=8745 vsize=10684512 memory=15872 CPUtime=454.46 cores=0,2,4,6
/proc/8748/task/8752/stat : 8752 (java) R 8745 8748 7968 0 -1 4202560 279958 0 0 0 45217 229 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431208114904 140431237197588 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8753] ppid=8745 vsize=10684512 memory=4040 CPUtime=454.42 cores=0,2,4,6
/proc/8748/task/8753/stat : 8753 (java) R 8745 8748 7968 0 -1 4202560 137443 0 0 0 45204 238 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431207062104 140431237197617 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8754] ppid=8745 vsize=10684512 memory=16444 CPUtime=454.62 cores=0,2,4,6
/proc/8748/task/8754/stat : 8754 (java) R 8745 8748 7968 0 -1 4202560 138341 0 0 0 45229 233 0 0 20 0 17 0 12316967 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431206009304 140431237197808 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8755] ppid=8745 vsize=10684512 memory=8297568 CPUtime=18.26 cores=0,2,4,6
/proc/8748/task/8755/stat : 8755 (java) S 8745 8748 7968 0 -1 1077944384 81635 0 0 0 1822 4 0 0 20 0 17 0 12316968 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430816138688 140431252211413 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8756] ppid=8745 vsize=10684512 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8756/stat : 8756 (java) S 8745 8748 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 12316968 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430815086176 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8757] ppid=8745 vsize=10684512 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8757/stat : 8757 (java) S 8745 8748 7968 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 17 0 12316969 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430814033280 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8758] ppid=8745 vsize=10684512 memory=1700 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8758/stat : 8758 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430812981584 140431252219803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8759] ppid=8745 vsize=10684512 memory=1228 CPUtime=0.45 cores=0,2,4,6
/proc/8748/task/8759/stat : 8759 (java) S 8745 8748 7968 0 -1 1077944384 3816 0 0 0 44 1 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430811928704 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8760] ppid=8745 vsize=10684512 memory=1000 CPUtime=0.43 cores=0,2,4,6
/proc/8748/task/8760/stat : 8760 (java) S 8745 8748 7968 0 -1 1077944384 2595 0 0 0 43 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430810876192 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8761] ppid=8745 vsize=10684512 memory=2012 CPUtime=0.26 cores=0,2,4,6
/proc/8748/task/8761/stat : 8761 (java) S 8745 8748 7968 0 -1 1077944384 2017 0 0 0 25 1 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430809823392 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8762] ppid=8745 vsize=10684512 memory=5520 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8762/stat : 8762 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430808770784 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8763] ppid=8745 vsize=10684512 memory=8297568 CPUtime=0.17 cores=0,2,4,6
/proc/8748/task/8763/stat : 8763 (java) S 8745 8748 7968 0 -1 1077944384 913 0 0 0 12 5 0 0 20 0 17 0 12316982 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430807719088 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8886] ppid=8745 vsize=10684512 memory=8297568 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8886/stat : 8886 (java) S 8745 8748 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 12362508 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430806653232 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8887] ppid=8745 vsize=10684512 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8887/stat : 8887 (java) S 8745 8748 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 12362508 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430805610896 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
Current children cumulated CPU time: 1856.76 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8297568 KiB

[startup+498.601 s]
/proc/loadavg: 7.59 7.34 4.80 10/212 8891
/proc/meminfo: memFree=15140972/32770624 swapFree=67108860/67108860
[pid=8748] ppid=8745 vsize=10684512 memory=8297568 CPUtime=1857.55 cores=0,2,4,6
/proc/8748/stat : 8748 (java) S 8745 8748 7968 0 -1 1077944320 835081 0 0 0 184816 939 0 0 20 0 17 0 12316956 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140734239539232 140431252201207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
/proc/8748/statm: 2671128 2074392 3157 1 0 2660543 0
[pid=8748/tid=8750] ppid=8745 vsize=10684512 memory=16444 CPUtime=14.99 cores=0,2,4,6
/proc/8748/task/8750/stat : 8750 (java) S 8745 8748 7968 0 -1 1077944384 24008 0 0 0 1476 23 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431256441888 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8751] ppid=8745 vsize=10684512 memory=7508 CPUtime=458.77 cores=0,2,4,6
/proc/8748/task/8751/stat : 8751 (java) R 8745 8748 7968 0 -1 4202560 162711 0 0 0 45675 202 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431209167624 140431244829415 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8752] ppid=8745 vsize=10684512 memory=8297568 CPUtime=454.66 cores=0,2,4,6
/proc/8748/task/8752/stat : 8752 (java) R 8745 8748 7968 0 -1 4202560 279958 0 0 0 45237 229 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431208114904 140431237197574 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8753] ppid=8745 vsize=10684512 memory=0 CPUtime=454.62 cores=0,2,4,6
/proc/8748/task/8753/stat : 8753 (java) R 8745 8748 7968 0 -1 4202560 137443 0 0 0 45224 238 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431207062104 140431244829415 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8754] ppid=8745 vsize=10684512 memory=1152 CPUtime=454.81 cores=0,2,4,6
/proc/8748/task/8754/stat : 8754 (java) R 8745 8748 7968 0 -1 4202560 138341 0 0 0 45248 233 0 0 20 0 17 0 12316967 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431206009224 140431244829415 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8755] ppid=8745 vsize=10684512 memory=302022848351043610 CPUtime=18.26 cores=0,2,4,6
/proc/8748/task/8755/stat : 8755 (java) S 8745 8748 7968 0 -1 1077944384 81635 0 0 0 1822 4 0 0 20 0 17 0 12316968 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430816138688 140431252211413 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8756] ppid=8745 vsize=10684512 memory=288230613214036277 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8756/stat : 8756 (java) S 8745 8748 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 12316968 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430815086176 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8757] ppid=8745 vsize=10684512 memory=15540730097567645 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8757/stat : 8757 (java) S 8745 8748 7968 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 17 0 12316969 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430814033280 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8758] ppid=8745 vsize=10684512 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8758/stat : 8758 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430812981584 140431252219803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8759] ppid=8745 vsize=10684512 memory=960 CPUtime=0.45 cores=0,2,4,6
/proc/8748/task/8759/stat : 8759 (java) S 8745 8748 7968 0 -1 1077944384 3816 0 0 0 44 1 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430811928704 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8760] ppid=8745 vsize=10684512 memory=2248 CPUtime=0.43 cores=0,2,4,6
/proc/8748/task/8760/stat : 8760 (java) S 8745 8748 7968 0 -1 1077944384 2595 0 0 0 43 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430810876192 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8761] ppid=8745 vsize=10684512 memory=4304 CPUtime=0.26 cores=0,2,4,6
/proc/8748/task/8761/stat : 8761 (java) S 8745 8748 7968 0 -1 1077944384 2017 0 0 0 25 1 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430809823392 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8762] ppid=8745 vsize=10684512 memory=8297560 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8762/stat : 8762 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430808770784 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8763] ppid=8745 vsize=10684512 memory=2164 CPUtime=0.17 cores=0,2,4,6
/proc/8748/task/8763/stat : 8763 (java) S 8745 8748 7968 0 -1 1077944384 913 0 0 0 12 5 0 0 20 0 17 0 12316982 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430807719088 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8886] ppid=8745 vsize=10684512 memory=840 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8886/stat : 8886 (java) S 8745 8748 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 12362508 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430806653232 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8887] ppid=8745 vsize=10684512 memory=3880 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8887/stat : 8887 (java) S 8745 8748 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 12362508 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430805610896 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
Current children cumulated CPU time: 1857.55 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8297568 KiB

[startup+498.711 s]
/proc/loadavg: 7.59 7.34 4.80 10/212 8891
/proc/meminfo: memFree=15140972/32770624 swapFree=67108860/67108860
[pid=8748] ppid=8745 vsize=10684512 memory=8297568 CPUtime=1857.94 cores=0,2,4,6
/proc/8748/stat : 8748 (java) S 8745 8748 7968 0 -1 1077944320 835081 0 0 0 184855 939 0 0 20 0 17 0 12316956 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140734239539232 140431252201207 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 9 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
/proc/8748/statm: 2671128 2074392 3157 1 0 2660543 0
[pid=8748/tid=8750] ppid=8745 vsize=10684512 memory=8297568 CPUtime=14.99 cores=0,2,4,6
/proc/8748/task/8750/stat : 8750 (java) S 8745 8748 7968 0 -1 1077944384 24008 0 0 0 1476 23 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431256441888 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8751] ppid=8745 vsize=10684512 memory=8297392 CPUtime=458.86 cores=0,2,4,6
/proc/8748/task/8751/stat : 8751 (java) S 8745 8748 7968 0 -1 1077944384 162711 0 0 0 45684 202 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431209167504 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8752] ppid=8745 vsize=10684512 memory=8297480 CPUtime=454.76 cores=0,2,4,6
/proc/8748/task/8752/stat : 8752 (java) S 8745 8748 7968 0 -1 1077944384 279958 0 0 0 45247 229 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431208114704 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8753] ppid=8745 vsize=10684512 memory=8297480 CPUtime=454.72 cores=0,2,4,6
/proc/8748/task/8753/stat : 8753 (java) S 8745 8748 7968 0 -1 1077944384 137443 0 0 0 45234 238 0 0 20 0 17 0 12316966 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431207061904 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8754] ppid=8745 vsize=10684512 memory=8297568 CPUtime=454.91 cores=0,2,4,6
/proc/8748/task/8754/stat : 8754 (java) S 8745 8748 7968 0 -1 1077944384 138341 0 0 0 45258 233 0 0 20 0 17 0 12316967 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140431206009104 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8755] ppid=8745 vsize=10684512 memory=8297560 CPUtime=18.28 cores=0,2,4,6
/proc/8748/task/8755/stat : 8755 (java) R 8745 8748 7968 0 -1 4202560 81635 0 0 0 1824 4 0 0 20 0 17 0 12316968 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430816138576 140431230571387 0 0 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8756] ppid=8745 vsize=10684512 memory=8297568 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8756/stat : 8756 (java) S 8745 8748 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 17 0 12316968 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430815086176 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8757] ppid=8745 vsize=10684512 memory=33 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8757/stat : 8757 (java) S 8745 8748 7968 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 17 0 12316969 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430814033280 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8758] ppid=8745 vsize=10684512 memory=4040 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8758/stat : 8758 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430812981584 140431252219803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8759] ppid=8745 vsize=10684512 memory=16444 CPUtime=0.45 cores=0,2,4,6
/proc/8748/task/8759/stat : 8759 (java) S 8745 8748 7968 0 -1 1077944384 3816 0 0 0 44 1 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430811928704 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8760] ppid=8745 vsize=10684512 memory=4124 CPUtime=0.43 cores=0,2,4,6
/proc/8748/task/8760/stat : 8760 (java) S 8745 8748 7968 0 -1 1077944384 2595 0 0 0 43 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430810876192 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8761] ppid=8745 vsize=10684512 memory=11008 CPUtime=0.26 cores=0,2,4,6
/proc/8748/task/8761/stat : 8761 (java) S 8745 8748 7968 0 -1 1077944384 2017 0 0 0 25 1 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430809823392 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8762] ppid=8745 vsize=10684512 memory=8297568 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8762/stat : 8762 (java) S 8745 8748 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 12316971 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430808770784 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8763] ppid=8745 vsize=10684512 memory=8297568 CPUtime=0.17 cores=0,2,4,6
/proc/8748/task/8763/stat : 8763 (java) S 8745 8748 7968 0 -1 1077944384 913 0 0 0 12 5 0 0 20 0 17 0 12316982 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430807719088 140431252212354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8886] ppid=8745 vsize=10684512 memory=8297568 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8886/stat : 8886 (java) S 8745 8748 7968 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 12362508 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430806653232 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
[pid=8748/tid=8887] ppid=8745 vsize=10684512 memory=4124 CPUtime=0 cores=0,2,4,6
/proc/8748/task/8887/stat : 8887 (java) S 8745 8748 7968 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 17 0 12362508 10940940288 2074392 18446744073709551615 4194304 4196468 140734239556688 140430805610896 140431252211413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15872000 140734239564177 140734239564330 140734239564330 140734239567823 0
Current children cumulated CPU time: 1857.94 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8297568 KiB

Child status: 0
Real time (s): 498.773
CPU time (s): 1858.01
CPU user time (s): 1848.59
CPU system time (s): 9.42839
CPU usage (%): 372.517
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8297568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1848.59
system time used= 9.42839
maximum resident set size= 8297656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 835191
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41223
involuntary context switches= 58077


# summary of solver processes directly reported to runsolver:
#   pid: 8748
#   total CPU time (s): 1858.01
#   total CPU user time (s): 1848.59
#   total CPU system time (s): 9.42839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.05028 second user time and 4.68751 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:18:26
IDJOB=4263100
IDBENCH=115580
IDSOLVER=2651
FILE ID=node128/4263100-1502584342
RUNJOBID= node128-1502582933-8032
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-05-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263100-1502584342/watcher-4263100-1502584342 -o /tmp/evaluation-result-4263100-1502584342/solver-4263100-1502584342 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8032 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263100-1502584342.xml

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

MD5SUM BENCH= 22761d43b4ecb04f428695e90c374992
RANDOM SEED=767049142

node128.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.94
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.94
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.94
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.94
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:        23205920 kB
MemAvailable:   23692764 kB
Buffers:           99344 kB
Cached:           677152 kB
SwapCached:            0 kB
Active:          8542712 kB
Inactive:         599860 kB
Active(anon):    8366684 kB
Inactive(anon):    16764 kB
Active(file):     176028 kB
Inactive(file):   583096 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1492 kB
Writeback:             4 kB
AnonPages:       8365828 kB
Mapped:            43268 kB
Shmem:             17116 kB
Slab:             111908 kB
SReclaimable:      87112 kB
SUnreclaim:        24796 kB
KernelStack:        3504 kB
PageTables:        21424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7364608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 02:26:45