Trace number 4263534

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 NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? 1476.71 402.55801

General information on the benchmark

NameQueens/
Queens-m1-s1/Queens-0150-m1.xml
MD5SUM87bfaaaf5fd3b270ee1dec703898481f
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.27384
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints11176
Number of domains1
Minimum domain size150
Maximum domain size150
Distribution of domain sizes[{"size":150,"count":150}]
Minimum variable degree150
Maximum variable degree150
Distribution of variable degrees[{"degree":150,"count":150}]
Minimum constraint arity2
Maximum constraint arity150
Distribution of constraint arities[{"arity":2,"count":11175},{"arity":150,"count":1}]
Number of extensional constraints0
Number of intensional constraints11175
Distribution of constraint types[{"type":"intension","count":11175},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

1225.13/335.63	Aug 13, 2017 4:45:18 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1225.13/335.63	INFO: Runtime exception
1225.13/335.63	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1225.13/335.63		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1225.13/335.63		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1225.13/335.63		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1225.13/335.63		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1225.13/335.63		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1225.13/335.63		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1225.13/335.63		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1225.13/335.63		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1225.13/335.63		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1225.13/335.63		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1225.13/335.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1225.13/335.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1225.13/335.63		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1225.13/335.63		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1225.13/335.63		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1225.13/335.63		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1225.13/335.63		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1225.13/335.63		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1225.13/335.63		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1225.13/335.63	Caused by: java.lang.reflect.InvocationTargetException
1225.13/335.63		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1225.13/335.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1225.13/335.63		at java.lang.reflect.Method.invoke(Method.java:498)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1225.13/335.63		... 21 more
1225.13/335.63	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1225.13/335.63		... 25 more
1225.13/335.63	Caused by: java.lang.reflect.InvocationTargetException
1225.13/335.63		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1225.13/335.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1225.13/335.63		at java.lang.reflect.Method.invoke(Method.java:498)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1225.13/335.63		... 26 more
1225.13/335.63	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1225.13/335.63		... 30 more
1225.13/335.63	Caused by: java.lang.reflect.InvocationTargetException
1225.13/335.63		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1225.13/335.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1225.13/335.63		at java.lang.reflect.Method.invoke(Method.java:498)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1225.13/335.63		... 30 more
1225.13/335.63	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorDist(TseitinBasedIntensionCtrEncoder.java:294)
1225.13/335.63		at sun.reflect.GeneratedMethodAccessor3.invoke(Unknown Source)
1225.13/335.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1225.13/335.63		at java.lang.reflect.Method.invoke(Method.java:498)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1225.13/335.63		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1225.13/335.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1225.13/335.63		at java.lang.reflect.Method.invoke(Method.java:498)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:119)
1225.13/335.63		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1225.13/335.63		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1225.13/335.63		at java.lang.reflect.Method.invoke(Method.java:498)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1225.13/335.63		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1225.13/335.63		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1225.13/335.63		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1225.13/335.63		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1225.13/335.63		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1225.13/335.63		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1225.13/335.63		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1225.13/335.63		at org.xcsp.parser.XCallbacks$$Lambda$49/2091156596.accept(Unknown Source)
1225.13/335.63		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1225.13/335.63		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1225.13/335.63		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1225.13/335.63		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1225.13/335.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1225.13/335.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1225.13/335.63		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1225.13/335.63		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1225.13/335.63	
1305.04/357.11	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1305.04/357.11	c This is free software under the dual EPL/GNU LGPL licenses.
1305.04/357.11	c See www.sat4j.org for details.
1305.04/357.11	c That software uses the Rhino library from the Mozilla project.
1305.04/357.11	c version CUSTOM.v20170705
1305.04/357.11	c java.runtime.name	Java(TM) SE Runtime Environment
1305.04/357.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1305.04/357.11	c java.vm.version	25.131-b11
1305.04/357.11	c java.vm.vendor	Oracle Corporation
1305.04/357.11	c sun.arch.data.model	64
1305.04/357.11	c java.version		1.8.0_131
1305.04/357.11	c os.name		Linux
1305.04/357.11	c os.version		3.10.0-514.16.1.el7.x86_64
1305.04/357.11	c os.arch		amd64
1305.04/357.11	c Free memory 		499604488
1305.04/357.11	c Max memory 		7247757312
1305.04/357.11	c Total memory 		504889344
1305.04/357.11	c Number of processors 	4
1305.04/357.11	c c --- Begin Solver configuration ---
1305.04/357.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1305.04/357.11	c Learn all clauses as in MiniSAT
1305.04/357.11	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1305.04/357.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1305.04/357.11	c No reason simplification
1305.04/357.11	c Glucose 2.1 dynamic restart strategy
1305.04/357.11	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
1305.04/357.11	c timeout=2147483s
1305.04/357.11	c DB Simplification allowed=false
1305.04/357.11	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1305.04/357.11	c --- End Solver configuration ---
1361.00/371.99	c starts		: 0
1404.24/382.96	c conflicts		: 0
1404.24/382.96	c decisions		: 0
1404.24/382.96	c propagations		: 0
1404.24/382.96	c inspects		: 0
1404.24/382.96	c shortcuts		: 0
1404.24/382.96	c learnt literals	: 0
1404.24/382.96	c learnt binary clauses	: 0
1404.24/382.96	c learnt ternary clauses	: 0
1404.24/382.96	c learnt constraints	: 0
1404.24/382.96	c ignored constraints	: 0
1404.24/382.96	c root simplifications	: 0
1404.24/382.96	c removed literals (reason simplification)	: 0
1404.24/382.96	c reason swapping (by a shorter reason)	: 0
1404.24/382.96	c Calls to reduceDB	: 0
1404.24/382.96	c Number of update (reduction) of LBD	: 0
1404.24/382.96	c Imported unit clauses	: 0
1404.24/382.96	c number of reductions to clauses (during analyze)	: 0
1404.24/382.96	c number of learned constraints concerned by reduction	: 0
1404.24/382.96	c number of learning phase by resolution	: 0
1404.24/382.96	c number of learning phase by cutting planes	: 0
1404.24/382.96	c number of rounding to 1 operations	: 0
1404.24/382.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1404.24/382.96	c number of reductions of the coefficients by power 2 	: 0
1404.24/382.96	c number of right shift for reduction by power 2 	: 0
1404.24/382.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
1404.24/382.96	c speed (assignments/second)	: 0.0
1404.24/382.96	c non guided choices	0
1440.38/392.72	Exception in thread "Thread-1" c learnt constraints type 
1440.38/392.72	s UNKNOWN
1476.65/402.51	java.lang.OutOfMemoryError: GC overhead limit exceeded
1476.65/402.51		at java.util.Hashtable.getEnumeration(Hashtable.java:601)
1476.65/402.51		at java.util.Hashtable.keys(Hashtable.java:257)
1476.65/402.51		at java.util.logging.LogManager$LoggerContext.getLoggerNames(LogManager.java:847)
1476.65/402.51		at java.util.logging.LogManager.reset(LogManager.java:1327)
1476.65/402.51		at java.util.logging.LogManager$Cleaner.run(LogManager.java:239)

Verifier Data


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 (15079 MiB free)
  memory of node 1: 16384 MiB (7257 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263534-1502636016/watcher-4263534-1502636016 -o /tmp/evaluation-result-4263534-1502636016/solver-4263534-1502636016 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263534-1502636016.xml 

running on 4 cores: 0,2,4,6

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
Current StackSize limit: 8192 KiB

solver pid=2265, runsolver pid=2262

[startup+0.100145 s]*
/proc/loadavg: 4.22 3.39 3.35 6/200 2267
/proc/meminfo: memFree=22868752/32770624 swapFree=67108860/67108860
[pid=2265] ppid=2262 vsize=9936560 memory=16484 CPUtime=0.01 cores=0,2,4,6
/proc/2265/stat : 2265 (java) S 2262 2265 12395 0 -1 1077944320 3415 0 0 0 1 0 0 0 20 0 6 0 105512948 10175037440 4121 18446744073709551615 4194304 4196468 140723188718624 140723188701168 140675293540087 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
/proc/2265/statm: 2484140 4121 1921 1 0 2473637 0
[pid=2265/tid=2267] ppid=2262 vsize=9936560 memory=-7174084197762691781 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2267/stat : 2267 (java) R 2262 2265 12395 0 -1 4202560 2183 0 0 0 0 0 0 0 20 0 6 0 105512958 10175037440 4187 18446744073709551615 4194304 4196468 140723188718624 140675297776208 140675293562013 0 4 1 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2268] ppid=2262 vsize=9936560 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2268/stat : 2268 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 105512958 10175037440 4187 18446744073709551615 4194304 4196468 140723188718624 140675223960592 140675293550293 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2269] ppid=2262 vsize=9936560 memory=139981790025344 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2269/stat : 2269 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 105512958 10175037440 4187 18446744073709551615 4194304 4196468 140723188718624 140675222908048 140675293550293 0 4 1 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2270] ppid=2262 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2270/stat : 2270 (java) S 2262 2265 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 105512958 10175037440 4187 18446744073709551615 4194304 4196468 140723188718624 140675221854992 140675293550293 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2271] ppid=2262 vsize=9936560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2271/stat : 2271 (java) S 2262 2265 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 105512958 10175037440 4187 18446744073709551615 4194304 4196468 140723188718624 140675220802448 140675293550293 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 16484 KiB

[startup+0.210218 s]*
/proc/loadavg: 4.22 3.39 3.35 5/212 2279
/proc/meminfo: memFree=22862476/32770624 swapFree=67108860/67108860
[pid=2265] ppid=2262 vsize=10484492 memory=22300 CPUtime=0.05 cores=0,2,4,6
/proc/2265/stat : 2265 (java) S 2262 2265 12395 0 -1 1077944320 5040 0 0 0 5 0 0 0 20 0 14 0 105512948 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140723188701168 140675293540087 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
/proc/2265/statm: 2621123 5575 2587 1 0 2610620 0
[pid=2265/tid=2267] ppid=2262 vsize=10484492 memory=-7174084197762691781 CPUtime=0.04 cores=0,2,4,6
/proc/2265/task/2267/stat : 2267 (java) D 2262 2265 12395 0 -1 4202560 3143 0 0 0 4 0 0 0 20 0 14 0 105512958 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140675297777568 140675293562109 0 4 1 16800974 18446744071580418449 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2268] ppid=2262 vsize=10484492 memory=4349475210443476153 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2268/stat : 2268 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105512958 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140675223960592 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2269] ppid=2262 vsize=10484492 memory=139981790025344 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2269/stat : 2269 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 14 0 105512958 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140675222908048 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2270] ppid=2262 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2270/stat : 2270 (java) S 2262 2265 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105512958 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140675221854992 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2271] ppid=2262 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2271/stat : 2271 (java) S 2262 2265 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105512958 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140675220802448 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2272] ppid=2262 vsize=10484492 memory=139981790025344 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2272/stat : 2272 (java) S 2262 2265 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 14 0 105512960 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140674790459632 140675293551234 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2273] ppid=2262 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2273/stat : 2273 (java) S 2262 2265 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 105512960 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140674789405856 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2274] ppid=2262 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2274/stat : 2274 (java) S 2262 2265 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 105512960 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140674788352752 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2275] ppid=2262 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2275/stat : 2275 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105512963 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140674787301328 140675293558683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2276] ppid=2262 vsize=10484492 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2276/stat : 2276 (java) S 2262 2265 12395 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 14 0 105512963 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140674786249456 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2277] ppid=2262 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2277/stat : 2277 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105512963 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140674785196912 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2278] ppid=2262 vsize=10484492 memory=139981790025344 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2278/stat : 2278 (java) S 2262 2265 12395 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 14 0 105512963 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140674784143856 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2279] ppid=2262 vsize=10484492 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2279/stat : 2279 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 14 0 105512963 10736119808 5575 18446744073709551615 4194304 4196468 140723188718624 140674783091552 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 10484492 KiB
Current children cumulated memory: 22300 KiB

[startup+0.310202 s]*
/proc/loadavg: 4.22 3.39 3.35 7/213 2280
/proc/meminfo: memFree=22852228/32770624 swapFree=67108860/67108860
[pid=2265] ppid=2262 vsize=10551156 memory=31340 CPUtime=0.16 cores=0,2,4,6
/proc/2265/stat : 2265 (java) S 2262 2265 12395 0 -1 1077944320 8082 0 0 0 14 2 0 0 20 0 15 0 105512948 10804383744 7835 18446744073709551615 4194304 4196468 140723188718624 140723188701168 140675293540087 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
/proc/2265/statm: 2637789 7835 2797 1 0 2627261 0
[pid=2265/tid=2267] ppid=2262 vsize=10551156 memory=-7174084197762691781 CPUtime=0.11 cores=0,2,4,6
/proc/2265/task/2267/stat : 2267 (java) R 2262 2265 12395 0 -1 4202560 5939 0 0 0 10 1 0 0 20 0 15 0 105512958 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140675297750816 140675277620574 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2268] ppid=2262 vsize=10551156 memory=139985936187511 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2268/stat : 2268 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105512958 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140675223960592 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2269] ppid=2262 vsize=10551156 memory=279963431354464 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2269/stat : 2269 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105512958 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140675222908048 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2270] ppid=2262 vsize=10551156 memory=279963282574200 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2270/stat : 2270 (java) S 2262 2265 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105512958 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140675221854992 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2271] ppid=2262 vsize=10551156 memory=139981641347615 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2271/stat : 2271 (java) S 2262 2265 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105512958 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140675220802448 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2272] ppid=2262 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2272/stat : 2272 (java) S 2262 2265 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105512960 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140674790459632 140675293551234 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2273] ppid=2262 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2273/stat : 2273 (java) S 2262 2265 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105512960 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140674789405856 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2274] ppid=2262 vsize=10551156 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2274/stat : 2274 (java) S 2262 2265 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105512960 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140674788352752 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2275] ppid=2262 vsize=10551156 memory=139981790025344 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2275/stat : 2275 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105512963 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140674787301328 140675293558683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2276] ppid=2262 vsize=10551156 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2265/task/2276/stat : 2276 (java) S 2262 2265 12395 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 15 0 105512963 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140674786249456 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2277] ppid=2262 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2277/stat : 2277 (java) R 2262 2265 12395 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 15 0 105512963 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140674785197008 140675273400761 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2278] ppid=2262 vsize=10551156 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2265/task/2278/stat : 2278 (java) R 2262 2265 12395 0 -1 1077944384 357 0 0 0 2 0 0 0 20 0 15 0 105512963 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140674784143040 140675293550293 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2279] ppid=2262 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2279/stat : 2279 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105512963 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140674783091552 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2280] ppid=2262 vsize=10551156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2280/stat : 2280 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105512973 10804383744 7901 18446744073709551615 4194304 4196468 140723188718624 140674782038576 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 31340 KiB

[startup+0.70067 s]
/proc/loadavg: 4.22 3.39 3.35 9/213 2280
/proc/meminfo: memFree=22831676/32770624 swapFree=67108860/67108860
[pid=2265] ppid=2262 vsize=10551232 memory=75792 CPUtime=1.24 cores=0,2,4,6
/proc/2265/stat : 2265 (java) S 2262 2265 12395 0 -1 1077944320 12696 0 0 0 120 4 0 0 20 0 15 0 105512948 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140723188701168 140675293540087 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
/proc/2265/statm: 2637808 18948 3048 1 0 2627261 0
[pid=2265/tid=2267] ppid=2262 vsize=10551232 memory=51784 CPUtime=0.49 cores=0,2,4,6
/proc/2265/task/2267/stat : 2267 (java) R 2262 2265 12395 0 -1 4202560 7343 0 0 0 46 3 0 0 20 0 15 0 105512958 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140675297775088 140674895334184 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2268] ppid=2262 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2268/stat : 2268 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105512958 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140675223960592 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2269] ppid=2262 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2269/stat : 2269 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105512958 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140675222908048 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2270] ppid=2262 vsize=10551232 memory=23 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2270/stat : 2270 (java) S 2262 2265 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105512958 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140675221854992 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2271] ppid=2262 vsize=10551232 memory=85 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2271/stat : 2271 (java) S 2262 2265 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105512958 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140675220802448 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2272] ppid=2262 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2272/stat : 2272 (java) S 2262 2265 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105512960 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140674790459632 140675293551234 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2273] ppid=2262 vsize=10551232 memory=4 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2273/stat : 2273 (java) S 2262 2265 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105512960 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140674789405856 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2274] ppid=2262 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2274/stat : 2274 (java) S 2262 2265 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105512960 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140674788352752 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2275] ppid=2262 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2275/stat : 2275 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105512963 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140674787301328 140675293558683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2276] ppid=2262 vsize=10551232 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/2265/task/2276/stat : 2276 (java) R 2262 2265 12395 0 -1 4202560 1231 0 0 0 24 0 0 0 20 0 15 0 105512963 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140674786240288 140675277065977 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2277] ppid=2262 vsize=10551232 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/2265/task/2277/stat : 2277 (java) R 2262 2265 12395 0 -1 4202560 1140 0 0 0 25 0 0 0 20 0 15 0 105512963 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140674785185056 140675277036875 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2278] ppid=2262 vsize=10551232 memory=4132 CPUtime=0.23 cores=0,2,4,6
/proc/2265/task/2278/stat : 2278 (java) S 2262 2265 12395 0 -1 1077944384 1610 0 0 0 23 0 0 0 20 0 15 0 105512963 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140674784143856 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2279] ppid=2262 vsize=10551232 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2279/stat : 2279 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105512963 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140674783091552 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2280] ppid=2262 vsize=10551232 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2280/stat : 2280 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105512973 10804461568 18948 18446744073709551615 4194304 4196468 140723188718624 140674782038576 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 75792 KiB

[startup+1.50067 s]
/proc/loadavg: 4.22 3.39 3.35 8/213 2280
/proc/meminfo: memFree=22727048/32770624 swapFree=67108860/67108860
[pid=2265] ppid=2262 vsize=10551232 memory=198688 CPUtime=2.91 cores=0,2,4,6
/proc/2265/stat : 2265 (java) S 2262 2265 12395 0 -1 1077944320 13928 0 0 0 282 9 0 0 20 0 15 0 105512948 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140723188701168 140675293540087 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
/proc/2265/statm: 2637808 49672 3079 1 0 2627261 0
[pid=2265/tid=2267] ppid=2262 vsize=10551232 memory=198688 CPUtime=1.26 cores=0,2,4,6
/proc/2265/task/2267/stat : 2267 (java) R 2262 2265 12395 0 -1 4202560 7453 0 0 0 122 4 0 0 20 0 15 0 105512958 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140675297778856 140674896384544 0 4 1 16800974 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2268] ppid=2262 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2265/task/2268/stat : 2268 (java) S 2262 2265 12395 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 105512958 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140675223960592 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2269] ppid=2262 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2265/task/2269/stat : 2269 (java) S 2262 2265 12395 0 -1 1077944384 13 0 0 0 1 0 0 0 20 0 15 0 105512958 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140675222908048 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2270] ppid=2262 vsize=10551232 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2265/task/2270/stat : 2270 (java) S 2262 2265 12395 0 -1 1077944384 22 0 0 0 1 0 0 0 20 0 15 0 105512958 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140675221854992 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2271] ppid=2262 vsize=10551232 memory=13931 CPUtime=0.01 cores=0,2,4,6
/proc/2265/task/2271/stat : 2271 (java) S 2262 2265 12395 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 15 0 105512958 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140675220802448 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2272] ppid=2262 vsize=10551232 memory=1038317 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2272/stat : 2272 (java) S 2262 2265 12395 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 105512960 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140674790459632 140675293551234 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2273] ppid=2262 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2273/stat : 2273 (java) S 2262 2265 12395 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 105512960 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140674789405856 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2274] ppid=2262 vsize=10551232 memory=1404238533841297014 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2274/stat : 2274 (java) S 2262 2265 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105512960 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140674788352752 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2275] ppid=2262 vsize=10551232 memory=1404238533841297014 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2275/stat : 2275 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105512963 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140674787301328 140675293558683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2276] ppid=2262 vsize=10551232 memory=-7595718148659004832 CPUtime=0.62 cores=0,2,4,6
/proc/2265/task/2276/stat : 2276 (java) S 2262 2265 12395 0 -1 1077944384 1856 0 0 0 62 0 0 0 20 0 15 0 105512963 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140674786249456 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2277] ppid=2262 vsize=10551232 memory=7235987647383103296 CPUtime=0.62 cores=0,2,4,6
/proc/2265/task/2277/stat : 2277 (java) S 2262 2265 12395 0 -1 1077944384 1336 0 0 0 62 0 0 0 20 0 15 0 105512963 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140674785196912 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2278] ppid=2262 vsize=10551232 memory=7306360798063585624 CPUtime=0.29 cores=0,2,4,6
/proc/2265/task/2278/stat : 2278 (java) S 2262 2265 12395 0 -1 1077944384 1728 0 0 0 29 0 0 0 20 0 15 0 105512963 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140674784143856 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2279] ppid=2262 vsize=10551232 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2279/stat : 2279 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105512963 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140674783091552 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2280] ppid=2262 vsize=10551232 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2280/stat : 2280 (java) S 2262 2265 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105512973 10804461568 49672 18446744073709551615 4194304 4196468 140723188718624 140674782038576 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
Current children cumulated CPU time: 2.91 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 198688 KiB


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

[pid=2265/tid=2269] ppid=2262 vsize=10686560 memory=8233936 CPUtime=303.15 cores=0,2,4,6
/proc/2265/task/2269/stat : 2269 (java) R 2262 2265 12395 0 -1 4202560 33222 0 0 0 30140 175 0 0 20 0 17 0 105512958 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140675222907936 140675286636548 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2270] ppid=2262 vsize=10686560 memory=8233936 CPUtime=302.42 cores=0,2,4,6
/proc/2265/task/2270/stat : 2270 (java) R 2262 2265 12395 0 -1 4202560 22646 0 0 0 30076 166 0 0 20 0 17 0 105512958 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140675221855112 140675286168295 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2271] ppid=2262 vsize=10686560 memory=8234788 CPUtime=303.29 cores=0,2,4,6
/proc/2265/task/2271/stat : 2271 (java) R 2262 2265 12395 0 -1 4202560 34158 0 0 0 30158 171 0 0 20 0 17 0 105512958 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140675220802256 140675286168295 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2272] ppid=2262 vsize=10686560 memory=8234792 CPUtime=21.86 cores=0,2,4,6
/proc/2265/task/2272/stat : 2272 (java) S 2262 2265 12395 0 -1 1077944384 61589 0 0 0 2182 4 0 0 20 0 17 0 105512960 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674790458176 140675293550293 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2273] ppid=2262 vsize=10686560 memory=8234808 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2273/stat : 2273 (java) S 2262 2265 12395 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 17 0 105512960 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674789405920 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2274] ppid=2262 vsize=10686560 memory=8233936 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2274/stat : 2274 (java) S 2262 2265 12395 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 105512960 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674788352768 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2275] ppid=2262 vsize=10686560 memory=8233936 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2275/stat : 2275 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105512963 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674787301328 140675293558683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2276] ppid=2262 vsize=10686560 memory=8233936 CPUtime=1.5 cores=0,2,4,6
/proc/2265/task/2276/stat : 2276 (java) S 2262 2265 12395 0 -1 1077944384 8980 0 0 0 149 1 0 0 20 0 17 0 105512963 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674786249504 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2277] ppid=2262 vsize=10686560 memory=8234808 CPUtime=1.2 cores=0,2,4,6
/proc/2265/task/2277/stat : 2277 (java) S 2262 2265 12395 0 -1 1077944384 6065 0 0 0 120 0 0 0 20 0 17 0 105512963 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674785196960 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2278] ppid=2262 vsize=10686560 memory=4132 CPUtime=0.47 cores=0,2,4,6
/proc/2265/task/2278/stat : 2278 (java) S 2262 2265 12395 0 -1 1077944384 3858 0 0 0 46 1 0 0 20 0 17 0 105512963 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674784143616 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2279] ppid=2262 vsize=10686560 memory=8233940 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2279/stat : 2279 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 105512963 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674783091552 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2280] ppid=2262 vsize=10686560 memory=3004 CPUtime=0.15 cores=0,2,4,6
/proc/2265/task/2280/stat : 2280 (java) S 2262 2265 12395 0 -1 1077944384 840 0 0 0 10 5 0 0 20 0 17 0 105512973 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674782038576 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2385] ppid=2262 vsize=10686560 memory=8234808 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2385/stat : 2385 (java) S 2262 2265 12395 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 105546512 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674778887136 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2386] ppid=2262 vsize=10686560 memory=8234808 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2386/stat : 2386 (java) S 2262 2265 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 17 0 105546512 10943037440 2058702 18446744073709551615 4194304 4196468 140723188718624 140674777833536 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
Current children cumulated CPU time: 1251.45 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8234808 KiB

[startup+402.301 s]
/proc/loadavg: 4.83 5.46 4.45 3/215 2388
/proc/meminfo: memFree=22552508/32770624 swapFree=67108860/67108860
[pid=2265] ppid=2262 vsize=10686560 memory=8235232 CPUtime=1476.45 cores=0,2,4,6
/proc/2265/stat : 2265 (java) S 2262 2265 12395 0 -1 1077944320 232332 0 0 0 146925 720 0 0 20 0 16 0 105512948 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140723188701168 140675293540087 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
/proc/2265/statm: 2671640 2058808 3178 1 0 2661055 0
[pid=2265/tid=2267] ppid=2262 vsize=10686560 memory=8235200 CPUtime=14.76 cores=0,2,4,6
/proc/2265/task/2267/stat : 2267 (java) S 2262 2265 12395 0 -1 1077944384 14846 0 0 0 1467 9 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675297780768 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2268] ppid=2262 vsize=10686560 memory=8234828 CPUtime=357.68 cores=0,2,4,6
/proc/2265/task/2268/stat : 2268 (java) S 2262 2265 12395 0 -1 1077944384 29492 0 0 0 35602 166 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675223960592 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2269] ppid=2262 vsize=10686560 memory=8234828 CPUtime=358.87 cores=0,2,4,6
/proc/2265/task/2269/stat : 2269 (java) S 2262 2265 12395 0 -1 1077944384 34980 0 0 0 35706 181 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675222908048 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2270] ppid=2262 vsize=10686560 memory=8234828 CPUtime=357.93 cores=0,2,4,6
/proc/2265/task/2270/stat : 2270 (java) S 2262 2265 12395 0 -1 1077944384 25106 0 0 0 35622 171 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675221854992 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2271] ppid=2262 vsize=10686560 memory=8234832 CPUtime=358.29 cores=0,2,4,6
/proc/2265/task/2271/stat : 2271 (java) S 2262 2265 12395 0 -1 1077944384 35556 0 0 0 35649 180 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675220802448 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2272] ppid=2262 vsize=10686560 memory=0 CPUtime=25.44 cores=0,2,4,6
/proc/2265/task/2272/stat : 2272 (java) R 2262 2265 12395 0 -1 4202560 70936 0 0 0 2539 5 0 0 20 0 16 0 105512960 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674790458064 140675277997720 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2273] ppid=2262 vsize=10686560 memory=8234844 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2273/stat : 2273 (java) S 2262 2265 12395 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 105512960 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674789405920 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2274] ppid=2262 vsize=10686560 memory=55 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2274/stat : 2274 (java) S 2262 2265 12395 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 105512960 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674788352768 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2275] ppid=2262 vsize=10686560 memory=8234868 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2275/stat : 2275 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674787301328 140675293558683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2276] ppid=2262 vsize=10686560 memory=8235200 CPUtime=1.5 cores=0,2,4,6
/proc/2265/task/2276/stat : 2276 (java) S 2262 2265 12395 0 -1 1077944384 8988 0 0 0 149 1 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674786249216 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2277] ppid=2262 vsize=10686560 memory=8235200 CPUtime=1.2 cores=0,2,4,6
/proc/2265/task/2277/stat : 2277 (java) S 2262 2265 12395 0 -1 1077944384 6069 0 0 0 120 0 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674785196960 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2278] ppid=2262 vsize=10686560 memory=8235232 CPUtime=0.47 cores=0,2,4,6
/proc/2265/task/2278/stat : 2278 (java) S 2262 2265 12395 0 -1 1077944384 3925 0 0 0 46 1 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674784138176 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2279] ppid=2262 vsize=10686560 memory=8234844 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2279/stat : 2279 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674783091552 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2280] ppid=2262 vsize=10686560 memory=8235232 CPUtime=0.2 cores=0,2,4,6
/proc/2265/task/2280/stat : 2280 (java) S 2262 2265 12395 0 -1 1077944384 872 0 0 0 13 7 0 0 20 0 16 0 105512973 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674782038576 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2386] ppid=2262 vsize=10686560 memory=8235200 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2386/stat : 2386 (java) S 2262 2265 12395 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 105546512 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674777828624 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
Current children cumulated CPU time: 1476.45 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8235232 KiB

[startup+402.558 s]
# the end of solver process 2265 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1469.46 s, system=7.25292 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+402.401 s]
/proc/loadavg: 4.83 5.46 4.45 3/215 2388
/proc/meminfo: memFree=22552508/32770624 swapFree=67108860/67108860
[pid=2265] ppid=2262 vsize=10686560 memory=8235232 CPUtime=1476.55 cores=0,2,4,6
/proc/2265/stat : 2265 (java) S 2262 2265 12395 0 -1 1077944320 232332 0 0 0 146935 720 0 0 20 0 16 0 105512948 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140723188701168 140675293540087 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
/proc/2265/statm: 2671640 2058808 3178 1 0 2661055 0
[pid=2265/tid=2267] ppid=2262 vsize=10686560 memory=7680170660397595203 CPUtime=14.76 cores=0,2,4,6
/proc/2265/task/2267/stat : 2267 (java) S 2262 2265 12395 0 -1 1077944384 14846 0 0 0 1467 9 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675297780768 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2268] ppid=2262 vsize=10686560 memory=1608 CPUtime=357.68 cores=0,2,4,6
/proc/2265/task/2268/stat : 2268 (java) S 2262 2265 12395 0 -1 1077944384 29492 0 0 0 35602 166 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675223960592 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2269] ppid=2262 vsize=10686560 memory=1296 CPUtime=358.87 cores=0,2,4,6
/proc/2265/task/2269/stat : 2269 (java) S 2262 2265 12395 0 -1 1077944384 34980 0 0 0 35706 181 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675222908048 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2270] ppid=2262 vsize=10686560 memory=2460 CPUtime=357.93 cores=0,2,4,6
/proc/2265/task/2270/stat : 2270 (java) S 2262 2265 12395 0 -1 1077944384 25106 0 0 0 35622 171 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675221854992 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2271] ppid=2262 vsize=10686560 memory=1728 CPUtime=358.29 cores=0,2,4,6
/proc/2265/task/2271/stat : 2271 (java) S 2262 2265 12395 0 -1 1077944384 35556 0 0 0 35649 180 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675220802448 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2272] ppid=2262 vsize=10686560 memory=8235200 CPUtime=25.54 cores=0,2,4,6
/proc/2265/task/2272/stat : 2272 (java) R 2262 2265 12395 0 -1 4202560 70936 0 0 0 2549 5 0 0 20 0 16 0 105512960 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674790458064 140675277997718 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2273] ppid=2262 vsize=10686560 memory=8235200 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2273/stat : 2273 (java) S 2262 2265 12395 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 105512960 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674789405920 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2274] ppid=2262 vsize=10686560 memory=1716 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2274/stat : 2274 (java) S 2262 2265 12395 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 105512960 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674788352768 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2275] ppid=2262 vsize=10686560 memory=9024 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2275/stat : 2275 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674787301328 140675293558683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2276] ppid=2262 vsize=10686560 memory=1436 CPUtime=1.5 cores=0,2,4,6
/proc/2265/task/2276/stat : 2276 (java) S 2262 2265 12395 0 -1 1077944384 8988 0 0 0 149 1 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674786249216 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2277] ppid=2262 vsize=10686560 memory=1196 CPUtime=1.2 cores=0,2,4,6
/proc/2265/task/2277/stat : 2277 (java) S 2262 2265 12395 0 -1 1077944384 6069 0 0 0 120 0 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674785196960 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2278] ppid=2262 vsize=10686560 memory=15880 CPUtime=0.47 cores=0,2,4,6
/proc/2265/task/2278/stat : 2278 (java) S 2262 2265 12395 0 -1 1077944384 3925 0 0 0 46 1 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674784138176 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2279] ppid=2262 vsize=10686560 memory=4048 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2279/stat : 2279 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674783091552 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2280] ppid=2262 vsize=10686560 memory=51804 CPUtime=0.2 cores=0,2,4,6
/proc/2265/task/2280/stat : 2280 (java) S 2262 2265 12395 0 -1 1077944384 872 0 0 0 13 7 0 0 20 0 16 0 105512973 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674782038576 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2386] ppid=2262 vsize=10686560 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2386/stat : 2386 (java) S 2262 2265 12395 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 105546512 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674777828624 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
Current children cumulated CPU time: 1476.55 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8235232 KiB

[startup+402.501 s]
/proc/loadavg: 4.83 5.46 4.45 3/215 2388
/proc/meminfo: memFree=22552508/32770624 swapFree=67108860/67108860
[pid=2265] ppid=2262 vsize=10686560 memory=8235232 CPUtime=1476.65 cores=0,2,4,6
/proc/2265/stat : 2265 (java) S 2262 2265 12395 0 -1 1077944320 232332 0 0 0 146945 720 0 0 20 0 16 0 105512948 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140723188701168 140675293540087 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
/proc/2265/statm: 2671640 2058808 3178 1 0 2661055 0
[pid=2265/tid=2267] ppid=2262 vsize=10686560 memory=8235232 CPUtime=14.76 cores=0,2,4,6
/proc/2265/task/2267/stat : 2267 (java) S 2262 2265 12395 0 -1 1077944384 14846 0 0 0 1467 9 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675297780768 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2268] ppid=2262 vsize=10686560 memory=8235232 CPUtime=357.68 cores=0,2,4,6
/proc/2265/task/2268/stat : 2268 (java) S 2262 2265 12395 0 -1 1077944384 29492 0 0 0 35602 166 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675223960592 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2269] ppid=2262 vsize=10686560 memory=8235200 CPUtime=358.87 cores=0,2,4,6
/proc/2265/task/2269/stat : 2269 (java) S 2262 2265 12395 0 -1 1077944384 34980 0 0 0 35706 181 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675222908048 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2270] ppid=2262 vsize=10686560 memory=8235200 CPUtime=357.93 cores=0,2,4,6
/proc/2265/task/2270/stat : 2270 (java) S 2262 2265 12395 0 -1 1077944384 25106 0 0 0 35622 171 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675221854992 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2271] ppid=2262 vsize=10686560 memory=8234868 CPUtime=358.29 cores=0,2,4,6
/proc/2265/task/2271/stat : 2271 (java) S 2262 2265 12395 0 -1 1077944384 35556 0 0 0 35649 180 0 0 20 0 16 0 105512958 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140675220802448 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2272] ppid=2262 vsize=10686560 memory=55 CPUtime=25.64 cores=0,2,4,6
/proc/2265/task/2272/stat : 2272 (java) R 2262 2265 12395 0 -1 4202560 70936 0 0 0 2559 5 0 0 20 0 16 0 105512960 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674790458064 140675271910267 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2273] ppid=2262 vsize=10686560 memory=8234844 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2273/stat : 2273 (java) S 2262 2265 12395 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 16 0 105512960 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674789405920 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2274] ppid=2262 vsize=10686560 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2274/stat : 2274 (java) S 2262 2265 12395 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 16 0 105512960 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674788352768 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2275] ppid=2262 vsize=10686560 memory=8234832 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2275/stat : 2275 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674787301328 140675293558683 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2276] ppid=2262 vsize=10686560 memory=8234828 CPUtime=1.5 cores=0,2,4,6
/proc/2265/task/2276/stat : 2276 (java) S 2262 2265 12395 0 -1 1077944384 8988 0 0 0 149 1 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674786249216 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2277] ppid=2262 vsize=10686560 memory=8234828 CPUtime=1.2 cores=0,2,4,6
/proc/2265/task/2277/stat : 2277 (java) S 2262 2265 12395 0 -1 1077944384 6069 0 0 0 120 0 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674785196960 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2278] ppid=2262 vsize=10686560 memory=8234828 CPUtime=0.47 cores=0,2,4,6
/proc/2265/task/2278/stat : 2278 (java) S 2262 2265 12395 0 -1 1077944384 3925 0 0 0 46 1 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674784138176 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2279] ppid=2262 vsize=10686560 memory=8235200 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2279/stat : 2279 (java) S 2262 2265 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 105512963 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674783091552 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2280] ppid=2262 vsize=10686560 memory=8235232 CPUtime=0.2 cores=0,2,4,6
/proc/2265/task/2280/stat : 2280 (java) S 2262 2265 12395 0 -1 1077944384 872 0 0 0 13 7 0 0 20 0 16 0 105512973 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674782038576 140675293551234 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
[pid=2265/tid=2386] ppid=2262 vsize=10686560 memory=8234844 CPUtime=0 cores=0,2,4,6
/proc/2265/task/2386/stat : 2386 (java) S 2262 2265 12395 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 16 0 105546512 10943037440 2058808 18446744073709551615 4194304 4196468 140723188718624 140674777828624 140675293550293 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10092544 140723188720016 140723188720169 140723188720169 140723188723663 0
Current children cumulated CPU time: 1476.65 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8235232 KiB

Child status: 0
Real time (s): 402.558
CPU time (s): 1476.71
CPU user time (s): 1469.46
CPU system time (s): 7.25292
CPU usage (%): 366.833
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8235232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1469.46
system time used= 7.25292
maximum resident set size= 8235364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 232417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20057
involuntary context switches= 23526


# summary of solver processes directly reported to runsolver:
#   pid: 2265
#   total CPU time (s): 1476.71
#   total CPU user time (s): 1469.46
#   total CPU system time (s): 7.25292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.24556 second user time and 4.22486 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 16:39:43
IDJOB=4263534
IDBENCH=138789
IDSOLVER=2651
FILE ID=node135/4263534-1502636016
RUNJOBID= node135-1502623989-31951
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Queens/Queens-m1-s1/Queens-0150-m1.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263534-1502636016/watcher-4263534-1502636016 -o /tmp/evaluation-result-4263534-1502636016/solver-4263534-1502636016 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502623989-31951 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263534-1502636016.xml

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

MD5SUM BENCH= 87bfaaaf5fd3b270ee1dec703898481f
RANDOM SEED=104168616

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:        22873308 kB
MemAvailable:   23770896 kB
Buffers:          312464 kB
Cached:           882552 kB
SwapCached:            0 kB
Active:          8882212 kB
Inactive:         556820 kB
Active(anon):    8244240 kB
Inactive(anon):    41324 kB
Active(file):     637972 kB
Inactive(file):   515496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2104 kB
Writeback:             0 kB
AnonPages:       8286488 kB
Mapped:            66940 kB
Shmem:             41656 kB
Slab:             147564 kB
SReclaimable:     119912 kB
SUnreclaim:        27652 kB
KernelStack:        3760 kB
PageTables:        21536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8640716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7895040 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-13 16:46:25