Trace number 4243329

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
R1: sat4j-CSP 2017-07-05? (problem) 1520.6801 409.73499

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-2.xml
MD5SUMd6e216edd1b638252c6a206411b5a856
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark996
Best CPU time to get the best result obtained on this benchmark19860.699
Satisfiable
(Un)Satisfiability was proved
Number of variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size999
Distribution of domain sizes[{"size":12,"count":15},{"size":13,"count":60},{"size":14,"count":45},{"size":15,"count":330},{"size":999,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1404.53/379.14	Aug 06, 2017 9:28:01 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1404.53/379.14	INFO: Runtime exception
1404.53/379.14	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1404.53/379.14		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1404.53/379.14		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1404.53/379.14		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1404.53/379.14		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1404.53/379.14		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1404.53/379.14		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1404.53/379.14		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1404.53/379.14		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1404.53/379.14		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1404.53/379.14		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1404.53/379.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1404.53/379.14		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1404.53/379.14		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1404.53/379.14		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1404.53/379.14		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1404.53/379.14		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1404.53/379.14		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1404.53/379.14		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1404.53/379.14		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1404.53/379.14	Caused by: java.lang.reflect.InvocationTargetException
1404.53/379.14		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1404.53/379.14		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1404.53/379.14		at java.lang.reflect.Method.invoke(Method.java:498)
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1404.53/379.14		... 21 more
1404.53/379.14	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1404.53/379.14		... 25 more
1404.53/379.14	Caused by: java.lang.reflect.InvocationTargetException
1404.53/379.14		at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
1404.53/379.14		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1404.53/379.14		at java.lang.reflect.Method.invoke(Method.java:498)
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1404.53/379.14		... 25 more
1404.53/379.14	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1404.53/379.14		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1404.53/379.14		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1404.53/379.14		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1404.53/379.14		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1404.53/379.14		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1404.53/379.14		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1404.53/379.14		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1404.53/379.14		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1404.53/379.14		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1404.53/379.14		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1404.53/379.14		at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
1404.53/379.14		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1404.53/379.14		at java.lang.reflect.Method.invoke(Method.java:498)
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1404.53/379.14		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1404.53/379.14		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1404.53/379.14		at java.lang.reflect.Method.invoke(Method.java:498)
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1404.53/379.14		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1404.53/379.14		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1404.53/379.14		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1404.53/379.14		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1404.53/379.14		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1404.53/379.14		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1404.53/379.14		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1404.53/379.14		at org.xcsp.parser.XCallbacks$$Lambda$69/1678854096.accept(Unknown Source)
1404.53/379.14		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1404.53/379.14		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1404.53/379.14		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1404.53/379.14	
1520.53/409.64	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1520.53/409.64		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1520.53/409.64		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1520.53/409.64		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1520.53/409.64		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1520.53/409.64		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1520.53/409.64		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1520.53/409.64		at java.io.PrintWriter.flush(PrintWriter.java:320)
1520.53/409.64		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1520.53/409.64		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1520.53/409.64		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1520.53/409.64		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243329-1502048154/watcher-4243329-1502048154 -o /tmp/evaluation-result-4243329-1502048154/solver-4243329-1502048154 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243329-1502048154.xml 

pid=18760
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.07 2.36 2/199 18763
/proc/meminfo: memFree=24043368/32770624 swapFree=0/341144
[pid=18763] ppid=18760 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/18763/stat : 18763 (runsolver) D 18760 18763 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 46726255 24240128 107 18446744073709551615 4194304 4338465 140726995142016 140726995139656 140075357246167 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 20398080 140726995144839 140726995145289 140726995145289 140726995148746 0
/proc/18763/statm: 5918 107 54 36 0 2156 0

[startup+0.100158 s]
/proc/loadavg: 2.06 2.07 2.36 2/199 18763
/proc/meminfo: memFree=24043368/32770624 swapFree=0/341144
[pid=18763] ppid=18760 vsize=10151672 CPUtime=0.04 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 4246 0 0 0 3 1 0 0 20 0 9 0 46726255 10395312128 5376 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800970 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2537918 5376 2155 1 0 2527415 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10151672

[startup+0.200579 s]
/proc/loadavg: 2.06 2.07 2.36 2/199 18763
/proc/meminfo: memFree=24043368/32770624 swapFree=0/341144
[pid=18763] ppid=18760 vsize=10551156 CPUtime=0.07 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 4997 0 0 0 6 1 0 0 20 0 15 0 46726255 10804383744 6492 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2637789 6492 2608 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.3003 s]
/proc/loadavg: 2.06 2.07 2.36 2/199 18763
/proc/meminfo: memFree=24043368/32770624 swapFree=0/341144
[pid=18763] ppid=18760 vsize=10551156 CPUtime=0.22 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 8278 0 0 0 19 3 0 0 20 0 15 0 46726255 10804383744 9067 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2637789 9067 2865 1 0 2627261 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 10551156

[startup+0.701069 s]
/proc/loadavg: 2.06 2.07 2.36 2/199 18763
/proc/meminfo: memFree=24043368/32770624 swapFree=0/341144
[pid=18763] ppid=18760 vsize=10551232 CPUtime=1.34 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 11857 0 0 0 125 9 0 0 20 0 15 0 46726255 10804461568 49783 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2637808 49783 3063 1 0 2627261 0
Current children cumulated CPU time (s) 1.34
Current children cumulated vsize (KiB) 10551232

[startup+1.50075 s]
/proc/loadavg: 2.06 2.07 2.36 3/214 18778
/proc/meminfo: memFree=23415508/32770624 swapFree=0/341176
[pid=18763] ppid=18760 vsize=10551232 CPUtime=2.83 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 14695 0 0 0 240 43 0 0 20 0 15 0 46726255 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2637808 296695 3085 1 0 2627261 0
[pid=18763/tid=18765] ppid=18760 vsize=10551232 CPUtime=1.15 cores=1,3,5,7
/proc/18763/task/18765/stat : 18765 (java) R 18760 18763 12906 0 -1 4202560 7785 0 0 0 99 16 0 0 20 0 15 0 46726261 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140212184442544 140212166273428 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18766] ppid=18760 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/18763/task/18766/stat : 18766 (java) S 18760 18763 12906 0 -1 1077944384 253 0 0 0 13 5 0 0 20 0 15 0 46726261 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140212110625552 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18767] ppid=18760 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/18763/task/18767/stat : 18767 (java) S 18760 18763 12906 0 -1 1077944384 254 0 0 0 12 6 0 0 20 0 15 0 46726261 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140212109573008 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18768] ppid=18760 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/18763/task/18768/stat : 18768 (java) S 18760 18763 12906 0 -1 1077944384 264 0 0 0 13 5 0 0 20 0 15 0 46726261 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140212108520464 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18769] ppid=18760 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/18763/task/18769/stat : 18769 (java) S 18760 18763 12906 0 -1 1077944384 240 0 0 0 12 6 0 0 20 0 15 0 46726261 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140212107467920 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18770] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18770/stat : 18770 (java) S 18760 18763 12906 0 -1 1077944384 995 0 0 0 0 0 0 0 20 0 15 0 46726263 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140211675662320 140212180216450 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18771] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18771/stat : 18771 (java) S 18760 18763 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46726263 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140211674608608 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18772] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18772/stat : 18772 (java) S 18760 18763 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46726263 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140211673555952 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18773] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18773/stat : 18773 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46726266 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140211672504528 140212180223899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18774] ppid=18760 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/18763/task/18774/stat : 18774 (java) S 18760 18763 12906 0 -1 1077944384 1276 0 0 0 31 0 0 0 20 0 15 0 46726266 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140211671452144 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18775] ppid=18760 vsize=10551232 CPUtime=0.26 cores=1,3,5,7
/proc/18763/task/18775/stat : 18775 (java) S 18760 18763 12906 0 -1 1077944384 870 0 0 0 26 0 0 0 20 0 15 0 46726266 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140211670399600 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18776] ppid=18760 vsize=10551232 CPUtime=0.28 cores=1,3,5,7
/proc/18763/task/18776/stat : 18776 (java) S 18760 18763 12906 0 -1 1077944384 1401 0 0 0 28 0 0 0 20 0 15 0 46726266 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140211669347056 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18777] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18777/stat : 18777 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46726266 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140211668294752 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18778] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18778/stat : 18778 (java) S 18760 18763 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46726274 10804461568 296695 18446744073709551615 4194304 4196468 140724318253056 140211667241264 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 10551232

[startup+3.10072 s]
/proc/loadavg: 2.06 2.07 2.36 6/214 18778
/proc/meminfo: memFree=22685124/32770624 swapFree=0/341176
[pid=18763] ppid=18760 vsize=10551232 CPUtime=5.65 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 17723 0 0 0 495 70 0 0 20 0 15 0 46726255 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2637808 355209 3093 1 0 2627261 0
[pid=18763/tid=18765] ppid=18760 vsize=10551232 CPUtime=2.48 cores=1,3,5,7
/proc/18763/task/18765/stat : 18765 (java) R 18760 18763 12906 0 -1 4202560 9719 0 0 0 232 16 0 0 20 0 15 0 46726261 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140212184435920 140211778217419 0 4 1 16800974 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18766] ppid=18760 vsize=10551232 CPUtime=0.44 cores=1,3,5,7
/proc/18763/task/18766/stat : 18766 (java) S 18760 18763 12906 0 -1 1077944384 431 0 0 0 32 12 0 0 20 0 15 0 46726261 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140212110625552 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18767] ppid=18760 vsize=10551232 CPUtime=0.44 cores=1,3,5,7
/proc/18763/task/18767/stat : 18767 (java) S 18760 18763 12906 0 -1 1077944384 437 0 0 0 31 13 0 0 20 0 15 0 46726261 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140212109573008 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18768] ppid=18760 vsize=10551232 CPUtime=0.45 cores=1,3,5,7
/proc/18763/task/18768/stat : 18768 (java) S 18760 18763 12906 0 -1 1077944384 495 0 0 0 33 12 0 0 20 0 15 0 46726261 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140212108520464 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18769] ppid=18760 vsize=10551232 CPUtime=0.44 cores=1,3,5,7
/proc/18763/task/18769/stat : 18769 (java) S 18760 18763 12906 0 -1 1077944384 434 0 0 0 32 12 0 0 20 0 15 0 46726261 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140212107467920 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18770] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18770/stat : 18770 (java) S 18760 18763 12906 0 -1 1077944384 1078 0 0 0 0 0 0 0 20 0 15 0 46726263 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140211675662320 140212180216450 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18771] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18771/stat : 18771 (java) S 18760 18763 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46726263 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140211674608608 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18772] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18772/stat : 18772 (java) S 18760 18763 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46726263 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140211673555952 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18773] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18773/stat : 18773 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46726266 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140211672504528 140212180223899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18774] ppid=18760 vsize=10551232 CPUtime=0.53 cores=1,3,5,7
/proc/18763/task/18774/stat : 18774 (java) S 18760 18763 12906 0 -1 1077944384 1312 0 0 0 53 0 0 0 20 0 15 0 46726266 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140211671452144 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18775] ppid=18760 vsize=10551232 CPUtime=0.45 cores=1,3,5,7
/proc/18763/task/18775/stat : 18775 (java) S 18760 18763 12906 0 -1 1077944384 1001 0 0 0 45 0 0 0 20 0 15 0 46726266 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140211670399600 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18776] ppid=18760 vsize=10551232 CPUtime=0.31 cores=1,3,5,7
/proc/18763/task/18776/stat : 18776 (java) S 18760 18763 12906 0 -1 1077944384 1458 0 0 0 31 0 0 0 20 0 15 0 46726266 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140211669347056 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18777] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18777/stat : 18777 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46726266 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140211668294752 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18778] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18778/stat : 18778 (java) S 18760 18763 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46726274 10804461568 355209 18446744073709551615 4194304 4196468 140724318253056 140211667241264 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
Current children cumulated CPU time (s) 5.65
Current children cumulated vsize (KiB) 10551232

[startup+6.30117 s]
/proc/loadavg: 2.06 2.07 2.36 6/214 18778
/proc/meminfo: memFree=21484924/32770624 swapFree=0/341176
[pid=18763] ppid=18760 vsize=10551232 CPUtime=12.69 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 238009 0 0 0 1138 131 0 0 20 0 15 0 46726255 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2637808 846006 3098 1 0 2627261 0
[pid=18763/tid=18765] ppid=18760 vsize=10551232 CPUtime=4.71 cores=1,3,5,7
/proc/18763/task/18765/stat : 18765 (java) S 18760 18763 12906 0 -1 1077944384 12386 0 0 0 443 28 0 0 20 0 15 0 46726261 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140212184440288 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18766] ppid=18760 vsize=10551232 CPUtime=1.4 cores=1,3,5,7
/proc/18763/task/18766/stat : 18766 (java) R 18760 18763 12906 0 -1 4202560 53945 0 0 0 115 25 0 0 20 0 15 0 46726261 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140212110624984 140212165233177 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18767] ppid=18760 vsize=10551232 CPUtime=1.4 cores=1,3,5,7
/proc/18763/task/18767/stat : 18767 (java) R 18760 18763 12906 0 -1 4202560 44399 0 0 0 117 23 0 0 20 0 15 0 46726261 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140212109572632 140212165233177 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18768] ppid=18760 vsize=10551232 CPUtime=1.39 cores=1,3,5,7
/proc/18763/task/18768/stat : 18768 (java) R 18760 18763 12906 0 -1 4202560 58781 0 0 0 114 25 0 0 20 0 15 0 46726261 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140212108519896 140212165233177 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18769] ppid=18760 vsize=10551232 CPUtime=1.39 cores=1,3,5,7
/proc/18763/task/18769/stat : 18769 (java) R 18760 18763 12906 0 -1 4202560 53127 0 0 0 115 24 0 0 20 0 15 0 46726261 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140212107467544 140212165233177 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18770] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18770/stat : 18770 (java) S 18760 18763 12906 0 -1 1077944384 1265 0 0 0 0 0 0 0 20 0 15 0 46726263 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140211675660832 140212180215509 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18771] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18771/stat : 18771 (java) S 18760 18763 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46726263 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140211674608608 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18772] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18772/stat : 18772 (java) S 18760 18763 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46726263 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140211673555952 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18773] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18773/stat : 18773 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46726266 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140211672504528 140212180223899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18774] ppid=18760 vsize=10551232 CPUtime=0.99 cores=1,3,5,7
/proc/18763/task/18774/stat : 18774 (java) S 18760 18763 12906 0 -1 1077944384 4599 0 0 0 99 0 0 0 20 0 15 0 46726266 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140211671437136 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18775] ppid=18760 vsize=10551232 CPUtime=0.93 cores=1,3,5,7
/proc/18763/task/18775/stat : 18775 (java) S 18760 18763 12906 0 -1 1077944384 5119 0 0 0 92 1 0 0 20 0 15 0 46726266 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140211670390880 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18776] ppid=18760 vsize=10551232 CPUtime=0.38 cores=1,3,5,7
/proc/18763/task/18776/stat : 18776 (java) S 18760 18763 12906 0 -1 1077944384 3019 0 0 0 37 1 0 0 20 0 15 0 46726266 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140211669347056 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18777] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18777/stat : 18777 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46726266 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140211668294752 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18778] ppid=18760 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18778/stat : 18778 (java) S 18760 18763 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 15 0 46726274 10804461568 846006 18446744073709551615 4194304 4196468 140724318253056 140211667241264 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 2.27 2.11 2.37 3/214 18778
/proc/meminfo: memFree=20423664/32770624 swapFree=0/341184
[pid=18763] ppid=18760 vsize=10553944 CPUtime=31.38 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 550524 0 0 0 2983 155 0 0 20 0 15 0 46726255 10807238656 909375 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2638486 909375 3115 1 0 2627939 0
[pid=18763/tid=18765] ppid=18760 vsize=10553944 CPUtime=5 cores=1,3,5,7
/proc/18763/task/18765/stat : 18765 (java) R 18760 18763 12906 0 -1 4202560 12913 0 0 0 472 28 0 0 20 0 15 0 46726261 10807238656 909375 18446744073709551615 4194304 4196468 140724318253056 140212184440288 140211778701945 0 4 1 16800974 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18766] ppid=18760 vsize=10553944 CPUtime=5.37 cores=1,3,5,7
/proc/18763/task/18766/stat : 18766 (java) S 18760 18763 12906 0 -1 1077944384 126310 0 0 0 507 30 0 0 20 0 15 0 46726261 10807238656 909375 18446744073709551615 4194304 4196468 140724318253056 140212110625552 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18767] ppid=18760 vsize=10553944 CPUtime=5.37 cores=1,3,5,7
/proc/18763/task/18767/stat : 18767 (java) S 18760 18763 12906 0 -1 1077944384 110645 0 0 0 508 29 0 0 20 0 15 0 46726261 10807238656 909375 18446744073709551615 4194304 4196468 140724318253056 140212109573008 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18768] ppid=18760 vsize=10553944 CPUtime=5.34 cores=1,3,5,7
/proc/18763/task/18768/stat : 18768 (java) S 18760 18763 12906 0 -1 1077944384 126394 0 0 0 503 31 0 0 20 0 15 0 46726261 10807238656 909375 18446744073709551615 4194304 4196468 140724318253056 140212108520464 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18769] ppid=18760 vsize=10553944 CPUtime=5.41 cores=1,3,5,7
/proc/18763/task/18769/stat : 18769 (java) S 18760 18763 12906 0 -1 1077944384 141403 0 0 0 510 31 0 0 20 0 15 0 46726261 10807238656 909375 18446744073709551615 4194304 4196468 140724318253056 140212107467920 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18770] ppid=18760 vsize=10553944 CPUtime=2.1 cores=1,3,5,7
/proc/18763/task/18770/stat : 18770 (java) S 18760 18763 12906 0 -1 1077944384 8363 0 0 0 210 0 0 0 20 0 15 0 46726263 10807238656 909375 18446744073709551615 4194304 4196468 140724318253056 140211675662320 140212180216450 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18771] ppid=18760 vsize=10553944 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18771/stat : 18771 (java) S 18760 18763 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 46726263 10807238656 909375 18446744073709551615 4194304 4196468 140724318253056 140211674608608 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18772] ppid=18760 vsize=10553944 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18772/stat : 18772 (java) S 18760 18763 12906 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 46726263 10807238656 909375 18446744073709551615 4194304 4196468 140724318253056 140211673555968 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18773] ppid=18760 vsize=10553944 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18773/stat : 18773 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46726266 10807238656 909375 18446744073709551615 4194304 4196468 140724318253056 140211672504528 140212180223899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0

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

/proc/18763/task/18765/stat : 18765 (java) S 18760 18763 12906 0 -1 1077944384 21463 0 0 0 1449 29 0 0 20 0 17 0 46726261 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140212184445984 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18766] ppid=18760 vsize=10686560 CPUtime=369.04 cores=1,3,5,7
/proc/18763/task/18766/stat : 18766 (java) R 18760 18763 12906 0 -1 4202560 882639 0 0 0 36688 216 0 0 20 0 17 0 46726261 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140212110625552 140212164905120 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18767] ppid=18760 vsize=10686560 CPUtime=370.02 cores=1,3,5,7
/proc/18763/task/18767/stat : 18767 (java) R 18760 18763 12906 0 -1 4202560 849021 0 0 0 36790 212 0 0 20 0 17 0 46726261 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140212109573208 140212161814948 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18768] ppid=18760 vsize=10686560 CPUtime=369.56 cores=1,3,5,7
/proc/18763/task/18768/stat : 18768 (java) R 18760 18763 12906 0 -1 4202560 828760 0 0 0 36750 206 0 0 20 0 17 0 46726261 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140212108520464 140212165201707 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18769] ppid=18760 vsize=10686560 CPUtime=369.93 cores=1,3,5,7
/proc/18763/task/18769/stat : 18769 (java) R 18760 18763 12906 0 -1 4202560 911326 0 0 0 36777 216 0 0 20 0 17 0 46726261 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140212107467920 140212165201710 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18770] ppid=18760 vsize=10686560 CPUtime=17.59 cores=1,3,5,7
/proc/18763/task/18770/stat : 18770 (java) S 18760 18763 12906 0 -1 1077944384 88699 0 0 0 1754 5 0 0 20 0 17 0 46726263 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211675660864 140212180215509 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18771] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18771/stat : 18771 (java) S 18760 18763 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 46726263 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211674608608 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18772] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18772/stat : 18772 (java) S 18760 18763 12906 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 46726263 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211673555968 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18773] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18773/stat : 18773 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46726266 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211672504528 140212180223899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18774] ppid=18760 vsize=10686560 CPUtime=1.15 cores=1,3,5,7
/proc/18763/task/18774/stat : 18774 (java) S 18760 18763 12906 0 -1 1077944384 7864 0 0 0 114 1 0 0 20 0 17 0 46726266 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211671452144 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18775] ppid=18760 vsize=10686560 CPUtime=1.35 cores=1,3,5,7
/proc/18763/task/18775/stat : 18775 (java) S 18760 18763 12906 0 -1 1077944384 14402 0 0 0 133 2 0 0 20 0 17 0 46726266 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211670399360 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18776] ppid=18760 vsize=10686560 CPUtime=0.41 cores=1,3,5,7
/proc/18763/task/18776/stat : 18776 (java) S 18760 18763 12906 0 -1 1077944384 3881 0 0 0 40 1 0 0 20 0 17 0 46726266 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211669347056 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18777] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18777/stat : 18777 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46726266 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211668294752 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18778] ppid=18760 vsize=10686560 CPUtime=0.27 cores=1,3,5,7
/proc/18763/task/18778/stat : 18778 (java) S 18760 18763 12906 0 -1 1077944384 909 0 0 0 13 14 0 0 20 0 17 0 46726274 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211667241264 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18795] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18795/stat : 18795 (java) S 18760 18763 12906 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 46764170 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211664089008 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18796] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18796/stat : 18796 (java) S 18760 18763 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 46764170 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211663036432 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
Current children cumulated CPU time (s) 1514.18
Current children cumulated vsize (KiB) 10686560

[startup+408.801 s]
/proc/loadavg: 5.02 4.15 3.21 6/216 18797
/proc/meminfo: memFree=15496268/32770624 swapFree=0/341268
[pid=18763] ppid=18760 vsize=10686560 CPUtime=1517.36 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 3610487 0 0 0 150841 895 0 0 20 0 17 0 46726255 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2671640 2080347 3167 1 0 2661055 0
[pid=18763/tid=18765] ppid=18760 vsize=10686560 CPUtime=14.78 cores=1,3,5,7
/proc/18763/task/18765/stat : 18765 (java) S 18760 18763 12906 0 -1 1077944384 21463 0 0 0 1449 29 0 0 20 0 17 0 46726261 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140212184445984 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18766] ppid=18760 vsize=10686560 CPUtime=369.84 cores=1,3,5,7
/proc/18763/task/18766/stat : 18766 (java) R 18760 18763 12906 0 -1 4202560 882639 0 0 0 36768 216 0 0 20 0 17 0 46726261 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140212110625752 140212165201684 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18767] ppid=18760 vsize=10686560 CPUtime=370.81 cores=1,3,5,7
/proc/18763/task/18767/stat : 18767 (java) R 18760 18763 12906 0 -1 4202560 849021 0 0 0 36869 212 0 0 20 0 17 0 46726261 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140212109573208 140212165201707 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18768] ppid=18760 vsize=10686560 CPUtime=370.36 cores=1,3,5,7
/proc/18763/task/18768/stat : 18768 (java) R 18760 18763 12906 0 -1 4202560 828760 0 0 0 36830 206 0 0 20 0 17 0 46726261 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140212108520352 140212165201813 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18769] ppid=18760 vsize=10686560 CPUtime=370.73 cores=1,3,5,7
/proc/18763/task/18769/stat : 18769 (java) R 18760 18763 12906 0 -1 4202560 911326 0 0 0 36857 216 0 0 20 0 17 0 46726261 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140212107468120 140212165201713 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18770] ppid=18760 vsize=10686560 CPUtime=17.59 cores=1,3,5,7
/proc/18763/task/18770/stat : 18770 (java) S 18760 18763 12906 0 -1 1077944384 88699 0 0 0 1754 5 0 0 20 0 17 0 46726263 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211675660864 140212180215509 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18771] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18771/stat : 18771 (java) S 18760 18763 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 46726263 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211674608608 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18772] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18772/stat : 18772 (java) S 18760 18763 12906 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 46726263 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211673555968 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18773] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18773/stat : 18773 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46726266 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211672504528 140212180223899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18774] ppid=18760 vsize=10686560 CPUtime=1.15 cores=1,3,5,7
/proc/18763/task/18774/stat : 18774 (java) S 18760 18763 12906 0 -1 1077944384 7864 0 0 0 114 1 0 0 20 0 17 0 46726266 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211671452144 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18775] ppid=18760 vsize=10686560 CPUtime=1.35 cores=1,3,5,7
/proc/18763/task/18775/stat : 18775 (java) S 18760 18763 12906 0 -1 1077944384 14402 0 0 0 133 2 0 0 20 0 17 0 46726266 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211670399360 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18776] ppid=18760 vsize=10686560 CPUtime=0.41 cores=1,3,5,7
/proc/18763/task/18776/stat : 18776 (java) S 18760 18763 12906 0 -1 1077944384 3881 0 0 0 40 1 0 0 20 0 17 0 46726266 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211669347056 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18777] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18777/stat : 18777 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46726266 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211668294752 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18778] ppid=18760 vsize=10686560 CPUtime=0.27 cores=1,3,5,7
/proc/18763/task/18778/stat : 18778 (java) S 18760 18763 12906 0 -1 1077944384 909 0 0 0 13 14 0 0 20 0 17 0 46726274 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211667241264 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18795] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18795/stat : 18795 (java) S 18760 18763 12906 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 46764170 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211664089008 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18796] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18796/stat : 18796 (java) S 18760 18763 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 46764170 10943037440 2080347 18446744073709551615 4194304 4196468 140724318253056 140211663036432 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
Current children cumulated CPU time (s) 1517.36
Current children cumulated vsize (KiB) 10686560

[startup+409.201 s]
/proc/loadavg: 5.02 4.15 3.21 6/216 18797
/proc/meminfo: memFree=15496268/32770624 swapFree=0/341268
[pid=18763] ppid=18760 vsize=10686560 CPUtime=1518.98 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 3610605 0 0 0 151003 895 0 0 20 0 17 0 46726255 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2671640 2080349 3167 1 0 2661055 0
[pid=18763/tid=18765] ppid=18760 vsize=10686560 CPUtime=14.78 cores=1,3,5,7
/proc/18763/task/18765/stat : 18765 (java) S 18760 18763 12906 0 -1 1077944384 21463 0 0 0 1449 29 0 0 20 0 17 0 46726261 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140212184445984 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18766] ppid=18760 vsize=10686560 CPUtime=370.24 cores=1,3,5,7
/proc/18763/task/18766/stat : 18766 (java) R 18760 18763 12906 0 -1 4202560 882639 0 0 0 36808 216 0 0 20 0 17 0 46726261 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140212110625752 140212165201707 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18767] ppid=18760 vsize=10686560 CPUtime=371.2 cores=1,3,5,7
/proc/18763/task/18767/stat : 18767 (java) R 18760 18763 12906 0 -1 4202560 849021 0 0 0 36908 212 0 0 20 0 17 0 46726261 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140212109573208 140212165201949 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18768] ppid=18760 vsize=10686560 CPUtime=370.77 cores=1,3,5,7
/proc/18763/task/18768/stat : 18768 (java) R 18760 18763 12906 0 -1 4202560 828812 0 0 0 36871 206 0 0 20 0 17 0 46726261 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140212108520352 140212164904048 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18769] ppid=18760 vsize=10686560 CPUtime=371.13 cores=1,3,5,7
/proc/18763/task/18769/stat : 18769 (java) R 18760 18763 12906 0 -1 4202560 911392 0 0 0 36897 216 0 0 20 0 17 0 46726261 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140212107468120 140212165201946 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18770] ppid=18760 vsize=10686560 CPUtime=17.59 cores=1,3,5,7
/proc/18763/task/18770/stat : 18770 (java) S 18760 18763 12906 0 -1 1077944384 88699 0 0 0 1754 5 0 0 20 0 17 0 46726263 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211675660864 140212180215509 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18771] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18771/stat : 18771 (java) S 18760 18763 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 46726263 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211674608608 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18772] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18772/stat : 18772 (java) S 18760 18763 12906 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 46726263 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211673555968 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18773] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18773/stat : 18773 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46726266 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211672504528 140212180223899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18774] ppid=18760 vsize=10686560 CPUtime=1.15 cores=1,3,5,7
/proc/18763/task/18774/stat : 18774 (java) S 18760 18763 12906 0 -1 1077944384 7864 0 0 0 114 1 0 0 20 0 17 0 46726266 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211671452144 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18775] ppid=18760 vsize=10686560 CPUtime=1.35 cores=1,3,5,7
/proc/18763/task/18775/stat : 18775 (java) S 18760 18763 12906 0 -1 1077944384 14402 0 0 0 133 2 0 0 20 0 17 0 46726266 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211670399360 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18776] ppid=18760 vsize=10686560 CPUtime=0.41 cores=1,3,5,7
/proc/18763/task/18776/stat : 18776 (java) S 18760 18763 12906 0 -1 1077944384 3881 0 0 0 40 1 0 0 20 0 17 0 46726266 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211669347056 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18777] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18777/stat : 18777 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46726266 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211668294752 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18778] ppid=18760 vsize=10686560 CPUtime=0.27 cores=1,3,5,7
/proc/18763/task/18778/stat : 18778 (java) S 18760 18763 12906 0 -1 1077944384 909 0 0 0 13 14 0 0 20 0 17 0 46726274 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211667241264 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18795] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18795/stat : 18795 (java) S 18760 18763 12906 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 46764170 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211664089008 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18796] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18796/stat : 18796 (java) S 18760 18763 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 46764170 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211663036432 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
Current children cumulated CPU time (s) 1518.98
Current children cumulated vsize (KiB) 10686560

[startup+409.601 s]
/proc/loadavg: 5.02 4.15 3.21 6/216 18797
/proc/meminfo: memFree=15496268/32770624 swapFree=0/341268
[pid=18763] ppid=18760 vsize=10686560 CPUtime=1520.53 cores=1,3,5,7
/proc/18763/stat : 18763 (java) S 18760 18763 12906 0 -1 1077944320 3610701 0 0 0 151158 895 0 0 20 0 17 0 46726255 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140724318235600 140212180205303 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
/proc/18763/statm: 2671640 2080349 3167 1 0 2661055 0
[pid=18763/tid=18765] ppid=18760 vsize=10686560 CPUtime=14.78 cores=1,3,5,7
/proc/18763/task/18765/stat : 18765 (java) S 18760 18763 12906 0 -1 1077944384 21463 0 0 0 1449 29 0 0 20 0 17 0 46726261 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140212184445984 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18766] ppid=18760 vsize=10686560 CPUtime=370.64 cores=1,3,5,7
/proc/18763/task/18766/stat : 18766 (java) R 18760 18763 12906 0 -1 4202560 882639 0 0 0 36848 216 0 0 20 0 17 0 46726261 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140212110625752 140212164662934 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18767] ppid=18760 vsize=10686560 CPUtime=371.59 cores=1,3,5,7
/proc/18763/task/18767/stat : 18767 (java) R 18760 18763 12906 0 -1 4202560 849021 0 0 0 36947 212 0 0 20 0 17 0 46726261 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140212109573128 140212172833511 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18768] ppid=18760 vsize=10686560 CPUtime=371.15 cores=1,3,5,7
/proc/18763/task/18768/stat : 18768 (java) R 18760 18763 12906 0 -1 4202560 828812 0 0 0 36909 206 0 0 20 0 17 0 46726261 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140212108520272 140212172833511 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18769] ppid=18760 vsize=10686560 CPUtime=371.52 cores=1,3,5,7
/proc/18763/task/18769/stat : 18769 (java) R 18760 18763 12906 0 -1 4202560 911488 0 0 0 36936 216 0 0 20 0 17 0 46726261 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140212107467728 140212163588338 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18770] ppid=18760 vsize=10686560 CPUtime=17.59 cores=1,3,5,7
/proc/18763/task/18770/stat : 18770 (java) S 18760 18763 12906 0 -1 1077944384 88699 0 0 0 1754 5 0 0 20 0 17 0 46726263 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211675660864 140212180215509 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18771] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18771/stat : 18771 (java) S 18760 18763 12906 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 17 0 46726263 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211674608608 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18772] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18772/stat : 18772 (java) S 18760 18763 12906 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 17 0 46726263 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211673555968 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18773] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18773/stat : 18773 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46726266 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211672504528 140212180223899 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18774] ppid=18760 vsize=10686560 CPUtime=1.15 cores=1,3,5,7
/proc/18763/task/18774/stat : 18774 (java) S 18760 18763 12906 0 -1 1077944384 7864 0 0 0 114 1 0 0 20 0 17 0 46726266 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211671452144 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18775] ppid=18760 vsize=10686560 CPUtime=1.35 cores=1,3,5,7
/proc/18763/task/18775/stat : 18775 (java) S 18760 18763 12906 0 -1 1077944384 14402 0 0 0 133 2 0 0 20 0 17 0 46726266 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211670399360 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18776] ppid=18760 vsize=10686560 CPUtime=0.41 cores=1,3,5,7
/proc/18763/task/18776/stat : 18776 (java) S 18760 18763 12906 0 -1 1077944384 3881 0 0 0 40 1 0 0 20 0 17 0 46726266 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211669347056 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18777] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18777/stat : 18777 (java) S 18760 18763 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46726266 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211668294752 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18778] ppid=18760 vsize=10686560 CPUtime=0.27 cores=1,3,5,7
/proc/18763/task/18778/stat : 18778 (java) S 18760 18763 12906 0 -1 1077944384 909 0 0 0 13 14 0 0 20 0 17 0 46726274 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211667241264 140212180216450 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18795] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18795/stat : 18795 (java) S 18760 18763 12906 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 17 0 46764170 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211664089008 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
[pid=18763/tid=18796] ppid=18760 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/18763/task/18796/stat : 18796 (java) S 18760 18763 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 46764170 10943037440 2080349 18446744073709551615 4194304 4196468 140724318253056 140211663036432 140212180215509 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8753152 140724318261685 140724318261838 140724318261838 140724318265295 0
Current children cumulated CPU time (s) 1520.53
Current children cumulated vsize (KiB) 10686560

[startup+409.701 s]
/proc/loadavg: 5.02 4.15 3.21 6/216 18797
/proc/meminfo: memFree=15496268/32770624 swapFree=0/341268
[pid=18763] ppid=18760 vsize=0 CPUtime=1520.63 cores=1,3,5,7
/proc/18763/stat : 18763 (java) Z 18760 18763 12906 0 -1 4227084 3610749 0 0 0 151162 901 0 0 20 0 2 0 46726255 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 4 0 0 0 0 0 0 0 0 0 0
/proc/18763/statm: 0 0 0 0 0 0 0
[pid=18763/tid=18767] ppid=18760 vsize=0 CPUtime=371.65 cores=1,3,5,7
/proc/18763/task/18767/stat : 18767 (java) R 18760 18763 12906 0 -1 4203588 849021 0 0 0 36947 218 0 0 20 0 2 0 46726261 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 3 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1520.63
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 409.735
CPU time (s): 1520.68
CPU user time (s): 1511.63
CPU system time (s): 9.05313
CPU usage (%): 371.138
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1511.63
system time used= 9.05313
maximum resident set size= 8321520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3610749
page faults= 0
swaps= 0
block input operations= 0
block output operations= 560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32381
involuntary context switches= 14983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.99762 second user time and 2.75191 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 21:21:56
IDJOB=4243329
IDBENCH=115845
IDSOLVER=2623
FILE ID=node135/4243329-1502048154
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-2.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243329-1502048154/watcher-4243329-1502048154 -o /tmp/evaluation-result-4243329-1502048154/solver-4243329-1502048154 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17605 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243329-1502048154.xml

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

MD5SUM BENCH= d6e216edd1b638252c6a206411b5a856
RANDOM SEED=1087867693

node135.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.21
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.21
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.21
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.21
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:        24043368 kB
MemAvailable:   24450620 kB
Buffers:          201872 kB
Cached:           494228 kB
SwapCached:            0 kB
Active:          7917936 kB
Inactive:         366116 kB
Active(anon):    7588188 kB
Inactive(anon):    24972 kB
Active(file):     329748 kB
Inactive(file):   341144 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1640 kB
Writeback:             0 kB
AnonPages:       7600312 kB
Mapped:            50184 kB
Shmem:             25344 kB
Slab:             131344 kB
SReclaimable:     104388 kB
SUnreclaim:        26956 kB
KernelStack:        3776 kB
PageTables:        19280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8618788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7221248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-06 21:28:46