Trace number 4263318

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? 1604.79 434.14899

General information on the benchmark

NameHaystacks/Haystacks-m1-s1/
Haystacks-44.xml
MD5SUM7674c6d5068d08c652f92e457f6b136c
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark29.971001
Satisfiable
(Un)Satisfiability was proved
Number of variables1936
Number of constraints41667
Number of domains1
Minimum domain size44
Maximum domain size44
Distribution of domain sizes[{"size":44,"count":1936}]
Minimum variable degree43
Maximum variable degree44
Distribution of variable degrees[{"degree":43,"count":1850},{"degree":44,"count":86}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":41667}]
Number of extensional constraints0
Number of intensional constraints41667
Distribution of constraint types[{"type":"intension","count":41667}]
Optimization problemNO
Type of objective

Solver Data

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263318-1502626375/watcher-4263318-1502626375 -o /tmp/evaluation-result-4263318-1502626375/solver-4263318-1502626375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263318-1502626375.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=3370, runsolver pid=3367
Current StackSize limit: 8192 KiB


[startup+0.100159 s]*
/proc/loadavg: 2.76 3.85 3.43 4/216 3385
/proc/meminfo: memFree=23543496/32770624 swapFree=67108860/67108860
[pid=3370] ppid=3367 vsize=10555400 memory=30744 CPUtime=0.13 cores=1,3,5,7
/proc/3370/stat : 3370 (java) S 3367 3370 31794 0 -1 1077944320 6734 0 0 0 11 2 0 0 20 0 15 0 95725641 10808729600 7686 33554432000 4194304 4196468 140732447701552 140732447684096 140096692117239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
/proc/3370/statm: 2638850 7686 2810 1 0 2627263 0
[pid=3370/tid=3372] ppid=3367 vsize=10555400 memory=8326441112148417179 CPUtime=0.09 cores=1,3,5,7
/proc/3370/task/3372/stat : 3372 (java) R 3367 3370 31794 0 -1 4202560 4586 0 0 0 8 1 0 0 20 0 15 0 95725642 10808729600 7686 33554432000 4194304 4196468 140732447701552 140096696339024 140096676197726 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3373] ppid=3367 vsize=10555400 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3373/stat : 3373 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725642 10808729600 7686 33554432000 4194304 4196468 140732447701552 140096618191760 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3374] ppid=3367 vsize=10555400 memory=140405165082240 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3374/stat : 3374 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725643 10808729600 7686 33554432000 4194304 4196468 140732447701552 140096617138960 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3375] ppid=3367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3375/stat : 3375 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725643 10808729600 7686 33554432000 4194304 4196468 140732447701552 140096616086672 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3376] ppid=3367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3376/stat : 3376 (java) S 3367 3370 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95725643 10808729600 7686 33554432000 4194304 4196468 140732447701552 140096615033872 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3377] ppid=3367 vsize=10555400 memory=140405165082240 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3377/stat : 3377 (java) S 3367 3370 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95725644 10808729600 7686 33554432000 4194304 4196468 140732447701552 140095996569712 140096692128386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3378] ppid=3367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3378/stat : 3378 (java) S 3367 3370 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95725644 10808729600 7686 33554432000 4194304 4196468 140732447701552 140095726281504 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3379] ppid=3367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3379/stat : 3379 (java) S 3367 3370 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95725645 10808729600 7686 33554432000 4194304 4196468 140732447701552 140095725229168 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3380] ppid=3367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3380/stat : 3380 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 7686 33554432000 4194304 4196468 140732447701552 140095724177488 140096692135835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3381] ppid=3367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3381/stat : 3381 (java) S 3367 3370 31794 0 -1 1077944384 439 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 7686 33554432000 4194304 4196468 140732447701552 140095723125360 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3382] ppid=3367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3382/stat : 3382 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 7686 33554432000 4194304 4196468 140732447701552 140095722072560 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3383] ppid=3367 vsize=10555400 memory=140405165082240 CPUtime=0.02 cores=1,3,5,7
/proc/3370/task/3383/stat : 3383 (java) R 3367 3370 31794 0 -1 4202560 346 0 0 0 2 0 0 0 20 0 15 0 95725647 10808729600 7686 33554432000 4194304 4196468 140732447701552 140095721020272 140096670794598 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3384] ppid=3367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3384/stat : 3384 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 7686 33554432000 4194304 4196468 140732447701552 140095719967712 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3385] ppid=3367 vsize=10555400 memory=140405165082240 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3385/stat : 3385 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 7686 33554432000 4194304 4196468 140732447701552 140095718914480 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 30744 KiB

[startup+0.21452 s]*
/proc/loadavg: 2.76 3.85 3.43 7/216 3385
/proc/meminfo: memFree=23534812/32770624 swapFree=67108860/67108860
[pid=3370] ppid=3367 vsize=10555400 memory=42772 CPUtime=0.34 cores=1,3,5,7
/proc/3370/stat : 3370 (java) S 3367 3370 31794 0 -1 1077944320 8266 0 0 0 32 2 0 0 20 0 15 0 95725641 10808729600 10693 33554432000 4194304 4196468 140732447701552 140732447684096 140096692117239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
/proc/3370/statm: 2638850 10693 2993 1 0 2627263 0
[pid=3370/tid=3372] ppid=3367 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/3370/task/3372/stat : 3372 (java) R 3367 3370 31794 0 -1 4202560 5019 0 0 0 19 1 0 0 20 0 15 0 95725642 10808729600 10693 33554432000 4194304 4196468 140732447701552 140096696352768 140096281672009 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3373] ppid=3367 vsize=10555400 memory=331 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3373/stat : 3373 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725642 10808729600 10693 33554432000 4194304 4196468 140732447701552 140096618191760 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3374] ppid=3367 vsize=10555400 memory=140405165262846 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3374/stat : 3374 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725643 10808729600 10693 33554432000 4194304 4196468 140732447701552 140096617138960 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3375] ppid=3367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3375/stat : 3375 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725643 10808729600 10693 33554432000 4194304 4196468 140732447701552 140096616086672 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3376] ppid=3367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3376/stat : 3376 (java) S 3367 3370 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95725643 10808729600 10693 33554432000 4194304 4196468 140732447701552 140096615033872 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3377] ppid=3367 vsize=10555400 memory=140405165082240 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3377/stat : 3377 (java) S 3367 3370 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95725644 10808729600 10693 33554432000 4194304 4196468 140732447701552 140095996569712 140096692128386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3378] ppid=3367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3378/stat : 3378 (java) S 3367 3370 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95725644 10808729600 10693 33554432000 4194304 4196468 140732447701552 140095726281504 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3379] ppid=3367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3379/stat : 3379 (java) S 3367 3370 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95725645 10808729600 10693 33554432000 4194304 4196468 140732447701552 140095725229168 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3380] ppid=3367 vsize=10555400 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3380/stat : 3380 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 10693 33554432000 4194304 4196468 140732447701552 140095724177488 140096692135835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3381] ppid=3367 vsize=10555400 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/3370/task/3381/stat : 3381 (java) R 3367 3370 31794 0 -1 4202560 908 0 0 0 3 0 0 0 20 0 15 0 95725647 10808729600 10693 33554432000 4194304 4196468 140732447701552 140095723117992 140096684354366 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3382] ppid=3367 vsize=10555400 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/3370/task/3382/stat : 3382 (java) R 3367 3370 31794 0 -1 4202560 118 0 0 0 1 0 0 0 20 0 15 0 95725647 10808729600 10693 33554432000 4194304 4196468 140732447701552 140095722054480 140096678147185 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3383] ppid=3367 vsize=10555400 memory=140405165082240 CPUtime=0.07 cores=1,3,5,7
/proc/3370/task/3383/stat : 3383 (java) R 3367 3370 31794 0 -1 4202560 923 0 0 0 7 0 0 0 20 0 15 0 95725647 10808729600 10693 33554432000 4194304 4196468 140732447701552 140095721017240 140096670596864 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3384] ppid=3367 vsize=10555400 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3384/stat : 3384 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 10693 33554432000 4194304 4196468 140732447701552 140095719967712 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3385] ppid=3367 vsize=10555400 memory=140405165082240 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3385/stat : 3385 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 10693 33554432000 4194304 4196468 140732447701552 140095718914480 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 42772 KiB

[startup+0.31156 s]*
/proc/loadavg: 2.76 3.85 3.43 5/216 3385
/proc/meminfo: memFree=23514836/32770624 swapFree=67108860/67108860
[pid=3370] ppid=3367 vsize=10555400 memory=59348 CPUtime=0.66 cores=1,3,5,7
/proc/3370/stat : 3370 (java) S 3367 3370 31794 0 -1 1077944320 9861 0 0 0 63 3 0 0 20 0 15 0 95725641 10808729600 14837 33554432000 4194304 4196468 140732447701552 140732447684096 140096692117239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
/proc/3370/statm: 2638850 14837 3016 1 0 2627263 0
[pid=3370/tid=3372] ppid=3367 vsize=10555400 memory=53476 CPUtime=0.3 cores=1,3,5,7
/proc/3370/task/3372/stat : 3372 (java) R 3367 3370 31794 0 -1 4202560 5035 0 0 0 28 2 0 0 20 0 15 0 95725642 10808729600 14837 33554432000 4194304 4196468 140732447701552 140096696352768 140096280273602 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3373] ppid=3367 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3373/stat : 3373 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725642 10808729600 14837 33554432000 4194304 4196468 140732447701552 140096618191760 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3374] ppid=3367 vsize=10555400 memory=140405165140256 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3374/stat : 3374 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725643 10808729600 14837 33554432000 4194304 4196468 140732447701552 140096617138960 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3375] ppid=3367 vsize=10555400 memory=60388 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3375/stat : 3375 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725643 10808729600 14837 33554432000 4194304 4196468 140732447701552 140096616086672 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3376] ppid=3367 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3376/stat : 3376 (java) S 3367 3370 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95725643 10808729600 14837 33554432000 4194304 4196468 140732447701552 140096615033872 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3377] ppid=3367 vsize=10555400 memory=140405165147168 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3377/stat : 3377 (java) S 3367 3370 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95725644 10808729600 14837 33554432000 4194304 4196468 140732447701552 140095996569712 140096692128386 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3378] ppid=3367 vsize=10555400 memory=35 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3378/stat : 3378 (java) S 3367 3370 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95725644 10808729600 14837 33554432000 4194304 4196468 140732447701552 140095726281504 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3379] ppid=3367 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3379/stat : 3379 (java) S 3367 3370 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95725645 10808729600 15349 33554432000 4194304 4196468 140732447701552 140095725229168 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3380] ppid=3367 vsize=10555400 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3380/stat : 3380 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 15349 33554432000 4194304 4196468 140732447701552 140095724177488 140096692135835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3381] ppid=3367 vsize=10555400 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/3370/task/3381/stat : 3381 (java) R 3367 3370 31794 0 -1 4202560 1585 0 0 0 13 0 0 0 20 0 15 0 95725647 10808729600 15349 33554432000 4194304 4196468 140732447701552 140095723111240 140096677039065 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3382] ppid=3367 vsize=10555400 memory=140405031161359 CPUtime=0.11 cores=1,3,5,7
/proc/3370/task/3382/stat : 3382 (java) R 3367 3370 31794 0 -1 4202560 657 0 0 0 11 0 0 0 20 0 15 0 95725647 10808729600 15349 33554432000 4194304 4196468 140732447701552 140095722065752 140096676893204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3383] ppid=3367 vsize=10555400 memory=140405165085141 CPUtime=0.09 cores=1,3,5,7
/proc/3370/task/3383/stat : 3383 (java) S 3367 3370 31794 0 -1 1077944384 1217 0 0 0 9 0 0 0 20 0 15 0 95725647 10808729600 15349 33554432000 4194304 4196468 140732447701552 140095721020272 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3384] ppid=3367 vsize=10555400 memory=140405031165903 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3384/stat : 3384 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 15349 33554432000 4194304 4196468 140732447701552 140095719967712 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3385] ppid=3367 vsize=10555400 memory=280810196264896 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3385/stat : 3385 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725647 10808729600 15349 33554432000 4194304 4196468 140732447701552 140095718914480 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 59348 KiB

[startup+0.701565 s]
/proc/loadavg: 2.76 3.85 3.43 5/216 3385
/proc/meminfo: memFree=23496596/32770624 swapFree=67108860/67108860
[pid=3370] ppid=3367 vsize=10555476 memory=142768 CPUtime=1.85 cores=1,3,5,7
/proc/3370/stat : 3370 (java) S 3367 3370 31794 0 -1 1077944320 11915 0 0 0 180 5 0 0 20 0 15 0 95725641 10808807424 35692 33554432000 4194304 4196468 140732447701552 140732447684096 140096692117239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
/proc/3370/statm: 2638869 35692 3084 1 0 2627263 0
[pid=3370/tid=3372] ppid=3367 vsize=10555476 memory=2372 CPUtime=0.68 cores=1,3,5,7
/proc/3370/task/3372/stat : 3372 (java) R 3367 3370 31794 0 -1 4202560 5765 0 0 0 64 4 0 0 20 0 15 0 95725642 10808807424 35692 33554432000 4194304 4196468 140732447701552 140096696351872 140096283222825 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3373] ppid=3367 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3373/stat : 3373 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725642 10808807424 35692 33554432000 4194304 4196468 140732447701552 140096618191760 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3374] ppid=3367 vsize=10555476 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3374/stat : 3374 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725643 10808807424 35692 33554432000 4194304 4196468 140732447701552 140096617138960 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3375] ppid=3367 vsize=10555476 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3375/stat : 3375 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725643 10808807424 35692 33554432000 4194304 4196468 140732447701552 140096616086672 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3376] ppid=3367 vsize=10555476 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3376/stat : 3376 (java) S 3367 3370 31794 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 95725643 10808807424 35692 33554432000 4194304 4196468 140732447701552 140096615033872 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3377] ppid=3367 vsize=10555476 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3377/stat : 3377 (java) S 3367 3370 31794 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 95725644 10808807424 35692 33554432000 4194304 4196468 140732447701552 140095996569712 140096692128386 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3378] ppid=3367 vsize=10555476 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3378/stat : 3378 (java) S 3367 3370 31794 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 95725644 10808807424 35692 33554432000 4194304 4196468 140732447701552 140095726281504 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3379] ppid=3367 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3379/stat : 3379 (java) S 3367 3370 31794 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 95725645 10808807424 35692 33554432000 4194304 4196468 140732447701552 140095725229168 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3380] ppid=3367 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3380/stat : 3380 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95725647 10808807424 35692 33554432000 4194304 4196468 140732447701552 140095724177488 140096692135835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3381] ppid=3367 vsize=10555476 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/3370/task/3381/stat : 3381 (java) R 3367 3370 31794 0 -1 4202560 1862 0 0 0 47 0 0 0 20 0 15 0 95725647 10808807424 35692 33554432000 4194304 4196468 140732447701552 140095723114384 140096671810528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3382] ppid=3367 vsize=10555476 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/3370/task/3382/stat : 3382 (java) R 3367 3370 31794 0 -1 4202560 1274 0 0 0 44 0 0 0 20 0 15 0 95725647 10808807424 35692 33554432000 4194304 4196468 140732447701552 140095722065664 140096672753123 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3383] ppid=3367 vsize=10555476 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/3370/task/3383/stat : 3383 (java) S 3367 3370 31794 0 -1 1077944384 1644 0 0 0 23 0 0 0 20 0 15 0 95725647 10808807424 35692 33554432000 4194304 4196468 140732447701552 140095721020272 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3384] ppid=3367 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3384/stat : 3384 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 95725647 10808807424 35692 33554432000 4194304 4196468 140732447701552 140095719967712 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3385] ppid=3367 vsize=10555476 memory=0 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3385/stat : 3385 (java) S 3367 3370 31794 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 95725647 10808807424 35692 33554432000 4194304 4196468 140732447701552 140095718914480 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
Current children cumulated CPU time: 1.85 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 142768 KiB

[startup+1.50085 s]
/proc/loadavg: 2.76 3.85 3.43 5/216 3385
/proc/meminfo: memFree=23373284/32770624 swapFree=67108860/67108860
[pid=3370] ppid=3367 vsize=10555476 memory=633376 CPUtime=4.15 cores=1,3,5,7
/proc/3370/stat : 3370 (java) S 3367 3370 31794 0 -1 1077944320 14287 0 0 0 391 24 0 0 20 0 15 0 95725641 10808807424 158344 33554432000 4194304 4196468 140732447701552 140732447684096 140096692117239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
/proc/3370/statm: 2638869 158344 3132 1 0 2627263 0
[pid=3370/tid=3372] ppid=3367 vsize=10555476 memory=3467828029511774529 CPUtime=1.36 cores=1,3,5,7
/proc/3370/task/3372/stat : 3372 (java) R 3367 3370 31794 0 -1 4202560 6342 0 0 0 127 9 0 0 20 0 15 0 95725642 10808807424 158344 33554432000 4194304 4196468 140732447701552 140096696354544 140096284537170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3373] ppid=3367 vsize=10555476 memory=200572 CPUtime=0.08 cores=1,3,5,7
/proc/3370/task/3373/stat : 3373 (java) S 3367 3370 31794 0 -1 1077944384 159 0 0 0 6 2 0 0 20 0 15 0 95725642 10808807424 158344 33554432000 4194304 4196468 140732447701552 140096618191760 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3374] ppid=3367 vsize=10555476 memory=2241 CPUtime=0.1 cores=1,3,5,7
/proc/3370/task/3374/stat : 3374 (java) S 3367 3370 31794 0 -1 1077944384 249 0 0 0 7 3 0 0 20 0 15 0 95725643 10808807424 158344 33554432000 4194304 4196468 140732447701552 140096617138960 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3375] ppid=3367 vsize=10555476 memory=4612 CPUtime=0.07 cores=1,3,5,7
/proc/3370/task/3375/stat : 3375 (java) S 3367 3370 31794 0 -1 1077944384 205 0 0 0 5 2 0 0 20 0 15 0 95725643 10808807424 158344 33554432000 4194304 4196468 140732447701552 140096616086672 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3376] ppid=3367 vsize=10555476 memory=15872 CPUtime=0.1 cores=1,3,5,7
/proc/3370/task/3376/stat : 3376 (java) S 3367 3370 31794 0 -1 1077944384 291 0 0 0 7 3 0 0 20 0 15 0 95725643 10808807424 158344 33554432000 4194304 4196468 140732447701552 140096615033872 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3377] ppid=3367 vsize=10555476 memory=18448 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3377/stat : 3377 (java) S 3367 3370 31794 0 -1 1077944384 472 0 0 0 0 0 0 0 20 0 15 0 95725644 10808807424 158344 33554432000 4194304 4196468 140732447701552 140095996569712 140096692128386 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0

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

/proc/3370/task/3372/stat : 3372 (java) S 3367 3370 31794 0 -1 1077944384 23425 0 0 0 1311 22 0 0 20 0 16 0 95725642 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140096696357920 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3373] ppid=3367 vsize=10690804 memory=4126316290023845779 CPUtime=390.77 cores=1,3,5,7
/proc/3370/task/3373/stat : 3373 (java) R 3367 3370 31794 0 -1 4202560 267310 0 0 0 38901 176 0 0 20 0 16 0 95725642 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140096618191880 140096684745447 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3374] ppid=3367 vsize=10690804 memory=6935054825532540783 CPUtime=390.48 cores=1,3,5,7
/proc/3370/task/3374/stat : 3374 (java) R 3367 3370 31794 0 -1 4202560 711498 0 0 0 38844 204 0 0 20 0 16 0 95725643 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140096617138768 140096684745447 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3375] ppid=3367 vsize=10690804 memory=1236 CPUtime=388.83 cores=1,3,5,7
/proc/3370/task/3375/stat : 3375 (java) R 3367 3370 31794 0 -1 4202560 381547 0 0 0 38693 190 0 0 20 0 16 0 95725643 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140096616086480 140096684745447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3376] ppid=3367 vsize=10690804 memory=2240 CPUtime=389.43 cores=1,3,5,7
/proc/3370/task/3376/stat : 3376 (java) R 3367 3370 31794 0 -1 4202560 658481 0 0 0 38738 205 0 0 20 0 16 0 95725643 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140096615034072 140096676574842 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3377] ppid=3367 vsize=10690804 memory=4128 CPUtime=21.64 cores=1,3,5,7
/proc/3370/task/3377/stat : 3377 (java) S 3367 3370 31794 0 -1 1077944384 89221 0 0 0 2159 5 0 0 20 0 16 0 95725644 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095996568256 140096692127445 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3378] ppid=3367 vsize=10690804 memory=15604 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3378/stat : 3378 (java) S 3367 3370 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95725644 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095726281568 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3379] ppid=3367 vsize=10690804 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3379/stat : 3379 (java) S 3367 3370 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95725645 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095725229184 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3380] ppid=3367 vsize=10690804 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3380/stat : 3380 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095724177488 140096692135835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3381] ppid=3367 vsize=10690804 memory=636 CPUtime=1.71 cores=1,3,5,7
/proc/3370/task/3381/stat : 3381 (java) S 3367 3370 31794 0 -1 1077944384 6301 0 0 0 171 0 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095723125408 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3382] ppid=3367 vsize=10690804 memory=956 CPUtime=1.48 cores=1,3,5,7
/proc/3370/task/3382/stat : 3382 (java) S 3367 3370 31794 0 -1 1077944384 6049 0 0 0 148 0 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095722072320 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3383] ppid=3367 vsize=10690804 memory=2340 CPUtime=0.51 cores=1,3,5,7
/proc/3370/task/3383/stat : 3383 (java) S 3367 3370 31794 0 -1 1077944384 3216 0 0 0 51 0 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095721020320 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3384] ppid=3367 vsize=10690804 memory=8344804 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3384/stat : 3384 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095719967712 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3385] ppid=3367 vsize=10690804 memory=8112282956445269571 CPUtime=0.25 cores=1,3,5,7
/proc/3370/task/3385/stat : 3385 (java) S 3367 3370 31794 0 -1 1077944384 1072 0 0 0 15 10 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095718914480 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3422] ppid=3367 vsize=10690804 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3422/stat : 3422 (java) S 3367 3370 31794 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95767470 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095715761200 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
Current children cumulated CPU time: 1598.52 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8344804 KiB

[startup+432.801 s]
/proc/loadavg: 4.87 4.70 4.00 6/218 3424
/proc/meminfo: memFree=14912812/32770624 swapFree=67108860/67108860
[pid=3370] ppid=3367 vsize=10690804 memory=8344804 CPUtime=1601.6 cores=1,3,5,7
/proc/3370/stat : 3370 (java) S 3367 3370 31794 0 -1 1077944320 2149537 0 0 0 159347 813 0 0 20 0 16 0 95725641 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140732447684096 140096692117239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
/proc/3370/statm: 2672701 2086201 3211 1 0 2661057 0
[pid=3370/tid=3372] ppid=3367 vsize=10690804 memory=8112282956445269571 CPUtime=13.33 cores=1,3,5,7
/proc/3370/task/3372/stat : 3372 (java) S 3367 3370 31794 0 -1 1077944384 23425 0 0 0 1311 22 0 0 20 0 16 0 95725642 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140096696357920 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3373] ppid=3367 vsize=10690804 memory=1792 CPUtime=391.53 cores=1,3,5,7
/proc/3370/task/3373/stat : 3373 (java) R 3367 3370 31794 0 -1 4202560 267310 0 0 0 38976 177 0 0 20 0 16 0 95725642 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140096618191880 140096684745447 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3374] ppid=3367 vsize=10690804 memory=636 CPUtime=391.25 cores=1,3,5,7
/proc/3370/task/3374/stat : 3374 (java) R 3367 3370 31794 0 -1 4202560 711498 0 0 0 38920 205 0 0 20 0 16 0 95725643 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140096617138768 140096684745447 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3375] ppid=3367 vsize=10690804 memory=956 CPUtime=389.59 cores=1,3,5,7
/proc/3370/task/3375/stat : 3375 (java) R 3367 3370 31794 0 -1 4202560 381547 0 0 0 38768 191 0 0 20 0 16 0 95725643 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140096616086480 140096684745447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3376] ppid=3367 vsize=10690804 memory=2340 CPUtime=390.22 cores=1,3,5,7
/proc/3370/task/3376/stat : 3376 (java) R 3367 3370 31794 0 -1 4202560 658481 0 0 0 38817 205 0 0 20 0 16 0 95725643 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140096615034072 140096676817927 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3377] ppid=3367 vsize=10690804 memory=8344804 CPUtime=21.64 cores=1,3,5,7
/proc/3370/task/3377/stat : 3377 (java) S 3367 3370 31794 0 -1 1077944384 89221 0 0 0 2159 5 0 0 20 0 16 0 95725644 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095996568256 140096692127445 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3378] ppid=3367 vsize=10690804 memory=11032 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3378/stat : 3378 (java) S 3367 3370 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95725644 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095726281568 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3379] ppid=3367 vsize=10690804 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3379/stat : 3379 (java) S 3367 3370 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95725645 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095725229184 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3380] ppid=3367 vsize=10690804 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3380/stat : 3380 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095724177488 140096692135835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3381] ppid=3367 vsize=10690804 memory=8552 CPUtime=1.71 cores=1,3,5,7
/proc/3370/task/3381/stat : 3381 (java) S 3367 3370 31794 0 -1 1077944384 6301 0 0 0 171 0 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095723125408 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3382] ppid=3367 vsize=10690804 memory=1224 CPUtime=1.48 cores=1,3,5,7
/proc/3370/task/3382/stat : 3382 (java) S 3367 3370 31794 0 -1 1077944384 6049 0 0 0 148 0 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095722072320 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3383] ppid=3367 vsize=10690804 memory=8112282956445269571 CPUtime=0.51 cores=1,3,5,7
/proc/3370/task/3383/stat : 3383 (java) S 3367 3370 31794 0 -1 1077944384 3216 0 0 0 51 0 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095721020320 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3384] ppid=3367 vsize=10690804 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3384/stat : 3384 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095719967712 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3385] ppid=3367 vsize=10690804 memory=2428 CPUtime=0.25 cores=1,3,5,7
/proc/3370/task/3385/stat : 3385 (java) S 3367 3370 31794 0 -1 1077944384 1072 0 0 0 15 10 0 0 20 0 16 0 95725647 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095718914480 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3422] ppid=3367 vsize=10690804 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3422/stat : 3422 (java) S 3367 3370 31794 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95767470 10947383296 2086201 33554432000 4194304 4196468 140732447701552 140095715761200 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
Current children cumulated CPU time: 1601.6 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8344804 KiB

[startup+433.601 s]
/proc/loadavg: 4.87 4.70 4.00 6/218 3424
/proc/meminfo: memFree=14912812/32770624 swapFree=67108860/67108860
[pid=3370] ppid=3367 vsize=10690804 memory=8344808 CPUtime=1604.23 cores=1,3,5,7
/proc/3370/stat : 3370 (java) S 3367 3370 31794 0 -1 1077944320 2149780 0 0 0 159609 814 0 0 20 0 16 0 95725641 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140732447684096 140096692117239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
/proc/3370/statm: 2672701 2086202 3211 1 0 2661057 0
[pid=3370/tid=3372] ppid=3367 vsize=10690804 memory=8344804 CPUtime=13.33 cores=1,3,5,7
/proc/3370/task/3372/stat : 3372 (java) S 3367 3370 31794 0 -1 1077944384 23425 0 0 0 1311 22 0 0 20 0 16 0 95725642 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140096696357920 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3373] ppid=3367 vsize=10690804 memory=2428 CPUtime=392.12 cores=1,3,5,7
/proc/3370/task/3373/stat : 3373 (java) S 3367 3370 31794 0 -1 1077944384 267310 0 0 0 39035 177 0 0 20 0 16 0 95725642 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140096618191760 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3374] ppid=3367 vsize=10690804 memory=8112282956445269571 CPUtime=391.86 cores=1,3,5,7
/proc/3370/task/3374/stat : 3374 (java) S 3367 3370 31794 0 -1 1077944384 711498 0 0 0 38981 205 0 0 20 0 16 0 95725643 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140096617138960 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3375] ppid=3367 vsize=10690804 memory=2820 CPUtime=390.2 cores=1,3,5,7
/proc/3370/task/3375/stat : 3375 (java) S 3367 3370 31794 0 -1 1077944384 381547 0 0 0 38829 191 0 0 20 0 16 0 95725643 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140096616086672 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3376] ppid=3367 vsize=10690804 memory=1236 CPUtime=390.86 cores=1,3,5,7
/proc/3370/task/3376/stat : 3376 (java) S 3367 3370 31794 0 -1 1077944384 658481 0 0 0 38881 205 0 0 20 0 16 0 95725643 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140096615033872 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3377] ppid=3367 vsize=10690804 memory=2240 CPUtime=21.8 cores=1,3,5,7
/proc/3370/task/3377/stat : 3377 (java) R 3367 3370 31794 0 -1 4202560 89464 0 0 0 2175 5 0 0 20 0 16 0 95725644 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095996568256 140096677113792 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3378] ppid=3367 vsize=10690804 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3378/stat : 3378 (java) S 3367 3370 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95725644 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095726281568 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3379] ppid=3367 vsize=10690804 memory=27436 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3379/stat : 3379 (java) S 3367 3370 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95725645 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095725229184 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3380] ppid=3367 vsize=10690804 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3380/stat : 3380 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095724177488 140096692135835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3381] ppid=3367 vsize=10690804 memory=2428 CPUtime=1.71 cores=1,3,5,7
/proc/3370/task/3381/stat : 3381 (java) S 3367 3370 31794 0 -1 1077944384 6301 0 0 0 171 0 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095723125408 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3382] ppid=3367 vsize=10690804 memory=8552 CPUtime=1.48 cores=1,3,5,7
/proc/3370/task/3382/stat : 3382 (java) S 3367 3370 31794 0 -1 1077944384 6049 0 0 0 148 0 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095722072320 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3383] ppid=3367 vsize=10690804 memory=1224 CPUtime=0.51 cores=1,3,5,7
/proc/3370/task/3383/stat : 3383 (java) S 3367 3370 31794 0 -1 1077944384 3216 0 0 0 51 0 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095721020320 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3384] ppid=3367 vsize=10690804 memory=792 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3384/stat : 3384 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095719967712 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3385] ppid=3367 vsize=10690804 memory=1004 CPUtime=0.25 cores=1,3,5,7
/proc/3370/task/3385/stat : 3385 (java) S 3367 3370 31794 0 -1 1077944384 1072 0 0 0 15 10 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095718914480 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3422] ppid=3367 vsize=10690804 memory=8344804 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3422/stat : 3422 (java) S 3367 3370 31794 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95767470 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095715761200 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
Current children cumulated CPU time: 1604.23 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8344808 KiB

[startup+434.001 s]*
/proc/loadavg: 4.87 4.70 4.00 3/218 3424
/proc/meminfo: memFree=14912812/32770624 swapFree=67108860/67108860
[pid=3370] ppid=3367 vsize=10690804 memory=8344808 CPUtime=1604.64 cores=1,3,5,7
/proc/3370/stat : 3370 (java) S 3367 3370 31794 0 -1 1077944320 2149780 0 0 0 159650 814 0 0 20 0 16 0 95725641 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140732447684096 140096692117239 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
/proc/3370/statm: 2672701 2086202 3211 1 0 2661057 0
[pid=3370/tid=3372] ppid=3367 vsize=10690804 memory=6935054825532540783 CPUtime=13.33 cores=1,3,5,7
/proc/3370/task/3372/stat : 3372 (java) S 3367 3370 31794 0 -1 1077944384 23425 0 0 0 1311 22 0 0 20 0 16 0 95725642 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140096696357920 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3373] ppid=3367 vsize=10690804 memory=4126316290023845779 CPUtime=392.12 cores=1,3,5,7
/proc/3370/task/3373/stat : 3373 (java) S 3367 3370 31794 0 -1 1077944384 267310 0 0 0 39035 177 0 0 20 0 16 0 95725642 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140096618191760 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3374] ppid=3367 vsize=10690804 memory=3204 CPUtime=391.86 cores=1,3,5,7
/proc/3370/task/3374/stat : 3374 (java) S 3367 3370 31794 0 -1 1077944384 711498 0 0 0 38981 205 0 0 20 0 16 0 95725643 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140096617138960 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3375] ppid=3367 vsize=10690804 memory=6046572 CPUtime=390.2 cores=1,3,5,7
/proc/3370/task/3375/stat : 3375 (java) S 3367 3370 31794 0 -1 1077944384 381547 0 0 0 38829 191 0 0 20 0 16 0 95725643 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140096616086672 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3376] ppid=3367 vsize=10690804 memory=1160 CPUtime=390.86 cores=1,3,5,7
/proc/3370/task/3376/stat : 3376 (java) S 3367 3370 31794 0 -1 1077944384 658481 0 0 0 38881 205 0 0 20 0 16 0 95725643 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140096615033872 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3377] ppid=3367 vsize=10690804 memory=3200 CPUtime=22.21 cores=1,3,5,7
/proc/3370/task/3377/stat : 3377 (java) R 3367 3370 31794 0 -1 4202560 89464 0 0 0 2216 5 0 0 20 0 16 0 95725644 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095996568256 140096677113792 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3378] ppid=3367 vsize=10690804 memory=8344800 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3378/stat : 3378 (java) S 3367 3370 31794 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 16 0 95725644 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095726281568 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3379] ppid=3367 vsize=10690804 memory=1692 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3379/stat : 3379 (java) S 3367 3370 31794 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 16 0 95725645 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095725229184 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3380] ppid=3367 vsize=10690804 memory=916 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3380/stat : 3380 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095724177488 140096692135835 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3381] ppid=3367 vsize=10690804 memory=3832 CPUtime=1.71 cores=1,3,5,7
/proc/3370/task/3381/stat : 3381 (java) S 3367 3370 31794 0 -1 1077944384 6301 0 0 0 171 0 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095723125408 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3382] ppid=3367 vsize=10690804 memory=6935054825532540783 CPUtime=1.48 cores=1,3,5,7
/proc/3370/task/3382/stat : 3382 (java) S 3367 3370 31794 0 -1 1077944384 6049 0 0 0 148 0 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095722072320 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3383] ppid=3367 vsize=10690804 memory=4126316290023845779 CPUtime=0.51 cores=1,3,5,7
/proc/3370/task/3383/stat : 3383 (java) S 3367 3370 31794 0 -1 1077944384 3216 0 0 0 51 0 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095721020320 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3384] ppid=3367 vsize=10690804 memory=932 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3384/stat : 3384 (java) S 3367 3370 31794 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095719967712 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3385] ppid=3367 vsize=10690804 memory=7100839878645619564 CPUtime=0.25 cores=1,3,5,7
/proc/3370/task/3385/stat : 3385 (java) S 3367 3370 31794 0 -1 1077944384 1072 0 0 0 15 10 0 0 20 0 16 0 95725647 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095718914480 140096692128386 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
[pid=3370/tid=3422] ppid=3367 vsize=10690804 memory=-8634980985311628903 CPUtime=0 cores=1,3,5,7
/proc/3370/task/3422/stat : 3422 (java) S 3367 3370 31794 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 16 0 95767470 10947383296 2086202 33554432000 4194304 4196468 140732447701552 140095715761200 140096692127445 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31588352 140732447708294 140732447708447 140732447708447 140732447711183 0
Current children cumulated CPU time: 1604.64 s
Current children cumulated vsize: 10690804 KiB
Current children cumulated memory: 8344808 KiB

[startup+434.11 s]*
/proc/loadavg: 4.87 4.70 4.00 4/204 3424
/proc/meminfo: memFree=16866652/32770624 swapFree=67108860/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): 434.149
CPU time (s): 1604.79
CPU user time (s): 1596.58
CPU system time (s): 8.21099
CPU usage (%): 369.639
Max. virtual memory (cumulated for all children) (KiB): 10690804
Max. memory (cumulated for all children) (KiB): 8344808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1596.58
system time used= 8.211
maximum resident set size= 8345116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2149869
page faults= 0
swaps= 0
block input operations= 0
block output operations= 592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33774
involuntary context switches= 16789


# summary of solver processes directly reported to runsolver:
#   pid: 3370
#   total CPU time (s): 1604.79
#   total CPU user time (s): 1596.58
#   total CPU system time (s): 8.21099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.58092 second user time and 4.50218 second system time

The end

Launcher Data

Begin job on node107 at 2017-08-13 13:58:37
IDJOB=4263318
IDBENCH=126976
IDSOLVER=2651
FILE ID=node107/4263318-1502626375
RUNJOBID= node107-1502619133-1624
PBS_JOBID= 20628298
Free space on /tmp= 61660 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Haystacks/Haystacks-m1-s1/Haystacks-44.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263318-1502626375/watcher-4263318-1502626375 -o /tmp/evaluation-result-4263318-1502626375/solver-4263318-1502626375 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1502619133-1624 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263318-1502626375.xml

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

MD5SUM BENCH= 7674c6d5068d08c652f92e457f6b136c
RANDOM SEED=693901377

node107.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.84
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.84
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.84
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.84
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:        23562896 kB
MemAvailable:   26250108 kB
Buffers:          149500 kB
Cached:          2829856 kB
SwapCached:            0 kB
Active:          6196768 kB
Inactive:        2573904 kB
Active(anon):    5794124 kB
Inactive(anon):    24972 kB
Active(file):     402644 kB
Inactive(file):  2548932 kB
Unevictable:        6328 kB
Mlocked:            6328 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3184 kB
Writeback:             0 kB
AnonPages:       5797184 kB
Mapped:            55032 kB
Shmem:             25228 kB
Slab:             128308 kB
SReclaimable:     102944 kB
SUnreclaim:        25364 kB
KernelStack:        3504 kB
PageTables:        16436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    7342664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5605376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 61656 MiB
End job on node107 at 2017-08-13 14:05:51