Trace number 4263101

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) 1867 501.71201

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-05-9.xml
MD5SUMb5db2d1209ce62208741c56e17334157
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark2830
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints305
Number of domains1
Minimum domain size2882
Maximum domain size2882
Distribution of domain sizes[{"size":2882,"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

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

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

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

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


[startup+0.100062 s]*
/proc/loadavg: 7.97 7.57 6.26 6/202 9250
/proc/meminfo: memFree=23234852/32770624 swapFree=67108860/67108860
[pid=9244] ppid=9241 vsize=9936560 memory=17104 CPUtime=0.01 cores=1,3,5,7
/proc/9244/stat : 9244 (java) S 9241 9244 7968 0 -1 1077944320 3612 0 0 0 1 0 0 0 20 0 6 0 12441937 10175037440 4276 18446744073709551615 4194304 4196468 140736842421648 140736842404192 140573244489463 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
/proc/9244/statm: 2484140 4276 1923 1 0 2473637 0
[pid=9244/tid=9246] ppid=9241 vsize=9936560 memory=-8035107114825123821 CPUtime=0.01 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (java) R 9241 9244 7968 0 -1 4202560 2308 0 0 0 1 0 0 0 20 0 6 0 12441946 10175037440 4276 18446744073709551615 4194304 4196468 140736842421648 140573248725584 140573229612400 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9247] ppid=9241 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12441947 10175037440 4276 18446744073709551615 4194304 4196468 140736842421648 140573207595664 140573244499669 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9248] ppid=9241 vsize=9936560 memory=140496506414720 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12441947 10175037440 4276 18446744073709551615 4194304 4196468 140736842421648 140572854397456 140573244499669 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9249] ppid=9241 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12441947 10175037440 4276 18446744073709551615 4194304 4196468 140736842421648 140572853344656 140573244499669 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9250] ppid=9241 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9250/stat : 9250 (java) S 9241 9244 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12441947 10175037440 4276 18446744073709551615 4194304 4196468 140736842421648 140572852291856 140573244499669 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 17104 KiB

[startup+0.212636 s]*
/proc/loadavg: 7.97 7.57 6.26 7/211 9259
/proc/meminfo: memFree=23224964/32770624 swapFree=67108860/67108860
[pid=9244] ppid=9241 vsize=10551156 memory=29552 CPUtime=0.1 cores=1,3,5,7
/proc/9244/stat : 9244 (java) S 9241 9244 7968 0 -1 1077944320 5344 0 0 0 9 1 0 0 20 0 15 0 12441937 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140736842404192 140573244489463 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
/proc/9244/statm: 2637789 7388 2804 1 0 2627261 0
[pid=9244/tid=9246] ppid=9241 vsize=10551156 memory=8318255677412212789 CPUtime=0.08 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (java) R 9241 9244 7968 0 -1 4202560 3267 0 0 0 7 1 0 0 20 0 15 0 12441946 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140573248724432 140573244511389 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9247] ppid=9241 vsize=10551156 memory=317 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12441947 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140573207595664 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9248] ppid=9241 vsize=10551156 memory=140496506422491 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12441947 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140572854397456 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9249] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12441947 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140572853344656 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9250] ppid=9241 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9250/stat : 9250 (java) S 9241 9244 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12441947 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140572852291856 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9251] ppid=9241 vsize=10551156 memory=140496506414720 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9251/stat : 9251 (java) S 9241 9244 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12441948 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140572808391536 140573244500610 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9252] ppid=9241 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9252/stat : 9252 (java) S 9241 9244 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12441949 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140572807337504 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9253] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9253/stat : 9253 (java) S 9241 9244 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12441949 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140572806284656 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9254] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9254/stat : 9254 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12441951 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140572805232976 140573244508059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9255] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9255/stat : 9255 (java) S 9241 9244 7968 0 -1 1077944384 409 0 0 0 0 0 0 0 20 0 15 0 12441951 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140572279957872 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9256] ppid=9241 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9256/stat : 9256 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12441951 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140572278905072 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9257] ppid=9241 vsize=10551156 memory=140496506414720 CPUtime=0.01 cores=1,3,5,7
/proc/9244/task/9257/stat : 9257 (java) R 9241 9244 7968 0 -1 4202560 299 0 0 0 1 0 0 0 20 0 15 0 12441951 10804383744 7388 18446744073709551615 4194304 4196468 140736842421648 140572277852272 140573228741546 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9258] ppid=9241 vsize=10552180 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9258/stat : 9258 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12441952 10805432320 7388 18446744073709551615 4194304 4196468 140736842421648 140572276799712 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9259] ppid=9241 vsize=10552180 memory=140496506414720 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9259/stat : 9259 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12441956 10805432320 7388 18446744073709551615 4194304 4196468 140736842421648 140572275748016 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 29552 KiB

[startup+0.310302 s]*
/proc/loadavg: 7.97 7.57 6.26 6/211 9259
/proc/meminfo: memFree=23214692/32770624 swapFree=67108860/67108860
[pid=9244] ppid=9241 vsize=10551156 memory=39104 CPUtime=0.24 cores=1,3,5,7
/proc/9244/stat : 9244 (java) S 9241 9244 7968 0 -1 1077944320 8482 0 0 0 21 3 0 0 20 0 15 0 12441937 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140736842404192 140573244489463 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
/proc/9244/statm: 2637789 9776 2881 1 0 2627261 0
[pid=9244/tid=9246] ppid=9241 vsize=10551156 memory=7680170660397595203 CPUtime=0.17 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (java) R 9241 9244 7968 0 -1 4202560 6161 0 0 0 15 2 0 0 20 0 15 0 12441946 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140573248723712 140573228569950 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9247] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12441947 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140573207595664 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9248] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12441947 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572854397456 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9249] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12441947 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572853344656 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9250] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9250/stat : 9250 (java) S 9241 9244 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12441947 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572852291856 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9251] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9251/stat : 9251 (java) S 9241 9244 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12441948 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572808391536 140573244500610 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9252] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9252/stat : 9252 (java) S 9241 9244 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12441949 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572807337504 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9253] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9253/stat : 9253 (java) S 9241 9244 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12441949 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572806284656 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9254] ppid=9241 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9254/stat : 9254 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12441951 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572805232976 140573244508059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9255] ppid=9241 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/9244/task/9255/stat : 9255 (java) S 9241 9244 7968 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 15 0 12441951 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572279957872 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9256] ppid=9241 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9256/stat : 9256 (java) S 9241 9244 7968 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 12441951 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572278905072 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9257] ppid=9241 vsize=10551156 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/9244/task/9257/stat : 9257 (java) S 9241 9244 7968 0 -1 1077944384 400 0 0 0 3 0 0 0 20 0 15 0 12441951 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572277852272 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9258] ppid=9241 vsize=10551156 memory=140496506414720 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9258/stat : 9258 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12441952 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572276799712 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9259] ppid=9241 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9259/stat : 9259 (java) S 9241 9244 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12441956 10804383744 9776 18446744073709551615 4194304 4196468 140736842421648 140572275748016 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 39104 KiB

[startup+0.701517 s]
/proc/loadavg: 7.97 7.57 6.26 7/211 9259
/proc/meminfo: memFree=23203252/32770624 swapFree=67108860/67108860
[pid=9244] ppid=9241 vsize=10551232 memory=238068 CPUtime=1.25 cores=1,3,5,7
/proc/9244/stat : 9244 (java) S 9241 9244 7968 0 -1 1077944320 10984 0 0 0 112 13 0 0 20 0 15 0 12441937 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140736842404192 140573244489463 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
/proc/9244/statm: 2637808 59517 3071 1 0 2627261 0
[pid=9244/tid=9246] ppid=9241 vsize=10551232 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (java) S 9241 9244 7968 0 -1 1077944384 6861 0 0 0 45 4 0 0 20 0 15 0 12441946 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140573248726080 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9247] ppid=9241 vsize=10551232 memory=140496366334839 CPUtime=0.05 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (java) R 9241 9244 7968 0 -1 4202560 100 0 0 0 4 1 0 0 20 0 15 0 12441947 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140573207595864 140573229516882 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9248] ppid=9241 vsize=10551232 memory=280992732767904 CPUtime=0.05 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (java) R 9241 9244 7968 0 -1 4202560 106 0 0 0 4 1 0 0 20 0 15 0 12441947 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572854397456 140573229516882 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9249] ppid=9241 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (java) R 9241 9244 7968 0 -1 4202560 107 0 0 0 4 1 0 0 20 0 15 0 12441947 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572853344656 140573229516882 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9250] ppid=9241 vsize=10551232 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/9244/task/9250/stat : 9250 (java) R 9241 9244 7968 0 -1 4202560 115 0 0 0 4 1 0 0 20 0 15 0 12441947 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572852291744 140573229516882 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9251] ppid=9241 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9251/stat : 9251 (java) S 9241 9244 7968 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 12441948 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572808390048 140573244499669 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9252] ppid=9241 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9252/stat : 9252 (java) S 9241 9244 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12441949 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572807337504 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9253] ppid=9241 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9253/stat : 9253 (java) S 9241 9244 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12441949 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572806284656 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9254] ppid=9241 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9254/stat : 9254 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12441951 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572805232976 140573244508059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9255] ppid=9241 vsize=10551232 memory=280992732989360 CPUtime=0.15 cores=1,3,5,7
/proc/9244/task/9255/stat : 9255 (java) S 9241 9244 7968 0 -1 1077944384 797 0 0 0 15 0 0 0 20 0 15 0 12441951 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572279957872 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9256] ppid=9241 vsize=10551232 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/9244/task/9256/stat : 9256 (java) S 9241 9244 7968 0 -1 1077944384 448 0 0 0 14 0 0 0 20 0 15 0 12441951 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572278890064 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9257] ppid=9241 vsize=10551232 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/9244/task/9257/stat : 9257 (java) S 9241 9244 7968 0 -1 1077944384 1005 0 0 0 18 0 0 0 20 0 15 0 12441951 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572277852272 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9258] ppid=9241 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9258/stat : 9258 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12441952 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572276799712 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9259] ppid=9241 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9259/stat : 9259 (java) S 9241 9244 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12441956 10804461568 59517 18446744073709551615 4194304 4196468 140736842421648 140572275748016 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 238068 KiB

[startup+1.50151 s]
/proc/loadavg: 7.74 7.53 6.25 6/211 9259
/proc/meminfo: memFree=22727688/32770624 swapFree=67108860/67108860
[pid=9244] ppid=9241 vsize=10551232 memory=791020 CPUtime=3.03 cores=1,3,5,7
/proc/9244/stat : 9244 (java) S 9241 9244 7968 0 -1 1077944320 15942 0 0 0 260 43 0 0 20 0 15 0 12441937 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140736842404192 140573244489463 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
/proc/9244/statm: 2637808 197755 3087 1 0 2627261 0
[pid=9244/tid=9246] ppid=9241 vsize=10551232 memory=2356 CPUtime=1.07 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (java) R 9241 9244 7968 0 -1 4202560 8318 0 0 0 98 9 0 0 20 0 15 0 12441946 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140573248720616 140572887819968 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9247] ppid=9241 vsize=10551232 memory=11845 CPUtime=0.27 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (java) S 9241 9244 7968 0 -1 1077944384 339 0 0 0 20 7 0 0 20 0 15 0 12441947 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140573207595664 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9248] ppid=9241 vsize=10551232 memory=20955 CPUtime=0.28 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (java) S 9241 9244 7968 0 -1 1077944384 254 0 0 0 20 8 0 0 20 0 15 0 12441947 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572854397456 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9249] ppid=9241 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (java) S 9241 9244 7968 0 -1 1077944384 533 0 0 0 20 7 0 0 20 0 15 0 12441947 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572853344656 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9250] ppid=9241 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/9244/task/9250/stat : 9250 (java) S 9241 9244 7968 0 -1 1077944384 219 0 0 0 20 7 0 0 20 0 15 0 12441947 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572852291856 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9251] ppid=9241 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9251/stat : 9251 (java) S 9241 9244 7968 0 -1 1077944384 503 0 0 0 0 0 0 0 20 0 15 0 12441948 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572808391536 140573244500610 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9252] ppid=9241 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9252/stat : 9252 (java) S 9241 9244 7968 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 12441949 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572807337504 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9253] ppid=9241 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9253/stat : 9253 (java) S 9241 9244 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12441949 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572806284656 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9254] ppid=9241 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9254/stat : 9254 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12441951 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572805232976 140573244508059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9255] ppid=9241 vsize=10551232 memory=33 CPUtime=0.29 cores=1,3,5,7
/proc/9244/task/9255/stat : 9255 (java) R 9241 9244 7968 0 -1 4202560 2189 0 0 0 29 0 0 0 20 0 15 0 12441951 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572279943928 140573226015403 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9256] ppid=9241 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/9244/task/9256/stat : 9256 (java) R 9241 9244 7968 0 -1 4202560 1073 0 0 0 27 0 0 0 20 0 15 0 12441951 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572278886640 140573222512138 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9257] ppid=9241 vsize=10551232 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9244/task/9257/stat : 9257 (java) S 9241 9244 7968 0 -1 1077944384 1152 0 0 0 23 1 0 0 20 0 15 0 12441951 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572277852272 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9258] ppid=9241 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9258/stat : 9258 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12441952 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572276799712 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9259] ppid=9241 vsize=10551232 memory=280992732989360 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9259/stat : 9259 (java) S 9241 9244 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12441956 10804461568 197755 18446744073709551615 4194304 4196468 140736842421648 140572275748016 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 10551232 KiB

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

/proc/9244/task/9246/stat : 9246 (java) S 9241 9244 7968 0 -1 1077944384 23534 0 0 0 1430 24 0 0 20 0 16 0 12441946 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140573248730144 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9247] ppid=9241 vsize=10684512 memory=8313872 CPUtime=458.27 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (java) R 9241 9244 7968 0 -1 4202560 226546 0 0 0 45611 216 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140573207595864 140573226099078 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9248] ppid=9241 vsize=10684512 memory=8313872 CPUtime=453.7 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (java) R 9241 9244 7968 0 -1 4202560 104659 0 0 0 45134 236 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572854397264 140573237117671 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9249] ppid=9241 vsize=10684512 memory=8313872 CPUtime=456.48 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (java) R 9241 9244 7968 0 -1 4202560 209189 0 0 0 45429 219 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572853344776 140573237117671 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9250] ppid=9241 vsize=10684512 memory=1228 CPUtime=455.8 cores=1,3,5,7
/proc/9244/task/9250/stat : 9250 (java) R 9241 9244 7968 0 -1 4202560 235288 0 0 0 45361 219 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572852291664 140573237117671 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9251] ppid=9241 vsize=10684512 memory=1000 CPUtime=19.01 cores=1,3,5,7
/proc/9244/task/9251/stat : 9251 (java) S 9241 9244 7968 0 -1 1077944384 93441 0 0 0 1896 5 0 0 20 0 16 0 12441948 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572808390080 140573244499669 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9252] ppid=9241 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9252/stat : 9252 (java) S 9241 9244 7968 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 16 0 12441949 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572807337568 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9253] ppid=9241 vsize=10684512 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9253/stat : 9253 (java) S 9241 9244 7968 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 16 0 12441949 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572806284672 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9254] ppid=9241 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9254/stat : 9254 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572805232976 140573244508059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9255] ppid=9241 vsize=10684512 memory=1732 CPUtime=0.45 cores=1,3,5,7
/proc/9244/task/9255/stat : 9255 (java) S 9241 9244 7968 0 -1 1077944384 4033 0 0 0 45 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572279957632 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9256] ppid=9241 vsize=10684512 memory=1440 CPUtime=0.41 cores=1,3,5,7
/proc/9244/task/9256/stat : 9256 (java) S 9241 9244 7968 0 -1 1077944384 2518 0 0 0 41 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572278905120 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9257] ppid=9241 vsize=10684512 memory=9916 CPUtime=0.26 cores=1,3,5,7
/proc/9244/task/9257/stat : 9257 (java) S 9241 9244 7968 0 -1 1077944384 2522 0 0 0 25 1 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572277852320 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9258] ppid=9241 vsize=10684512 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9258/stat : 9258 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12441952 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572276799712 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9259] ppid=9241 vsize=10684512 memory=15872 CPUtime=0.16 cores=1,3,5,7
/proc/9244/task/9259/stat : 9259 (java) S 9241 9244 7968 0 -1 1077944384 891 0 0 0 9 7 0 0 20 0 16 0 12441956 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572275748016 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9382] ppid=9241 vsize=10684512 memory=640 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9382/stat : 9382 (java) S 9241 9244 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 12488144 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572273639824 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
Current children cumulated CPU time: 1859.18 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8313872 KiB

[startup+500.801 s]
/proc/loadavg: 7.43 7.23 6.59 9/212 9385
/proc/meminfo: memFree=14910236/32770624 swapFree=67108860/67108860
[pid=9244] ppid=9241 vsize=10684512 memory=8313872 CPUtime=1865.38 cores=1,3,5,7
/proc/9244/stat : 9244 (java) S 9241 9244 7968 0 -1 1077944320 904808 0 0 0 185607 931 0 0 20 0 16 0 12441937 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140736842404192 140573244489463 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
/proc/9244/statm: 2671128 2078468 3159 1 0 2660543 0
[pid=9244/tid=9246] ppid=9241 vsize=10684512 memory=4612 CPUtime=14.54 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (java) S 9241 9244 7968 0 -1 1077944384 23534 0 0 0 1430 24 0 0 20 0 16 0 12441946 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140573248730144 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9247] ppid=9241 vsize=10684512 memory=792 CPUtime=459.88 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (java) R 9241 9244 7968 0 -1 4202560 227023 0 0 0 45771 217 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140573207595864 140573229479106 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9248] ppid=9241 vsize=10684512 memory=8676 CPUtime=455.24 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (java) R 9241 9244 7968 0 -1 4202560 104659 0 0 0 45287 237 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572854397264 140573237117671 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9249] ppid=9241 vsize=10684512 memory=8313872 CPUtime=457.99 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (java) R 9241 9244 7968 0 -1 4202560 209189 0 0 0 45580 219 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572853344776 140573237117671 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9250] ppid=9241 vsize=10684512 memory=8313872 CPUtime=457.34 cores=1,3,5,7
/proc/9244/task/9250/stat : 9250 (java) R 9241 9244 7968 0 -1 4202560 235288 0 0 0 45514 220 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572852291664 140573237117671 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9251] ppid=9241 vsize=10684512 memory=3868 CPUtime=19.01 cores=1,3,5,7
/proc/9244/task/9251/stat : 9251 (java) S 9241 9244 7968 0 -1 1077944384 93441 0 0 0 1896 5 0 0 20 0 16 0 12441948 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572808390080 140573244499669 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9252] ppid=9241 vsize=10684512 memory=3904 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9252/stat : 9252 (java) S 9241 9244 7968 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 16 0 12441949 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572807337568 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9253] ppid=9241 vsize=10684512 memory=8313872 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9253/stat : 9253 (java) S 9241 9244 7968 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 16 0 12441949 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572806284672 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9254] ppid=9241 vsize=10684512 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9254/stat : 9254 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572805232976 140573244508059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9255] ppid=9241 vsize=10684512 memory=1228 CPUtime=0.45 cores=1,3,5,7
/proc/9244/task/9255/stat : 9255 (java) S 9241 9244 7968 0 -1 1077944384 4033 0 0 0 45 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572279957632 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9256] ppid=9241 vsize=10684512 memory=1000 CPUtime=0.41 cores=1,3,5,7
/proc/9244/task/9256/stat : 9256 (java) S 9241 9244 7968 0 -1 1077944384 2518 0 0 0 41 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572278905120 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9257] ppid=9241 vsize=10684512 memory=280992733968352 CPUtime=0.26 cores=1,3,5,7
/proc/9244/task/9257/stat : 9257 (java) S 9241 9244 7968 0 -1 1077944384 2522 0 0 0 25 1 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572277852320 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9258] ppid=9241 vsize=10684512 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9258/stat : 9258 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12441952 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572276799712 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9259] ppid=9241 vsize=10684512 memory=6944652177228980320 CPUtime=0.16 cores=1,3,5,7
/proc/9244/task/9259/stat : 9259 (java) S 9241 9244 7968 0 -1 1077944384 891 0 0 0 9 7 0 0 20 0 16 0 12441956 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572275748016 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9382] ppid=9241 vsize=10684512 memory=1700 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9382/stat : 9382 (java) S 9241 9244 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 12488144 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572273639824 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
Current children cumulated CPU time: 1865.38 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8313872 KiB

[startup+501.202 s]
/proc/loadavg: 7.48 7.24 6.60 9/212 9385
/proc/meminfo: memFree=14910236/32770624 swapFree=67108860/67108860
[pid=9244] ppid=9241 vsize=10684512 memory=8313872 CPUtime=1866.49 cores=1,3,5,7
/proc/9244/stat : 9244 (java) S 9241 9244 7968 0 -1 1077944320 904808 0 0 0 185717 932 0 0 20 0 16 0 12441937 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140736842404192 140573244489463 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
/proc/9244/statm: 2671128 2078468 3159 1 0 2660543 0
[pid=9244/tid=9246] ppid=9241 vsize=10684512 memory=7589240748751480640 CPUtime=14.54 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (java) S 9241 9244 7968 0 -1 1077944384 23534 0 0 0 1430 24 0 0 20 0 16 0 12441946 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140573248730144 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9247] ppid=9241 vsize=10684512 memory=7680170660397595203 CPUtime=460.13 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (java) S 9241 9244 7968 0 -1 1077944384 227023 0 0 0 45796 217 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140573207595664 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9248] ppid=9241 vsize=10684512 memory=288230613214036277 CPUtime=455.47 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (java) S 9241 9244 7968 0 -1 1077944384 104659 0 0 0 45310 237 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572854397456 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9249] ppid=9241 vsize=10684512 memory=15540730097567645 CPUtime=458.23 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (java) S 9241 9244 7968 0 -1 1077944384 209189 0 0 0 45603 220 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572853344656 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9250] ppid=9241 vsize=10684512 memory=4040 CPUtime=457.58 cores=1,3,5,7
/proc/9244/task/9250/stat : 9250 (java) S 9241 9244 7968 0 -1 1077944384 235288 0 0 0 45538 220 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572852291856 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9251] ppid=9241 vsize=10684512 memory=16444 CPUtime=19.17 cores=1,3,5,7
/proc/9244/task/9251/stat : 9251 (java) R 9241 9244 7968 0 -1 4202560 93441 0 0 0 1912 5 0 0 20 0 16 0 12441948 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572808389968 140573229485844 0 0 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9252] ppid=9241 vsize=10684512 memory=7532 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9252/stat : 9252 (java) S 9241 9244 7968 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 16 0 12441949 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572807337568 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9253] ppid=9241 vsize=10684512 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9253/stat : 9253 (java) S 9241 9244 7968 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 16 0 12441949 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572806284672 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9254] ppid=9241 vsize=10684512 memory=640 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9254/stat : 9254 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572805232976 140573244508059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9255] ppid=9241 vsize=10684512 memory=1792 CPUtime=0.45 cores=1,3,5,7
/proc/9244/task/9255/stat : 9255 (java) S 9241 9244 7968 0 -1 1077944384 4033 0 0 0 45 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572279957632 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9256] ppid=9241 vsize=10684512 memory=960 CPUtime=0.41 cores=1,3,5,7
/proc/9244/task/9256/stat : 9256 (java) S 9241 9244 7968 0 -1 1077944384 2518 0 0 0 41 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572278905120 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9257] ppid=9241 vsize=10684512 memory=2248 CPUtime=0.26 cores=1,3,5,7
/proc/9244/task/9257/stat : 9257 (java) S 9241 9244 7968 0 -1 1077944384 2522 0 0 0 25 1 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572277852320 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9258] ppid=9241 vsize=10684512 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9258/stat : 9258 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12441952 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572276799712 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9259] ppid=9241 vsize=10684512 memory=1588 CPUtime=0.16 cores=1,3,5,7
/proc/9244/task/9259/stat : 9259 (java) S 9241 9244 7968 0 -1 1077944384 891 0 0 0 9 7 0 0 20 0 16 0 12441956 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572275748016 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9382] ppid=9241 vsize=10684512 memory=928 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9382/stat : 9382 (java) S 9241 9244 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 12488144 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572273639824 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
Current children cumulated CPU time: 1866.49 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8313872 KiB

[startup+501.602 s]
/proc/loadavg: 7.48 7.24 6.60 9/212 9385
/proc/meminfo: memFree=14910236/32770624 swapFree=67108860/67108860
[pid=9244] ppid=9241 vsize=10684512 memory=8313872 CPUtime=1866.89 cores=1,3,5,7
/proc/9244/stat : 9244 (java) S 9241 9244 7968 0 -1 1077944320 904808 0 0 0 185757 932 0 0 20 0 16 0 12441937 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140736842404192 140573244489463 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
/proc/9244/statm: 2671128 2078468 3159 1 0 2660543 0
[pid=9244/tid=9246] ppid=9241 vsize=10684512 memory=7680170660397595203 CPUtime=14.54 cores=1,3,5,7
/proc/9244/task/9246/stat : 9246 (java) S 9241 9244 7968 0 -1 1077944384 23534 0 0 0 1430 24 0 0 20 0 16 0 12441946 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140573248730144 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9247] ppid=9241 vsize=10684512 memory=7532 CPUtime=460.13 cores=1,3,5,7
/proc/9244/task/9247/stat : 9247 (java) S 9241 9244 7968 0 -1 1077944384 227023 0 0 0 45796 217 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140573207595664 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9248] ppid=9241 vsize=10684512 memory=7680170660397595203 CPUtime=455.47 cores=1,3,5,7
/proc/9244/task/9248/stat : 9248 (java) S 9241 9244 7968 0 -1 1077944384 104659 0 0 0 45310 237 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572854397456 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9249] ppid=9241 vsize=10684512 memory=8313872 CPUtime=458.23 cores=1,3,5,7
/proc/9244/task/9249/stat : 9249 (java) S 9241 9244 7968 0 -1 1077944384 209189 0 0 0 45603 220 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572853344656 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9250] ppid=9241 vsize=10684512 memory=1152 CPUtime=457.58 cores=1,3,5,7
/proc/9244/task/9250/stat : 9250 (java) S 9241 9244 7968 0 -1 1077944384 235288 0 0 0 45538 220 0 0 20 0 16 0 12441947 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572852291856 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9251] ppid=9241 vsize=10684512 memory=3060 CPUtime=19.56 cores=1,3,5,7
/proc/9244/task/9251/stat : 9251 (java) R 9241 9244 7968 0 -1 4202560 93441 0 0 0 1951 5 0 0 20 0 16 0 12441948 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572808389968 140573229485867 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9252] ppid=9241 vsize=10684512 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9252/stat : 9252 (java) S 9241 9244 7968 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 16 0 12441949 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572807337568 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9253] ppid=9241 vsize=10684512 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9253/stat : 9253 (java) S 9241 9244 7968 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 16 0 12441949 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572806284672 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9254] ppid=9241 vsize=10684512 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9254/stat : 9254 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572805232976 140573244508059 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9255] ppid=9241 vsize=10684512 memory=1700 CPUtime=0.45 cores=1,3,5,7
/proc/9244/task/9255/stat : 9255 (java) S 9241 9244 7968 0 -1 1077944384 4033 0 0 0 45 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572279957632 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9256] ppid=9241 vsize=10684512 memory=1228 CPUtime=0.41 cores=1,3,5,7
/proc/9244/task/9256/stat : 9256 (java) S 9241 9244 7968 0 -1 1077944384 2518 0 0 0 41 0 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572278905120 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9257] ppid=9241 vsize=10684512 memory=2760 CPUtime=0.26 cores=1,3,5,7
/proc/9244/task/9257/stat : 9257 (java) S 9241 9244 7968 0 -1 1077944384 2522 0 0 0 25 1 0 0 20 0 16 0 12441951 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572277852320 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9258] ppid=9241 vsize=10684512 memory=4060 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9258/stat : 9258 (java) S 9241 9244 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12441952 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572276799712 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9259] ppid=9241 vsize=10684512 memory=1156 CPUtime=0.16 cores=1,3,5,7
/proc/9244/task/9259/stat : 9259 (java) S 9241 9244 7968 0 -1 1077944384 891 0 0 0 9 7 0 0 20 0 16 0 12441956 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572275748016 140573244500610 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
[pid=9244/tid=9382] ppid=9241 vsize=10684512 memory=3072 CPUtime=0 cores=1,3,5,7
/proc/9244/task/9382/stat : 9382 (java) S 9241 9244 7968 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 16 0 12488144 10940940288 2078468 18446744073709551615 4194304 4196468 140736842421648 140572273639824 140573244499669 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28377088 140736842428817 140736842428970 140736842428970 140736842432463 0
Current children cumulated CPU time: 1866.89 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8313872 KiB

[startup+501.702 s]*
/proc/loadavg: 7.48 7.24 6.60 6/198 9385
/proc/meminfo: memFree=23175456/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): 501.712
CPU time (s): 1867
CPU user time (s): 1857.64
CPU system time (s): 9.36269
CPU usage (%): 372.127
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8313872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1857.64
system time used= 9.36269
maximum resident set size= 8313932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 904961
page faults= 0
swaps= 0
block input operations= 0
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41095
involuntary context switches= 63680


# summary of solver processes directly reported to runsolver:
#   pid: 9244
#   total CPU time (s): 1867
#   total CPU user time (s): 1857.64
#   total CPU system time (s): 9.36269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.91368 second user time and 5.14056 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 02:39:16
IDJOB=4263101
IDBENCH=115608
IDSOLVER=2651
FILE ID=node128/4263101-1502585592
RUNJOBID= node128-1502582933-8033
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-9.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263101-1502585592/watcher-4263101-1502585592 -o /tmp/evaluation-result-4263101-1502585592/solver-4263101-1502585592 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263101-1502585592.xml

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

MD5SUM BENCH= b5db2d1209ce62208741c56e17334157
RANDOM SEED=431848934

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:        23243008 kB
MemAvailable:   23732588 kB
Buffers:          100532 kB
Cached:           678196 kB
SwapCached:            0 kB
Active:          8504976 kB
Inactive:         601780 kB
Active(anon):    8328244 kB
Inactive(anon):    16764 kB
Active(file):     176732 kB
Inactive(file):   585016 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1656 kB
Writeback:             4 kB
AnonPages:       8327536 kB
Mapped:            43312 kB
Shmem:             17116 kB
Slab:             111952 kB
SReclaimable:      87332 kB
SUnreclaim:        24620 kB
KernelStack:        3472 kB
PageTables:        21316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8206336 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:47:38