Trace number 4244011

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) 1521.3199 412.01001

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-47.xml
MD5SUMb40b46819fbd3a38fcaaee2fdd389509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.0601
Satisfiable
(Un)Satisfiability was proved
Number of variables2209
Number of constraints16215
Number of domains1
Minimum domain size1081
Maximum domain size1081
Distribution of domain sizes[{"size":1081,"count":1081}]
Minimum variable degree0
Maximum variable degree46
Distribution of variable degrees[{"degree":0,"count":1128},{"degree":46,"count":1081}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":16215}]
Number of extensional constraints0
Number of intensional constraints16215
Distribution of constraint types[{"type":"intension","count":16215}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1438.66/389.76	Aug 07, 2017 10:59:19 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1438.66/389.76	INFO: Runtime exception
1438.66/389.76	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1438.66/389.76		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1438.66/389.76		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1438.66/389.76		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1438.66/389.76		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1438.66/389.76		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1438.66/389.76		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1438.66/389.76		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1438.66/389.76		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1438.66/389.76		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1438.66/389.76		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1438.66/389.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1438.66/389.76		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1438.66/389.76		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1438.66/389.76		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1438.66/389.76		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1438.66/389.76		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1438.66/389.76		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1438.66/389.76		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1438.66/389.76		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1438.66/389.76	Caused by: java.lang.reflect.InvocationTargetException
1438.66/389.76		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1438.66/389.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1438.66/389.76		at java.lang.reflect.Method.invoke(Method.java:498)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1438.66/389.76		... 21 more
1438.66/389.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1438.66/389.76		... 25 more
1438.66/389.76	Caused by: java.lang.reflect.InvocationTargetException
1438.66/389.76		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1438.66/389.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1438.66/389.76		at java.lang.reflect.Method.invoke(Method.java:498)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1438.66/389.76		... 26 more
1438.66/389.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1438.66/389.76		... 30 more
1438.66/389.76	Caused by: java.lang.reflect.InvocationTargetException
1438.66/389.76		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1438.66/389.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1438.66/389.76		at java.lang.reflect.Method.invoke(Method.java:498)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1438.66/389.76		... 31 more
1438.66/389.76	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1438.66/389.76		... 35 more
1438.66/389.76	Caused by: java.lang.reflect.InvocationTargetException
1438.66/389.76		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1438.66/389.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1438.66/389.76		at java.lang.reflect.Method.invoke(Method.java:498)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1438.66/389.76		... 35 more
1438.66/389.76	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1438.66/389.76		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1438.66/389.76		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1438.66/389.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1438.66/389.76		at java.lang.reflect.Method.invoke(Method.java:498)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1438.66/389.76		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1438.66/389.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1438.66/389.76		at java.lang.reflect.Method.invoke(Method.java:498)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1438.66/389.76		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1438.66/389.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1438.66/389.76		at java.lang.reflect.Method.invoke(Method.java:498)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1438.66/389.76		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1438.66/389.76		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1438.66/389.76		at java.lang.reflect.Method.invoke(Method.java:498)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1438.66/389.76		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1438.66/389.76		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1438.66/389.76		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1438.66/389.76		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1438.66/389.76		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1438.66/389.76		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1438.66/389.76		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1438.66/389.76		at org.xcsp.parser.XCallbacks$$Lambda$44/341748265.accept(Unknown Source)
1438.66/389.76		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1438.66/389.76		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1438.66/389.76	
1521.20/411.92	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1521.20/411.92		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1521.20/411.92		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1521.20/411.92		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1521.20/411.92		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1521.20/411.92		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1521.20/411.92		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1521.20/411.92		at java.io.PrintWriter.flush(PrintWriter.java:320)
1521.20/411.92		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1521.20/411.92		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1521.20/411.92		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1521.20/411.92		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-4244011-1502096806/watcher-4244011-1502096806 -o /tmp/evaluation-result-4244011-1502096806/solver-4244011-1502096806 -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-4244011-1502096806.xml 

pid=29490
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: 6.17 6.49 5.40 5/201 29493
/proc/meminfo: memFree=23253848/32770624 swapFree=0/364120
[pid=29493] ppid=29490 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/29493/stat : 29493 (runsolver) D 29490 29493 12906 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 51591583 24240128 107 18446744073709551615 4194304 4338465 140728674555168 140728674552808 140440102404823 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 38027264 140728674562183 140728674562633 140728674562633 140728674566090 0
/proc/29493/statm: 5918 107 54 36 0 2156 0

[startup+0.100088 s]
/proc/loadavg: 6.17 6.49 5.40 5/201 29493
/proc/meminfo: memFree=23253848/32770624 swapFree=0/364120
[pid=29493] ppid=29490 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 4114 0 0 0 3 0 0 0 20 0 9 0 51591583 10395312128 5262 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2537918 5262 2111 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200238 s]
/proc/loadavg: 6.17 6.49 5.40 5/201 29493
/proc/meminfo: memFree=23253848/32770624 swapFree=0/364120
[pid=29493] ppid=29490 vsize=10551156 CPUtime=0.12 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 7702 0 0 0 10 2 0 0 20 0 15 0 51591583 10804383744 7562 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2637789 7562 2789 1 0 2627261 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10551156

[startup+0.30028 s]
/proc/loadavg: 6.17 6.49 5.40 5/201 29493
/proc/meminfo: memFree=23253848/32770624 swapFree=0/364120
[pid=29493] ppid=29490 vsize=10551156 CPUtime=0.29 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 9009 0 0 0 26 3 0 0 20 0 15 0 51591583 10804383744 9725 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2637789 9725 2931 1 0 2627261 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10551156

[startup+0.702193 s]
/proc/loadavg: 6.17 6.49 5.40 5/201 29493
/proc/meminfo: memFree=23253848/32770624 swapFree=0/364120
[pid=29493] ppid=29490 vsize=10551232 CPUtime=1.53 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 13029 0 0 0 147 6 0 0 20 0 15 0 51591583 10804461568 30538 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2637808 30538 3057 1 0 2627261 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 10551232

[startup+1.50123 s]
/proc/loadavg: 6.17 6.49 5.40 7/216 29508
/proc/meminfo: memFree=22906128/32770624 swapFree=0/364124
[pid=29493] ppid=29490 vsize=10551232 CPUtime=3.6 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 15898 0 0 0 324 36 0 0 20 0 15 0 51591583 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2637808 181349 3095 1 0 2627261 0
[pid=29493/tid=29495] ppid=29490 vsize=10551232 CPUtime=1.17 cores=1,3,5,7
/proc/29493/task/29495/stat : 29495 (java) S 29490 29493 12906 0 -1 1077944384 7876 0 0 0 108 9 0 0 20 0 15 0 51591589 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140423146460720 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29496] ppid=29490 vsize=10551232 CPUtime=0.17 cores=1,3,5,7
/proc/29493/task/29496/stat : 29496 (java) R 29490 29493 12906 0 -1 4202560 294 0 0 0 12 5 0 0 20 0 15 0 51591590 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140423088573144 140423134851815 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29497] ppid=29490 vsize=10551232 CPUtime=0.2 cores=1,3,5,7
/proc/29493/task/29497/stat : 29497 (java) R 29490 29493 12906 0 -1 4202560 474 0 0 0 14 6 0 0 20 0 15 0 51591590 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140423087520400 140423134851815 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29498] ppid=29490 vsize=10551232 CPUtime=0.18 cores=1,3,5,7
/proc/29493/task/29498/stat : 29498 (java) R 29490 29493 12906 0 -1 4202560 238 0 0 0 13 5 0 0 20 0 15 0 51591590 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140423086467344 140423134851815 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29499] ppid=29490 vsize=10551232 CPUtime=0.2 cores=1,3,5,7
/proc/29493/task/29499/stat : 29499 (java) R 29490 29493 12906 0 -1 4202560 465 0 0 0 14 6 0 0 20 0 15 0 51591590 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140423085414688 140423127245130 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29500] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29500/stat : 29500 (java) S 29490 29493 12906 0 -1 1077944384 497 0 0 0 0 0 0 0 20 0 15 0 51591591 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140422638626080 140423142233813 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29501] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29501/stat : 29501 (java) S 29490 29493 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51591592 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140422637573856 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29502] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29502/stat : 29502 (java) S 29490 29493 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51591592 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140422636520688 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29503] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29503/stat : 29503 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51591594 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140422635469264 140423142242203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29504] ppid=29490 vsize=10551232 CPUtime=0.65 cores=1,3,5,7
/proc/29493/task/29504/stat : 29504 (java) S 29490 29493 12906 0 -1 1077944384 1582 0 0 0 65 0 0 0 20 0 15 0 51591594 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140422634416368 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29505] ppid=29490 vsize=10551232 CPUtime=0.65 cores=1,3,5,7
/proc/29493/task/29505/stat : 29505 (java) S 29490 29493 12906 0 -1 1077944384 1514 0 0 0 64 1 0 0 20 0 15 0 51591594 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140422633363824 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29506] ppid=29490 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/29493/task/29506/stat : 29506 (java) S 29490 29493 12906 0 -1 1077944384 1602 0 0 0 30 0 0 0 20 0 15 0 51591594 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140422632310768 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29507] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29507/stat : 29507 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51591595 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140422631258464 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29508] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29508/stat : 29508 (java) S 29490 29493 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51591598 10804461568 181349 18446744073709551615 4194304 4196468 140724214971552 140422630206512 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 10551232

[startup+3.10073 s]
/proc/loadavg: 6.17 6.49 5.40 3/216 29508
/proc/meminfo: memFree=21898904/32770624 swapFree=0/364148
[pid=29493] ppid=29490 vsize=10551232 CPUtime=6.12 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 19308 0 0 0 518 94 0 0 20 0 15 0 51591583 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2637808 629733 3095 1 0 2627261 0
[pid=29493/tid=29495] ppid=29490 vsize=10551232 CPUtime=2.45 cores=1,3,5,7
/proc/29493/task/29495/stat : 29495 (java) R 29490 29493 12906 0 -1 4202560 9582 0 0 0 215 30 0 0 20 0 15 0 51591589 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140423146460496 140423128291732 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29496] ppid=29490 vsize=10551232 CPUtime=0.48 cores=1,3,5,7
/proc/29493/task/29496/stat : 29496 (java) S 29490 29493 12906 0 -1 1077944384 582 0 0 0 33 15 0 0 20 0 15 0 51591590 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140423088572944 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29497] ppid=29490 vsize=10551232 CPUtime=0.51 cores=1,3,5,7
/proc/29493/task/29497/stat : 29497 (java) S 29490 29493 12906 0 -1 1077944384 712 0 0 0 36 15 0 0 20 0 15 0 51591590 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140423087520400 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29498] ppid=29490 vsize=10551232 CPUtime=0.5 cores=1,3,5,7
/proc/29493/task/29498/stat : 29498 (java) S 29490 29493 12906 0 -1 1077944384 421 0 0 0 35 15 0 0 20 0 15 0 51591590 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140423086467344 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29499] ppid=29490 vsize=10551232 CPUtime=0.5 cores=1,3,5,7
/proc/29493/task/29499/stat : 29499 (java) S 29490 29493 12906 0 -1 1077944384 721 0 0 0 35 15 0 0 20 0 15 0 51591590 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140423085414800 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29500] ppid=29490 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/29493/task/29500/stat : 29500 (java) S 29490 29493 12906 0 -1 1077944384 1235 0 0 0 1 0 0 0 20 0 15 0 51591591 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140422638627568 140423142234754 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29501] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29501/stat : 29501 (java) S 29490 29493 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51591592 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140422637573856 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29502] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29502/stat : 29502 (java) S 29490 29493 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51591592 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140422636520688 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29503] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29503/stat : 29503 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51591594 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140422635469264 140423142242203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29504] ppid=29490 vsize=10551232 CPUtime=0.65 cores=1,3,5,7
/proc/29493/task/29504/stat : 29504 (java) S 29490 29493 12906 0 -1 1077944384 1582 0 0 0 65 0 0 0 20 0 15 0 51591594 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140422634416368 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29505] ppid=29490 vsize=10551232 CPUtime=0.65 cores=1,3,5,7
/proc/29493/task/29505/stat : 29505 (java) S 29490 29493 12906 0 -1 1077944384 1514 0 0 0 64 1 0 0 20 0 15 0 51591594 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140422633363824 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29506] ppid=29490 vsize=10551232 CPUtime=0.3 cores=1,3,5,7
/proc/29493/task/29506/stat : 29506 (java) S 29490 29493 12906 0 -1 1077944384 1603 0 0 0 30 0 0 0 20 0 15 0 51591594 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140422632310768 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29507] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29507/stat : 29507 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51591595 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140422631258464 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29508] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29508/stat : 29508 (java) S 29490 29493 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 51591598 10804461568 629733 18446744073709551615 4194304 4196468 140724214971552 140422630206512 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 10551232

[startup+6.30063 s]
/proc/loadavg: 6.08 6.46 5.39 6/216 29508
/proc/meminfo: memFree=20373552/32770624 swapFree=0/364148
[pid=29493] ppid=29490 vsize=10551232 CPUtime=10.17 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 22483 0 0 0 910 107 0 0 20 0 15 0 51591583 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2637808 721541 3096 1 0 2627261 0
[pid=29493/tid=29495] ppid=29490 vsize=10551232 CPUtime=5.53 cores=1,3,5,7
/proc/29493/task/29495/stat : 29495 (java) R 29490 29493 12906 0 -1 4202560 10946 0 0 0 520 33 0 0 20 0 15 0 51591589 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140423146455264 140422768910437 0 4 1 16800974 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29496] ppid=29490 vsize=10551232 CPUtime=0.6 cores=1,3,5,7
/proc/29493/task/29496/stat : 29496 (java) S 29490 29493 12906 0 -1 1077944384 1111 0 0 0 43 17 0 0 20 0 15 0 51591590 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140423088572944 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29497] ppid=29490 vsize=10551232 CPUtime=0.63 cores=1,3,5,7
/proc/29493/task/29497/stat : 29497 (java) S 29490 29493 12906 0 -1 1077944384 761 0 0 0 46 17 0 0 20 0 15 0 51591590 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140423087520400 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29498] ppid=29490 vsize=10551232 CPUtime=0.61 cores=1,3,5,7
/proc/29493/task/29498/stat : 29498 (java) S 29490 29493 12906 0 -1 1077944384 471 0 0 0 44 17 0 0 20 0 15 0 51591590 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140423086467344 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29499] ppid=29490 vsize=10551232 CPUtime=0.62 cores=1,3,5,7
/proc/29493/task/29499/stat : 29499 (java) S 29490 29493 12906 0 -1 1077944384 1791 0 0 0 45 17 0 0 20 0 15 0 51591590 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140423085414800 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29500] ppid=29490 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/29493/task/29500/stat : 29500 (java) S 29490 29493 12906 0 -1 1077944384 1237 0 0 0 1 0 0 0 20 0 15 0 51591591 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140422638627568 140423142234754 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29501] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29501/stat : 29501 (java) S 29490 29493 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51591592 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140422637573856 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29502] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29502/stat : 29502 (java) S 29490 29493 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51591592 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140422636520688 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29503] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29503/stat : 29503 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51591594 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140422635469264 140423142242203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29504] ppid=29490 vsize=10551232 CPUtime=0.89 cores=1,3,5,7
/proc/29493/task/29504/stat : 29504 (java) S 29490 29493 12906 0 -1 1077944384 1619 0 0 0 89 0 0 0 20 0 15 0 51591594 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140422634416368 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29505] ppid=29490 vsize=10551232 CPUtime=0.87 cores=1,3,5,7
/proc/29493/task/29505/stat : 29505 (java) S 29490 29493 12906 0 -1 1077944384 1556 0 0 0 86 1 0 0 20 0 15 0 51591594 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140422633363824 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29506] ppid=29490 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/29493/task/29506/stat : 29506 (java) S 29490 29493 12906 0 -1 1077944384 1633 0 0 0 32 0 0 0 20 0 15 0 51591594 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140422632310768 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29507] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29507/stat : 29507 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51591595 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140422631258464 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29508] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29508/stat : 29508 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51591598 10804461568 721541 18446744073709551615 4194304 4196468 140724214971552 140422630206512 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
Current children cumulated CPU time (s) 10.17
Current children cumulated vsize (KiB) 10551232

[startup+12.7006 s]
/proc/loadavg: 6.23 6.49 5.41 6/216 29508
/proc/meminfo: memFree=19019012/32770624 swapFree=0/364148
[pid=29493] ppid=29490 vsize=10551232 CPUtime=31.24 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 530740 0 0 0 2942 182 0 0 20 0 15 0 51591583 10804461568 1059416 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2637808 1059416 3111 1 0 2627261 0
[pid=29493/tid=29495] ppid=29490 vsize=10551232 CPUtime=5.54 cores=1,3,5,7
/proc/29493/task/29495/stat : 29495 (java) S 29490 29493 12906 0 -1 1077944384 10948 0 0 0 521 33 0 0 20 0 15 0 51591589 10804461568 1059416 18446744073709551615 4194304 4196468 140724214971552 140423146457536 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29496] ppid=29490 vsize=10551232 CPUtime=5.48 cores=1,3,5,7
/proc/29493/task/29496/stat : 29496 (java) S 29490 29493 12906 0 -1 1077944384 128332 0 0 0 513 35 0 0 20 0 15 0 51591590 10804461568 1059416 18446744073709551615 4194304 4196468 140724214971552 140423088572944 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29497] ppid=29490 vsize=10551232 CPUtime=5.55 cores=1,3,5,7
/proc/29493/task/29497/stat : 29497 (java) S 29490 29493 12906 0 -1 1077944384 131000 0 0 0 519 36 0 0 20 0 15 0 51591590 10804461568 1059416 18446744073709551615 4194304 4196468 140724214971552 140423087520400 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29498] ppid=29490 vsize=10551232 CPUtime=5.53 cores=1,3,5,7
/proc/29493/task/29498/stat : 29498 (java) S 29490 29493 12906 0 -1 1077944384 126654 0 0 0 516 37 0 0 20 0 15 0 51591590 10804461568 1059416 18446744073709551615 4194304 4196468 140724214971552 140423086467344 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29499] ppid=29490 vsize=10551232 CPUtime=5.51 cores=1,3,5,7
/proc/29493/task/29499/stat : 29499 (java) S 29490 29493 12906 0 -1 1077944384 123659 0 0 0 515 36 0 0 20 0 15 0 51591590 10804461568 1059416 18446744073709551615 4194304 4196468 140724214971552 140423085414800 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29500] ppid=29490 vsize=10551232 CPUtime=1.46 cores=1,3,5,7
/proc/29493/task/29500/stat : 29500 (java) R 29490 29493 12906 0 -1 4202560 3948 0 0 0 146 0 0 0 20 0 15 0 51591591 10804461568 1059416 18446744073709551615 4194304 4196468 140724214971552 140422638626000 140423127220017 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29501] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29501/stat : 29501 (java) S 29490 29493 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 51591592 10804461568 1059416 18446744073709551615 4194304 4196468 140724214971552 140422637573856 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29502] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29502/stat : 29502 (java) S 29490 29493 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 51591592 10804461568 1059416 18446744073709551615 4194304 4196468 140724214971552 140422636520688 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29503] ppid=29490 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29503/stat : 29503 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 51591594 10804461568 1059416 18446744073709551615 4194304 4196468 140724214971552 140422635469264 140423142242203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0

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

/proc/29493/task/29495/stat : 29495 (java) S 29490 29493 12906 0 -1 1077944384 40746 0 0 0 1531 35 0 0 20 0 17 0 51591589 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140423146464288 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29496] ppid=29490 vsize=10686560 CPUtime=365.25 cores=1,3,5,7
/proc/29493/task/29496/stat : 29496 (java) R 29490 29493 12906 0 -1 4202560 801385 0 0 0 36371 154 0 0 20 0 17 0 51591590 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140423088572752 140423134851815 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29497] ppid=29490 vsize=10686560 CPUtime=366.37 cores=1,3,5,7
/proc/29493/task/29497/stat : 29497 (java) R 29490 29493 12906 0 -1 4202560 858603 0 0 0 36479 158 0 0 20 0 17 0 51591590 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140423087520208 140423134851815 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29498] ppid=29490 vsize=10686560 CPUtime=365.99 cores=1,3,5,7
/proc/29493/task/29498/stat : 29498 (java) R 29490 29493 12906 0 -1 4202560 726358 0 0 0 36462 137 0 0 20 0 17 0 51591590 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140423086467464 140423134851815 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29499] ppid=29490 vsize=10686560 CPUtime=364.72 cores=1,3,5,7
/proc/29493/task/29499/stat : 29499 (java) R 29490 29493 12906 0 -1 4202560 633662 0 0 0 36337 135 0 0 20 0 17 0 51591590 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140423085415000 140423127220008 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29500] ppid=29490 vsize=10686560 CPUtime=21.43 cores=1,3,5,7
/proc/29493/task/29500/stat : 29500 (java) S 29490 29493 12906 0 -1 1077944384 99265 0 0 0 2138 5 0 0 20 0 17 0 51591591 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422638626112 140423142233813 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29501] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29501/stat : 29501 (java) S 29490 29493 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 51591592 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422637573856 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29502] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29502/stat : 29502 (java) S 29490 29493 12906 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 17 0 51591592 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422636519808 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29503] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29503/stat : 29503 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51591594 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422635469264 140423142242203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29504] ppid=29490 vsize=10686560 CPUtime=0.93 cores=1,3,5,7
/proc/29493/task/29504/stat : 29504 (java) S 29490 29493 12906 0 -1 1077944384 2741 0 0 0 93 0 0 0 20 0 17 0 51591594 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422634416128 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29505] ppid=29490 vsize=10686560 CPUtime=0.95 cores=1,3,5,7
/proc/29493/task/29505/stat : 29505 (java) S 29490 29493 12906 0 -1 1077944384 2947 0 0 0 94 1 0 0 20 0 17 0 51591594 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422633363920 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29506] ppid=29490 vsize=10686560 CPUtime=0.37 cores=1,3,5,7
/proc/29493/task/29506/stat : 29506 (java) S 29490 29493 12906 0 -1 1077944384 3612 0 0 0 36 1 0 0 20 0 17 0 51591594 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422632305536 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29507] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29507/stat : 29507 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51591595 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422631258464 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29508] ppid=29490 vsize=10686560 CPUtime=0.18 cores=1,3,5,7
/proc/29493/task/29508/stat : 29508 (java) S 29490 29493 12906 0 -1 1077944384 387 0 0 0 8 10 0 0 20 0 17 0 51591598 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422630206512 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29600] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29600/stat : 29600 (java) S 29490 29493 12906 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 51630560 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422627053152 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29601] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29601/stat : 29601 (java) S 29490 29493 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 51630560 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422626000544 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
Current children cumulated CPU time (s) 1501.97
Current children cumulated vsize (KiB) 10686560

[startup+409.601 s]
/proc/loadavg: 7.94 7.23 6.07 9/216 29604
/proc/meminfo: memFree=14923736/32770624 swapFree=0/364304
[pid=29493] ppid=29490 vsize=10686560 CPUtime=1514.37 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 3171258 0 0 0 150799 638 0 0 20 0 17 0 51591583 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2671640 2074846 3161 1 0 2661055 0
[pid=29493/tid=29495] ppid=29490 vsize=10686560 CPUtime=15.66 cores=1,3,5,7
/proc/29493/task/29495/stat : 29495 (java) S 29490 29493 12906 0 -1 1077944384 40746 0 0 0 1531 35 0 0 20 0 17 0 51591589 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140423146464288 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29496] ppid=29490 vsize=10686560 CPUtime=368.32 cores=1,3,5,7
/proc/29493/task/29496/stat : 29496 (java) R 29490 29493 12906 0 -1 4202560 801385 0 0 0 36677 155 0 0 20 0 17 0 51591590 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140423088572752 140423134851815 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29497] ppid=29490 vsize=10686560 CPUtime=369.45 cores=1,3,5,7
/proc/29493/task/29497/stat : 29497 (java) R 29490 29493 12906 0 -1 4202560 858603 0 0 0 36785 160 0 0 20 0 17 0 51591590 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140423087520520 140423134851815 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29498] ppid=29490 vsize=10686560 CPUtime=369.06 cores=1,3,5,7
/proc/29493/task/29498/stat : 29498 (java) R 29490 29493 12906 0 -1 4202560 726358 0 0 0 36767 139 0 0 20 0 17 0 51591590 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140423086467464 140423134851815 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29499] ppid=29490 vsize=10686560 CPUtime=367.92 cores=1,3,5,7
/proc/29493/task/29499/stat : 29499 (java) R 29490 29493 12906 0 -1 4202560 633662 0 0 0 36657 135 0 0 20 0 17 0 51591590 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140423085415000 140423127219974 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29500] ppid=29490 vsize=10686560 CPUtime=21.43 cores=1,3,5,7
/proc/29493/task/29500/stat : 29500 (java) S 29490 29493 12906 0 -1 1077944384 99265 0 0 0 2138 5 0 0 20 0 17 0 51591591 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422638626112 140423142233813 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29501] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29501/stat : 29501 (java) S 29490 29493 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 51591592 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422637573856 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29502] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29502/stat : 29502 (java) S 29490 29493 12906 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 17 0 51591592 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422636519808 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29503] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29503/stat : 29503 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51591594 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422635469264 140423142242203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29504] ppid=29490 vsize=10686560 CPUtime=0.93 cores=1,3,5,7
/proc/29493/task/29504/stat : 29504 (java) S 29490 29493 12906 0 -1 1077944384 2741 0 0 0 93 0 0 0 20 0 17 0 51591594 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422634416128 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29505] ppid=29490 vsize=10686560 CPUtime=0.95 cores=1,3,5,7
/proc/29493/task/29505/stat : 29505 (java) S 29490 29493 12906 0 -1 1077944384 2947 0 0 0 94 1 0 0 20 0 17 0 51591594 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422633363920 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29506] ppid=29490 vsize=10686560 CPUtime=0.37 cores=1,3,5,7
/proc/29493/task/29506/stat : 29506 (java) S 29490 29493 12906 0 -1 1077944384 3612 0 0 0 36 1 0 0 20 0 17 0 51591594 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422632305536 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29507] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29507/stat : 29507 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51591595 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422631258464 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29508] ppid=29490 vsize=10686560 CPUtime=0.18 cores=1,3,5,7
/proc/29493/task/29508/stat : 29508 (java) S 29490 29493 12906 0 -1 1077944384 387 0 0 0 8 10 0 0 20 0 17 0 51591598 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422630206512 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29600] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29600/stat : 29600 (java) S 29490 29493 12906 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 51630560 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422627053152 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29601] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29601/stat : 29601 (java) S 29490 29493 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 51630560 10943037440 2074846 18446744073709551615 4194304 4196468 140724214971552 140422626000544 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
Current children cumulated CPU time (s) 1514.37
Current children cumulated vsize (KiB) 10686560

[startup+411.201 s]
/proc/loadavg: 7.94 7.23 6.07 9/216 29604
/proc/meminfo: memFree=14923736/32770624 swapFree=0/364304
[pid=29493] ppid=29490 vsize=10686560 CPUtime=1520.5 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 3172851 0 0 0 151411 639 0 0 20 0 17 0 51591583 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2671640 2074847 3161 1 0 2661055 0
[pid=29493/tid=29495] ppid=29490 vsize=10686560 CPUtime=15.66 cores=1,3,5,7
/proc/29493/task/29495/stat : 29495 (java) S 29490 29493 12906 0 -1 1077944384 40746 0 0 0 1531 35 0 0 20 0 17 0 51591589 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140423146464288 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29496] ppid=29490 vsize=10686560 CPUtime=369.82 cores=1,3,5,7
/proc/29493/task/29496/stat : 29496 (java) S 29490 29493 12906 0 -1 1077944384 801385 0 0 0 36827 155 0 0 20 0 17 0 51591590 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140423088572944 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29497] ppid=29490 vsize=10686560 CPUtime=370.98 cores=1,3,5,7
/proc/29493/task/29497/stat : 29497 (java) S 29490 29493 12906 0 -1 1077944384 858603 0 0 0 36937 161 0 0 20 0 17 0 51591590 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140423087520400 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29498] ppid=29490 vsize=10686560 CPUtime=370.57 cores=1,3,5,7
/proc/29493/task/29498/stat : 29498 (java) S 29490 29493 12906 0 -1 1077944384 726358 0 0 0 36917 140 0 0 20 0 17 0 51591590 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140423086467344 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29499] ppid=29490 vsize=10686560 CPUtime=369.51 cores=1,3,5,7
/proc/29493/task/29499/stat : 29499 (java) S 29490 29493 12906 0 -1 1077944384 633662 0 0 0 36816 135 0 0 20 0 17 0 51591590 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140423085414800 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29500] ppid=29490 vsize=10686560 CPUtime=21.44 cores=1,3,5,7
/proc/29493/task/29500/stat : 29500 (java) R 29490 29493 12906 0 -1 4202560 100858 0 0 0 2139 5 0 0 20 0 17 0 51591591 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422638626112 140423127219974 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29501] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29501/stat : 29501 (java) S 29490 29493 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 51591592 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422637573856 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29502] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29502/stat : 29502 (java) S 29490 29493 12906 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 17 0 51591592 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422636519808 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29503] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29503/stat : 29503 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51591594 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422635469264 140423142242203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29504] ppid=29490 vsize=10686560 CPUtime=0.93 cores=1,3,5,7
/proc/29493/task/29504/stat : 29504 (java) S 29490 29493 12906 0 -1 1077944384 2741 0 0 0 93 0 0 0 20 0 17 0 51591594 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422634416128 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29505] ppid=29490 vsize=10686560 CPUtime=0.95 cores=1,3,5,7
/proc/29493/task/29505/stat : 29505 (java) S 29490 29493 12906 0 -1 1077944384 2947 0 0 0 94 1 0 0 20 0 17 0 51591594 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422633363920 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29506] ppid=29490 vsize=10686560 CPUtime=0.37 cores=1,3,5,7
/proc/29493/task/29506/stat : 29506 (java) S 29490 29493 12906 0 -1 1077944384 3612 0 0 0 36 1 0 0 20 0 17 0 51591594 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422632305536 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29507] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29507/stat : 29507 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51591595 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422631258464 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29508] ppid=29490 vsize=10686560 CPUtime=0.18 cores=1,3,5,7
/proc/29493/task/29508/stat : 29508 (java) S 29490 29493 12906 0 -1 1077944384 387 0 0 0 8 10 0 0 20 0 17 0 51591598 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422630206512 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29600] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29600/stat : 29600 (java) S 29490 29493 12906 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 51630560 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422627053152 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29601] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29601/stat : 29601 (java) S 29490 29493 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 51630560 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422626000544 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
Current children cumulated CPU time (s) 1520.5
Current children cumulated vsize (KiB) 10686560

[startup+411.601 s]
/proc/loadavg: 7.94 7.23 6.07 6/216 29604
/proc/meminfo: memFree=14923720/32770624 swapFree=0/364304
[pid=29493] ppid=29490 vsize=10686560 CPUtime=1520.9 cores=1,3,5,7
/proc/29493/stat : 29493 (java) S 29490 29493 12906 0 -1 1077944320 3172851 0 0 0 151451 639 0 0 20 0 17 0 51591583 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140724214954096 140423142223607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
/proc/29493/statm: 2671640 2074847 3161 1 0 2661055 0
[pid=29493/tid=29495] ppid=29490 vsize=10686560 CPUtime=15.66 cores=1,3,5,7
/proc/29493/task/29495/stat : 29495 (java) S 29490 29493 12906 0 -1 1077944384 40746 0 0 0 1531 35 0 0 20 0 17 0 51591589 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140423146464288 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29496] ppid=29490 vsize=10686560 CPUtime=369.82 cores=1,3,5,7
/proc/29493/task/29496/stat : 29496 (java) S 29490 29493 12906 0 -1 1077944384 801385 0 0 0 36827 155 0 0 20 0 17 0 51591590 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140423088572944 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29497] ppid=29490 vsize=10686560 CPUtime=370.98 cores=1,3,5,7
/proc/29493/task/29497/stat : 29497 (java) S 29490 29493 12906 0 -1 1077944384 858603 0 0 0 36937 161 0 0 20 0 17 0 51591590 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140423087520400 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29498] ppid=29490 vsize=10686560 CPUtime=370.57 cores=1,3,5,7
/proc/29493/task/29498/stat : 29498 (java) S 29490 29493 12906 0 -1 1077944384 726358 0 0 0 36917 140 0 0 20 0 17 0 51591590 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140423086467344 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29499] ppid=29490 vsize=10686560 CPUtime=369.51 cores=1,3,5,7
/proc/29493/task/29499/stat : 29499 (java) S 29490 29493 12906 0 -1 1077944384 633662 0 0 0 36816 135 0 0 20 0 17 0 51591590 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140423085414800 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29500] ppid=29490 vsize=10686560 CPUtime=21.84 cores=1,3,5,7
/proc/29493/task/29500/stat : 29500 (java) R 29490 29493 12906 0 -1 4202560 100858 0 0 0 2179 5 0 0 20 0 17 0 51591591 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422638626112 140423127220011 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29501] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29501/stat : 29501 (java) S 29490 29493 12906 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 17 0 51591592 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422637573856 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29502] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29502/stat : 29502 (java) S 29490 29493 12906 0 -1 1077944384 113 0 0 0 0 0 0 0 20 0 17 0 51591592 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422636519808 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29503] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29503/stat : 29503 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51591594 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422635469264 140423142242203 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29504] ppid=29490 vsize=10686560 CPUtime=0.93 cores=1,3,5,7
/proc/29493/task/29504/stat : 29504 (java) S 29490 29493 12906 0 -1 1077944384 2741 0 0 0 93 0 0 0 20 0 17 0 51591594 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422634416128 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29505] ppid=29490 vsize=10686560 CPUtime=0.95 cores=1,3,5,7
/proc/29493/task/29505/stat : 29505 (java) S 29490 29493 12906 0 -1 1077944384 2947 0 0 0 94 1 0 0 20 0 17 0 51591594 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422633363920 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29506] ppid=29490 vsize=10686560 CPUtime=0.37 cores=1,3,5,7
/proc/29493/task/29506/stat : 29506 (java) S 29490 29493 12906 0 -1 1077944384 3612 0 0 0 36 1 0 0 20 0 17 0 51591594 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422632305536 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29507] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29507/stat : 29507 (java) S 29490 29493 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 51591595 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422631258464 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29508] ppid=29490 vsize=10686560 CPUtime=0.18 cores=1,3,5,7
/proc/29493/task/29508/stat : 29508 (java) S 29490 29493 12906 0 -1 1077944384 387 0 0 0 8 10 0 0 20 0 17 0 51591598 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422630206512 140423142234754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29600] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29600/stat : 29600 (java) S 29490 29493 12906 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 17 0 51630560 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422627053152 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
[pid=29493/tid=29601] ppid=29490 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/29493/task/29601/stat : 29601 (java) S 29490 29493 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 17 0 51630560 10943037440 2074847 18446744073709551615 4194304 4196468 140724214971552 140422626000544 140423142233813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28794880 140724214976949 140724214977102 140724214977102 140724214980559 0
Current children cumulated CPU time (s) 1520.9
Current children cumulated vsize (KiB) 10686560

[startup+412.001 s]
/proc/loadavg: 7.94 7.23 6.07 6/216 29604
/proc/meminfo: memFree=14923720/32770624 swapFree=0/364304
[pid=29493] ppid=29490 vsize=0 CPUtime=1521.3 cores=1,3,5,7
/proc/29493/stat : 29493 (java) Z 29490 29493 12906 0 -1 4227084 3175970 0 0 0 151483 647 0 0 20 0 2 0 51591583 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 5 0 0 0 0 0 0 0 0 0 0
/proc/29493/statm: 0 0 0 0 0 0 0
[pid=29493/tid=29497] ppid=29490 vsize=0 CPUtime=371.05 cores=1,3,5,7
/proc/29493/task/29497/stat : 29497 (java) R 29490 29493 12906 0 -1 4203588 858603 0 0 0 36937 168 0 0 20 0 2 0 51591590 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) 1521.3
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 412.01
CPU time (s): 1521.32
CPU user time (s): 1514.84
CPU system time (s): 6.48242
CPU usage (%): 369.244
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1514.84
system time used= 6.48241
maximum resident set size= 8299600
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3175970
page faults= 0
swaps= 0
block input operations= 0
block output operations= 568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24875
involuntary context switches= 34429

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.90906 second user time and 2.71543 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-07 10:52:49
IDJOB=4244011
IDBENCH=140592
IDSOLVER=2623
FILE ID=node135/4244011-1502096806
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-47.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244011-1502096806/watcher-4244011-1502096806 -o /tmp/evaluation-result-4244011-1502096806/solver-4244011-1502096806 -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-4244011-1502096806.xml

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

MD5SUM BENCH= b40b46819fbd3a38fcaaee2fdd389509
RANDOM SEED=930155940

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:        23253848 kB
MemAvailable:   23703732 kB
Buffers:          224052 kB
Cached:           514204 kB
SwapCached:            0 kB
Active:          8684524 kB
Inactive:         389092 kB
Active(anon):    8335712 kB
Inactive(anon):    24972 kB
Active(file):     348812 kB
Inactive(file):   364120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2392 kB
Writeback:             4 kB
AnonPages:       8335264 kB
Mapped:            51456 kB
Shmem:             25344 kB
Slab:             132516 kB
SReclaimable:     105572 kB
SUnreclaim:        26944 kB
KernelStack:        3520 kB
PageTables:        20724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8617388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7030784 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= 62024 MiB
End job on node135 at 2017-08-07 10:59:41