Trace number 4243332

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) 1484.9 402.00699

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-2.xml
MD5SUMb5461c8e5264bee8206ce4144564b5f2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark617
Best CPU time to get the best result obtained on this benchmark2400.02
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size9
Maximum domain size717
Distribution of domain sizes[{"size":9,"count":40},{"size":10,"count":160},{"size":717,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

pid=19037
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: 7.86 6.18 4.39 6/198 19040
/proc/meminfo: memFree=23477428/32770624 swapFree=0/341540
[pid=19040] ppid=19037 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19040/stat : 19040 (runsolver) D 19037 19040 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46809778 24240128 108 18446744073709551615 4194304 4338465 140734025690560 140734025688200 140440957272791 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 39514112 140734025699463 140734025699913 140734025699913 140734025703370 0
/proc/19040/statm: 5918 108 54 36 0 2156 0

[startup+0.101426 s]
/proc/loadavg: 7.86 6.18 4.39 6/198 19040
/proc/meminfo: memFree=23477428/32770624 swapFree=0/341540
[pid=19040] ppid=19037 vsize=10019572 CPUtime=0.01 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 3678 0 0 0 1 0 0 0 20 0 8 0 46809778 10260041728 4895 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2504893 4895 2053 1 0 2494390 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10019572

[startup+0.200274 s]
/proc/loadavg: 7.86 6.18 4.39 6/198 19040
/proc/meminfo: memFree=23477428/32770624 swapFree=0/341540
[pid=19040] ppid=19037 vsize=10551156 CPUtime=0.09 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 5020 0 0 0 8 1 0 0 20 0 15 0 46809778 10804383744 7084 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2637789 7084 2762 1 0 2627261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551156

[startup+0.300288 s]
/proc/loadavg: 7.86 6.18 4.39 6/198 19040
/proc/meminfo: memFree=23477428/32770624 swapFree=0/341540
[pid=19040] ppid=19037 vsize=10551156 CPUtime=0.24 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 8408 0 0 0 21 3 0 0 20 0 15 0 46809778 10804383744 9606 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2637789 9606 2830 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.700728 s]
/proc/loadavg: 7.86 6.18 4.39 6/198 19040
/proc/meminfo: memFree=23477428/32770624 swapFree=0/341540
[pid=19040] ppid=19037 vsize=10551232 CPUtime=1.19 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 11450 0 0 0 105 14 0 0 20 0 15 0 46809778 10804461568 73356 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2637808 73356 3063 1 0 2627261 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 10551232

[startup+1.50063 s]
/proc/loadavg: 7.79 6.20 4.40 6/213 19055
/proc/meminfo: memFree=23130080/32770624 swapFree=0/341568
[pid=19040] ppid=19037 vsize=10551232 CPUtime=3.17 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 13592 0 0 0 281 36 0 0 20 0 15 0 46809778 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2637808 126772 3088 1 0 2627261 0
[pid=19040/tid=19042] ppid=19037 vsize=10551232 CPUtime=1.12 cores=1,3,5,7
/proc/19040/task/19042/stat : 19042 (java) R 19037 19040 12906 0 -1 4202560 7564 0 0 0 106 6 0 0 20 0 15 0 46809786 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140453127268352 140452765638031 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19043] ppid=19037 vsize=10551232 CPUtime=0.21 cores=1,3,5,7
/proc/19040/task/19043/stat : 19043 (java) S 19037 19040 12906 0 -1 1077944384 213 0 0 0 15 6 0 0 20 0 15 0 46809787 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140453083933840 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19044] ppid=19037 vsize=10551232 CPUtime=0.22 cores=1,3,5,7
/proc/19040/task/19044/stat : 19044 (java) S 19037 19040 12906 0 -1 1077944384 194 0 0 0 16 6 0 0 20 0 15 0 46809787 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140453082881040 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19045] ppid=19037 vsize=10551232 CPUtime=0.23 cores=1,3,5,7
/proc/19040/task/19045/stat : 19045 (java) S 19037 19040 12906 0 -1 1077944384 196 0 0 0 17 6 0 0 20 0 15 0 46809787 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452731739024 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19046] ppid=19037 vsize=10551232 CPUtime=0.23 cores=1,3,5,7
/proc/19040/task/19046/stat : 19046 (java) S 19037 19040 12906 0 -1 1077944384 200 0 0 0 16 7 0 0 20 0 15 0 46809787 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452730686224 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19047] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19047/stat : 19047 (java) S 19037 19040 12906 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 46809788 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452687108464 140453123046018 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19048] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19048/stat : 19048 (java) S 19037 19040 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46809789 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452686054496 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19049] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19049/stat : 19049 (java) S 19037 19040 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46809789 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452685001584 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19050] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19050/stat : 19050 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46809791 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452683949904 140453123053467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19051] ppid=19037 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/19040/task/19051/stat : 19051 (java) S 19037 19040 12906 0 -1 1077944384 1414 0 0 0 40 0 0 0 20 0 15 0 46809791 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452682898288 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19052] ppid=19037 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/19040/task/19052/stat : 19052 (java) S 19037 19040 12906 0 -1 1077944384 919 0 0 0 40 0 0 0 20 0 15 0 46809791 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452681845488 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19053] ppid=19037 vsize=10551232 CPUtime=0.26 cores=1,3,5,7
/proc/19040/task/19053/stat : 19053 (java) S 19037 19040 12906 0 -1 1077944384 1326 0 0 0 26 0 0 0 20 0 15 0 46809791 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452680792688 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19054] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19054/stat : 19054 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46809791 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452679740128 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19055] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19055/stat : 19055 (java) S 19037 19040 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46809796 10804461568 126772 18446744073709551615 4194304 4196468 140725839028208 140452222200496 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
Current children cumulated CPU time (s) 3.17
Current children cumulated vsize (KiB) 10551232

[startup+3.10068 s]
/proc/loadavg: 7.79 6.20 4.40 10/213 19055
/proc/meminfo: memFree=22648688/32770624 swapFree=0/341568
[pid=19040] ppid=19037 vsize=10551232 CPUtime=7.79 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 43847 0 0 0 704 75 0 0 20 0 15 0 46809778 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2637808 277313 3097 1 0 2627261 0
[pid=19040/tid=19042] ppid=19037 vsize=10551232 CPUtime=1.7 cores=1,3,5,7
/proc/19040/task/19042/stat : 19042 (java) S 19037 19040 12906 0 -1 1077944384 8149 0 0 0 160 10 0 0 20 0 15 0 46809786 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140453127270048 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19043] ppid=19037 vsize=10551232 CPUtime=1.24 cores=1,3,5,7
/proc/19040/task/19043/stat : 19043 (java) R 19037 19040 12906 0 -1 4202560 7483 0 0 0 109 15 0 0 20 0 15 0 46809787 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140453083933840 140453107735533 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19044] ppid=19037 vsize=10551232 CPUtime=1.23 cores=1,3,5,7
/proc/19040/task/19044/stat : 19044 (java) R 19037 19040 12906 0 -1 4202560 7978 0 0 0 108 15 0 0 20 0 15 0 46809787 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140453082881040 140453107735923 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19045] ppid=19037 vsize=10551232 CPUtime=1.23 cores=1,3,5,7
/proc/19040/task/19045/stat : 19045 (java) R 19037 19040 12906 0 -1 4202560 6390 0 0 0 107 16 0 0 20 0 15 0 46809787 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452731739144 140453108033179 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19046] ppid=19037 vsize=10551232 CPUtime=1.22 cores=1,3,5,7
/proc/19040/task/19046/stat : 19046 (java) R 19037 19040 12906 0 -1 4202560 8057 0 0 0 107 15 0 0 20 0 15 0 46809787 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452730686344 140453107735323 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19047] ppid=19037 vsize=10551232 CPUtime=0.01 cores=1,3,5,7
/proc/19040/task/19047/stat : 19047 (java) S 19037 19040 12906 0 -1 1077944384 769 0 0 0 1 0 0 0 20 0 15 0 46809788 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452687107008 140453123045077 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19048] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19048/stat : 19048 (java) S 19037 19040 12906 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 46809789 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452686054496 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19049] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19049/stat : 19049 (java) S 19037 19040 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46809789 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452685001584 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19050] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19050/stat : 19050 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46809791 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452683949904 140453123053467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19051] ppid=19037 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/19040/task/19051/stat : 19051 (java) S 19037 19040 12906 0 -1 1077944384 1414 0 0 0 40 0 0 0 20 0 15 0 46809791 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452682898288 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19052] ppid=19037 vsize=10551232 CPUtime=0.4 cores=1,3,5,7
/proc/19040/task/19052/stat : 19052 (java) S 19037 19040 12906 0 -1 1077944384 919 0 0 0 40 0 0 0 20 0 15 0 46809791 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452681845488 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19053] ppid=19037 vsize=10551232 CPUtime=0.26 cores=1,3,5,7
/proc/19040/task/19053/stat : 19053 (java) S 19037 19040 12906 0 -1 1077944384 1331 0 0 0 26 0 0 0 20 0 15 0 46809791 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452680792688 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19054] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19054/stat : 19054 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46809791 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452679740128 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19055] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19055/stat : 19055 (java) S 19037 19040 12906 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 46809796 10804461568 277313 18446744073709551615 4194304 4196468 140725839028208 140452222200496 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 10551232

[startup+6.30065 s]
/proc/loadavg: 7.79 6.20 4.40 9/213 19055
/proc/meminfo: memFree=22039228/32770624 swapFree=0/341572
[pid=19040] ppid=19037 vsize=10551232 CPUtime=14.29 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 52960 0 0 0 1315 114 0 0 20 0 15 0 46809778 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2637808 385578 3111 1 0 2627261 0
[pid=19040/tid=19042] ppid=19037 vsize=10551232 CPUtime=3.24 cores=1,3,5,7
/proc/19040/task/19042/stat : 19042 (java) R 19037 19040 12906 0 -1 4202560 10488 0 0 0 313 11 0 0 20 0 15 0 46809786 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140453127272824 140452765090709 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19043] ppid=19037 vsize=10551232 CPUtime=2.2 cores=1,3,5,7
/proc/19040/task/19043/stat : 19043 (java) S 19037 19040 12906 0 -1 1077944384 7859 0 0 0 195 25 0 0 20 0 15 0 46809787 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140453083933840 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19044] ppid=19037 vsize=10551232 CPUtime=2.2 cores=1,3,5,7
/proc/19040/task/19044/stat : 19044 (java) S 19037 19040 12906 0 -1 1077944384 8289 0 0 0 196 24 0 0 20 0 15 0 46809787 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140453082881040 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19045] ppid=19037 vsize=10551232 CPUtime=2.19 cores=1,3,5,7
/proc/19040/task/19045/stat : 19045 (java) S 19037 19040 12906 0 -1 1077944384 7097 0 0 0 194 25 0 0 20 0 15 0 46809787 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452731739024 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19046] ppid=19037 vsize=10551232 CPUtime=2.18 cores=1,3,5,7
/proc/19040/task/19046/stat : 19046 (java) S 19037 19040 12906 0 -1 1077944384 8400 0 0 0 194 24 0 0 20 0 15 0 46809787 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452730686224 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19047] ppid=19037 vsize=10551232 CPUtime=0.69 cores=1,3,5,7
/proc/19040/task/19047/stat : 19047 (java) S 19037 19040 12906 0 -1 1077944384 2198 0 0 0 69 0 0 0 20 0 15 0 46809788 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452687108464 140453123046018 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19048] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19048/stat : 19048 (java) S 19037 19040 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 46809789 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452686054496 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19049] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19049/stat : 19049 (java) S 19037 19040 12906 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 46809789 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452685001584 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19050] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19050/stat : 19050 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46809791 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452683949904 140453123053467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19051] ppid=19037 vsize=10551232 CPUtime=0.59 cores=1,3,5,7
/proc/19040/task/19051/stat : 19051 (java) S 19037 19040 12906 0 -1 1077944384 2393 0 0 0 59 0 0 0 20 0 15 0 46809791 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452682898288 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19052] ppid=19037 vsize=10551232 CPUtime=0.59 cores=1,3,5,7
/proc/19040/task/19052/stat : 19052 (java) S 19037 19040 12906 0 -1 1077944384 1814 0 0 0 59 0 0 0 20 0 15 0 46809791 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452681845488 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19053] ppid=19037 vsize=10551232 CPUtime=0.32 cores=1,3,5,7
/proc/19040/task/19053/stat : 19053 (java) S 19037 19040 12906 0 -1 1077944384 2953 0 0 0 32 0 0 0 20 0 15 0 46809791 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452680792688 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19054] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19054/stat : 19054 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46809791 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452679740128 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19055] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19055/stat : 19055 (java) S 19037 19040 12906 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 46809796 10804461568 385578 18446744073709551615 4194304 4196468 140725839028208 140452222200496 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 10551232

[startup+12.7007 s]
/proc/loadavg: 7.44 6.17 4.41 11/214 19056
/proc/meminfo: memFree=20213548/32770624 swapFree=0/341576
[pid=19040] ppid=19037 vsize=10551232 CPUtime=32.42 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 90902 0 0 0 2931 311 0 0 20 0 15 0 46809778 10804461568 863034 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2637808 863034 3111 1 0 2627261 0
[pid=19040/tid=19042] ppid=19037 vsize=10551232 CPUtime=4.6 cores=1,3,5,7
/proc/19040/task/19042/stat : 19042 (java) R 19037 19040 12906 0 -1 4202560 12640 0 0 0 445 15 0 0 20 0 15 0 46809786 10804461568 863034 18446744073709551615 4194304 4196468 140725839028208 140453127271232 140452766139727 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19043] ppid=19037 vsize=10551232 CPUtime=6.11 cores=1,3,5,7
/proc/19040/task/19043/stat : 19043 (java) S 19037 19040 12906 0 -1 1077944384 19424 0 0 0 541 70 0 0 20 0 15 0 46809787 10804461568 863034 18446744073709551615 4194304 4196468 140725839028208 140453083933840 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19044] ppid=19037 vsize=10551232 CPUtime=6.11 cores=1,3,5,7
/proc/19040/task/19044/stat : 19044 (java) S 19037 19040 12906 0 -1 1077944384 10705 0 0 0 539 72 0 0 20 0 15 0 46809787 10804461568 863034 18446744073709551615 4194304 4196468 140725839028208 140453082881040 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19045] ppid=19037 vsize=10551232 CPUtime=6.11 cores=1,3,5,7
/proc/19040/task/19045/stat : 19045 (java) S 19037 19040 12906 0 -1 1077944384 9895 0 0 0 538 73 0 0 20 0 15 0 46809787 10804461568 863034 18446744073709551615 4194304 4196468 140725839028208 140452731739024 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19046] ppid=19037 vsize=10551232 CPUtime=6.07 cores=1,3,5,7
/proc/19040/task/19046/stat : 19046 (java) S 19037 19040 12906 0 -1 1077944384 25421 0 0 0 532 75 0 0 20 0 15 0 46809787 10804461568 863034 18446744073709551615 4194304 4196468 140725839028208 140452730686224 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19047] ppid=19037 vsize=10551232 CPUtime=1.79 cores=1,3,5,7
/proc/19040/task/19047/stat : 19047 (java) S 19037 19040 12906 0 -1 1077944384 4061 0 0 0 179 0 0 0 20 0 15 0 46809788 10804461568 863034 18446744073709551615 4194304 4196468 140725839028208 140452687108464 140453123046018 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19048] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19048/stat : 19048 (java) S 19037 19040 12906 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 46809789 10804461568 863034 18446744073709551615 4194304 4196468 140725839028208 140452686054496 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19049] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19049/stat : 19049 (java) S 19037 19040 12906 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 46809789 10804461568 863034 18446744073709551615 4194304 4196468 140725839028208 140452685001584 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19050] ppid=19037 vsize=10551232 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19050/stat : 19050 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46809791 10804461568 863034 18446744073709551615 4194304 4196468 140725839028208 140452683949904 140453123053467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0

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


[startup+396.801 s]
/proc/loadavg: 7.64 7.02 5.37 9/214 19161
/proc/meminfo: memFree=15403464/32770624 swapFree=0/341860
[pid=19040] ppid=19037 vsize=10686560 CPUtime=1466.55 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 475052 0 0 0 145880 775 0 0 20 0 16 0 46809778 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2671640 2007089 3162 1 0 2661055 0
[pid=19040/tid=19042] ppid=19037 vsize=10686560 CPUtime=13.86 cores=1,3,5,7
/proc/19040/task/19042/stat : 19042 (java) S 19037 19040 12906 0 -1 1077944384 17675 0 0 0 1370 16 0 0 20 0 16 0 46809786 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140453127275552 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19043] ppid=19037 vsize=10686560 CPUtime=357.06 cores=1,3,5,7
/proc/19040/task/19043/stat : 19043 (java) R 19037 19040 12906 0 -1 4202560 62892 0 0 0 35526 180 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140453083933960 140453115663079 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19044] ppid=19037 vsize=10686560 CPUtime=358.93 cores=1,3,5,7
/proc/19040/task/19044/stat : 19044 (java) R 19037 19040 12906 0 -1 4202560 113045 0 0 0 35724 169 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140453082881160 140453115663079 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19045] ppid=19037 vsize=10686560 CPUtime=357.06 cores=1,3,5,7
/proc/19040/task/19045/stat : 19045 (java) R 19037 19040 12906 0 -1 4202560 129378 0 0 0 35506 200 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452731739144 140453115663079 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19046] ppid=19037 vsize=10686560 CPUtime=357.34 cores=1,3,5,7
/proc/19040/task/19046/stat : 19046 (java) R 19037 19040 12906 0 -1 4202560 65259 0 0 0 35539 195 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452730686424 140453108024504 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19047] ppid=19037 vsize=10686560 CPUtime=19.69 cores=1,3,5,7
/proc/19040/task/19047/stat : 19047 (java) S 19037 19040 12906 0 -1 1077944384 65947 0 0 0 1965 4 0 0 20 0 16 0 46809788 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452687107008 140453123045077 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19048] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19048/stat : 19048 (java) S 19037 19040 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 46809789 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452686054496 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19049] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19049/stat : 19049 (java) S 19037 19040 12906 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 46809789 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452685001584 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19050] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19050/stat : 19050 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452683949904 140453123053467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19051] ppid=19037 vsize=10686560 CPUtime=1.27 cores=1,3,5,7
/proc/19040/task/19051/stat : 19051 (java) S 19037 19040 12906 0 -1 1077944384 10512 0 0 0 125 2 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452682898288 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19052] ppid=19037 vsize=10686560 CPUtime=0.71 cores=1,3,5,7
/proc/19040/task/19052/stat : 19052 (java) S 19037 19040 12906 0 -1 1077944384 3903 0 0 0 71 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452681845488 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19053] ppid=19037 vsize=10686560 CPUtime=0.36 cores=1,3,5,7
/proc/19040/task/19053/stat : 19053 (java) S 19037 19040 12906 0 -1 1077944384 4448 0 0 0 36 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452680792688 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19054] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19054/stat : 19054 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452679740128 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19055] ppid=19037 vsize=10686560 CPUtime=0.15 cores=1,3,5,7
/proc/19040/task/19055/stat : 19055 (java) S 19037 19040 12906 0 -1 1077944384 491 0 0 0 7 8 0 0 20 0 16 0 46809796 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452222200496 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19160] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19160/stat : 19160 (java) S 19037 19040 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 46847378 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452217995152 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
Current children cumulated CPU time (s) 1466.55
Current children cumulated vsize (KiB) 10686560

[startup+400.001 s]
/proc/loadavg: 7.64 7.02 5.37 10/215 19163
/proc/meminfo: memFree=15403448/32770624 swapFree=0/341868
[pid=19040] ppid=19037 vsize=10686560 CPUtime=1478.96 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 475053 0 0 0 147118 778 0 0 20 0 16 0 46809778 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2671640 2007089 3162 1 0 2661055 0
[pid=19040/tid=19042] ppid=19037 vsize=10686560 CPUtime=13.86 cores=1,3,5,7
/proc/19040/task/19042/stat : 19042 (java) S 19037 19040 12906 0 -1 1077944384 17675 0 0 0 1370 16 0 0 20 0 16 0 46809786 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140453127275552 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19043] ppid=19037 vsize=10686560 CPUtime=360.11 cores=1,3,5,7
/proc/19040/task/19043/stat : 19043 (java) R 19037 19040 12906 0 -1 4202560 62892 0 0 0 35830 181 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140453083933960 140453115663079 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19044] ppid=19037 vsize=10686560 CPUtime=362 cores=1,3,5,7
/proc/19040/task/19044/stat : 19044 (java) R 19037 19040 12906 0 -1 4202560 113045 0 0 0 36030 170 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140453082880848 140453115663079 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19045] ppid=19037 vsize=10686560 CPUtime=360.14 cores=1,3,5,7
/proc/19040/task/19045/stat : 19045 (java) R 19037 19040 12906 0 -1 4202560 129378 0 0 0 35813 201 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452731738832 140453115663079 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19046] ppid=19037 vsize=10686560 CPUtime=360.54 cores=1,3,5,7
/proc/19040/task/19046/stat : 19046 (java) R 19037 19040 12906 0 -1 4202560 65259 0 0 0 35859 195 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452730686424 140453108031275 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19047] ppid=19037 vsize=10686560 CPUtime=19.69 cores=1,3,5,7
/proc/19040/task/19047/stat : 19047 (java) S 19037 19040 12906 0 -1 1077944384 65947 0 0 0 1965 4 0 0 20 0 16 0 46809788 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452687107008 140453123045077 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19048] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19048/stat : 19048 (java) S 19037 19040 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 46809789 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452686054496 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19049] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19049/stat : 19049 (java) S 19037 19040 12906 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 46809789 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452685001584 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19050] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19050/stat : 19050 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452683949904 140453123053467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19051] ppid=19037 vsize=10686560 CPUtime=1.27 cores=1,3,5,7
/proc/19040/task/19051/stat : 19051 (java) S 19037 19040 12906 0 -1 1077944384 10512 0 0 0 125 2 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452682898336 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19052] ppid=19037 vsize=10686560 CPUtime=0.71 cores=1,3,5,7
/proc/19040/task/19052/stat : 19052 (java) S 19037 19040 12906 0 -1 1077944384 3904 0 0 0 71 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452681845248 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19053] ppid=19037 vsize=10686560 CPUtime=0.36 cores=1,3,5,7
/proc/19040/task/19053/stat : 19053 (java) S 19037 19040 12906 0 -1 1077944384 4448 0 0 0 36 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452680792736 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19054] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19054/stat : 19054 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452679740128 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19055] ppid=19037 vsize=10686560 CPUtime=0.16 cores=1,3,5,7
/proc/19040/task/19055/stat : 19055 (java) S 19037 19040 12906 0 -1 1077944384 491 0 0 0 8 8 0 0 20 0 16 0 46809796 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452222200496 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19160] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19160/stat : 19160 (java) S 19037 19040 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 46847378 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452217995152 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
Current children cumulated CPU time (s) 1478.96
Current children cumulated vsize (KiB) 10686560

[startup+400.801 s]
/proc/loadavg: 7.64 7.02 5.37 10/215 19163
/proc/meminfo: memFree=15403448/32770624 swapFree=0/341868
[pid=19040] ppid=19037 vsize=10686560 CPUtime=1482.06 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 475053 0 0 0 147427 779 0 0 20 0 16 0 46809778 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2671640 2007089 3162 1 0 2661055 0
[pid=19040/tid=19042] ppid=19037 vsize=10686560 CPUtime=13.86 cores=1,3,5,7
/proc/19040/task/19042/stat : 19042 (java) S 19037 19040 12906 0 -1 1077944384 17675 0 0 0 1370 16 0 0 20 0 16 0 46809786 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140453127275552 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19043] ppid=19037 vsize=10686560 CPUtime=360.87 cores=1,3,5,7
/proc/19040/task/19043/stat : 19043 (java) R 19037 19040 12906 0 -1 4202560 62892 0 0 0 35905 182 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140453083933960 140453115663079 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19044] ppid=19037 vsize=10686560 CPUtime=362.78 cores=1,3,5,7
/proc/19040/task/19044/stat : 19044 (java) R 19037 19040 12906 0 -1 4202560 113045 0 0 0 36107 171 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140453082880848 140453115663079 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19045] ppid=19037 vsize=10686560 CPUtime=360.9 cores=1,3,5,7
/proc/19040/task/19045/stat : 19045 (java) R 19037 19040 12906 0 -1 4202560 129378 0 0 0 35889 201 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452731739144 140453115663079 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19046] ppid=19037 vsize=10686560 CPUtime=361.34 cores=1,3,5,7
/proc/19040/task/19046/stat : 19046 (java) R 19037 19040 12906 0 -1 4202560 65259 0 0 0 35939 195 0 0 20 0 16 0 46809787 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452730686424 140453108024494 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19047] ppid=19037 vsize=10686560 CPUtime=19.69 cores=1,3,5,7
/proc/19040/task/19047/stat : 19047 (java) S 19037 19040 12906 0 -1 1077944384 65947 0 0 0 1965 4 0 0 20 0 16 0 46809788 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452687107008 140453123045077 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19048] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19048/stat : 19048 (java) S 19037 19040 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 46809789 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452686054496 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19049] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19049/stat : 19049 (java) S 19037 19040 12906 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 46809789 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452685001584 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19050] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19050/stat : 19050 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452683949904 140453123053467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19051] ppid=19037 vsize=10686560 CPUtime=1.27 cores=1,3,5,7
/proc/19040/task/19051/stat : 19051 (java) S 19037 19040 12906 0 -1 1077944384 10512 0 0 0 125 2 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452682898336 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19052] ppid=19037 vsize=10686560 CPUtime=0.71 cores=1,3,5,7
/proc/19040/task/19052/stat : 19052 (java) S 19037 19040 12906 0 -1 1077944384 3904 0 0 0 71 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452681845248 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19053] ppid=19037 vsize=10686560 CPUtime=0.36 cores=1,3,5,7
/proc/19040/task/19053/stat : 19053 (java) S 19037 19040 12906 0 -1 1077944384 4448 0 0 0 36 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452680792736 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19054] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19054/stat : 19054 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46809791 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452679740128 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19055] ppid=19037 vsize=10686560 CPUtime=0.16 cores=1,3,5,7
/proc/19040/task/19055/stat : 19055 (java) S 19037 19040 12906 0 -1 1077944384 491 0 0 0 8 8 0 0 20 0 16 0 46809796 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452222200496 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19160] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19160/stat : 19160 (java) S 19037 19040 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 46847378 10943037440 2007089 18446744073709551615 4194304 4196468 140725839028208 140452217995152 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
Current children cumulated CPU time (s) 1482.06
Current children cumulated vsize (KiB) 10686560

[startup+401.607 s]
/proc/loadavg: 7.67 7.04 5.39 7/215 19163
/proc/meminfo: memFree=15403448/32770624 swapFree=0/341868
[pid=19040] ppid=19037 vsize=10686560 CPUtime=1484.49 cores=1,3,5,7
/proc/19040/stat : 19040 (java) S 19037 19040 12906 0 -1 1077944320 475082 0 0 0 147669 780 0 0 20 0 16 0 46809778 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140725839010752 140453123034871 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
/proc/19040/statm: 2671640 2007090 3162 1 0 2661055 0
[pid=19040/tid=19042] ppid=19037 vsize=10686560 CPUtime=13.86 cores=1,3,5,7
/proc/19040/task/19042/stat : 19042 (java) S 19037 19040 12906 0 -1 1077944384 17675 0 0 0 1370 16 0 0 20 0 16 0 46809786 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140453127275552 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19043] ppid=19037 vsize=10686560 CPUtime=361.42 cores=1,3,5,7
/proc/19040/task/19043/stat : 19043 (java) S 19037 19040 12906 0 -1 1077944384 62892 0 0 0 35960 182 0 0 20 0 16 0 46809787 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140453083933840 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19044] ppid=19037 vsize=10686560 CPUtime=363.32 cores=1,3,5,7
/proc/19040/task/19044/stat : 19044 (java) S 19037 19040 12906 0 -1 1077944384 113045 0 0 0 36161 171 0 0 20 0 16 0 46809787 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140453082881040 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19045] ppid=19037 vsize=10686560 CPUtime=361.45 cores=1,3,5,7
/proc/19040/task/19045/stat : 19045 (java) S 19037 19040 12906 0 -1 1077944384 129378 0 0 0 35943 202 0 0 20 0 16 0 46809787 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452731739024 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19046] ppid=19037 vsize=10686560 CPUtime=361.91 cores=1,3,5,7
/proc/19040/task/19046/stat : 19046 (java) S 19037 19040 12906 0 -1 1077944384 65288 0 0 0 35996 195 0 0 20 0 16 0 46809787 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452730686224 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19047] ppid=19037 vsize=10686560 CPUtime=19.93 cores=1,3,5,7
/proc/19040/task/19047/stat : 19047 (java) R 19037 19040 12906 0 -1 4202560 65947 0 0 0 1989 4 0 0 20 0 16 0 46809788 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452687106896 140453108031380 0 0 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19048] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19048/stat : 19048 (java) S 19037 19040 12906 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 16 0 46809789 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452686054496 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19049] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19049/stat : 19049 (java) S 19037 19040 12906 0 -1 1077944384 103 0 0 0 0 0 0 0 20 0 16 0 46809789 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452685001584 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19050] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19050/stat : 19050 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46809791 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452683949904 140453123053467 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19051] ppid=19037 vsize=10686560 CPUtime=1.27 cores=1,3,5,7
/proc/19040/task/19051/stat : 19051 (java) S 19037 19040 12906 0 -1 1077944384 10512 0 0 0 125 2 0 0 20 0 16 0 46809791 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452682898336 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19052] ppid=19037 vsize=10686560 CPUtime=0.71 cores=1,3,5,7
/proc/19040/task/19052/stat : 19052 (java) S 19037 19040 12906 0 -1 1077944384 3904 0 0 0 71 0 0 0 20 0 16 0 46809791 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452681845248 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19053] ppid=19037 vsize=10686560 CPUtime=0.36 cores=1,3,5,7
/proc/19040/task/19053/stat : 19053 (java) S 19037 19040 12906 0 -1 1077944384 4448 0 0 0 36 0 0 0 20 0 16 0 46809791 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452680792736 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19054] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19054/stat : 19054 (java) S 19037 19040 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 46809791 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452679740128 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19055] ppid=19037 vsize=10686560 CPUtime=0.16 cores=1,3,5,7
/proc/19040/task/19055/stat : 19055 (java) S 19037 19040 12906 0 -1 1077944384 491 0 0 0 8 8 0 0 20 0 16 0 46809796 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452222200496 140453123046018 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
[pid=19040/tid=19160] ppid=19037 vsize=10686560 CPUtime=0 cores=1,3,5,7
/proc/19040/task/19160/stat : 19160 (java) S 19037 19040 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 46847378 10943037440 2007090 18446744073709551615 4194304 4196468 140725839028208 140452217995152 140453123045077 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8208384 140725839032757 140725839032910 140725839032910 140725839036367 0
Current children cumulated CPU time (s) 1484.49
Current children cumulated vsize (KiB) 10686560

[startup+402.001 s]
/proc/loadavg: 7.67 7.04 5.39 7/215 19163
/proc/meminfo: memFree=15403448/32770624 swapFree=0/341868
[pid=19040] ppid=19037 vsize=0 CPUtime=1484.89 cores=1,3,5,7
/proc/19040/stat : 19040 (java) Z 19037 19040 12906 0 -1 4227084 475388 0 0 0 147706 783 0 0 20 0 2 0 46809778 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 0 0 0 0 0 0 0 0
/proc/19040/statm: 0 0 0 0 0 0 0
[pid=19040/tid=19046] ppid=19037 vsize=0 CPUtime=361.94 cores=1,3,5,7
/proc/19040/task/19046/stat : 19046 (java) R 19037 19040 12906 0 -1 4203588 65288 0 0 0 35996 198 0 0 20 0 2 0 46809787 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) 1484.89
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 402.007
CPU time (s): 1484.9
CPU user time (s): 1477.06
CPU system time (s): 7.83659
CPU usage (%): 369.372
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1477.06
system time used= 7.83659
maximum resident set size= 8028400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 475388
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= 28338
involuntary context switches= 38592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.82687 second user time and 2.65005 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 21:35:51
IDJOB=4243332
IDBENCH=115854
IDSOLVER=2623
FILE ID=node135/4243332-1502048989
RUNJOBID= node135-1502041652-17605
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= b5461c8e5264bee8206ce4144564b5f2
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:        23477428 kB
MemAvailable:   23885004 kB
Buffers:          202276 kB
Cached:           494288 kB
SwapCached:            0 kB
Active:          8482616 kB
Inactive:         366512 kB
Active(anon):    8152924 kB
Inactive(anon):    24972 kB
Active(file):     329692 kB
Inactive(file):   341540 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1600 kB
Writeback:             4 kB
AnonPages:       8152564 kB
Mapped:            50064 kB
Shmem:             25344 kB
Slab:             131368 kB
SReclaimable:     104356 kB
SUnreclaim:        27012 kB
KernelStack:        3472 kB
PageTables:        20712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8616592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8013824 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:42:33