Trace number 4262923

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
sat4j-CSP 2017-07-05? (problem) 1373.22 376.83701

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-27-a3.xml
MD5SUMd2b2d316f8a3db7e4daa8c5fb45f5c4a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark788
Best CPU time to get the best result obtained on this benchmark19974.699
Satisfiable
(Un)Satisfiability was proved
Number of variables756
Number of constraints354
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":351},{"size":1001,"count":27}]
Minimum variable degree0
Maximum variable degree28
Distribution of variable degrees[{"degree":0,"count":378},{"degree":2,"count":351},{"degree":27,"count":25},{"degree":28,"count":2}]
Minimum constraint arity1
Maximum constraint arity351
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":351},{"arity":27,"count":1},{"arity":351,"count":1}]
Number of extensional constraints0
Number of intensional constraints352
Distribution of constraint types[{"type":"intension","count":352},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

1235.96/339.78	Aug 13, 2017 1:48:42 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1235.96/339.78	INFO: Runtime exception
1235.96/339.78	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1235.96/339.78		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1235.96/339.78		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1235.96/339.78		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1235.96/339.78		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1235.96/339.78		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1235.96/339.78		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1235.96/339.78		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1235.96/339.78		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1235.96/339.78		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1235.96/339.78		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1235.96/339.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1235.96/339.78		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1235.96/339.78		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1235.96/339.78		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1235.96/339.78		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1235.96/339.78		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1235.96/339.78		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1235.96/339.78		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1235.96/339.78		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1235.96/339.78	Caused by: java.lang.reflect.InvocationTargetException
1235.96/339.78		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1235.96/339.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1235.96/339.78		at java.lang.reflect.Method.invoke(Method.java:498)
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1235.96/339.78		... 21 more
1235.96/339.78	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1235.96/339.78		... 25 more
1235.96/339.78	Caused by: java.lang.reflect.InvocationTargetException
1235.96/339.78		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1235.96/339.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1235.96/339.78		at java.lang.reflect.Method.invoke(Method.java:498)
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1235.96/339.78		... 25 more
1235.96/339.78	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:390)
1235.96/339.78		at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
1235.96/339.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1235.96/339.78		at java.lang.reflect.Method.invoke(Method.java:498)
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1235.96/339.78		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1235.96/339.78		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1235.96/339.78		at java.lang.reflect.Method.invoke(Method.java:498)
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1235.96/339.78		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1235.96/339.78		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1235.96/339.78		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1235.96/339.78		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1235.96/339.78		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1235.96/339.78		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1235.96/339.78		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1235.96/339.78		at org.xcsp.parser.XCallbacks$$Lambda$60/1401132667.accept(Unknown Source)
1235.96/339.78		... 13 more
1235.96/339.78	
1304.65/358.30	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1304.65/358.30	c This is free software under the dual EPL/GNU LGPL licenses.
1304.65/358.30	c See www.sat4j.org for details.
1304.65/358.30	c That software uses the Rhino library from the Mozilla project.
1304.65/358.30	c version CUSTOM.v20170705
1304.65/358.30	c java.runtime.name	Java(TM) SE Runtime Environment
1304.65/358.30	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1304.65/358.30	c java.vm.version	25.131-b11
1304.65/358.30	c java.vm.vendor	Oracle Corporation
1304.65/358.30	c sun.arch.data.model	64
1304.65/358.30	c java.version		1.8.0_131
1304.65/358.30	c os.name		Linux
1304.65/358.30	c os.version		3.10.0-514.16.1.el7.x86_64
1304.65/358.30	c os.arch		amd64
1304.65/358.30	c Free memory 		499604488
1304.65/358.30	c Max memory 		7247757312
1304.65/358.30	c Total memory 		504889344
1304.65/358.30	c Number of processors 	4
1304.65/358.30	c c --- Begin Solver configuration ---
1304.65/358.30	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1304.65/358.30	c Learn all clauses as in MiniSAT
1304.65/358.30	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1304.65/358.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1304.65/358.30	c No reason simplification
1304.65/358.30	c Glucose 2.1 dynamic restart strategy
1304.65/358.30	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
1304.65/358.30	c timeout=2147483s
1304.65/358.30	c DB Simplification allowed=false
1304.65/358.30	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1304.65/358.30	c --- End Solver configuration ---
1338.89/367.55	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1338.89/367.55		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1338.89/367.55		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1338.89/367.55		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1338.89/367.55		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1338.89/367.55		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1338.89/367.55		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1338.89/367.55		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1338.89/367.55		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1338.89/367.55		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (11362 MiB free)
  memory of node 1: 16384 MiB (15577 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262923-1502625428/watcher-4262923-1502625428 -o /tmp/evaluation-result-4262923-1502625428/solver-4262923-1502625428 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262923-1502625428.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=15888, runsolver pid=15885
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 1.92 2.07 2.53 3/205 15894
/proc/meminfo: memFree=27581492/32770624 swapFree=67108764/67108860
[pid=15888] ppid=15885 vsize=9936560 memory=16484 CPUtime=0 cores=1,3,5,7
/proc/15888/stat : 15888 (java) S 15885 15888 4674 0 -1 1077944320 3439 0 0 0 0 0 0 0 20 0 6 0 110049184 10175037440 4121 18446744073709551615 4194304 4196468 140733592155344 140733592137888 139630180249335 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
/proc/15888/statm: 2484140 4121 1921 1 0 2473637 0
[pid=15888/tid=15890] ppid=15885 vsize=9936560 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15890/stat : 15890 (java) R 15885 15888 4674 0 -1 4202560 2173 0 0 0 0 0 0 0 20 0 6 0 110049194 10175037440 4187 18446744073709551615 4194304 4196468 140733592155344 139630184485456 139630164329822 0 4 1 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15891] ppid=15885 vsize=9936560 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15891/stat : 15891 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110049194 10175037440 4187 18446744073709551615 4194304 4196468 140733592155344 139630126599312 139630180259541 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15892] ppid=15885 vsize=9936560 memory=140714391148160 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15892/stat : 15892 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110049194 10175037440 4187 18446744073709551615 4194304 4196468 140733592155344 139629790288912 139630180259541 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15893] ppid=15885 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15893/stat : 15893 (java) S 15885 15888 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 110049194 10175037440 4187 18446744073709551615 4194304 4196468 140733592155344 139629789236112 139630180259541 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15894] ppid=15885 vsize=9936560 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15894/stat : 15894 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 110049194 10175037440 4187 18446744073709551615 4194304 4196468 140733592155344 139629788183312 139630180259541 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16484 KiB

[startup+0.209992 s]*
/proc/loadavg: 1.92 2.07 2.53 2/213 15902
/proc/meminfo: memFree=27572576/32770624 swapFree=67108764/67108860
[pid=15888] ppid=15885 vsize=10484492 memory=23764 CPUtime=0.06 cores=1,3,5,7
/proc/15888/stat : 15888 (java) S 15885 15888 4674 0 -1 1077944320 4890 0 0 0 5 1 0 0 20 0 14 0 110049184 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 140733592137888 139630180249335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
/proc/15888/statm: 2621123 5941 2584 1 0 2610620 0
[pid=15888/tid=15890] ppid=15885 vsize=10484492 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/15888/task/15890/stat : 15890 (java) D 15885 15888 4674 0 -1 4202560 3009 0 0 0 4 0 0 0 20 0 14 0 110049194 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139630184486816 139630180271357 0 4 1 16800974 18446744071580418449 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15891] ppid=15885 vsize=10484492 memory=329 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15891/stat : 15891 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110049194 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139630126599312 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15892] ppid=15885 vsize=10484492 memory=3617436341694928544 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15892/stat : 15892 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110049194 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629790288912 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15893] ppid=15885 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15893/stat : 15893 (java) S 15885 15888 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110049194 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629789236112 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15894] ppid=15885 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15894/stat : 15894 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 110049194 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629788183312 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15895] ppid=15885 vsize=10484492 memory=140714391148160 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15895/stat : 15895 (java) S 15885 15888 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 110049196 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629744281968 139630180260482 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15896] ppid=15885 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15896/stat : 15896 (java) S 15885 15888 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 110049196 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629743227936 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15897] ppid=15885 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15897/stat : 15897 (java) S 15885 15888 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 110049197 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629742175088 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15898] ppid=15885 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15898/stat : 15898 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110049199 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629741123408 139630180267931 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15899] ppid=15885 vsize=10484492 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15899/stat : 15899 (java) S 15885 15888 4674 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 14 0 110049199 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629740071792 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15900] ppid=15885 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15900/stat : 15900 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110049199 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629739018992 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15901] ppid=15885 vsize=10484492 memory=140714391148160 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15901/stat : 15901 (java) S 15885 15888 4674 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 14 0 110049199 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629737966192 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15902] ppid=15885 vsize=10484492 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15902/stat : 15902 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 110049199 10736119808 5941 18446744073709551615 4194304 4196468 140733592155344 139629736913632 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 23764 KiB

[startup+0.310077 s]*
/proc/loadavg: 1.92 2.07 2.53 3/214 15903
/proc/meminfo: memFree=27564340/32770624 swapFree=67108764/67108860
[pid=15888] ppid=15885 vsize=10551156 memory=30604 CPUtime=0.13 cores=1,3,5,7
/proc/15888/stat : 15888 (java) S 15885 15888 4674 0 -1 1077944320 7761 0 0 0 11 2 0 0 20 0 15 0 110049184 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 140733592137888 139630180249335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
/proc/15888/statm: 2637789 7651 2789 1 0 2627261 0
[pid=15888/tid=15890] ppid=15885 vsize=10551156 memory=-8774313645642428999 CPUtime=0.1 cores=1,3,5,7
/proc/15888/task/15890/stat : 15890 (java) R 15885 15888 4674 0 -1 4202560 5619 0 0 0 8 2 0 0 20 0 15 0 110049194 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139630184461424 139630180271261 0 4 1 16800974 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15891] ppid=15885 vsize=10551156 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15891/stat : 15891 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110049194 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139630126599312 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15892] ppid=15885 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15892/stat : 15892 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110049194 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629790288912 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15893] ppid=15885 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15893/stat : 15893 (java) S 15885 15888 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110049194 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629789236112 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15894] ppid=15885 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15894/stat : 15894 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110049194 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629788183312 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15895] ppid=15885 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15895/stat : 15895 (java) S 15885 15888 4674 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 110049196 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629744281968 139630180260482 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15896] ppid=15885 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15896/stat : 15896 (java) S 15885 15888 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110049196 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629743227936 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15897] ppid=15885 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15897/stat : 15897 (java) S 15885 15888 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110049197 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629742175088 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15898] ppid=15885 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15898/stat : 15898 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110049199 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629741123408 139630180267931 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15899] ppid=15885 vsize=10551156 memory=140714268960384 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15899/stat : 15899 (java) S 15885 15888 4674 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 110049199 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629740071792 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15900] ppid=15885 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15900/stat : 15900 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110049199 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629739018992 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15901] ppid=15885 vsize=10551156 memory=140714391148160 CPUtime=0.01 cores=1,3,5,7
/proc/15888/task/15901/stat : 15901 (java) R 15885 15888 4674 0 -1 4202560 343 0 0 0 1 0 0 0 20 0 15 0 110049199 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629737966192 139630180270682 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15902] ppid=15885 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15902/stat : 15902 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110049199 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629736913632 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15903] ppid=15885 vsize=10551156 memory=140714391148160 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15903/stat : 15903 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110049211 10804383744 7651 18446744073709551615 4194304 4196468 140733592155344 139629735860912 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 30604 KiB

[startup+0.704314 s]
/proc/loadavg: 1.92 2.07 2.53 4/214 15903
/proc/meminfo: memFree=27554320/32770624 swapFree=67108764/67108860
[pid=15888] ppid=15885 vsize=10551232 memory=183224 CPUtime=0.95 cores=1,3,5,7
/proc/15888/stat : 15888 (java) S 15885 15888 4674 0 -1 1077944320 10928 0 0 0 87 8 0 0 20 0 15 0 110049184 10804461568 45294 18446744073709551615 4194304 4196468 140733592155344 140733592137888 139630180249335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
/proc/15888/statm: 2637808 45806 3043 1 0 2627261 0
[pid=15888/tid=15890] ppid=15885 vsize=10551232 memory=699 CPUtime=0.46 cores=1,3,5,7
/proc/15888/task/15890/stat : 15890 (java) S 15885 15888 4674 0 -1 1077944384 7465 0 0 0 42 4 0 0 20 0 15 0 110049194 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139630184486016 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15891] ppid=15885 vsize=10551232 memory=35 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15891/stat : 15891 (java) R 15885 15888 4674 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 110049194 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139630126599312 139630165277200 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15892] ppid=15885 vsize=10551232 memory=387 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15892/stat : 15892 (java) R 15885 15888 4674 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 15 0 110049194 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629790288912 139630165277218 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15893] ppid=15885 vsize=10551232 memory=493 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15893/stat : 15893 (java) R 15885 15888 4674 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 15 0 110049194 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629789236112 139630165277200 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15894] ppid=15885 vsize=10551232 memory=82 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15894/stat : 15894 (java) R 15885 15888 4674 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 15 0 110049194 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629788183512 139630165277200 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15895] ppid=15885 vsize=10551232 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15895/stat : 15895 (java) S 15885 15888 4674 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 110049196 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629744280480 139630180259541 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15896] ppid=15885 vsize=10551232 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15896/stat : 15896 (java) S 15885 15888 4674 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 110049196 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629743227936 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15897] ppid=15885 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15897/stat : 15897 (java) S 15885 15888 4674 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 110049197 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629742175088 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15898] ppid=15885 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15898/stat : 15898 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110049199 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629741123408 139630180267931 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15899] ppid=15885 vsize=10551232 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/15888/task/15899/stat : 15899 (java) S 15885 15888 4674 0 -1 1077944384 735 0 0 0 9 0 0 0 20 0 15 0 110049199 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629740056784 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15900] ppid=15885 vsize=10551232 memory=45792 CPUtime=0.11 cores=1,3,5,7
/proc/15888/task/15900/stat : 15900 (java) S 15885 15888 4674 0 -1 1077944384 268 0 0 0 11 0 0 0 20 0 15 0 110049199 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629739006640 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15901] ppid=15885 vsize=10551232 memory=-8774313645642428999 CPUtime=0.2 cores=1,3,5,7
/proc/15888/task/15901/stat : 15901 (java) S 15885 15888 4674 0 -1 1077944384 1022 0 0 0 20 0 0 0 20 0 15 0 110049199 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629737966192 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15902] ppid=15885 vsize=10551232 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15902/stat : 15902 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110049199 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629736913632 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15903] ppid=15885 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15903/stat : 15903 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110049211 10804461568 45806 18446744073709551615 4194304 4196468 140733592155344 139629735860912 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
Current children cumulated CPU time: 0.95 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 183224 KiB

[startup+1.50134 s]
/proc/loadavg: 1.92 2.07 2.53 3/214 15903
/proc/meminfo: memFree=27187088/32770624 swapFree=67108764/67108860
[pid=15888] ppid=15885 vsize=10551232 memory=690096 CPUtime=2.83 cores=1,3,5,7
/proc/15888/stat : 15888 (java) S 15885 15888 4674 0 -1 1077944320 14285 0 0 0 252 31 0 0 20 0 15 0 110049184 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 140733592137888 139630180249335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
/proc/15888/statm: 2637808 172524 3088 1 0 2627261 0
[pid=15888/tid=15890] ppid=15885 vsize=10551232 memory=0 CPUtime=1.08 cores=1,3,5,7
/proc/15888/task/15890/stat : 15890 (java) R 15885 15888 4674 0 -1 4202560 7928 0 0 0 99 9 0 0 20 0 15 0 110049194 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139630184480488 139629809528659 0 4 1 16800974 0 0 0 -1 7 0 0 11 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15891] ppid=15885 vsize=10551232 memory=699 CPUtime=0.17 cores=1,3,5,7
/proc/15888/task/15891/stat : 15891 (java) S 15885 15888 4674 0 -1 1077944384 238 0 0 0 12 5 0 0 20 0 15 0 110049194 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139630126599312 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15892] ppid=15885 vsize=10551232 memory=35 CPUtime=0.17 cores=1,3,5,7
/proc/15888/task/15892/stat : 15892 (java) S 15885 15888 4674 0 -1 1077944384 239 0 0 0 12 5 0 0 20 0 15 0 110049194 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629790288912 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15893] ppid=15885 vsize=10551232 memory=387 CPUtime=0.16 cores=1,3,5,7
/proc/15888/task/15893/stat : 15893 (java) S 15885 15888 4674 0 -1 1077944384 248 0 0 0 12 4 0 0 20 0 15 0 110049194 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629789236112 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15894] ppid=15885 vsize=10551232 memory=493 CPUtime=0.16 cores=1,3,5,7
/proc/15888/task/15894/stat : 15894 (java) S 15885 15888 4674 0 -1 1077944384 222 0 0 0 12 4 0 0 20 0 15 0 110049194 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629788183312 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15895] ppid=15885 vsize=10551232 memory=82 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15895/stat : 15895 (java) S 15885 15888 4674 0 -1 1077944384 495 0 0 0 0 0 0 0 20 0 15 0 110049196 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629744281968 139630180260482 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15896] ppid=15885 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15896/stat : 15896 (java) S 15885 15888 4674 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 110049196 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629743227936 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15897] ppid=15885 vsize=10551232 memory=7669460176568149609 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15897/stat : 15897 (java) S 15885 15888 4674 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 110049197 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629742175088 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15898] ppid=15885 vsize=10551232 memory=281428537621232 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15898/stat : 15898 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110049199 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629741123408 139630180267931 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15899] ppid=15885 vsize=10551232 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/15888/task/15899/stat : 15899 (java) S 15885 15888 4674 0 -1 1077944384 1561 0 0 0 39 0 0 0 20 0 15 0 110049199 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629740071792 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15900] ppid=15885 vsize=10551232 memory=68 CPUtime=0.35 cores=1,3,5,7
/proc/15888/task/15900/stat : 15900 (java) S 15885 15888 4674 0 -1 1077944384 848 0 0 0 35 0 0 0 20 0 15 0 110049199 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629739018992 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15901] ppid=15885 vsize=10551232 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/15888/task/15901/stat : 15901 (java) S 15885 15888 4674 0 -1 1077944384 1143 0 0 0 25 0 0 0 20 0 15 0 110049199 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629737966192 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15902] ppid=15885 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15902/stat : 15902 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 110049199 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629736913632 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15903] ppid=15885 vsize=10551232 memory=16436 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15903/stat : 15903 (java) S 15885 15888 4674 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 110049211 10804461568 172524 18446744073709551615 4194304 4196468 140733592155344 139629735860912 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 690096 KiB


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

/proc/15888/task/15890/stat : 15890 (java) S 15885 15888 4674 0 -1 1077944384 18921 0 0 0 1296 15 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139630184489616 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15891] ppid=15885 vsize=10684512 memory=-8634980985311628903 CPUtime=329.15 cores=1,3,5,7
/proc/15888/task/15891/stat : 15891 (java) R 15885 15888 4674 0 -1 4202560 46090 0 0 0 32744 171 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139630126599312 139630161858980 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15892] ppid=15885 vsize=10684512 memory=8290072 CPUtime=327.82 cores=1,3,5,7
/proc/15888/task/15892/stat : 15892 (java) R 15885 15888 4674 0 -1 4202560 50946 0 0 0 32601 181 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629790288800 139630165238895 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15893] ppid=15885 vsize=10684512 memory=576460758282499373 CPUtime=328.28 cores=1,3,5,7
/proc/15888/task/15893/stat : 15893 (java) R 15885 15888 4674 0 -1 4202560 51849 0 0 0 32642 186 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629789236312 139630164949187 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15894] ppid=15885 vsize=10684512 memory=8289912 CPUtime=328.43 cores=1,3,5,7
/proc/15888/task/15894/stat : 15894 (java) R 15885 15888 4674 0 -1 4202560 43212 0 0 0 32659 184 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629788183312 139630165245745 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15895] ppid=15885 vsize=10684512 memory=-8774313645642428999 CPUtime=25.02 cores=1,3,5,7
/proc/15888/task/15895/stat : 15895 (java) S 15885 15888 4674 0 -1 1077944384 64032 0 0 0 2498 4 0 0 20 0 16 0 110049196 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629744280512 139630180259541 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15896] ppid=15885 vsize=10684512 memory=2320 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15896/stat : 15896 (java) S 15885 15888 4674 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 110049196 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629743228000 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15897] ppid=15885 vsize=10684512 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15897/stat : 15897 (java) S 15885 15888 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110049197 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629742175104 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15898] ppid=15885 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15898/stat : 15898 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629741123408 139630180267931 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15899] ppid=15885 vsize=10684512 memory=1296 CPUtime=0.47 cores=1,3,5,7
/proc/15888/task/15899/stat : 15899 (java) S 15885 15888 4674 0 -1 1077944384 2050 0 0 0 47 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629740071792 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15900] ppid=15885 vsize=10684512 memory=2320 CPUtime=0.46 cores=1,3,5,7
/proc/15888/task/15900/stat : 15900 (java) S 15885 15888 4674 0 -1 1077944384 2161 0 0 0 45 1 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629739018992 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15901] ppid=15885 vsize=10684512 memory=1724 CPUtime=0.29 cores=1,3,5,7
/proc/15888/task/15901/stat : 15901 (java) S 15885 15888 4674 0 -1 1077944384 3122 0 0 0 29 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629737962592 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15902] ppid=15885 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15902/stat : 15902 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629736913632 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15903] ppid=15885 vsize=10684512 memory=-8774313645642428999 CPUtime=0.27 cores=1,3,5,7
/proc/15888/task/15903/stat : 15903 (java) S 15885 15888 4674 0 -1 1077944384 494 0 0 0 13 14 0 0 20 0 16 0 110049211 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629735860912 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15916] ppid=15885 vsize=10684512 memory=1204 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15916/stat : 15916 (java) S 15885 15888 4674 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 110083163 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629733752720 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
Current children cumulated CPU time: 1353.39 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8290080 KiB

[startup+374.401 s]
/proc/loadavg: 4.34 3.86 3.21 6/214 15917
/proc/meminfo: memFree=19290984/32770624 swapFree=67108764/67108860
[pid=15888] ppid=15885 vsize=10684512 memory=8290080 CPUtime=1365.78 cores=1,3,5,7
/proc/15888/stat : 15888 (java) S 15885 15888 4674 0 -1 1077944320 284660 0 0 0 135825 753 0 0 20 0 16 0 110049184 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 140733592137888 139630180249335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
/proc/15888/statm: 2671128 2072520 3153 1 0 2660543 0
[pid=15888/tid=15890] ppid=15885 vsize=10684512 memory=1296 CPUtime=13.11 cores=1,3,5,7
/proc/15888/task/15890/stat : 15890 (java) S 15885 15888 4674 0 -1 1077944384 18921 0 0 0 1296 15 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139630184489616 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15891] ppid=15885 vsize=10684512 memory=8290072 CPUtime=332.21 cores=1,3,5,7
/proc/15888/task/15891/stat : 15891 (java) R 15885 15888 4674 0 -1 4202560 46090 0 0 0 33049 172 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139630126599432 139630172877543 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15892] ppid=15885 vsize=10684512 memory=-8774313645642428999 CPUtime=330.9 cores=1,3,5,7
/proc/15888/task/15892/stat : 15892 (java) R 15885 15888 4674 0 -1 4202560 50946 0 0 0 32908 182 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629790288720 139630172877543 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15893] ppid=15885 vsize=10684512 memory=4872558044660077418 CPUtime=331.32 cores=1,3,5,7
/proc/15888/task/15893/stat : 15893 (java) R 15885 15888 4674 0 -1 4202560 51849 0 0 0 32945 187 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629789236232 139630172877543 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15894] ppid=15885 vsize=10684512 memory=-8774313645642428999 CPUtime=331.63 cores=1,3,5,7
/proc/15888/task/15894/stat : 15894 (java) R 15885 15888 4674 0 -1 4202560 43212 0 0 0 32979 184 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629788183512 139630165245736 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15895] ppid=15885 vsize=10684512 memory=1724 CPUtime=25.02 cores=1,3,5,7
/proc/15888/task/15895/stat : 15895 (java) S 15885 15888 4674 0 -1 1077944384 64032 0 0 0 2498 4 0 0 20 0 16 0 110049196 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629744280512 139630180259541 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15896] ppid=15885 vsize=10684512 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15896/stat : 15896 (java) S 15885 15888 4674 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 110049196 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629743228000 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15897] ppid=15885 vsize=10684512 memory=11020 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15897/stat : 15897 (java) S 15885 15888 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110049197 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629742175104 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15898] ppid=15885 vsize=10684512 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15898/stat : 15898 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629741123408 139630180267931 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15899] ppid=15885 vsize=10684512 memory=4288 CPUtime=0.47 cores=1,3,5,7
/proc/15888/task/15899/stat : 15899 (java) S 15885 15888 4674 0 -1 1077944384 2050 0 0 0 47 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629740071552 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15900] ppid=15885 vsize=10684512 memory=-8774313645642428999 CPUtime=0.46 cores=1,3,5,7
/proc/15888/task/15900/stat : 15900 (java) S 15885 15888 4674 0 -1 1077944384 2161 0 0 0 45 1 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629739019040 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15901] ppid=15885 vsize=10684512 memory=928 CPUtime=0.29 cores=1,3,5,7
/proc/15888/task/15901/stat : 15901 (java) S 15885 15888 4674 0 -1 1077944384 3122 0 0 0 29 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629737962592 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15902] ppid=15885 vsize=10684512 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15902/stat : 15902 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629736913632 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15903] ppid=15885 vsize=10684512 memory=5712 CPUtime=0.27 cores=1,3,5,7
/proc/15888/task/15903/stat : 15903 (java) S 15885 15888 4674 0 -1 1077944384 494 0 0 0 13 14 0 0 20 0 16 0 110049211 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629735860912 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15916] ppid=15885 vsize=10684512 memory=796 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15916/stat : 15916 (java) S 15885 15888 4674 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 110083163 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629733752720 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
Current children cumulated CPU time: 1365.78 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8290080 KiB

[startup+376.001 s]*
/proc/loadavg: 4.34 3.86 3.21 6/214 15917
/proc/meminfo: memFree=19290984/32770624 swapFree=67108764/67108860
[pid=15888] ppid=15885 vsize=10684512 memory=8290080 CPUtime=1372.01 cores=1,3,5,7
/proc/15888/stat : 15888 (java) S 15885 15888 4674 0 -1 1077944320 284660 0 0 0 136446 755 0 0 20 0 16 0 110049184 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 140733592137888 139630180249335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
/proc/15888/statm: 2671128 2072520 3153 1 0 2660543 0
[pid=15888/tid=15890] ppid=15885 vsize=10684512 memory=-8774313645642428999 CPUtime=13.11 cores=1,3,5,7
/proc/15888/task/15890/stat : 15890 (java) S 15885 15888 4674 0 -1 1077944384 18921 0 0 0 1296 15 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139630184489616 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15891] ppid=15885 vsize=10684512 memory=4872558044660077418 CPUtime=333.76 cores=1,3,5,7
/proc/15888/task/15891/stat : 15891 (java) R 15885 15888 4674 0 -1 4202560 46090 0 0 0 33203 173 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139630126599120 139630172877543 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15892] ppid=15885 vsize=10684512 memory=3096 CPUtime=332.45 cores=1,3,5,7
/proc/15888/task/15892/stat : 15892 (java) R 15885 15888 4674 0 -1 4202560 50946 0 0 0 33062 183 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629790288720 139630172877543 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15893] ppid=15885 vsize=10684512 memory=8290080 CPUtime=332.84 cores=1,3,5,7
/proc/15888/task/15893/stat : 15893 (java) R 15885 15888 4674 0 -1 4202560 51849 0 0 0 33096 188 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629789236232 139630172877543 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15894] ppid=15885 vsize=10684512 memory=-8774313645642428999 CPUtime=333.24 cores=1,3,5,7
/proc/15888/task/15894/stat : 15894 (java) R 15885 15888 4674 0 -1 4202560 43212 0 0 0 33140 184 0 0 20 0 16 0 110049194 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629788183512 139630165238876 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15895] ppid=15885 vsize=10684512 memory=4288 CPUtime=25.02 cores=1,3,5,7
/proc/15888/task/15895/stat : 15895 (java) S 15885 15888 4674 0 -1 1077944384 64032 0 0 0 2498 4 0 0 20 0 16 0 110049196 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629744280512 139630180259541 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15896] ppid=15885 vsize=10684512 memory=1608 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15896/stat : 15896 (java) S 15885 15888 4674 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 110049196 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629743228000 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15897] ppid=15885 vsize=10684512 memory=928 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15897/stat : 15897 (java) S 15885 15888 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110049197 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629742175104 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15898] ppid=15885 vsize=10684512 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15898/stat : 15898 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629741123408 139630180267931 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15899] ppid=15885 vsize=10684512 memory=2012 CPUtime=0.47 cores=1,3,5,7
/proc/15888/task/15899/stat : 15899 (java) S 15885 15888 4674 0 -1 1077944384 2050 0 0 0 47 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629740071552 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15900] ppid=15885 vsize=10684512 memory=11020 CPUtime=0.46 cores=1,3,5,7
/proc/15888/task/15900/stat : 15900 (java) S 15885 15888 4674 0 -1 1077944384 2161 0 0 0 45 1 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629739019040 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15901] ppid=15885 vsize=10684512 memory=1228 CPUtime=0.29 cores=1,3,5,7
/proc/15888/task/15901/stat : 15901 (java) S 15885 15888 4674 0 -1 1077944384 3122 0 0 0 29 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629737962592 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15902] ppid=15885 vsize=10684512 memory=5712 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15902/stat : 15902 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110049199 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629736913632 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15903] ppid=15885 vsize=10684512 memory=796 CPUtime=0.27 cores=1,3,5,7
/proc/15888/task/15903/stat : 15903 (java) S 15885 15888 4674 0 -1 1077944384 494 0 0 0 13 14 0 0 20 0 16 0 110049211 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629735860912 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15916] ppid=15885 vsize=10684512 memory=984 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15916/stat : 15916 (java) S 15885 15888 4674 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 110083163 10940940288 2072520 18446744073709551615 4194304 4196468 140733592155344 139629733752720 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
Current children cumulated CPU time: 1372.01 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8290080 KiB

[startup+376.401 s]
/proc/loadavg: 4.34 3.86 3.21 6/214 15917
/proc/meminfo: memFree=19290984/32770624 swapFree=67108764/67108860
[pid=15888] ppid=15885 vsize=10684512 memory=8290084 CPUtime=1372.78 cores=1,3,5,7
/proc/15888/stat : 15888 (java) S 15885 15888 4674 0 -1 1077944320 285120 0 0 0 136523 755 0 0 20 0 16 0 110049184 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 140733592137888 139630180249335 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
/proc/15888/statm: 2671128 2072521 3153 1 0 2660543 0
[pid=15888/tid=15890] ppid=15885 vsize=10684512 memory=928 CPUtime=13.11 cores=1,3,5,7
/proc/15888/task/15890/stat : 15890 (java) S 15885 15888 4674 0 -1 1077944384 18921 0 0 0 1296 15 0 0 20 0 16 0 110049194 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139630184489616 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15891] ppid=15885 vsize=10684512 memory=2164 CPUtime=333.89 cores=1,3,5,7
/proc/15888/task/15891/stat : 15891 (java) S 15885 15888 4674 0 -1 1077944384 46090 0 0 0 33216 173 0 0 20 0 16 0 110049194 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139630126599312 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15892] ppid=15885 vsize=10684512 memory=844 CPUtime=332.57 cores=1,3,5,7
/proc/15888/task/15892/stat : 15892 (java) S 15885 15888 4674 0 -1 1077944384 50946 0 0 0 33074 183 0 0 20 0 16 0 110049194 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629790288912 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15893] ppid=15885 vsize=10684512 memory=16436 CPUtime=332.97 cores=1,3,5,7
/proc/15888/task/15893/stat : 15893 (java) S 15885 15888 4674 0 -1 1077944384 51849 0 0 0 33109 188 0 0 20 0 16 0 110049194 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629789236112 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15894] ppid=15885 vsize=10684512 memory=3908 CPUtime=333.37 cores=1,3,5,7
/proc/15888/task/15894/stat : 15894 (java) S 15885 15888 4674 0 -1 1077944384 43212 0 0 0 33153 184 0 0 20 0 16 0 110049194 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629788183312 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15895] ppid=15885 vsize=10684512 memory=3036 CPUtime=25.27 cores=1,3,5,7
/proc/15888/task/15895/stat : 15895 (java) R 15885 15888 4674 0 -1 4202560 64492 0 0 0 2523 4 0 0 20 0 16 0 110049196 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629744280400 139630164706955 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15896] ppid=15885 vsize=10684512 memory=8290080 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15896/stat : 15896 (java) S 15885 15888 4674 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 110049196 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629743228000 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15897] ppid=15885 vsize=10684512 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15897/stat : 15897 (java) S 15885 15888 4674 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 16 0 110049197 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629742175104 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15898] ppid=15885 vsize=10684512 memory=31800 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15898/stat : 15898 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110049199 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629741123408 139630180267931 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15899] ppid=15885 vsize=10684512 memory=1232 CPUtime=0.47 cores=1,3,5,7
/proc/15888/task/15899/stat : 15899 (java) S 15885 15888 4674 0 -1 1077944384 2050 0 0 0 47 0 0 0 20 0 16 0 110049199 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629740071552 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15900] ppid=15885 vsize=10684512 memory=644 CPUtime=0.46 cores=1,3,5,7
/proc/15888/task/15900/stat : 15900 (java) S 15885 15888 4674 0 -1 1077944384 2161 0 0 0 45 1 0 0 20 0 16 0 110049199 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629739019040 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15901] ppid=15885 vsize=10684512 memory=1796 CPUtime=0.29 cores=1,3,5,7
/proc/15888/task/15901/stat : 15901 (java) S 15885 15888 4674 0 -1 1077944384 3122 0 0 0 29 0 0 0 20 0 16 0 110049199 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629737962592 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15902] ppid=15885 vsize=10684512 memory=956 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15902/stat : 15902 (java) S 15885 15888 4674 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 110049199 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629736913632 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15903] ppid=15885 vsize=10684512 memory=2244 CPUtime=0.27 cores=1,3,5,7
/proc/15888/task/15903/stat : 15903 (java) S 15885 15888 4674 0 -1 1077944384 494 0 0 0 13 14 0 0 20 0 16 0 110049211 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629735860912 139630180260482 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
[pid=15888/tid=15916] ppid=15885 vsize=10684512 memory=4288 CPUtime=0 cores=1,3,5,7
/proc/15888/task/15916/stat : 15916 (java) S 15885 15888 4674 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 16 0 110083163 10940940288 2072521 18446744073709551615 4194304 4196468 140733592155344 139629733752720 139630180259541 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37748736 140733592158608 140733592158761 140733592158761 140733592162255 0
Current children cumulated CPU time: 1372.78 s
Current children cumulated vsize: 10684512 KiB
Current children cumulated memory: 8290084 KiB

[startup+376.801 s]*
/proc/loadavg: 4.34 3.86 3.21 3/200 15917
/proc/meminfo: memFree=19722116/32770624 swapFree=67108764/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 376.837
CPU time (s): 1373.22
CPU user time (s): 1365.63
CPU system time (s): 7.59505
CPU usage (%): 364.408
Max. virtual memory (cumulated for all children) (KiB): 10684512
Max. memory (cumulated for all children) (KiB): 8290084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1365.63
system time used= 7.59505
maximum resident set size= 8290276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285215
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22164
involuntary context switches= 14831


# summary of solver processes directly reported to runsolver:
#   pid: 15888
#   total CPU time (s): 1373.22
#   total CPU user time (s): 1365.63
#   total CPU system time (s): 7.59505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.41167 second user time and 3.62779 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-13 13:43:13
IDJOB=4262923
IDBENCH=126216
IDSOLVER=2651
FILE ID=node134/4262923-1502625428
RUNJOBID= node134-1502619645-14325
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-27-a3.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262923-1502625428/watcher-4262923-1502625428 -o /tmp/evaluation-result-4262923-1502625428/solver-4262923-1502625428 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502619645-14325 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4262923-1502625428.xml

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

MD5SUM BENCH= d2b2d316f8a3db7e4daa8c5fb45f5c4a
RANDOM SEED=1059840254

node134.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.43
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.43
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.43
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.43
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:        27586708 kB
MemAvailable:   27796024 kB
Buffers:          222448 kB
Cached:           280376 kB
SwapCached:            4 kB
Active:          4519220 kB
Inactive:         206132 kB
Active(anon):    4169524 kB
Inactive(anon):    94440 kB
Active(file):     349696 kB
Inactive(file):   111692 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108764 kB
Dirty:              1636 kB
Writeback:            12 kB
AnonPages:       4222208 kB
Mapped:            67552 kB
Shmem:             41564 kB
Slab:             153752 kB
SReclaimable:     127524 kB
SUnreclaim:        26228 kB
KernelStack:        3504 kB
PageTables:        12872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5978596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3956736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node134 at 2017-08-13 13:49:30