Trace number 4244112

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) 1403.15 385.228

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-09-11.xml
MD5SUM40f8709457985e2479c772f6dd1ec4a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints1981
Number of domains1
Minimum domain size99
Maximum domain size99
Distribution of domain sizes[{"size":99,"count":99}]
Minimum variable degree82
Maximum variable degree82
Distribution of variable degrees[{"degree":82,"count":99}]
Minimum constraint arity4
Maximum constraint arity99
Distribution of constraint arities[{"arity":4,"count":1980},{"arity":99,"count":1}]
Number of extensional constraints0
Number of intensional constraints1980
Distribution of constraint types[{"type":"intension","count":1980},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1297.31/356.49	Aug 06, 2017 11:55:02 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1297.31/356.49	INFO: Runtime exception
1297.31/356.49	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1297.31/356.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1297.31/356.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1297.31/356.49		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1297.31/356.49		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1297.31/356.49		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1297.31/356.49		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1297.31/356.49		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1297.31/356.49		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1297.31/356.49		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1297.31/356.49		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1297.31/356.50		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1297.31/356.50		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1297.31/356.50		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1297.31/356.50		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1297.31/356.50		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1297.31/356.50		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1297.31/356.50		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1297.31/356.50		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1297.31/356.50		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1297.31/356.50		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1297.31/356.50		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1297.31/356.50		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1297.31/356.50	Caused by: java.lang.reflect.InvocationTargetException
1297.31/356.50		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1297.31/356.50		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1297.31/356.50		at java.lang.reflect.Method.invoke(Method.java:498)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1297.31/356.50		... 21 more
1297.31/356.50	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1297.31/356.50		... 25 more
1297.31/356.50	Caused by: java.lang.reflect.InvocationTargetException
1297.31/356.50		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1297.31/356.50		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1297.31/356.50		at java.lang.reflect.Method.invoke(Method.java:498)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1297.31/356.50		... 26 more
1297.31/356.50	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1297.31/356.50		... 30 more
1297.31/356.50	Caused by: java.lang.reflect.InvocationTargetException
1297.31/356.50		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1297.31/356.50		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1297.31/356.50		at java.lang.reflect.Method.invoke(Method.java:498)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1297.31/356.50		... 31 more
1297.31/356.50	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1297.31/356.50		... 35 more
1297.31/356.50	Caused by: java.lang.reflect.InvocationTargetException
1297.31/356.50		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1297.31/356.50		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1297.31/356.50		at java.lang.reflect.Method.invoke(Method.java:498)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1297.31/356.50		... 36 more
1297.31/356.50	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1297.31/356.50		... 40 more
1297.31/356.50	Caused by: java.lang.reflect.InvocationTargetException
1297.31/356.50		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1297.31/356.50		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1297.31/356.50		at java.lang.reflect.Method.invoke(Method.java:498)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1297.31/356.50		... 40 more
1297.31/356.50	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1297.31/356.50		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1297.31/356.50		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1297.31/356.50		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1297.31/356.50		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1297.31/356.50		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1297.31/356.50		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1297.31/356.50		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1297.31/356.50		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1297.31/356.50		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1297.31/356.50		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1297.31/356.50		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1297.31/356.50		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1297.31/356.50		at java.lang.reflect.Method.invoke(Method.java:498)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1297.31/356.50		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1297.31/356.50		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1297.31/356.50		at java.lang.reflect.Method.invoke(Method.java:498)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1297.31/356.50		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1297.31/356.50		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1297.31/356.50		at java.lang.reflect.Method.invoke(Method.java:498)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1297.31/356.50		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1297.31/356.50		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1297.31/356.50		at java.lang.reflect.Method.invoke(Method.java:498)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1297.31/356.50		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1297.31/356.50		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1297.31/356.50	
1367.79/375.62	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1367.79/375.62		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1367.79/375.62		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1367.79/375.62		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1367.79/375.62		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1367.79/375.62		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1367.79/375.62		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1367.79/375.62		at java.io.PrintWriter.flush(PrintWriter.java:320)
1367.79/375.62		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1367.79/375.62		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1367.79/375.62		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1367.79/375.62		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-4244112-1502056999/watcher-4244112-1502056999 -o /tmp/evaluation-result-4244112-1502056999/solver-4244112-1502056999 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244112-1502056999.xml 

pid=21148
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 6.19 6.33 5.24 4/201 21151
/proc/meminfo: memFree=28643588/32770624 swapFree=0/345216
[pid=21151] ppid=21148 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/21151/stat : 21151 (runsolver) D 21148 21151 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 47610804 24240128 106 18446744073709551615 4194304 4338465 140731421496816 140731421494456 139769134269143 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 20922368 140731421503623 140731421504073 140731421504073 140731421507530 0
/proc/21151/statm: 5918 106 53 36 0 2156 0

[startup+0.102049 s]
/proc/loadavg: 6.19 6.33 5.24 4/201 21151
/proc/meminfo: memFree=28643588/32770624 swapFree=0/345216
[pid=21151] ppid=21148 vsize=10151672 CPUtime=0.04 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 4011 0 0 0 3 1 0 0 20 0 9 0 47610804 10395312128 5118 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2537918 5118 2122 1 0 2527415 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10151672

[startup+0.200233 s]
/proc/loadavg: 6.19 6.33 5.24 4/201 21151
/proc/meminfo: memFree=28643588/32770624 swapFree=0/345216
[pid=21151] ppid=21148 vsize=10551156 CPUtime=0.07 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 4806 0 0 0 6 1 0 0 20 0 15 0 47610804 10804383744 6301 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2637789 6301 2607 1 0 2627261 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 10551156

[startup+0.3009 s]
/proc/loadavg: 6.19 6.33 5.24 4/201 21151
/proc/meminfo: memFree=28643588/32770624 swapFree=0/345216
[pid=21151] ppid=21148 vsize=10551156 CPUtime=0.23 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 8246 0 0 0 20 3 0 0 20 0 15 0 47610804 10804383744 8923 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2637789 8923 2854 1 0 2627261 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551156

[startup+0.700225 s]
/proc/loadavg: 6.19 6.33 5.24 4/201 21151
/proc/meminfo: memFree=28643588/32770624 swapFree=0/345216
[pid=21151] ppid=21148 vsize=10551232 CPUtime=1.49 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 13163 0 0 0 144 5 0 0 20 0 15 0 47610804 10804461568 24531 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2637808 24531 3060 1 0 2627261 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 10551232

[startup+1.50069 s]
/proc/loadavg: 6.19 6.33 5.24 6/216 21166
/proc/meminfo: memFree=28418408/32770624 swapFree=0/345236
[pid=21151] ppid=21148 vsize=10551232 CPUtime=3.4 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 14261 0 0 0 315 25 0 0 20 0 15 0 47610804 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2637808 99422 3093 1 0 2627261 0
[pid=21151/tid=21153] ppid=21148 vsize=10551232 CPUtime=1.18 cores=0,2,4,6
/proc/21151/task/21153/stat : 21153 (java) R 21148 21151 12906 0 -1 4202560 7629 0 0 0 113 5 0 0 20 0 15 0 47610810 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140611379379200 140611008641235 0 4 1 16800974 0 0 0 -1 2 0 0 6 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21154] ppid=21148 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/21151/task/21154/stat : 21154 (java) S 21148 21151 12906 0 -1 1077944384 140 0 0 0 12 4 0 0 20 0 15 0 47610811 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140611332110608 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21155] ppid=21148 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/21151/task/21155/stat : 21155 (java) S 21148 21151 12906 0 -1 1077944384 132 0 0 0 12 4 0 0 20 0 15 0 47610811 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140611331058064 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21156] ppid=21148 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/21151/task/21156/stat : 21156 (java) S 21148 21151 12906 0 -1 1077944384 128 0 0 0 12 4 0 0 20 0 15 0 47610811 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140611330005520 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21157] ppid=21148 vsize=10551232 CPUtime=0.16 cores=0,2,4,6
/proc/21151/task/21157/stat : 21157 (java) S 21148 21151 12906 0 -1 1077944384 171 0 0 0 12 4 0 0 20 0 15 0 47610811 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140611328952976 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21158] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21158/stat : 21158 (java) S 21148 21151 12906 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 47610812 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140610939320816 140611375155842 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21159] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21159/stat : 21159 (java) S 21148 21151 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47610813 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140610938267040 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21160] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21160/stat : 21160 (java) S 21148 21151 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47610813 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140610937214448 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21161] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21161/stat : 21161 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47610815 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140610936163024 140611375163291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21162] ppid=21148 vsize=10551232 CPUtime=0.58 cores=0,2,4,6
/proc/21151/task/21162/stat : 21162 (java) R 21148 21151 12906 0 -1 4202560 1564 0 0 0 58 0 0 0 20 0 15 0 47610815 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140610935109616 140611375156630 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21163] ppid=21148 vsize=10551232 CPUtime=0.57 cores=0,2,4,6
/proc/21151/task/21163/stat : 21163 (java) R 21148 21151 12906 0 -1 4202560 1241 0 0 0 57 0 0 0 20 0 15 0 47610815 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140610934042976 140611361160504 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21164] ppid=21148 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/21151/task/21164/stat : 21164 (java) S 21148 21151 12906 0 -1 1077944384 1814 0 0 0 35 0 0 0 20 0 15 0 47610815 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140610933004528 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21165] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21165/stat : 21165 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47610816 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140610931952224 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21166] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21166/stat : 21166 (java) S 21148 21151 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 47610822 10804461568 99422 18446744073709551615 4194304 4196468 140722784367824 140610930899760 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 10551232

[startup+3.10066 s]
/proc/loadavg: 6.09 6.31 5.24 6/216 21166
/proc/meminfo: memFree=28047292/32770624 swapFree=0/345236
[pid=21151] ppid=21148 vsize=10551232 CPUtime=7.86 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 17045 0 0 0 723 63 0 0 20 0 15 0 47610804 10804461568 190901 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2637808 190901 3111 1 0 2627261 0
[pid=21151/tid=21153] ppid=21148 vsize=10551232 CPUtime=1.48 cores=0,2,4,6
/proc/21151/task/21153/stat : 21153 (java) S 21148 21151 12906 0 -1 1077944384 7643 0 0 0 142 6 0 0 20 0 15 0 47610810 10804461568 190901 18446744073709551615 4194304 4196468 140722784367824 140611379379600 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21154] ppid=21148 vsize=10551232 CPUtime=1.09 cores=0,2,4,6
/proc/21151/task/21154/stat : 21154 (java) R 21148 21151 12906 0 -1 4202560 666 0 0 0 97 12 0 0 20 0 15 0 47610811 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140611332110608 140611367772903 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21155] ppid=21148 vsize=10551232 CPUtime=1.09 cores=0,2,4,6
/proc/21151/task/21155/stat : 21155 (java) R 21148 21151 12906 0 -1 4202560 845 0 0 0 95 14 0 0 20 0 15 0 47610811 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140611331058064 140611367772903 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21156] ppid=21148 vsize=10551232 CPUtime=1.09 cores=0,2,4,6
/proc/21151/task/21156/stat : 21156 (java) R 21148 21151 12906 0 -1 4202560 673 0 0 0 96 13 0 0 20 0 15 0 47610811 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140611330005720 140611368247586 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21157] ppid=21148 vsize=10551232 CPUtime=1.09 cores=0,2,4,6
/proc/21151/task/21157/stat : 21157 (java) R 21148 21151 12906 0 -1 4202560 605 0 0 0 96 13 0 0 20 0 15 0 47610811 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140611328953096 140611367772903 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21158] ppid=21148 vsize=10551232 CPUtime=0.37 cores=0,2,4,6
/proc/21151/task/21158/stat : 21158 (java) S 21148 21151 12906 0 -1 1077944384 505 0 0 0 37 0 0 0 20 0 15 0 47610812 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140610939319328 140611375154901 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21159] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21159/stat : 21159 (java) S 21148 21151 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47610813 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140610938267040 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21160] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21160/stat : 21160 (java) S 21148 21151 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47610813 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140610937214448 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21161] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21161/stat : 21161 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47610815 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140610936163024 140611375163291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21162] ppid=21148 vsize=10551232 CPUtime=0.61 cores=0,2,4,6
/proc/21151/task/21162/stat : 21162 (java) S 21148 21151 12906 0 -1 1077944384 1570 0 0 0 61 0 0 0 20 0 15 0 47610815 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140610935109616 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21163] ppid=21148 vsize=10551232 CPUtime=0.58 cores=0,2,4,6
/proc/21151/task/21163/stat : 21163 (java) S 21148 21151 12906 0 -1 1077944384 1245 0 0 0 58 0 0 0 20 0 15 0 47610815 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140610934057072 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21164] ppid=21148 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/21151/task/21164/stat : 21164 (java) S 21148 21151 12906 0 -1 1077944384 1934 0 0 0 38 0 0 0 20 0 15 0 47610815 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140610933004528 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21165] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21165/stat : 21165 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47610816 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140610931952224 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21166] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21166/stat : 21166 (java) S 21148 21151 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 47610822 10804461568 191413 18446744073709551615 4194304 4196468 140722784367824 140610930899760 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 10551232

[startup+6.3007 s]
/proc/loadavg: 6.09 6.31 5.24 3/215 21166
/proc/meminfo: memFree=27541840/32770624 swapFree=0/345236
[pid=21151] ppid=21148 vsize=10551232 CPUtime=15.99 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 26067 0 0 0 1505 94 0 0 20 0 15 0 47610804 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2637808 312055 3117 1 0 2627261 0
[pid=21151/tid=21153] ppid=21148 vsize=10551232 CPUtime=2.46 cores=0,2,4,6
/proc/21151/task/21153/stat : 21153 (java) R 21148 21151 12906 0 -1 4202560 8886 0 0 0 237 9 0 0 20 0 15 0 47610810 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140611379379784 140611008641274 0 4 1 16800974 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21154] ppid=21148 vsize=10551232 CPUtime=2.64 cores=0,2,4,6
/proc/21151/task/21154/stat : 21154 (java) S 21148 21151 12906 0 -1 1077944384 1410 0 0 0 245 19 0 0 20 0 15 0 47610811 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140611332110608 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21155] ppid=21148 vsize=10551232 CPUtime=2.64 cores=0,2,4,6
/proc/21151/task/21155/stat : 21155 (java) S 21148 21151 12906 0 -1 1077944384 1206 0 0 0 243 21 0 0 20 0 15 0 47610811 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140611331058064 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21156] ppid=21148 vsize=10551232 CPUtime=2.64 cores=0,2,4,6
/proc/21151/task/21156/stat : 21156 (java) S 21148 21151 12906 0 -1 1077944384 1052 0 0 0 245 19 0 0 20 0 15 0 47610811 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140611330005520 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21157] ppid=21148 vsize=10551232 CPUtime=2.65 cores=0,2,4,6
/proc/21151/task/21157/stat : 21157 (java) S 21148 21151 12906 0 -1 1077944384 815 0 0 0 244 21 0 0 20 0 15 0 47610811 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140611328952976 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21158] ppid=21148 vsize=10551232 CPUtime=1.02 cores=0,2,4,6
/proc/21151/task/21158/stat : 21158 (java) S 21148 21151 12906 0 -1 1077944384 2286 0 0 0 102 0 0 0 20 0 15 0 47610812 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140610939320816 140611375155842 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21159] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21159/stat : 21159 (java) S 21148 21151 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47610813 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140610938267040 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21160] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21160/stat : 21160 (java) S 21148 21151 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47610813 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140610937214448 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21161] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21161/stat : 21161 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47610815 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140610936163024 140611375163291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21162] ppid=21148 vsize=10551232 CPUtime=0.79 cores=0,2,4,6
/proc/21151/task/21162/stat : 21162 (java) R 21148 21151 12906 0 -1 4202560 3775 0 0 0 79 0 0 0 20 0 15 0 47610815 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140610935090216 140611355866728 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21163] ppid=21148 vsize=10551232 CPUtime=0.65 cores=0,2,4,6
/proc/21151/task/21163/stat : 21163 (java) S 21148 21151 12906 0 -1 1077944384 2795 0 0 0 65 0 0 0 20 0 15 0 47610815 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140610934057072 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21164] ppid=21148 vsize=10551232 CPUtime=0.4 cores=0,2,4,6
/proc/21151/task/21164/stat : 21164 (java) S 21148 21151 12906 0 -1 1077944384 2119 0 0 0 40 0 0 0 20 0 15 0 47610815 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140610933004528 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21165] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21165/stat : 21165 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47610816 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140610931952224 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21166] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21166/stat : 21166 (java) S 21148 21151 12906 0 -1 1077944384 365 0 0 0 0 0 0 0 20 0 15 0 47610822 10804461568 312055 18446744073709551615 4194304 4196468 140722784367824 140610930899760 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
Current children cumulated CPU time (s) 15.99
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 5.84 6.26 5.23 3/215 21166
/proc/meminfo: memFree=25723028/32770624 swapFree=0/345232
[pid=21151] ppid=21148 vsize=10551232 CPUtime=34.4 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 39304 0 0 0 3204 236 0 0 20 0 15 0 47610804 10804461568 731954 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2637808 731954 3119 1 0 2627261 0
[pid=21151/tid=21153] ppid=21148 vsize=10551232 CPUtime=3.49 cores=0,2,4,6
/proc/21151/task/21153/stat : 21153 (java) S 21148 21151 12906 0 -1 1077944384 8940 0 0 0 340 9 0 0 20 0 15 0 47610810 10804461568 731954 18446744073709551615 4194304 4196468 140722784367824 140611379380128 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 6 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21154] ppid=21148 vsize=10551232 CPUtime=6.27 cores=0,2,4,6
/proc/21151/task/21154/stat : 21154 (java) S 21148 21151 12906 0 -1 1077944384 2524 0 0 0 576 51 0 0 20 0 15 0 47610811 10804461568 731954 18446744073709551615 4194304 4196468 140722784367824 140611332110608 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21155] ppid=21148 vsize=10551232 CPUtime=6.45 cores=0,2,4,6
/proc/21151/task/21155/stat : 21155 (java) S 21148 21151 12906 0 -1 1077944384 2528 0 0 0 584 61 0 0 20 0 15 0 47610811 10804461568 731954 18446744073709551615 4194304 4196468 140722784367824 140611331058064 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21156] ppid=21148 vsize=10551232 CPUtime=6.41 cores=0,2,4,6
/proc/21151/task/21156/stat : 21156 (java) S 21148 21151 12906 0 -1 1077944384 2003 0 0 0 587 54 0 0 20 0 15 0 47610811 10804461568 731954 18446744073709551615 4194304 4196468 140722784367824 140611330005520 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21157] ppid=21148 vsize=10551232 CPUtime=6.39 cores=0,2,4,6
/proc/21151/task/21157/stat : 21157 (java) S 21148 21151 12906 0 -1 1077944384 1912 0 0 0 585 54 0 0 20 0 15 0 47610811 10804461568 731954 18446744073709551615 4194304 4196468 140722784367824 140611328952976 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21158] ppid=21148 vsize=10551232 CPUtime=2.57 cores=0,2,4,6
/proc/21151/task/21158/stat : 21158 (java) R 21148 21151 12906 0 -1 4202560 3978 0 0 0 257 0 0 0 20 0 15 0 47610812 10804461568 731954 18446744073709551615 4194304 4196468 140722784367824 140610939319248 140611359845348 0 0 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21159] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21159/stat : 21159 (java) S 21148 21151 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 47610813 10804461568 731954 18446744073709551615 4194304 4196468 140722784367824 140610938267040 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21160] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21160/stat : 21160 (java) S 21148 21151 12906 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 15 0 47610813 10804461568 731954 18446744073709551615 4194304 4196468 140722784367824 140610937214448 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21161] ppid=21148 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21161/stat : 21161 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 47610815 10804461568 731954 18446744073709551615 4194304 4196468 140722784367824 140610936163024 140611375163291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0

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


[startup+380.801 s]
/proc/loadavg: 8.14 6.93 5.76 9/215 21283
/proc/meminfo: memFree=15031532/32770624 swapFree=0/345828
[pid=21151] ppid=21148 vsize=10686560 CPUtime=1388.3 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 178662 0 0 0 138111 719 0 0 20 0 16 0 47610804 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2671640 2052123 3176 1 0 2661055 0
[pid=21151/tid=21153] ppid=21148 vsize=10686560 CPUtime=14.08 cores=0,2,4,6
/proc/21151/task/21153/stat : 21153 (java) S 21148 21151 12906 0 -1 1077944384 18712 0 0 0 1397 11 0 0 20 0 16 0 47610810 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611379385376 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21154] ppid=21148 vsize=10686560 CPUtime=335.99 cores=0,2,4,6
/proc/21151/task/21154/stat : 21154 (java) R 21148 21151 12906 0 -1 4202560 18619 0 0 0 33425 174 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611332110728 140611367772903 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21155] ppid=21148 vsize=10686560 CPUtime=336.33 cores=0,2,4,6
/proc/21151/task/21155/stat : 21155 (java) R 21148 21151 12906 0 -1 4202560 20054 0 0 0 33472 161 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611331057952 140611360134338 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21156] ppid=21148 vsize=10686560 CPUtime=334.72 cores=0,2,4,6
/proc/21151/task/21156/stat : 21156 (java) R 21148 21151 12906 0 -1 4202560 13423 0 0 0 33289 183 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611330005640 140611367772903 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21157] ppid=21148 vsize=10686560 CPUtime=336.04 cores=0,2,4,6
/proc/21151/task/21157/stat : 21157 (java) S 21148 21151 12906 0 -1 1077944384 13993 0 0 0 33427 177 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611328952784 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21158] ppid=21148 vsize=10686560 CPUtime=27.52 cores=0,2,4,6
/proc/21151/task/21158/stat : 21158 (java) S 21148 21151 12906 0 -1 1077944384 65771 0 0 0 2749 3 0 0 20 0 16 0 47610812 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610939319360 140611375154901 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21159] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21159/stat : 21159 (java) S 21148 21151 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 47610813 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610938267104 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21160] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21160/stat : 21160 (java) S 21148 21151 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 47610813 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610937214464 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21161] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21161/stat : 21161 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610936163024 140611375163291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21162] ppid=21148 vsize=10686560 CPUtime=1.76 cores=0,2,4,6
/proc/21151/task/21162/stat : 21162 (java) S 21148 21151 12906 0 -1 1077944384 13707 0 0 0 174 2 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610935109376 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21163] ppid=21148 vsize=10686560 CPUtime=1.09 cores=0,2,4,6
/proc/21151/task/21163/stat : 21163 (java) S 21148 21151 12906 0 -1 1077944384 7706 0 0 0 108 1 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610934057120 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21164] ppid=21148 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/21151/task/21164/stat : 21164 (java) S 21148 21151 12906 0 -1 1077944384 4541 0 0 0 46 0 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610933004576 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21165] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21165/stat : 21165 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47610816 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610931952224 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21166] ppid=21148 vsize=10686560 CPUtime=0.2 cores=0,2,4,6
/proc/21151/task/21166/stat : 21166 (java) S 21148 21151 12906 0 -1 1077944384 655 0 0 0 10 10 0 0 20 0 16 0 47610822 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610930899760 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21282] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21282/stat : 21282 (java) S 21148 21151 12906 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 47646454 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610926694928 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
Current children cumulated CPU time (s) 1388.3
Current children cumulated vsize (KiB) 10686560

[startup+382.401 s]
/proc/loadavg: 8.14 6.93 5.76 9/215 21283
/proc/meminfo: memFree=15031532/32770624 swapFree=0/345832
[pid=21151] ppid=21148 vsize=10686560 CPUtime=1394.51 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 178700 0 0 0 138731 720 0 0 20 0 16 0 47610804 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2671640 2052123 3176 1 0 2661055 0
[pid=21151/tid=21153] ppid=21148 vsize=10686560 CPUtime=14.08 cores=0,2,4,6
/proc/21151/task/21153/stat : 21153 (java) S 21148 21151 12906 0 -1 1077944384 18712 0 0 0 1397 11 0 0 20 0 16 0 47610810 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611379385376 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21154] ppid=21148 vsize=10686560 CPUtime=337.53 cores=0,2,4,6
/proc/21151/task/21154/stat : 21154 (java) R 21148 21151 12906 0 -1 4202560 18619 0 0 0 33579 174 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611332110728 140611367772903 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21155] ppid=21148 vsize=10686560 CPUtime=337.93 cores=0,2,4,6
/proc/21151/task/21155/stat : 21155 (java) R 21148 21151 12906 0 -1 4202560 20092 0 0 0 33632 161 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611331057952 140611368248332 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21156] ppid=21148 vsize=10686560 CPUtime=336.24 cores=0,2,4,6
/proc/21151/task/21156/stat : 21156 (java) R 21148 21151 12906 0 -1 4202560 13423 0 0 0 33441 183 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611330005640 140611367772903 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21157] ppid=21148 vsize=10686560 CPUtime=337.58 cores=0,2,4,6
/proc/21151/task/21157/stat : 21157 (java) R 21148 21151 12906 0 -1 4202560 13993 0 0 0 33580 178 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611328952784 140611367772903 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21158] ppid=21148 vsize=10686560 CPUtime=27.52 cores=0,2,4,6
/proc/21151/task/21158/stat : 21158 (java) S 21148 21151 12906 0 -1 1077944384 65771 0 0 0 2749 3 0 0 20 0 16 0 47610812 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610939319360 140611375154901 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21159] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21159/stat : 21159 (java) S 21148 21151 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 47610813 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610938267104 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21160] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21160/stat : 21160 (java) S 21148 21151 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 47610813 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610937214464 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21161] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21161/stat : 21161 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610936163024 140611375163291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21162] ppid=21148 vsize=10686560 CPUtime=1.76 cores=0,2,4,6
/proc/21151/task/21162/stat : 21162 (java) S 21148 21151 12906 0 -1 1077944384 13707 0 0 0 174 2 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610935109376 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21163] ppid=21148 vsize=10686560 CPUtime=1.09 cores=0,2,4,6
/proc/21151/task/21163/stat : 21163 (java) S 21148 21151 12906 0 -1 1077944384 7706 0 0 0 108 1 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610934057120 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21164] ppid=21148 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/21151/task/21164/stat : 21164 (java) S 21148 21151 12906 0 -1 1077944384 4541 0 0 0 46 0 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610933004576 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21165] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21165/stat : 21165 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47610816 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610931952224 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21166] ppid=21148 vsize=10686560 CPUtime=0.2 cores=0,2,4,6
/proc/21151/task/21166/stat : 21166 (java) S 21148 21151 12906 0 -1 1077944384 655 0 0 0 10 10 0 0 20 0 16 0 47610822 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610930899760 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21282] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21282/stat : 21282 (java) S 21148 21151 12906 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 47646454 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610926694928 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
Current children cumulated CPU time (s) 1394.51
Current children cumulated vsize (KiB) 10686560

[startup+384.007 s]
/proc/loadavg: 8.13 6.95 5.77 9/215 21283
/proc/meminfo: memFree=15031536/32770624 swapFree=0/345832
[pid=21151] ppid=21148 vsize=10686560 CPUtime=1400.73 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 178923 0 0 0 139351 722 0 0 20 0 16 0 47610804 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2671640 2052123 3176 1 0 2661055 0
[pid=21151/tid=21153] ppid=21148 vsize=10686560 CPUtime=14.08 cores=0,2,4,6
/proc/21151/task/21153/stat : 21153 (java) S 21148 21151 12906 0 -1 1077944384 18712 0 0 0 1397 11 0 0 20 0 16 0 47610810 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611379385376 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21154] ppid=21148 vsize=10686560 CPUtime=339.07 cores=0,2,4,6
/proc/21151/task/21154/stat : 21154 (java) R 21148 21151 12906 0 -1 4202560 18619 0 0 0 33732 175 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611332110728 140611367772903 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21155] ppid=21148 vsize=10686560 CPUtime=339.54 cores=0,2,4,6
/proc/21151/task/21155/stat : 21155 (java) R 21148 21151 12906 0 -1 4202560 20315 0 0 0 33793 161 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611331057952 140611356697936 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21156] ppid=21148 vsize=10686560 CPUtime=337.77 cores=0,2,4,6
/proc/21151/task/21156/stat : 21156 (java) R 21148 21151 12906 0 -1 4202560 13423 0 0 0 33593 184 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611330005640 140611367772903 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21157] ppid=21148 vsize=10686560 CPUtime=339.13 cores=0,2,4,6
/proc/21151/task/21157/stat : 21157 (java) R 21148 21151 12906 0 -1 4202560 13993 0 0 0 33735 178 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611328952784 140611367772903 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21158] ppid=21148 vsize=10686560 CPUtime=27.52 cores=0,2,4,6
/proc/21151/task/21158/stat : 21158 (java) S 21148 21151 12906 0 -1 1077944384 65771 0 0 0 2749 3 0 0 20 0 16 0 47610812 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610939319360 140611375154901 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21159] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21159/stat : 21159 (java) S 21148 21151 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 47610813 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610938267104 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21160] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21160/stat : 21160 (java) S 21148 21151 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 47610813 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610937214464 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21161] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21161/stat : 21161 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610936163024 140611375163291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21162] ppid=21148 vsize=10686560 CPUtime=1.76 cores=0,2,4,6
/proc/21151/task/21162/stat : 21162 (java) S 21148 21151 12906 0 -1 1077944384 13707 0 0 0 174 2 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610935109376 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21163] ppid=21148 vsize=10686560 CPUtime=1.09 cores=0,2,4,6
/proc/21151/task/21163/stat : 21163 (java) S 21148 21151 12906 0 -1 1077944384 7706 0 0 0 108 1 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610934057120 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21164] ppid=21148 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/21151/task/21164/stat : 21164 (java) S 21148 21151 12906 0 -1 1077944384 4541 0 0 0 46 0 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610933004576 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21165] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21165/stat : 21165 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47610816 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610931952224 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21166] ppid=21148 vsize=10686560 CPUtime=0.21 cores=0,2,4,6
/proc/21151/task/21166/stat : 21166 (java) S 21148 21151 12906 0 -1 1077944384 655 0 0 0 11 10 0 0 20 0 16 0 47610822 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610930899760 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21282] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21282/stat : 21282 (java) S 21148 21151 12906 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 47646454 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610926694928 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
Current children cumulated CPU time (s) 1400.73
Current children cumulated vsize (KiB) 10686560

[startup+384.801 s]
/proc/loadavg: 8.13 6.95 5.77 9/215 21283
/proc/meminfo: memFree=15031536/32770624 swapFree=0/345832
[pid=21151] ppid=21148 vsize=10686560 CPUtime=1402.71 cores=0,2,4,6
/proc/21151/stat : 21151 (java) S 21148 21151 12906 0 -1 1077944320 178923 0 0 0 139548 723 0 0 20 0 16 0 47610804 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140722784350368 140611375144695 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
/proc/21151/statm: 2671640 2052123 3176 1 0 2661055 0
[pid=21151/tid=21153] ppid=21148 vsize=10686560 CPUtime=14.08 cores=0,2,4,6
/proc/21151/task/21153/stat : 21153 (java) S 21148 21151 12906 0 -1 1077944384 18712 0 0 0 1397 11 0 0 20 0 16 0 47610810 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611379385376 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21154] ppid=21148 vsize=10686560 CPUtime=339.47 cores=0,2,4,6
/proc/21151/task/21154/stat : 21154 (java) S 21148 21151 12906 0 -1 1077944384 18619 0 0 0 33772 175 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611332110608 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21155] ppid=21148 vsize=10686560 CPUtime=339.95 cores=0,2,4,6
/proc/21151/task/21155/stat : 21155 (java) S 21148 21151 12906 0 -1 1077944384 20315 0 0 0 33834 161 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611331058064 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21156] ppid=21148 vsize=10686560 CPUtime=338.16 cores=0,2,4,6
/proc/21151/task/21156/stat : 21156 (java) S 21148 21151 12906 0 -1 1077944384 13423 0 0 0 33632 184 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611330005520 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21157] ppid=21148 vsize=10686560 CPUtime=339.53 cores=0,2,4,6
/proc/21151/task/21157/stat : 21157 (java) S 21148 21151 12906 0 -1 1077944384 13993 0 0 0 33774 179 0 0 20 0 16 0 47610811 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140611328952976 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21158] ppid=21148 vsize=10686560 CPUtime=27.91 cores=0,2,4,6
/proc/21151/task/21158/stat : 21158 (java) R 21148 21151 12906 0 -1 4202560 65771 0 0 0 2788 3 0 0 20 0 16 0 47610812 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610939319248 140611359602328 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21159] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21159/stat : 21159 (java) S 21148 21151 12906 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 16 0 47610813 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610938267104 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21160] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21160/stat : 21160 (java) S 21148 21151 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 47610813 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610937214464 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21161] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21161/stat : 21161 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610936163024 140611375163291 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21162] ppid=21148 vsize=10686560 CPUtime=1.76 cores=0,2,4,6
/proc/21151/task/21162/stat : 21162 (java) S 21148 21151 12906 0 -1 1077944384 13707 0 0 0 174 2 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610935109376 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21163] ppid=21148 vsize=10686560 CPUtime=1.09 cores=0,2,4,6
/proc/21151/task/21163/stat : 21163 (java) S 21148 21151 12906 0 -1 1077944384 7706 0 0 0 108 1 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610934057120 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21164] ppid=21148 vsize=10686560 CPUtime=0.46 cores=0,2,4,6
/proc/21151/task/21164/stat : 21164 (java) S 21148 21151 12906 0 -1 1077944384 4541 0 0 0 46 0 0 0 20 0 16 0 47610815 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610933004576 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21165] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21165/stat : 21165 (java) S 21148 21151 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 47610816 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610931952224 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21166] ppid=21148 vsize=10686560 CPUtime=0.21 cores=0,2,4,6
/proc/21151/task/21166/stat : 21166 (java) S 21148 21151 12906 0 -1 1077944384 655 0 0 0 11 10 0 0 20 0 16 0 47610822 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610930899760 140611375155842 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
[pid=21151/tid=21282] ppid=21148 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/21151/task/21282/stat : 21282 (java) S 21148 21151 12906 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 16 0 47646454 10943037440 2052123 18446744073709551615 4194304 4196468 140722784367824 140610926694928 140611375154901 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30470144 140722784371125 140722784371278 140722784371278 140722784374735 0
Current children cumulated CPU time (s) 1402.71
Current children cumulated vsize (KiB) 10686560

[startup+385.201 s]
/proc/loadavg: 8.13 6.95 5.77 6/215 21283
/proc/meminfo: memFree=15031536/32770624 swapFree=0/345832
[pid=21151] ppid=21148 vsize=0 CPUtime=1403.11 cores=0,2,4,6
/proc/21151/stat : 21151 (java) Z 21148 21151 12906 0 -1 4227084 179097 0 0 0 139587 724 0 0 20 0 2 0 47610804 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 0 0 0 0 0 0 0 0
/proc/21151/statm: 0 0 0 0 0 0 0
[pid=21151/tid=21155] ppid=21148 vsize=0 CPUtime=339.96 cores=0,2,4,6
/proc/21151/task/21155/stat : 21155 (java) R 21148 21151 12906 0 -1 4203588 20315 0 0 0 33834 162 0 0 20 0 2 0 47610811 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 4 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1403.11
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 385.228
CPU time (s): 1403.15
CPU user time (s): 1395.88
CPU system time (s): 7.27144
CPU usage (%): 364.238
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1395.88
system time used= 7.27144
maximum resident set size= 8208824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179097
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19931
involuntary context switches= 29374

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.87642 second user time and 2.42111 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 23:49:21
IDJOB=4244112
IDBENCH=139746
IDSOLVER=2623
FILE ID=node135/4244112-1502056999
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-09-11.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244112-1502056999/watcher-4244112-1502056999 -o /tmp/evaluation-result-4244112-1502056999/solver-4244112-1502056999 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244112-1502056999.xml

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

MD5SUM BENCH= 40f8709457985e2479c772f6dd1ec4a8
RANDOM SEED=2116094116

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:        28644488 kB
MemAvailable:   29059188 kB
Buffers:          206156 kB
Cached:           496920 kB
SwapCached:            0 kB
Active:          3322512 kB
Inactive:         370188 kB
Active(anon):    2989596 kB
Inactive(anon):    24972 kB
Active(file):     332916 kB
Inactive(file):   345216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1736 kB
Writeback:             4 kB
AnonPages:       2989240 kB
Mapped:            50412 kB
Shmem:             25344 kB
Slab:             132064 kB
SReclaimable:     104808 kB
SUnreclaim:        27256 kB
KernelStack:        3536 kB
PageTables:        10296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4542636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2846720 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 23:55:47