Trace number 4243331

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) 1474.33 399.34

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-07-07-8.xml
MD5SUM3801e67c429176a130b0cb7922d17a7f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark458
Best CPU time to get the best result obtained on this benchmark140.29401
Satisfiable
(Un)Satisfiability was proved
Number of variables203
Number of constraints168
Number of domains9
Minimum domain size6
Maximum domain size560
Distribution of domain sizes[{"size":6,"count":7},{"size":7,"count":91},{"size":560,"count":105}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":56},{"degree":3,"count":98},{"degree":8,"count":49}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":7},{"arity":2,"count":49},{"arity":3,"count":49},{"arity":7,"count":14},{"arity":9,"count":49}]
Number of extensional constraints49
Number of intensional constraints56
Distribution of constraint types[{"type":"extension","count":49},{"type":"intension","count":56},{"type":"allDifferent","count":7},{"type":"noOverlap","count":7},{"type":"element","count":49}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1369.23/371.15	Aug 06, 2017 9:37:19 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1369.23/371.15	INFO: Runtime exception
1369.23/371.15	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1369.23/371.15		at org.sat4j.csp.constraints3.ConnectionCtrBuilder.buildCtrElementForceIndex(ConnectionCtrBuilder.java:298)
1369.23/371.15		at org.sat4j.csp.constraints3.ConnectionCtrBuilder.buildCtrElement(ConnectionCtrBuilder.java:278)
1369.23/371.15		at org.sat4j.reader.XMLCSP3Reader.buildCtrElement(XMLCSP3Reader.java:847)
1369.23/371.15		at org.xcsp.parser.loaders.CtrLoaderInteger.element(CtrLoaderInteger.java:621)
1369.23/371.15		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:169)
1369.23/371.15		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1369.23/371.15		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1369.23/371.15		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1369.23/371.15		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1369.23/371.15		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1369.23/371.15		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1369.23/371.15		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1369.23/371.15		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:392)
1369.23/371.15		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:366)
1369.23/371.15		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1369.23/371.15		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1369.23/371.15		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1369.23/371.15		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1369.23/371.15		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1369.23/371.15		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1369.23/371.15		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1369.23/371.15		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1369.23/371.15	Caused by: java.lang.reflect.InvocationTargetException
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1369.23/371.15		... 24 more
1369.23/371.15	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1369.23/371.15		... 28 more
1369.23/371.15	Caused by: java.lang.reflect.InvocationTargetException
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1369.23/371.15		... 29 more
1369.23/371.15	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1369.23/371.15		... 33 more
1369.23/371.15	Caused by: java.lang.reflect.InvocationTargetException
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1369.23/371.15		... 34 more
1369.23/371.15	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1369.23/371.15		... 38 more
1369.23/371.15	Caused by: java.lang.reflect.InvocationTargetException
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1369.23/371.15		... 39 more
1369.23/371.15	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1369.23/371.15		... 43 more
1369.23/371.15	Caused by: java.lang.reflect.InvocationTargetException
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1369.23/371.15		... 44 more
1369.23/371.15	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1369.23/371.15		... 48 more
1369.23/371.15	Caused by: java.lang.reflect.InvocationTargetException
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1369.23/371.15		... 48 more
1369.23/371.15	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1369.23/371.15		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1369.23/371.15		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1369.23/371.15		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1369.23/371.15		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1369.23/371.15		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1369.23/371.15		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1369.23/371.15		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1369.23/371.15		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1369.23/371.15		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1369.23/371.15		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1369.23/371.15		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1369.23/371.15		at java.lang.reflect.Method.invoke(Method.java:498)
1369.23/371.15	
1439.22/389.90	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1474.19/399.30		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1474.19/399.30		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1474.19/399.30		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1474.19/399.30		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1474.19/399.30		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1474.19/399.30		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1474.19/399.30		at java.io.PrintWriter.flush(PrintWriter.java:320)
1474.19/399.30		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1474.19/399.30		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1474.19/399.30		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1474.19/399.30		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-4243331-1502048727/watcher-4243331-1502048727 -o /tmp/evaluation-result-4243331-1502048727/solver-4243331-1502048727 -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-4243331-1502048727.xml 

pid=18952
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: 4.76 4.18 3.37 5/202 18955
/proc/meminfo: memFree=23503388/32770624 swapFree=0/341424
[pid=18955] ppid=18952 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/18955/stat : 18955 (runsolver) D 18952 18955 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46783586 24240128 108 18446744073709551615 4194304 4338465 140724339486192 140724339483832 139678048445143 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 13467648 140724339490951 140724339491401 140724339491401 140724339494858 0
/proc/18955/statm: 5918 108 54 36 0 2156 0

[startup+0.10017 s]
/proc/loadavg: 4.76 4.18 3.37 5/202 18955
/proc/meminfo: memFree=23503388/32770624 swapFree=0/341424
[pid=18955] ppid=18952 vsize=10151672 CPUtime=0.02 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 3777 0 0 0 2 0 0 0 20 0 9 0 46783586 10395312128 4949 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2537918 4949 2109 1 0 2527415 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10151672

[startup+0.200319 s]
/proc/loadavg: 4.76 4.18 3.37 5/202 18955
/proc/meminfo: memFree=23503388/32770624 swapFree=0/341424
[pid=18955] ppid=18952 vsize=10551056 CPUtime=0.05 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 4556 0 0 0 5 0 0 0 20 0 15 0 46783586 10804281344 5583 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2637764 5583 2566 1 0 2627261 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10551056

[startup+0.300313 s]
/proc/loadavg: 4.76 4.18 3.37 5/202 18955
/proc/meminfo: memFree=23503388/32770624 swapFree=0/341424
[pid=18955] ppid=18952 vsize=10551156 CPUtime=0.21 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 7858 0 0 0 19 2 0 0 20 0 15 0 46783586 10804383744 8610 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2637789 8610 2875 1 0 2627261 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 10551156

[startup+0.700794 s]
/proc/loadavg: 4.76 4.18 3.37 5/202 18955
/proc/meminfo: memFree=23503388/32770624 swapFree=0/341424
[pid=18955] ppid=18952 vsize=10551232 CPUtime=1.14 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 11155 0 0 0 106 8 0 0 20 0 15 0 46783586 10804461568 46969 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2637808 46969 3075 1 0 2627261 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 10551232

[startup+1.5008 s]
/proc/loadavg: 4.76 4.18 3.37 6/217 18970
/proc/meminfo: memFree=23230900/32770624 swapFree=0/341452
[pid=18955] ppid=18952 vsize=10551232 CPUtime=3 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 13157 0 0 0 267 33 0 0 20 0 15 0 46783586 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2637808 118776 3092 1 0 2627261 0
[pid=18955/tid=18957] ppid=18952 vsize=10551232 CPUtime=1.13 cores=0,2,4,6
/proc/18955/task/18957/stat : 18957 (java) S 18952 18955 12906 0 -1 1077944384 7108 0 0 0 107 6 0 0 20 0 15 0 46783592 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140678061428256 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18958] ppid=18952 vsize=10551232 CPUtime=0.2 cores=0,2,4,6
/proc/18955/task/18958/stat : 18958 (java) R 18952 18955 12906 0 -1 4202560 165 0 0 0 14 6 0 0 20 0 15 0 46783593 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140677987613656 140678042221081 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18959] ppid=18952 vsize=10551232 CPUtime=0.19 cores=0,2,4,6
/proc/18955/task/18959/stat : 18959 (java) R 18952 18955 12906 0 -1 4202560 154 0 0 0 14 5 0 0 20 0 15 0 46783593 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140677986560800 140678042221081 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18960] ppid=18952 vsize=10551232 CPUtime=0.21 cores=0,2,4,6
/proc/18955/task/18960/stat : 18960 (java) R 18952 18955 12906 0 -1 4202560 175 0 0 0 15 6 0 0 20 0 15 0 46783593 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140677985508568 140678042221081 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18961] ppid=18952 vsize=10551232 CPUtime=0.21 cores=0,2,4,6
/proc/18955/task/18961/stat : 18961 (java) R 18952 18955 12906 0 -1 4202560 171 0 0 0 15 6 0 0 20 0 15 0 46783593 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140677984455824 140678042221081 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18962] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18962/stat : 18962 (java) S 18952 18955 12906 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 46783595 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140677552763424 140678057203413 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18963] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18963/stat : 18963 (java) S 18952 18955 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46783595 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140677551711200 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18964] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18964/stat : 18964 (java) S 18952 18955 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46783595 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140677550658560 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18965] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18965/stat : 18965 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46783598 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140677549607120 140678057211803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18966] ppid=18952 vsize=10551232 CPUtime=0.39 cores=0,2,4,6
/proc/18955/task/18966/stat : 18966 (java) S 18952 18955 12906 0 -1 1077944384 1541 0 0 0 39 0 0 0 20 0 15 0 46783598 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140677548539728 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18967] ppid=18952 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/18955/task/18967/stat : 18967 (java) S 18952 18955 12906 0 -1 1077944384 1171 0 0 0 33 0 0 0 20 0 15 0 46783598 10804461568 118776 18446744073709551615 4194304 4196468 140727275625872 140677547502192 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18968] ppid=18952 vsize=10551232 CPUtime=0.26 cores=0,2,4,6
/proc/18955/task/18968/stat : 18968 (java) S 18952 18955 12906 0 -1 1077944384 1231 0 0 0 26 0 0 0 20 0 15 0 46783598 10804461568 119288 18446744073709551615 4194304 4196468 140727275625872 140677546449648 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18969] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18969/stat : 18969 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46783598 10804461568 119288 18446744073709551615 4194304 4196468 140727275625872 140677545397344 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18970] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18970/stat : 18970 (java) S 18952 18955 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46783606 10804461568 119288 18446744073709551615 4194304 4196468 140727275625872 140677544343856 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 10551232

[startup+3.10064 s]
/proc/loadavg: 4.76 4.18 3.37 10/217 18970
/proc/meminfo: memFree=22903588/32770624 swapFree=0/341452
[pid=18955] ppid=18952 vsize=10551232 CPUtime=7.46 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 14690 0 0 0 698 48 0 0 20 0 15 0 46783586 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2637808 153387 3103 1 0 2627261 0
[pid=18955/tid=18957] ppid=18952 vsize=10551232 CPUtime=1.43 cores=0,2,4,6
/proc/18955/task/18957/stat : 18957 (java) R 18952 18955 12906 0 -1 4202560 7226 0 0 0 137 6 0 0 20 0 15 0 46783592 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140678061425848 140677647554105 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18958] ppid=18952 vsize=10551232 CPUtime=1.16 cores=0,2,4,6
/proc/18955/task/18958/stat : 18958 (java) S 18952 18955 12906 0 -1 1077944384 748 0 0 0 106 10 0 0 20 0 15 0 46783593 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677987613456 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18959] ppid=18952 vsize=10551232 CPUtime=1.14 cores=0,2,4,6
/proc/18955/task/18959/stat : 18959 (java) S 18952 18955 12906 0 -1 1077944384 247 0 0 0 105 9 0 0 20 0 15 0 46783593 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677986560912 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18960] ppid=18952 vsize=10551232 CPUtime=1.15 cores=0,2,4,6
/proc/18955/task/18960/stat : 18960 (java) S 18952 18955 12906 0 -1 1077944384 280 0 0 0 105 10 0 0 20 0 15 0 46783593 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677985508368 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18961] ppid=18952 vsize=10551232 CPUtime=1.16 cores=0,2,4,6
/proc/18955/task/18961/stat : 18961 (java) S 18952 18955 12906 0 -1 1077944384 343 0 0 0 107 9 0 0 20 0 15 0 46783593 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677984455824 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18962] ppid=18952 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/18955/task/18962/stat : 18962 (java) S 18952 18955 12906 0 -1 1077944384 537 0 0 0 33 0 0 0 20 0 15 0 46783595 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677552764912 140678057204354 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18963] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18963/stat : 18963 (java) S 18952 18955 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46783595 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677551711200 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18964] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18964/stat : 18964 (java) S 18952 18955 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46783595 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677550658560 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18965] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18965/stat : 18965 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46783598 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677549607120 140678057211803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18966] ppid=18952 vsize=10551232 CPUtime=0.4 cores=0,2,4,6
/proc/18955/task/18966/stat : 18966 (java) S 18952 18955 12906 0 -1 1077944384 1543 0 0 0 40 0 0 0 20 0 15 0 46783598 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677548554736 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18967] ppid=18952 vsize=10551232 CPUtime=0.35 cores=0,2,4,6
/proc/18955/task/18967/stat : 18967 (java) S 18952 18955 12906 0 -1 1077944384 1173 0 0 0 35 0 0 0 20 0 15 0 46783598 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677547502192 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18968] ppid=18952 vsize=10551232 CPUtime=0.26 cores=0,2,4,6
/proc/18955/task/18968/stat : 18968 (java) S 18952 18955 12906 0 -1 1077944384 1234 0 0 0 26 0 0 0 20 0 15 0 46783598 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677546449648 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18969] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18969/stat : 18969 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46783598 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677545397344 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18970] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18970/stat : 18970 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46783606 10804461568 153387 18446744073709551615 4194304 4196468 140727275625872 140677544343856 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 10551232

[startup+6.30082 s]
/proc/loadavg: 4.78 4.20 3.37 6/217 18970
/proc/meminfo: memFree=22395344/32770624 swapFree=0/341440
[pid=18955] ppid=18952 vsize=10551232 CPUtime=15.39 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 23129 0 0 0 1437 102 0 0 20 0 15 0 46783586 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2637808 315836 3114 1 0 2627261 0
[pid=18955/tid=18957] ppid=18952 vsize=10551232 CPUtime=2.53 cores=0,2,4,6
/proc/18955/task/18957/stat : 18957 (java) S 18952 18955 12906 0 -1 1077944384 8158 0 0 0 244 9 0 0 20 0 15 0 46783592 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140678061429856 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18958] ppid=18952 vsize=10551232 CPUtime=2.71 cores=0,2,4,6
/proc/18955/task/18958/stat : 18958 (java) R 18952 18955 12906 0 -1 4202560 1373 0 0 0 248 23 0 0 20 0 15 0 46783593 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677987613456 140678042221081 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18959] ppid=18952 vsize=10551232 CPUtime=2.69 cores=0,2,4,6
/proc/18955/task/18959/stat : 18959 (java) R 18952 18955 12906 0 -1 4202560 756 0 0 0 248 21 0 0 20 0 15 0 46783593 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677986560912 140678042221081 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18960] ppid=18952 vsize=10551232 CPUtime=2.7 cores=0,2,4,6
/proc/18955/task/18960/stat : 18960 (java) R 18952 18955 12906 0 -1 4202560 816 0 0 0 248 22 0 0 20 0 15 0 46783593 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677985508568 140678050293054 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18961] ppid=18952 vsize=10551232 CPUtime=2.73 cores=0,2,4,6
/proc/18955/task/18961/stat : 18961 (java) R 18952 18955 12906 0 -1 4202560 1283 0 0 0 250 23 0 0 20 0 15 0 46783593 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677984455824 140678042221081 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18962] ppid=18952 vsize=10551232 CPUtime=0.86 cores=0,2,4,6
/proc/18955/task/18962/stat : 18962 (java) S 18952 18955 12906 0 -1 1077944384 4362 0 0 0 86 0 0 0 20 0 15 0 46783595 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677552763424 140678057203413 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18963] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18963/stat : 18963 (java) S 18952 18955 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46783595 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677551711200 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18964] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18964/stat : 18964 (java) S 18952 18955 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46783595 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677550658560 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18965] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18965/stat : 18965 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46783598 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677549607120 140678057211803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18966] ppid=18952 vsize=10551232 CPUtime=0.42 cores=0,2,4,6
/proc/18955/task/18966/stat : 18966 (java) S 18952 18955 12906 0 -1 1077944384 1785 0 0 0 42 0 0 0 20 0 15 0 46783598 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677548554736 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18967] ppid=18952 vsize=10551232 CPUtime=0.38 cores=0,2,4,6
/proc/18955/task/18967/stat : 18967 (java) S 18952 18955 12906 0 -1 1077944384 1635 0 0 0 38 0 0 0 20 0 15 0 46783598 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677547502192 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18968] ppid=18952 vsize=10551232 CPUtime=0.28 cores=0,2,4,6
/proc/18955/task/18968/stat : 18968 (java) S 18952 18955 12906 0 -1 1077944384 1343 0 0 0 28 0 0 0 20 0 15 0 46783598 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677546449648 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18969] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18969/stat : 18969 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46783598 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677545397344 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18970] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18970/stat : 18970 (java) S 18952 18955 12906 0 -1 1077944384 262 0 0 0 0 0 0 0 20 0 15 0 46783606 10804461568 315836 18446744073709551615 4194304 4196468 140727275625872 140677544343856 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
Current children cumulated CPU time (s) 15.39
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 4.72 4.19 3.38 10/216 18970
/proc/meminfo: memFree=20371660/32770624 swapFree=0/341440
[pid=18955] ppid=18952 vsize=10551232 CPUtime=36.08 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 32716 0 0 0 3315 293 0 0 20 0 15 0 46783586 10804461568 785061 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2637808 785061 3114 1 0 2627261 0
[pid=18955/tid=18957] ppid=18952 vsize=10551232 CPUtime=4.16 cores=0,2,4,6
/proc/18955/task/18957/stat : 18957 (java) S 18952 18955 12906 0 -1 1077944384 8168 0 0 0 407 9 0 0 20 0 15 0 46783592 10804461568 785061 18446744073709551615 4194304 4196468 140727275625872 140678061426160 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18958] ppid=18952 vsize=10551232 CPUtime=7.45 cores=0,2,4,6
/proc/18955/task/18958/stat : 18958 (java) R 18952 18955 12906 0 -1 4202560 3874 0 0 0 678 67 0 0 20 0 15 0 46783593 10804461568 785061 18446744073709551615 4194304 4196468 140727275625872 140677987613656 140678041893840 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18959] ppid=18952 vsize=10551232 CPUtime=7.43 cores=0,2,4,6
/proc/18955/task/18959/stat : 18959 (java) R 18952 18955 12906 0 -1 4202560 3479 0 0 0 674 69 0 0 20 0 15 0 46783593 10804461568 785061 18446744073709551615 4194304 4196468 140727275625872 140677986560800 140678050296849 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18960] ppid=18952 vsize=10551232 CPUtime=7.42 cores=0,2,4,6
/proc/18955/task/18960/stat : 18960 (java) R 18952 18955 12906 0 -1 4202560 2279 0 0 0 673 69 0 0 20 0 15 0 46783593 10804461568 785061 18446744073709551615 4194304 4196468 140727275625872 140677985508568 140678041893811 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18961] ppid=18952 vsize=10551232 CPUtime=7.45 cores=0,2,4,6
/proc/18955/task/18961/stat : 18961 (java) R 18952 18955 12906 0 -1 4202560 2727 0 0 0 670 75 0 0 20 0 15 0 46783593 10804461568 785061 18446744073709551615 4194304 4196468 140727275625872 140677984456024 140678041893895 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18962] ppid=18952 vsize=10551232 CPUtime=0.87 cores=0,2,4,6
/proc/18955/task/18962/stat : 18962 (java) S 18952 18955 12906 0 -1 1077944384 4956 0 0 0 87 0 0 0 20 0 15 0 46783595 10804461568 785061 18446744073709551615 4194304 4196468 140727275625872 140677552763456 140678057203413 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18963] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18963/stat : 18963 (java) S 18952 18955 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46783595 10804461568 785061 18446744073709551615 4194304 4196468 140727275625872 140677551711200 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18964] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18964/stat : 18964 (java) S 18952 18955 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46783595 10804461568 785061 18446744073709551615 4194304 4196468 140727275625872 140677550658560 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18965] ppid=18952 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18965/stat : 18965 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46783598 10804461568 785061 18446744073709551615 4194304 4196468 140727275625872 140677549607120 140678057211803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0

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

/proc/18955/task/18957/stat : 18957 (java) S 18952 18955 12906 0 -1 1077944384 14868 0 0 0 1356 9 0 0 20 0 17 0 46783592 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140678061433888 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18958] ppid=18952 vsize=10686560 CPUtime=357.51 cores=0,2,4,6
/proc/18955/task/18958/stat : 18958 (java) R 18952 18955 12906 0 -1 4202560 20393 0 0 0 35562 189 0 0 20 0 17 0 46783593 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677987613576 140678049821415 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18959] ppid=18952 vsize=10686560 CPUtime=356.91 cores=0,2,4,6
/proc/18955/task/18959/stat : 18959 (java) R 18952 18955 12906 0 -1 4202560 16549 0 0 0 35501 190 0 0 20 0 17 0 46783593 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677986561032 140678049821415 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18960] ppid=18952 vsize=10686560 CPUtime=357.09 cores=0,2,4,6
/proc/18955/task/18960/stat : 18960 (java) R 18952 18955 12906 0 -1 4202560 15215 0 0 0 35536 173 0 0 20 0 17 0 46783593 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677985508176 140678049821415 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18961] ppid=18952 vsize=10686560 CPUtime=356.92 cores=0,2,4,6
/proc/18955/task/18961/stat : 18961 (java) R 18952 18955 12906 0 -1 4202560 20208 0 0 0 35509 183 0 0 20 0 17 0 46783593 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677984455712 140678038802883 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18962] ppid=18952 vsize=10686560 CPUtime=22.36 cores=0,2,4,6
/proc/18955/task/18962/stat : 18962 (java) S 18952 18955 12906 0 -1 1077944384 66009 0 0 0 2233 3 0 0 20 0 17 0 46783595 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677552763456 140678057203413 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18963] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18963/stat : 18963 (java) S 18952 18955 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 46783595 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677551711200 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18964] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18964/stat : 18964 (java) S 18952 18955 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 46783595 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677550658560 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18965] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18965/stat : 18965 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46783598 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677549607120 140678057211803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18966] ppid=18952 vsize=10686560 CPUtime=0.49 cores=0,2,4,6
/proc/18955/task/18966/stat : 18966 (java) S 18952 18955 12906 0 -1 1077944384 2161 0 0 0 49 0 0 0 20 0 17 0 46783598 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677548554784 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18967] ppid=18952 vsize=10686560 CPUtime=0.87 cores=0,2,4,6
/proc/18955/task/18967/stat : 18967 (java) S 18952 18955 12906 0 -1 1077944384 8138 0 0 0 86 1 0 0 20 0 17 0 46783598 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677547502240 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18968] ppid=18952 vsize=10686560 CPUtime=0.31 cores=0,2,4,6
/proc/18955/task/18968/stat : 18968 (java) S 18952 18955 12906 0 -1 1077944384 1799 0 0 0 30 1 0 0 20 0 17 0 46783598 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677546449408 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18969] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18969/stat : 18969 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46783598 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677545397344 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18970] ppid=18952 vsize=10686560 CPUtime=0.15 cores=0,2,4,6
/proc/18955/task/18970/stat : 18970 (java) S 18952 18955 12906 0 -1 1077944384 541 0 0 0 10 5 0 0 20 0 17 0 46783606 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677544343856 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=19060] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/19060/stat : 19060 (java) S 18952 18955 12906 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 46820701 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677541191376 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=19061] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/19061/stat : 19061 (java) S 18952 18955 12906 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 46820701 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677540139024 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
Current children cumulated CPU time (s) 1466.37
Current children cumulated vsize (KiB) 10686560

[startup+398.401 s]
/proc/loadavg: 7.26 6.45 4.73 9/216 19062
/proc/meminfo: memFree=15445728/32770624 swapFree=0/341652
[pid=18955] ppid=18952 vsize=10686560 CPUtime=1472.57 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 167441 0 0 0 146501 756 0 0 20 0 17 0 46783586 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2671640 2026969 3166 1 0 2661055 0
[pid=18955/tid=18957] ppid=18952 vsize=10686560 CPUtime=13.65 cores=0,2,4,6
/proc/18955/task/18957/stat : 18957 (java) S 18952 18955 12906 0 -1 1077944384 14868 0 0 0 1356 9 0 0 20 0 17 0 46783592 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140678061433888 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18958] ppid=18952 vsize=10686560 CPUtime=359.03 cores=0,2,4,6
/proc/18955/task/18958/stat : 18958 (java) R 18952 18955 12906 0 -1 4202560 20393 0 0 0 35714 189 0 0 20 0 17 0 46783593 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677987613576 140678049821415 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18959] ppid=18952 vsize=10686560 CPUtime=358.44 cores=0,2,4,6
/proc/18955/task/18959/stat : 18959 (java) R 18952 18955 12906 0 -1 4202560 16549 0 0 0 35654 190 0 0 20 0 17 0 46783593 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677986560720 140678049821415 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18960] ppid=18952 vsize=10686560 CPUtime=358.64 cores=0,2,4,6
/proc/18955/task/18960/stat : 18960 (java) R 18952 18955 12906 0 -1 4202560 15215 0 0 0 35690 174 0 0 20 0 17 0 46783593 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677985508488 140678049821415 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18961] ppid=18952 vsize=10686560 CPUtime=358.52 cores=0,2,4,6
/proc/18955/task/18961/stat : 18961 (java) R 18952 18955 12906 0 -1 4202560 20208 0 0 0 35669 183 0 0 20 0 17 0 46783593 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677984455712 140678042189588 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18962] ppid=18952 vsize=10686560 CPUtime=22.36 cores=0,2,4,6
/proc/18955/task/18962/stat : 18962 (java) S 18952 18955 12906 0 -1 1077944384 66009 0 0 0 2233 3 0 0 20 0 17 0 46783595 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677552763456 140678057203413 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18963] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18963/stat : 18963 (java) S 18952 18955 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 46783595 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677551711200 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18964] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18964/stat : 18964 (java) S 18952 18955 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 46783595 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677550658560 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18965] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18965/stat : 18965 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46783598 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677549607120 140678057211803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18966] ppid=18952 vsize=10686560 CPUtime=0.49 cores=0,2,4,6
/proc/18955/task/18966/stat : 18966 (java) S 18952 18955 12906 0 -1 1077944384 2161 0 0 0 49 0 0 0 20 0 17 0 46783598 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677548554784 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18967] ppid=18952 vsize=10686560 CPUtime=0.87 cores=0,2,4,6
/proc/18955/task/18967/stat : 18967 (java) S 18952 18955 12906 0 -1 1077944384 8138 0 0 0 86 1 0 0 20 0 17 0 46783598 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677547502240 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18968] ppid=18952 vsize=10686560 CPUtime=0.31 cores=0,2,4,6
/proc/18955/task/18968/stat : 18968 (java) S 18952 18955 12906 0 -1 1077944384 1799 0 0 0 30 1 0 0 20 0 17 0 46783598 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677546449408 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18969] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18969/stat : 18969 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46783598 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677545397344 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18970] ppid=18952 vsize=10686560 CPUtime=0.15 cores=0,2,4,6
/proc/18955/task/18970/stat : 18970 (java) S 18952 18955 12906 0 -1 1077944384 541 0 0 0 10 5 0 0 20 0 17 0 46783606 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677544343856 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=19060] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/19060/stat : 19060 (java) S 18952 18955 12906 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 46820701 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677541191376 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=19061] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/19061/stat : 19061 (java) S 18952 18955 12906 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 46820701 10943037440 2026969 18446744073709551615 4194304 4196468 140727275625872 140677540139024 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
Current children cumulated CPU time (s) 1472.57
Current children cumulated vsize (KiB) 10686560

[startup+398.801 s]
/proc/loadavg: 7.26 6.45 4.73 9/216 19062
/proc/meminfo: memFree=15445728/32770624 swapFree=0/341652
[pid=18955] ppid=18952 vsize=10686560 CPUtime=1473.79 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 167755 0 0 0 146622 757 0 0 20 0 17 0 46783586 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2671640 2026970 3166 1 0 2661055 0
[pid=18955/tid=18957] ppid=18952 vsize=10686560 CPUtime=13.65 cores=0,2,4,6
/proc/18955/task/18957/stat : 18957 (java) S 18952 18955 12906 0 -1 1077944384 14868 0 0 0 1356 9 0 0 20 0 17 0 46783592 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140678061433888 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18958] ppid=18952 vsize=10686560 CPUtime=359.3 cores=0,2,4,6
/proc/18955/task/18958/stat : 18958 (java) S 18952 18955 12906 0 -1 1077944384 20393 0 0 0 35740 190 0 0 20 0 17 0 46783593 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677987613456 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18959] ppid=18952 vsize=10686560 CPUtime=358.71 cores=0,2,4,6
/proc/18955/task/18959/stat : 18959 (java) S 18952 18955 12906 0 -1 1077944384 16549 0 0 0 35681 190 0 0 20 0 17 0 46783593 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677986560912 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18960] ppid=18952 vsize=10686560 CPUtime=358.9 cores=0,2,4,6
/proc/18955/task/18960/stat : 18960 (java) S 18952 18955 12906 0 -1 1077944384 15215 0 0 0 35716 174 0 0 20 0 17 0 46783593 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677985508368 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18961] ppid=18952 vsize=10686560 CPUtime=358.8 cores=0,2,4,6
/proc/18955/task/18961/stat : 18961 (java) S 18952 18955 12906 0 -1 1077944384 20208 0 0 0 35697 183 0 0 20 0 17 0 46783593 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677984455824 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18962] ppid=18952 vsize=10686560 CPUtime=22.49 cores=0,2,4,6
/proc/18955/task/18962/stat : 18962 (java) R 18952 18955 12906 0 -1 4202560 66323 0 0 0 2246 3 0 0 20 0 17 0 46783595 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677552763456 140678042189559 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18963] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18963/stat : 18963 (java) S 18952 18955 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 46783595 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677551711200 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18964] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18964/stat : 18964 (java) S 18952 18955 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 46783595 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677550658560 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18965] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18965/stat : 18965 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46783598 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677549607120 140678057211803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18966] ppid=18952 vsize=10686560 CPUtime=0.49 cores=0,2,4,6
/proc/18955/task/18966/stat : 18966 (java) S 18952 18955 12906 0 -1 1077944384 2161 0 0 0 49 0 0 0 20 0 17 0 46783598 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677548554784 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18967] ppid=18952 vsize=10686560 CPUtime=0.87 cores=0,2,4,6
/proc/18955/task/18967/stat : 18967 (java) S 18952 18955 12906 0 -1 1077944384 8138 0 0 0 86 1 0 0 20 0 17 0 46783598 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677547502240 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18968] ppid=18952 vsize=10686560 CPUtime=0.31 cores=0,2,4,6
/proc/18955/task/18968/stat : 18968 (java) S 18952 18955 12906 0 -1 1077944384 1799 0 0 0 30 1 0 0 20 0 17 0 46783598 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677546449408 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18969] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18969/stat : 18969 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46783598 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677545397344 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18970] ppid=18952 vsize=10686560 CPUtime=0.15 cores=0,2,4,6
/proc/18955/task/18970/stat : 18970 (java) S 18952 18955 12906 0 -1 1077944384 541 0 0 0 10 5 0 0 20 0 17 0 46783606 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677544343856 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=19060] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/19060/stat : 19060 (java) S 18952 18955 12906 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 46820701 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677541191376 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=19061] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/19061/stat : 19061 (java) S 18952 18955 12906 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 46820701 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677540139024 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
Current children cumulated CPU time (s) 1473.79
Current children cumulated vsize (KiB) 10686560

[startup+399.201 s]
/proc/loadavg: 7.26 6.45 4.73 9/216 19062
/proc/meminfo: memFree=15445728/32770624 swapFree=0/341652
[pid=18955] ppid=18952 vsize=10686560 CPUtime=1474.19 cores=0,2,4,6
/proc/18955/stat : 18955 (java) S 18952 18955 12906 0 -1 1077944320 167755 0 0 0 146662 757 0 0 20 0 17 0 46783586 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140727275608416 140678057193207 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
/proc/18955/statm: 2671640 2026970 3166 1 0 2661055 0
[pid=18955/tid=18957] ppid=18952 vsize=10686560 CPUtime=13.65 cores=0,2,4,6
/proc/18955/task/18957/stat : 18957 (java) S 18952 18955 12906 0 -1 1077944384 14868 0 0 0 1356 9 0 0 20 0 17 0 46783592 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140678061433888 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18958] ppid=18952 vsize=10686560 CPUtime=359.3 cores=0,2,4,6
/proc/18955/task/18958/stat : 18958 (java) S 18952 18955 12906 0 -1 1077944384 20393 0 0 0 35740 190 0 0 20 0 17 0 46783593 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677987613456 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18959] ppid=18952 vsize=10686560 CPUtime=358.71 cores=0,2,4,6
/proc/18955/task/18959/stat : 18959 (java) S 18952 18955 12906 0 -1 1077944384 16549 0 0 0 35681 190 0 0 20 0 17 0 46783593 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677986560912 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18960] ppid=18952 vsize=10686560 CPUtime=358.9 cores=0,2,4,6
/proc/18955/task/18960/stat : 18960 (java) S 18952 18955 12906 0 -1 1077944384 15215 0 0 0 35716 174 0 0 20 0 17 0 46783593 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677985508368 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18961] ppid=18952 vsize=10686560 CPUtime=358.8 cores=0,2,4,6
/proc/18955/task/18961/stat : 18961 (java) S 18952 18955 12906 0 -1 1077944384 20208 0 0 0 35697 183 0 0 20 0 17 0 46783593 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677984455824 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18962] ppid=18952 vsize=10686560 CPUtime=22.89 cores=0,2,4,6
/proc/18955/task/18962/stat : 18962 (java) R 18952 18955 12906 0 -1 4202560 66323 0 0 0 2286 3 0 0 20 0 17 0 46783595 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677552763344 140678042189631 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18963] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18963/stat : 18963 (java) S 18952 18955 12906 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 17 0 46783595 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677551711200 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18964] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18964/stat : 18964 (java) S 18952 18955 12906 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 17 0 46783595 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677550658560 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18965] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18965/stat : 18965 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46783598 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677549607120 140678057211803 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18966] ppid=18952 vsize=10686560 CPUtime=0.49 cores=0,2,4,6
/proc/18955/task/18966/stat : 18966 (java) S 18952 18955 12906 0 -1 1077944384 2161 0 0 0 49 0 0 0 20 0 17 0 46783598 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677548554784 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18967] ppid=18952 vsize=10686560 CPUtime=0.87 cores=0,2,4,6
/proc/18955/task/18967/stat : 18967 (java) S 18952 18955 12906 0 -1 1077944384 8138 0 0 0 86 1 0 0 20 0 17 0 46783598 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677547502240 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18968] ppid=18952 vsize=10686560 CPUtime=0.31 cores=0,2,4,6
/proc/18955/task/18968/stat : 18968 (java) S 18952 18955 12906 0 -1 1077944384 1799 0 0 0 30 1 0 0 20 0 17 0 46783598 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677546449408 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18969] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18969/stat : 18969 (java) S 18952 18955 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46783598 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677545397344 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=18970] ppid=18952 vsize=10686560 CPUtime=0.15 cores=0,2,4,6
/proc/18955/task/18970/stat : 18970 (java) S 18952 18955 12906 0 -1 1077944384 541 0 0 0 10 5 0 0 20 0 17 0 46783606 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677544343856 140678057204354 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=19060] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/19060/stat : 19060 (java) S 18952 18955 12906 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 17 0 46820701 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677541191376 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
[pid=18955/tid=19061] ppid=18952 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/18955/task/19061/stat : 19061 (java) S 18952 18955 12906 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 17 0 46820701 10943037440 2026970 18446744073709551615 4194304 4196468 140727275625872 140677540139024 140678057203413 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25468928 140727275626933 140727275627086 140727275627086 140727275630543 0
Current children cumulated CPU time (s) 1474.19
Current children cumulated vsize (KiB) 10686560

[startup+399.301 s]
/proc/loadavg: 7.26 6.45 4.73 6/216 19062
/proc/meminfo: memFree=15445736/32770624 swapFree=0/341652
[pid=18955] ppid=18952 vsize=0 CPUtime=1474.29 cores=0,2,4,6
/proc/18955/stat : 18955 (java) Z 18952 18955 12906 0 -1 4227084 167853 0 0 0 146672 757 0 0 20 0 2 0 46783586 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 0 0 0 0 0 0 0 0
/proc/18955/statm: 0 0 0 0 0 0 0
[pid=18955/tid=18969] ppid=18952 vsize=0 CPUtime=0 cores=0,2,4,6
/proc/18955/task/18969/stat : 18969 (java) R 18952 18955 12906 0 -1 4203588 3 0 0 0 0 0 0 0 20 0 2 0 46783598 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) 1474.29
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 399.34
CPU time (s): 1474.33
CPU user time (s): 1466.73
CPU system time (s): 7.60413
CPU usage (%): 369.192
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1466.73
system time used= 7.60413
maximum resident set size= 8107948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 167853
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= 20583
involuntary context switches= 26542

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.69442 second user time and 2.69795 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 21:31:29
IDJOB=4243331
IDBENCH=115852
IDSOLVER=2623
FILE ID=node135/4243331-1502048727
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-07-07-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243331-1502048727/watcher-4243331-1502048727 -o /tmp/evaluation-result-4243331-1502048727/solver-4243331-1502048727 -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-4243331-1502048727.xml

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

MD5SUM BENCH= 3801e67c429176a130b0cb7922d17a7f
RANDOM SEED=959230398

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:        23503500 kB
MemAvailable:   23910840 kB
Buffers:          202156 kB
Cached:           494184 kB
SwapCached:            0 kB
Active:          8455924 kB
Inactive:         366396 kB
Active(anon):    8126332 kB
Inactive(anon):    24972 kB
Active(file):     329592 kB
Inactive(file):   341424 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1580 kB
Writeback:             4 kB
AnonPages:       8126088 kB
Mapped:            51208 kB
Shmem:             25344 kB
Slab:             131376 kB
SReclaimable:     104316 kB
SUnreclaim:        27060 kB
KernelStack:        3536 kB
PageTables:        21264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8621884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7856128 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

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