Trace number 4263124

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
sat4j-CSP 2017-07-05? 1963.74 526.22601

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-20-6.xml
MD5SUM38bce9c8c5d0642f93f0794d9598dc6e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables630
Number of constraints650
Number of domains1
Minimum domain size2047
Maximum domain size2047
Distribution of domain sizes[{"size":2047,"count":630}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":600}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":600},{"arity":30,"count":20}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263124-1502591124/watcher-4263124-1502591124 -o /tmp/evaluation-result-4263124-1502591124/solver-4263124-1502591124 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263124-1502591124.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=11371, runsolver pid=11368
Current StackSize limit: 8192 KiB


[startup+0.100093 s]*
/proc/loadavg: 7.06 7.45 7.32 6/206 11377
/proc/meminfo: memFree=23196284/32770624 swapFree=67108860/67108860
[pid=11371] ppid=11368 vsize=9936560 memory=17012 CPUtime=0.01 cores=1,3,5,7
/proc/11371/stat : 11371 (java) S 11368 11371 7968 0 -1 1077944320 3535 0 0 0 1 0 0 0 20 0 6 0 12995103 10175037440 4187 18446744073709551615 4194304 4196468 140732475312384 140732475294928 140273219129079 0 0 1 16784584 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
/proc/11371/statm: 2484140 4187 1923 1 0 2473637 0
[pid=11371/tid=11373] ppid=11368 vsize=9936560 memory=7077796292425249400 CPUtime=0.01 cores=1,3,5,7
/proc/11371/task/11373/stat : 11373 (java) R 11368 11371 7968 0 -1 4202560 2234 0 0 0 1 0 0 0 20 0 6 0 12995112 10175037440 4253 18446744073709551615 4194304 4196468 140732475312384 140273223365200 140273203209566 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11374] ppid=11368 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11374/stat : 11374 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12995113 10175037440 4253 18446744073709551615 4194304 4196468 140732475312384 140273165478672 140273219139285 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11375] ppid=11368 vsize=9936560 memory=140200648373888 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11375/stat : 11375 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12995113 10175037440 4253 18446744073709551615 4194304 4196468 140732475312384 140273164426128 140273219139285 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11376] ppid=11368 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11376/stat : 11376 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 12995113 10175037440 4253 18446744073709551615 4194304 4196468 140732475312384 140273163373584 140273219139285 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11377] ppid=11368 vsize=9936560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11377/stat : 11377 (java) S 11368 11371 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 12995113 10175037440 4253 18446744073709551615 4194304 4196468 140732475312384 140272827423888 140273219139285 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 9936560 KiB
Current children cumulated memory: 17012 KiB

[startup+0.210253 s]*
/proc/loadavg: 7.06 7.45 7.32 6/215 11386
/proc/meminfo: memFree=23188128/32770624 swapFree=67108860/67108860
[pid=11371] ppid=11368 vsize=10551156 memory=26920 CPUtime=0.08 cores=1,3,5,7
/proc/11371/stat : 11371 (java) S 11368 11371 7968 0 -1 1077944320 5239 0 0 0 7 1 0 0 20 0 15 0 12995103 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140732475294928 140273219129079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
/proc/11371/statm: 2637789 6730 2739 1 0 2627261 0
[pid=11371/tid=11373] ppid=11368 vsize=10551156 memory=8316850467074736180 CPUtime=0.06 cores=1,3,5,7
/proc/11371/task/11373/stat : 11373 (java) R 11368 11371 7968 0 -1 4202560 3190 0 0 0 6 0 0 0 20 0 15 0 12995112 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140273223344992 140273219141014 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11374] ppid=11368 vsize=10551156 memory=11909 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11374/stat : 11374 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12995113 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140273165478672 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11375] ppid=11368 vsize=10551156 memory=140200648382170 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11375/stat : 11375 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12995113 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140273164426128 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11376] ppid=11368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11376/stat : 11376 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12995113 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140273163373584 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11377] ppid=11368 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11377/stat : 11377 (java) S 11368 11371 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12995113 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140272827423888 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11378] ppid=11368 vsize=10551156 memory=140200648373888 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11378/stat : 11378 (java) S 11368 11371 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12995114 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140272783149040 140273219140226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11379] ppid=11368 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11379/stat : 11379 (java) S 11368 11371 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12995114 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140272782095264 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11380] ppid=11368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11380/stat : 11380 (java) S 11368 11371 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12995115 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140272781042672 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11381] ppid=11368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11381/stat : 11381 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12995117 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140272779991248 140273219147675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11382] ppid=11368 vsize=10551156 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11382/stat : 11382 (java) S 11368 11371 7968 0 -1 1077944384 432 0 0 0 0 0 0 0 20 0 15 0 12995117 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140272778938864 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11383] ppid=11368 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11383/stat : 11383 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12995117 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140272777886320 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11384] ppid=11368 vsize=10551156 memory=140200648373888 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11384/stat : 11384 (java) R 11368 11371 7968 0 -1 4202560 250 0 0 0 0 0 0 0 20 0 15 0 12995117 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140272776833776 140273219141014 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11385] ppid=11368 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11385/stat : 11385 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12995117 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140272775781472 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11386] ppid=11368 vsize=10551156 memory=140200648373888 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11386/stat : 11386 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12995123 10804383744 6730 18446744073709551615 4194304 4196468 140732475312384 140272774727984 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 26920 KiB

[startup+0.310634 s]*
/proc/loadavg: 7.06 7.45 7.32 6/215 11386
/proc/meminfo: memFree=23175532/32770624 swapFree=67108860/67108860
[pid=11371] ppid=11368 vsize=10551156 memory=36148 CPUtime=0.24 cores=1,3,5,7
/proc/11371/stat : 11371 (java) S 11368 11371 7968 0 -1 1077944320 8345 0 0 0 22 2 0 0 20 0 15 0 12995103 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140732475294928 140273219129079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
/proc/11371/statm: 2637789 9037 2862 1 0 2627261 0
[pid=11371/tid=11373] ppid=11368 vsize=10551156 memory=8316850467074736180 CPUtime=0.16 cores=1,3,5,7
/proc/11371/task/11373/stat : 11373 (java) R 11368 11371 7968 0 -1 4202560 6015 0 0 0 15 1 0 0 20 0 15 0 12995112 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140273223350384 140273203209566 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11374] ppid=11368 vsize=10551156 memory=11909 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11374/stat : 11374 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12995113 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140273165478672 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11375] ppid=11368 vsize=10551156 memory=140200648382170 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11375/stat : 11375 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12995113 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140273164426128 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11376] ppid=11368 vsize=10551156 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11376/stat : 11376 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12995113 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140273163373584 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11377] ppid=11368 vsize=10551156 memory=3472328296227679279 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11377/stat : 11377 (java) S 11368 11371 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12995113 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140272827423888 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11378] ppid=11368 vsize=10551156 memory=3472468496876053168 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11378/stat : 11378 (java) S 11368 11371 7968 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 12995114 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140272783149040 140273219140226 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11379] ppid=11368 vsize=10551156 memory=7959387142431338349 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11379/stat : 11379 (java) S 11368 11371 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12995114 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140272782095264 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11380] ppid=11368 vsize=10551156 memory=8475934422144423578 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11380/stat : 11380 (java) S 11368 11371 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12995115 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140272781042672 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11381] ppid=11368 vsize=10551156 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11381/stat : 11381 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12995117 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140272779991248 140273219147675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11382] ppid=11368 vsize=10551156 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11371/task/11382/stat : 11382 (java) S 11368 11371 7968 0 -1 1077944384 499 0 0 0 1 0 0 0 20 0 15 0 12995117 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140272778938864 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11383] ppid=11368 vsize=10551156 memory=3472328296227680299 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11383/stat : 11383 (java) S 11368 11371 7968 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 12995117 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140272777886320 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11384] ppid=11368 vsize=10551156 memory=7160715665359004917 CPUtime=0.04 cores=1,3,5,7
/proc/11371/task/11384/stat : 11384 (java) S 11368 11371 7968 0 -1 1077944384 383 0 0 0 4 0 0 0 20 0 15 0 12995117 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140272776833776 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11385] ppid=11368 vsize=10551156 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11385/stat : 11385 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12995117 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140272775781472 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11386] ppid=11368 vsize=10551156 memory=140200648373888 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11386/stat : 11386 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12995123 10804383744 9037 18446744073709551615 4194304 4196468 140732475312384 140272774727984 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10551156 KiB
Current children cumulated memory: 36148 KiB

[startup+0.701273 s]
/proc/loadavg: 7.06 7.45 7.32 8/215 11386
/proc/meminfo: memFree=23164928/32770624 swapFree=67108860/67108860
[pid=11371] ppid=11368 vsize=10551232 memory=206664 CPUtime=1.29 cores=1,3,5,7
/proc/11371/stat : 11371 (java) S 11368 11371 7968 0 -1 1077944320 12259 0 0 0 120 9 0 0 20 0 15 0 12995103 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140732475294928 140273219129079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
/proc/11371/statm: 2637808 51666 3049 1 0 2627261 0
[pid=11371/tid=11373] ppid=11368 vsize=10551232 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/11371/task/11373/stat : 11373 (java) S 11368 11371 7968 0 -1 1077944384 7477 0 0 0 46 4 0 0 20 0 15 0 12995112 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140273223365728 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11374] ppid=11368 vsize=10551232 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11371/task/11374/stat : 11374 (java) S 11368 11371 7968 0 -1 1077944384 33 0 0 0 2 0 0 0 20 0 15 0 12995113 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140273165478672 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11375] ppid=11368 vsize=10551232 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/11371/task/11375/stat : 11375 (java) S 11368 11371 7968 0 -1 1077944384 31 0 0 0 2 1 0 0 20 0 15 0 12995113 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140273164426128 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11376] ppid=11368 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11371/task/11376/stat : 11376 (java) S 11368 11371 7968 0 -1 1077944384 18 0 0 0 1 0 0 0 20 0 15 0 12995113 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140273163373584 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11377] ppid=11368 vsize=10551232 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/11371/task/11377/stat : 11377 (java) S 11368 11371 7968 0 -1 1077944384 14 0 0 0 1 0 0 0 20 0 15 0 12995113 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140272827423888 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11378] ppid=11368 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11378/stat : 11378 (java) R 11368 11371 7968 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 15 0 12995114 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140272783147552 140273212225552 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11379] ppid=11368 vsize=10551232 memory=2012 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11379/stat : 11379 (java) S 11368 11371 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12995114 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140272782095264 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11380] ppid=11368 vsize=10551232 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11380/stat : 11380 (java) S 11368 11371 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12995115 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140272781042672 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11381] ppid=11368 vsize=10551232 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11381/stat : 11381 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12995117 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140272779991248 140273219147675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11382] ppid=11368 vsize=10551232 memory=792 CPUtime=0.19 cores=1,3,5,7
/proc/11371/task/11382/stat : 11382 (java) S 11368 11371 7968 0 -1 1077944384 1149 0 0 0 19 0 0 0 20 0 15 0 12995117 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140272778923856 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11383] ppid=11368 vsize=10551232 memory=8676 CPUtime=0.22 cores=1,3,5,7
/proc/11371/task/11383/stat : 11383 (java) S 11368 11371 7968 0 -1 1077944384 966 0 0 0 22 0 0 0 20 0 15 0 12995117 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140272777871312 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11384] ppid=11368 vsize=10551232 memory=1440 CPUtime=0.23 cores=1,3,5,7
/proc/11371/task/11384/stat : 11384 (java) S 11368 11371 7968 0 -1 1077944384 1198 0 0 0 23 0 0 0 20 0 15 0 12995117 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140272776833776 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11385] ppid=11368 vsize=10551232 memory=33 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11385/stat : 11385 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12995117 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140272775781472 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11386] ppid=11368 vsize=10551232 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11386/stat : 11386 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12995123 10804461568 51666 18446744073709551615 4194304 4196468 140732475312384 140272774727984 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 10551232 KiB
Current children cumulated memory: 206664 KiB

[startup+1.50126 s]
/proc/loadavg: 7.06 7.45 7.32 6/215 11386
/proc/meminfo: memFree=22773192/32770624 swapFree=67108860/67108860
[pid=11371] ppid=11368 vsize=10551232 memory=1275840 CPUtime=2.94 cores=1,3,5,7
/proc/11371/stat : 11371 (java) S 11368 11371 7968 0 -1 1077944320 15620 0 0 0 247 47 0 0 20 0 15 0 12995103 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140732475294928 140273219129079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
/proc/11371/statm: 2637808 318960 3080 1 0 2627261 0
[pid=11371/tid=11373] ppid=11368 vsize=10551232 memory=288230574492221466 CPUtime=1.04 cores=1,3,5,7
/proc/11371/task/11373/stat : 11373 (java) S 11368 11371 7968 0 -1 1077944384 8386 0 0 0 87 17 0 0 20 0 15 0 12995112 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140273223366480 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11374] ppid=11368 vsize=10551232 memory=288230613214036277 CPUtime=0.27 cores=1,3,5,7
/proc/11371/task/11374/stat : 11374 (java) R 11368 11371 7968 0 -1 4202560 742 0 0 0 21 6 0 0 20 0 15 0 12995113 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140273165478056 140273204156975 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11375] ppid=11368 vsize=10551232 memory=758536 CPUtime=0.27 cores=1,3,5,7
/proc/11371/task/11375/stat : 11375 (java) R 11368 11371 7968 0 -1 4202560 605 0 0 0 20 7 0 0 20 0 15 0 12995113 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140273164426328 140273204152782 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11376] ppid=11368 vsize=10551232 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/11371/task/11376/stat : 11376 (java) R 11368 11371 7968 0 -1 4202560 234 0 0 0 19 7 0 0 20 0 15 0 12995113 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140273163373584 140273200754950 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11377] ppid=11368 vsize=10551232 memory=-2897801490638248215 CPUtime=0.26 cores=1,3,5,7
/proc/11371/task/11377/stat : 11377 (java) R 11368 11371 7968 0 -1 4202560 309 0 0 0 19 7 0 0 20 0 15 0 12995113 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140272827424088 140273204154296 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11378] ppid=11368 vsize=10551232 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11378/stat : 11378 (java) S 11368 11371 7968 0 -1 1077944384 498 0 0 0 0 0 0 0 20 0 15 0 12995114 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140272783147552 140273219139285 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11379] ppid=11368 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11379/stat : 11379 (java) S 11368 11371 7968 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 12995114 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140272782095264 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11380] ppid=11368 vsize=10551232 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11380/stat : 11380 (java) S 11368 11371 7968 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 12995115 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140272781042672 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11381] ppid=11368 vsize=10551232 memory=11284 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11381/stat : 11381 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12995117 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140272779991248 140273219147675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11382] ppid=11368 vsize=10551232 memory=2424 CPUtime=0.24 cores=1,3,5,7
/proc/11371/task/11382/stat : 11382 (java) S 11368 11371 7968 0 -1 1077944384 1263 0 0 0 24 0 0 0 20 0 15 0 12995117 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140272778938864 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11383] ppid=11368 vsize=10551232 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/11371/task/11383/stat : 11383 (java) S 11368 11371 7968 0 -1 1077944384 997 0 0 0 27 0 0 0 20 0 15 0 12995117 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140272777886320 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11384] ppid=11368 vsize=10551232 memory=6940161746087863120 CPUtime=0.25 cores=1,3,5,7
/proc/11371/task/11384/stat : 11384 (java) S 11368 11371 7968 0 -1 1077944384 1225 0 0 0 25 0 0 0 20 0 15 0 12995117 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140272776833776 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11385] ppid=11368 vsize=10551232 memory=6441361776103020643 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11385/stat : 11385 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12995117 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140272775781472 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11386] ppid=11368 vsize=10551232 memory=6441361776103020643 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11386/stat : 11386 (java) S 11368 11371 7968 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 12995123 10804461568 318960 18446744073709551615 4194304 4196468 140732475312384 140272774727984 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
Current children cumulated CPU time: 2.94 s
Current children cumulated vsize: 10551232 KiB

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

/proc/11371/task/11377/stat : 11377 (java) R 11368 11371 7968 0 -1 4202560 1186911 0 0 0 47541 260 0 0 20 0 16 0 12995113 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272827424088 140273212232726 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11378] ppid=11368 vsize=10686560 memory=8290076 CPUtime=17.87 cores=1,3,5,7
/proc/11371/task/11378/stat : 11378 (java) S 11368 11371 7968 0 -1 1077944384 117662 0 0 0 1782 5 0 0 20 0 16 0 12995114 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272783147584 140273219139285 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11379] ppid=11368 vsize=10686560 memory=8290076 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11379/stat : 11379 (java) S 11368 11371 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12995114 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272782095328 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11380] ppid=11368 vsize=10686560 memory=8290076 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11380/stat : 11380 (java) S 11368 11371 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 12995115 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272781042688 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11381] ppid=11368 vsize=10686560 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11381/stat : 11381 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12995117 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272779991248 140273219147675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11382] ppid=11368 vsize=10686560 memory=928 CPUtime=0.56 cores=1,3,5,7
/proc/11371/task/11382/stat : 11382 (java) S 11368 11371 7968 0 -1 1077944384 2412 0 0 0 56 0 0 0 20 0 16 0 12995117 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272778938912 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11383] ppid=11368 vsize=10686560 memory=2164 CPUtime=0.6 cores=1,3,5,7
/proc/11371/task/11383/stat : 11383 (java) S 11368 11371 7968 0 -1 1077944384 1876 0 0 0 60 0 0 0 20 0 16 0 12995117 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272777886080 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11384] ppid=11368 vsize=10686560 memory=11300 CPUtime=0.31 cores=1,3,5,7
/proc/11371/task/11384/stat : 11384 (java) S 11368 11371 7968 0 -1 1077944384 2596 0 0 0 31 0 0 0 20 0 16 0 12995117 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272776829648 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11385] ppid=11368 vsize=10686560 memory=2424 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11385/stat : 11385 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12995117 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272775781472 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11386] ppid=11368 vsize=10686560 memory=8290076 CPUtime=0.18 cores=1,3,5,7
/proc/11371/task/11386/stat : 11386 (java) S 11368 11371 7968 0 -1 1077944384 752 0 0 0 10 8 0 0 20 0 16 0 12995123 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272774727984 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11492] ppid=11368 vsize=10686560 memory=8290076 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11492/stat : 11492 (java) S 11368 11371 7968 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 16 0 13038810 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272771575264 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
Current children cumulated CPU time: 1950.49 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8290076 KiB

[startup+526.226 s]
# the end of solver process 11371 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1952.99 s, system=10.7446 s

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

[startup+524.801 s]
/proc/loadavg: 7.55 7.57 7.39 9/218 11515
/proc/meminfo: memFree=14907632/32770624 swapFree=67108860/67108860
[pid=11371] ppid=11368 vsize=10686560 memory=8290076 CPUtime=1960.17 cores=1,3,5,7
/proc/11371/stat : 11371 (java) S 11368 11371 7968 0 -1 1077944320 4313936 0 0 0 194952 1065 0 0 20 0 16 0 12995103 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140732475294928 140273219129079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
/proc/11371/statm: 2671640 2072519 3153 1 0 2661055 0
[pid=11371/tid=11373] ppid=11368 vsize=10686560 memory=4124 CPUtime=15.26 cores=1,3,5,7
/proc/11371/task/11373/stat : 11373 (java) S 11368 11371 7968 0 -1 1077944384 21484 0 0 0 1495 31 0 0 20 0 16 0 12995112 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140273223369760 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11374] ppid=11368 vsize=10686560 memory=11300 CPUtime=482.19 cores=1,3,5,7
/proc/11371/task/11374/stat : 11374 (java) R 11368 11371 7968 0 -1 4202560 1083738 0 0 0 47965 254 0 0 20 0 16 0 12995113 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140273165478480 140273211757287 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11375] ppid=11368 vsize=10686560 memory=2424 CPUtime=482.15 cores=1,3,5,7
/proc/11371/task/11375/stat : 11375 (java) R 11368 11371 7968 0 -1 4202560 1005552 0 0 0 47964 251 0 0 20 0 16 0 12995113 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140273164426248 140273211757287 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11376] ppid=11368 vsize=10686560 memory=1700 CPUtime=480.45 cores=1,3,5,7
/proc/11371/task/11376/stat : 11376 (java) R 11368 11371 7968 0 -1 4202560 889196 0 0 0 47789 256 0 0 20 0 16 0 12995113 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140273163373392 140273211757287 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11377] ppid=11368 vsize=10686560 memory=1228 CPUtime=480.51 cores=1,3,5,7
/proc/11371/task/11377/stat : 11377 (java) R 11368 11371 7968 0 -1 4202560 1186929 0 0 0 47791 260 0 0 20 0 16 0 12995113 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272827424088 140273212232716 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11378] ppid=11368 vsize=10686560 memory=1000 CPUtime=17.87 cores=1,3,5,7
/proc/11371/task/11378/stat : 11378 (java) S 11368 11371 7968 0 -1 1077944384 117662 0 0 0 1782 5 0 0 20 0 16 0 12995114 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272783147584 140273219139285 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11379] ppid=11368 vsize=10686560 memory=8290076 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11379/stat : 11379 (java) S 11368 11371 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12995114 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272782095328 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11380] ppid=11368 vsize=10686560 memory=8290076 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11380/stat : 11380 (java) S 11368 11371 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 12995115 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272781042688 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11381] ppid=11368 vsize=10686560 memory=8290076 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11381/stat : 11381 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12995117 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272779991248 140273219147675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11382] ppid=11368 vsize=10686560 memory=8290076 CPUtime=0.56 cores=1,3,5,7
/proc/11371/task/11382/stat : 11382 (java) S 11368 11371 7968 0 -1 1077944384 2412 0 0 0 56 0 0 0 20 0 16 0 12995117 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272778938912 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11383] ppid=11368 vsize=10686560 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/11371/task/11383/stat : 11383 (java) S 11368 11371 7968 0 -1 1077944384 1876 0 0 0 60 0 0 0 20 0 16 0 12995117 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272777886080 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11384] ppid=11368 vsize=10686560 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/11371/task/11384/stat : 11384 (java) S 11368 11371 7968 0 -1 1077944384 2596 0 0 0 31 0 0 0 20 0 16 0 12995117 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272776829648 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11385] ppid=11368 vsize=10686560 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11385/stat : 11385 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12995117 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272775781472 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11386] ppid=11368 vsize=10686560 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/11371/task/11386/stat : 11386 (java) S 11368 11371 7968 0 -1 1077944384 752 0 0 0 10 8 0 0 20 0 16 0 12995123 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272774727984 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11492] ppid=11368 vsize=10686560 memory=48187 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11492/stat : 11492 (java) S 11368 11371 7968 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 16 0 13038810 10943037440 2072519 18446744073709551615 4194304 4196468 140732475312384 140272771575264 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
Current children cumulated CPU time: 1960.17 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8290076 KiB

[startup+525.601 s]
/proc/loadavg: 7.55 7.57 7.39 9/218 11515
/proc/meminfo: memFree=14907632/32770624 swapFree=67108860/67108860
[pid=11371] ppid=11368 vsize=10686560 memory=8290092 CPUtime=1963.1 cores=1,3,5,7
/proc/11371/stat : 11371 (java) S 11368 11371 7968 0 -1 1077944320 4314127 0 0 0 195244 1066 0 0 20 0 16 0 12995103 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140732475294928 140273219129079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
/proc/11371/statm: 2671640 2072523 3153 1 0 2661055 0
[pid=11371/tid=11373] ppid=11368 vsize=10686560 memory=2012 CPUtime=15.26 cores=1,3,5,7
/proc/11371/task/11373/stat : 11373 (java) S 11368 11371 7968 0 -1 1077944384 21484 0 0 0 1495 31 0 0 20 0 16 0 12995112 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140273223369760 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11374] ppid=11368 vsize=10686560 memory=5520 CPUtime=482.9 cores=1,3,5,7
/proc/11371/task/11374/stat : 11374 (java) S 11368 11371 7968 0 -1 1077944384 1083738 0 0 0 48036 254 0 0 20 0 16 0 12995113 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140273165478672 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11375] ppid=11368 vsize=10686560 memory=4612 CPUtime=482.85 cores=1,3,5,7
/proc/11371/task/11375/stat : 11375 (java) S 11368 11371 7968 0 -1 1077944384 1005552 0 0 0 48034 251 0 0 20 0 16 0 12995113 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140273164426128 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11376] ppid=11368 vsize=10686560 memory=792 CPUtime=481.16 cores=1,3,5,7
/proc/11371/task/11376/stat : 11376 (java) S 11368 11371 7968 0 -1 1077944384 889196 0 0 0 47860 256 0 0 20 0 16 0 12995113 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140273163373584 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11377] ppid=11368 vsize=10686560 memory=8676 CPUtime=481.25 cores=1,3,5,7
/proc/11371/task/11377/stat : 11377 (java) S 11368 11371 7968 0 -1 1077944384 1186929 0 0 0 47865 260 0 0 20 0 16 0 12995113 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272827423888 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11378] ppid=11368 vsize=10686560 memory=1440 CPUtime=17.92 cores=1,3,5,7
/proc/11371/task/11378/stat : 11378 (java) R 11368 11371 7968 0 -1 4202560 117853 0 0 0 1787 5 0 0 20 0 16 0 12995114 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272783147584 140273204125483 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11379] ppid=11368 vsize=10686560 memory=9916 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11379/stat : 11379 (java) S 11368 11371 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12995114 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272782095328 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11380] ppid=11368 vsize=10686560 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11380/stat : 11380 (java) S 11368 11371 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 12995115 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272781042688 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11381] ppid=11368 vsize=10686560 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11381/stat : 11381 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12995117 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272779991248 140273219147675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11382] ppid=11368 vsize=10686560 memory=4040 CPUtime=0.56 cores=1,3,5,7
/proc/11371/task/11382/stat : 11382 (java) S 11368 11371 7968 0 -1 1077944384 2412 0 0 0 56 0 0 0 20 0 16 0 12995117 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272778938912 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11383] ppid=11368 vsize=10686560 memory=16444 CPUtime=0.6 cores=1,3,5,7
/proc/11371/task/11383/stat : 11383 (java) S 11368 11371 7968 0 -1 1077944384 1876 0 0 0 60 0 0 0 20 0 16 0 12995117 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272777886080 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11384] ppid=11368 vsize=10686560 memory=7672 CPUtime=0.31 cores=1,3,5,7
/proc/11371/task/11384/stat : 11384 (java) S 11368 11371 7968 0 -1 1077944384 2596 0 0 0 31 0 0 0 20 0 16 0 12995117 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272776829648 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11385] ppid=11368 vsize=10686560 memory=1236 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11385/stat : 11385 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12995117 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272775781472 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11386] ppid=11368 vsize=10686560 memory=640 CPUtime=0.18 cores=1,3,5,7
/proc/11371/task/11386/stat : 11386 (java) S 11368 11371 7968 0 -1 1077944384 752 0 0 0 10 8 0 0 20 0 16 0 12995123 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272774727984 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11492] ppid=11368 vsize=10686560 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11492/stat : 11492 (java) S 11368 11371 7968 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 16 0 13038810 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272771575264 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
Current children cumulated CPU time: 1963.1 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8290092 KiB

[startup+526.001 s]*
/proc/loadavg: 7.51 7.56 7.39 6/218 11515
/proc/meminfo: memFree=14907624/32770624 swapFree=67108860/67108860
[pid=11371] ppid=11368 vsize=10686560 memory=8290092 CPUtime=1963.51 cores=1,3,5,7
/proc/11371/stat : 11371 (java) S 11368 11371 7968 0 -1 1077944320 4314127 0 0 0 195285 1066 0 0 20 0 16 0 12995103 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140732475294928 140273219129079 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 8 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
/proc/11371/statm: 2671640 2072523 3153 1 0 2661055 0
[pid=11371/tid=11373] ppid=11368 vsize=10686560 memory=-8195925453750481479 CPUtime=15.26 cores=1,3,5,7
/proc/11371/task/11373/stat : 11373 (java) S 11368 11371 7968 0 -1 1077944384 21484 0 0 0 1495 31 0 0 20 0 16 0 12995112 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140273223369760 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11374] ppid=11368 vsize=10686560 memory=8290076 CPUtime=482.9 cores=1,3,5,7
/proc/11371/task/11374/stat : 11374 (java) S 11368 11371 7968 0 -1 1077944384 1083738 0 0 0 48036 254 0 0 20 0 16 0 12995113 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140273165478672 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11375] ppid=11368 vsize=10686560 memory=1156 CPUtime=482.85 cores=1,3,5,7
/proc/11371/task/11375/stat : 11375 (java) S 11368 11371 7968 0 -1 1077944384 1005552 0 0 0 48034 251 0 0 20 0 16 0 12995113 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140273164426128 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11376] ppid=11368 vsize=10686560 memory=3112 CPUtime=481.16 cores=1,3,5,7
/proc/11371/task/11376/stat : 11376 (java) S 11368 11371 7968 0 -1 1077944384 889196 0 0 0 47860 256 0 0 20 0 16 0 12995113 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140273163373584 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11377] ppid=11368 vsize=10686560 memory=8305308 CPUtime=481.25 cores=1,3,5,7
/proc/11371/task/11377/stat : 11377 (java) S 11368 11371 7968 0 -1 1077944384 1186929 0 0 0 47865 260 0 0 20 0 16 0 12995113 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272827423888 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11378] ppid=11368 vsize=10686560 memory=4120 CPUtime=18.33 cores=1,3,5,7
/proc/11371/task/11378/stat : 11378 (java) R 11368 11371 7968 0 -1 4202560 117853 0 0 0 1828 5 0 0 20 0 16 0 12995114 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272783147584 140273204125572 0 0 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11379] ppid=11368 vsize=10686560 memory=4076 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11379/stat : 11379 (java) S 11368 11371 7968 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 12995114 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272782095328 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11380] ppid=11368 vsize=10686560 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11380/stat : 11380 (java) S 11368 11371 7968 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 16 0 12995115 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272781042688 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11381] ppid=11368 vsize=10686560 memory=-8195925453750481479 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11381/stat : 11381 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12995117 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272779991248 140273219147675 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11382] ppid=11368 vsize=10686560 memory=8290076 CPUtime=0.56 cores=1,3,5,7
/proc/11371/task/11382/stat : 11382 (java) S 11368 11371 7968 0 -1 1077944384 2412 0 0 0 56 0 0 0 20 0 16 0 12995117 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272778938912 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11383] ppid=11368 vsize=10686560 memory=3868 CPUtime=0.6 cores=1,3,5,7
/proc/11371/task/11383/stat : 11383 (java) S 11368 11371 7968 0 -1 1077944384 1876 0 0 0 60 0 0 0 20 0 16 0 12995117 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272777886080 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11384] ppid=11368 vsize=10686560 memory=2248 CPUtime=0.31 cores=1,3,5,7
/proc/11371/task/11384/stat : 11384 (java) S 11368 11371 7968 0 -1 1077944384 2596 0 0 0 31 0 0 0 20 0 16 0 12995117 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272776829648 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11385] ppid=11368 vsize=10686560 memory=4304 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11385/stat : 11385 (java) S 11368 11371 7968 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 12995117 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272775781472 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11386] ppid=11368 vsize=10686560 memory=1588 CPUtime=0.18 cores=1,3,5,7
/proc/11371/task/11386/stat : 11386 (java) S 11368 11371 7968 0 -1 1077944384 752 0 0 0 10 8 0 0 20 0 16 0 12995123 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272774727984 140273219140226 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
[pid=11371/tid=11492] ppid=11368 vsize=10686560 memory=928 CPUtime=0 cores=1,3,5,7
/proc/11371/task/11492/stat : 11492 (java) S 11368 11371 7968 0 -1 1077944384 155 0 0 0 0 0 0 0 20 0 16 0 13038810 10943037440 2072523 18446744073709551615 4194304 4196468 140732475312384 140272771575264 140273219139285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14442496 140732475314577 140732475314730 140732475314730 140732475318223 0
Current children cumulated CPU time: 1963.51 s
Current children cumulated vsize: 10686560 KiB
Current children cumulated memory: 8290092 KiB

[startup+526.201 s]*
/proc/loadavg: 7.51 7.56 7.39 4/189 11515
/proc/meminfo: memFree=23739192/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): 526.226
CPU time (s): 1963.74
CPU user time (s): 1952.99
CPU system time (s): 10.7446
CPU usage (%): 373.174
Max. virtual memory (cumulated for all children) (KiB): 10686560
Max. memory (cumulated for all children) (KiB): 8290108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1952.99
system time used= 10.7446
maximum resident set size= 8290240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4314252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47944
involuntary context switches= 63790


# summary of solver processes directly reported to runsolver:
#   pid: 11371
#   total CPU time (s): 1963.74
#   total CPU user time (s): 1952.99
#   total CPU system time (s): 10.7446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.50708 second user time and 5.05747 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-13 04:11:27
IDJOB=4263124
IDBENCH=115754
IDSOLVER=2651
FILE ID=node128/4263124-1502591124
RUNJOBID= node128-1502582933-8033
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-20-6.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263124-1502591124/watcher-4263124-1502591124 -o /tmp/evaluation-result-4263124-1502591124/solver-4263124-1502591124 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node128-1502582933-8033 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263124-1502591124.xml

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

MD5SUM BENCH= 38bce9c8c5d0642f93f0794d9598dc6e
RANDOM SEED=1428818414

node128.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.94
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.94
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.94
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.94
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:        23201828 kB
MemAvailable:   23703248 kB
Buffers:          106504 kB
Cached:           683864 kB
SwapCached:            0 kB
Active:          8535288 kB
Inactive:         611192 kB
Active(anon):    8356448 kB
Inactive(anon):    16764 kB
Active(file):     178840 kB
Inactive(file):   594428 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1580 kB
Writeback:             0 kB
AnonPages:       8355844 kB
Mapped:            44596 kB
Shmem:             17116 kB
Slab:             112840 kB
SReclaimable:      87972 kB
SUnreclaim:        24868 kB
KernelStack:        3520 kB
PageTables:        21828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8623816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7575552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node128 at 2017-08-13 04:20:14