Trace number 4243322

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: sat4j-CSP 2017-07-05? (problem) 1432.09 386.73401

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-8.xml
MD5SUMf4343428e383d05385b00a8c52a8c02b
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 variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size1051
Distribution of domain sizes[{"size":12,"count":45},{"size":13,"count":15},{"size":14,"count":90},{"size":15,"count":300},{"size":1051,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

1309.48/353.92	Aug 06, 2017 8:06:54 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1309.48/353.92	INFO: Runtime exception
1309.48/353.92	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1309.48/353.92		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1309.48/353.92		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1309.48/353.92		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1309.48/353.92		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1309.48/353.92		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1309.48/353.92		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1309.48/353.92		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1309.48/353.92		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1309.48/353.92		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1309.48/353.92		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1309.48/353.92		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1309.48/353.92		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1309.48/353.92		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1309.48/353.92		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1309.48/353.92		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1309.48/353.92		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1309.48/353.92		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1309.48/353.92		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1309.48/353.92		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1309.48/353.92	Caused by: java.lang.reflect.InvocationTargetException
1309.48/353.92		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1309.48/353.92		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1309.48/353.92		at java.lang.reflect.Method.invoke(Method.java:498)
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1309.48/353.92		... 21 more
1309.48/353.92	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1309.48/353.92		... 25 more
1309.48/353.92	Caused by: java.lang.reflect.InvocationTargetException
1309.48/353.92		at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
1309.48/353.92		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1309.48/353.92		at java.lang.reflect.Method.invoke(Method.java:498)
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1309.48/353.92		... 25 more
1309.48/353.92	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1309.48/353.92		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1309.48/353.92		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1309.48/353.92		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1309.48/353.92		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1309.48/353.92		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1309.48/353.92		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1309.48/353.92		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1309.48/353.92		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1309.48/353.92		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1309.48/353.92		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorLe(TseitinBasedIntensionCtrEncoder.java:326)
1309.48/353.92		at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)
1309.48/353.92		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1309.48/353.92		at java.lang.reflect.Method.invoke(Method.java:498)
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1309.48/353.92		at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
1309.48/353.92		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1309.48/353.92		at java.lang.reflect.Method.invoke(Method.java:498)
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1309.48/353.92		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1309.48/353.92		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1309.48/353.92		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1309.48/353.92		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1309.48/353.92		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1309.48/353.92		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1309.48/353.92		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1309.48/353.92		at org.xcsp.parser.XCallbacks$$Lambda$69/1678854096.accept(Unknown Source)
1309.48/353.92		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1309.48/353.92		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1309.48/353.92		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1309.48/353.92	
1385.81/374.34	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
1385.81/374.34	c This is free software under the dual EPL/GNU LGPL licenses.
1385.81/374.34	c See www.sat4j.org for details.
1385.81/374.34	c That software uses the Rhino library from the Mozilla project.
1385.81/374.34	c version CUSTOM.v20170705
1385.81/374.34	c java.runtime.name	Java(TM) SE Runtime Environment
1385.81/374.34	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
1385.81/374.34	c java.vm.version	25.131-b11
1385.81/374.34	c java.vm.vendor	Oracle Corporation
1385.81/374.34	c sun.arch.data.model	64
1385.81/374.34	c java.version		1.8.0_131
1385.81/374.34	c os.name		Linux
1385.81/374.34	c os.version		3.10.0-514.16.1.el7.x86_64
1385.81/374.34	c os.arch		amd64
1385.81/374.34	c Free memory 		499604488
1385.81/374.34	c Max memory 		7247757312
1385.81/374.34	c Total memory 		504889344
1385.81/374.34	c Number of processors 	4
1385.81/374.34	c c --- Begin Solver configuration ---
1385.81/374.34	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
1385.81/374.34	c Learn all clauses as in MiniSAT
1385.81/374.34	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
1385.81/374.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
1385.81/374.34	c No reason simplification
1385.81/374.34	c Glucose 2.1 dynamic restart strategy
1385.81/374.34	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
1385.81/374.34	c timeout=2147483s
1385.81/374.34	c DB Simplification allowed=false
1385.81/374.34	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
1385.81/374.34	c --- End Solver configuration ---
1431.96/386.62	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1431.96/386.62		at org.sat4j.minisat.core.SolverStats.printStat(SolverStats.java:102)
1431.96/386.62		at org.sat4j.pb.core.PBSolverStats.printStat(PBSolverStats.java:76)
1431.96/386.62		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2013)
1431.96/386.62		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2009)
1431.96/386.62		at org.sat4j.csp.CspSatSolverDecorator.printStat(CspSatSolverDecorator.java:262)
1431.96/386.62		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:73)
1431.96/386.62		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1431.96/386.62		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1431.96/386.62		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4243322-1502043309/watcher-4243322-1502043309 -o /tmp/evaluation-result-4243322-1502043309/solver-4243322-1502043309 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243322-1502043309.xml 

pid=17883
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.67 4.54 3.47 2/204 17886
/proc/meminfo: memFree=28790000/32770624 swapFree=0/339336
[pid=17886] ppid=17883 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17886/stat : 17886 (runsolver) D 17883 17886 12906 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 46241843 24240128 108 18446744073709551615 4194304 4338465 140726750961728 140726750959368 140073374294743 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 7217152 140726750969991 140726750970441 140726750970441 140726750973898 0
/proc/17886/statm: 5918 108 54 36 0 2156 0

[startup+0.100192 s]
/proc/loadavg: 4.67 4.54 3.47 2/204 17886
/proc/meminfo: memFree=28790000/32770624 swapFree=0/339336
[pid=17886] ppid=17883 vsize=9936560 CPUtime=0 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 3424 0 0 0 0 0 0 0 20 0 6 0 46241843 10175037440 4120 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2484140 4120 1920 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200277 s]
/proc/loadavg: 4.67 4.54 3.47 2/204 17886
/proc/meminfo: memFree=28790000/32770624 swapFree=0/339336
[pid=17886] ppid=17883 vsize=10551156 CPUtime=0.09 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 5059 0 0 0 8 1 0 0 20 0 15 0 46241843 10804383744 6563 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2637789 6563 2746 1 0 2627261 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10551156

[startup+0.300361 s]
/proc/loadavg: 4.67 4.54 3.47 2/204 17886
/proc/meminfo: memFree=28790000/32770624 swapFree=0/339336
[pid=17886] ppid=17883 vsize=10551156 CPUtime=0.24 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 8439 0 0 0 21 3 0 0 20 0 15 0 46241843 10804383744 9191 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2637789 9191 2867 1 0 2627261 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10551156

[startup+0.700245 s]
/proc/loadavg: 4.67 4.54 3.47 2/204 17886
/proc/meminfo: memFree=28790000/32770624 swapFree=0/339336
[pid=17886] ppid=17883 vsize=10551232 CPUtime=1.37 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 11917 0 0 0 128 9 0 0 20 0 15 0 46241843 10804461568 49847 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2637808 49847 3066 1 0 2627261 0
Current children cumulated CPU time (s) 1.37
Current children cumulated vsize (KiB) 10551232

[startup+1.50064 s]
/proc/loadavg: 4.67 4.54 3.47 4/219 17901
/proc/meminfo: memFree=28160736/32770624 swapFree=0/339216
[pid=17886] ppid=17883 vsize=10551232 CPUtime=2.82 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 14806 0 0 0 241 41 0 0 20 0 15 0 46241843 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2637808 296226 3087 1 0 2627261 0
[pid=17886/tid=17888] ppid=17883 vsize=10551232 CPUtime=1.15 cores=0,2,4,6
/proc/17886/task/17888/stat : 17888 (java) R 17883 17886 12906 0 -1 4202560 7789 0 0 0 98 17 0 0 20 0 15 0 46241851 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233791956544 140233773787540 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17889] ppid=17883 vsize=10551232 CPUtime=0.19 cores=0,2,4,6
/proc/17886/task/17889/stat : 17889 (java) S 17883 17886 12906 0 -1 1077944384 250 0 0 0 13 6 0 0 20 0 15 0 46241852 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233718139280 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17890] ppid=17883 vsize=10551232 CPUtime=0.17 cores=0,2,4,6
/proc/17886/task/17890/stat : 17890 (java) S 17883 17886 12906 0 -1 1077944384 238 0 0 0 12 5 0 0 20 0 15 0 46241852 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233717086480 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17891] ppid=17883 vsize=10551232 CPUtime=0.19 cores=0,2,4,6
/proc/17886/task/17891/stat : 17891 (java) S 17883 17886 12906 0 -1 1077944384 257 0 0 0 14 5 0 0 20 0 15 0 46241852 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233716034192 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17892] ppid=17883 vsize=10551232 CPUtime=0.18 cores=0,2,4,6
/proc/17886/task/17892/stat : 17892 (java) S 17883 17886 12906 0 -1 1077944384 257 0 0 0 13 5 0 0 20 0 15 0 46241852 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233714981392 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17893] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17893/stat : 17893 (java) S 17883 17886 12906 0 -1 1077944384 994 0 0 0 0 0 0 0 20 0 15 0 46241853 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233283664496 140233787730562 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17894] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17894/stat : 17894 (java) S 17883 17886 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46241854 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233282610528 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17895] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17895/stat : 17895 (java) S 17883 17886 12906 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 46241854 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233281558128 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17896] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17896/stat : 17896 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46241856 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233280506448 140233787738011 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17897] ppid=17883 vsize=10551232 CPUtime=0.26 cores=0,2,4,6
/proc/17886/task/17897/stat : 17897 (java) S 17883 17886 12906 0 -1 1077944384 1375 0 0 0 26 0 0 0 20 0 15 0 46241856 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233279453296 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17898] ppid=17883 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/17886/task/17898/stat : 17898 (java) S 17883 17886 12906 0 -1 1077944384 743 0 0 0 31 0 0 0 20 0 15 0 46241856 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233278400496 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17899] ppid=17883 vsize=10551232 CPUtime=0.3 cores=0,2,4,6
/proc/17886/task/17899/stat : 17899 (java) S 17883 17886 12906 0 -1 1077944384 1547 0 0 0 30 0 0 0 20 0 15 0 46241856 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233277348208 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17900] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17900/stat : 17900 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46241857 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233276295648 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17901] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17901/stat : 17901 (java) S 17883 17886 12906 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 46241860 10804461568 296226 18446744073709551615 4194304 4196468 140726228591776 140233275243440 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
Current children cumulated CPU time (s) 2.82
Current children cumulated vsize (KiB) 10551232

[startup+3.10069 s]
/proc/loadavg: 4.67 4.54 3.47 3/218 17903
/proc/meminfo: memFree=27489496/32770624 swapFree=0/339224
[pid=17886] ppid=17883 vsize=10551232 CPUtime=5.2 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 19086 0 0 0 462 58 0 0 20 0 15 0 46241843 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2637808 327868 3097 1 0 2627261 0
[pid=17886/tid=17888] ppid=17883 vsize=10551232 CPUtime=2.62 cores=0,2,4,6
/proc/17886/task/17888/stat : 17888 (java) R 17883 17886 12906 0 -1 4202560 10646 0 0 0 245 17 0 0 20 0 15 0 46241851 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233791950048 140233386670228 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17889] ppid=17883 vsize=10551232 CPUtime=0.32 cores=0,2,4,6
/proc/17886/task/17889/stat : 17889 (java) S 17883 17886 12906 0 -1 1077944384 318 0 0 0 22 10 0 0 20 0 15 0 46241852 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233718139280 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17890] ppid=17883 vsize=10551232 CPUtime=0.3 cores=0,2,4,6
/proc/17886/task/17890/stat : 17890 (java) S 17883 17886 12906 0 -1 1077944384 310 0 0 0 21 9 0 0 20 0 15 0 46241852 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233717086480 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17891] ppid=17883 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/17886/task/17891/stat : 17891 (java) S 17883 17886 12906 0 -1 1077944384 348 0 0 0 22 9 0 0 20 0 15 0 46241852 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233716034192 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17892] ppid=17883 vsize=10551232 CPUtime=0.31 cores=0,2,4,6
/proc/17886/task/17892/stat : 17892 (java) S 17883 17886 12906 0 -1 1077944384 329 0 0 0 22 9 0 0 20 0 15 0 46241852 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233714981392 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17893] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17893/stat : 17893 (java) S 17883 17886 12906 0 -1 1077944384 1032 0 0 0 0 0 0 0 20 0 15 0 46241853 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233283664496 140233787730562 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17894] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17894/stat : 17894 (java) S 17883 17886 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46241854 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233282610528 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17895] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17895/stat : 17895 (java) S 17883 17886 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46241854 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233281558128 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17896] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17896/stat : 17896 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46241856 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233280506448 140233787738011 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17897] ppid=17883 vsize=10551232 CPUtime=0.47 cores=0,2,4,6
/proc/17886/task/17897/stat : 17897 (java) S 17883 17886 12906 0 -1 1077944384 2153 0 0 0 47 0 0 0 20 0 15 0 46241856 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233279453296 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17898] ppid=17883 vsize=10551232 CPUtime=0.46 cores=0,2,4,6
/proc/17886/task/17898/stat : 17898 (java) S 17883 17886 12906 0 -1 1077944384 911 0 0 0 46 0 0 0 20 0 15 0 46241856 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233278400496 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17899] ppid=17883 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/17886/task/17899/stat : 17899 (java) S 17883 17886 12906 0 -1 1077944384 1649 0 0 0 33 0 0 0 20 0 15 0 46241856 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233277348208 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17900] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17900/stat : 17900 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46241857 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233276295648 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17901] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17901/stat : 17901 (java) S 17883 17886 12906 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 15 0 46241860 10804461568 327868 18446744073709551615 4194304 4196468 140726228591776 140233275243440 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 10551232

[startup+6.30067 s]
/proc/loadavg: 4.46 4.50 3.46 6/218 17903
/proc/meminfo: memFree=25564040/32770624 swapFree=0/339224
[pid=17886] ppid=17883 vsize=10551232 CPUtime=13.51 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 286236 0 0 0 1210 141 0 0 20 0 15 0 46241843 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2637808 898007 3105 1 0 2627261 0
[pid=17886/tid=17888] ppid=17883 vsize=10551232 CPUtime=4.09 cores=0,2,4,6
/proc/17886/task/17888/stat : 17888 (java) S 17883 17886 12906 0 -1 1077944384 11856 0 0 0 378 31 0 0 20 0 15 0 46241851 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233791954784 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17889] ppid=17883 vsize=10551232 CPUtime=2.01 cores=0,2,4,6
/proc/17886/task/17889/stat : 17889 (java) R 17883 17886 12906 0 -1 4202560 50736 0 0 0 177 24 0 0 20 0 15 0 46241852 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233718138864 140233780347623 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17890] ppid=17883 vsize=10551232 CPUtime=1.99 cores=0,2,4,6
/proc/17886/task/17890/stat : 17890 (java) R 17883 17886 12906 0 -1 4202560 65634 0 0 0 175 24 0 0 20 0 15 0 46241852 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233717086376 140233780347623 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17891] ppid=17883 vsize=10551232 CPUtime=2.03 cores=0,2,4,6
/proc/17886/task/17891/stat : 17891 (java) R 17883 17886 12906 0 -1 4202560 81312 0 0 0 174 29 0 0 20 0 15 0 46241852 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233716034392 140233772670539 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17892] ppid=17883 vsize=10551232 CPUtime=2.02 cores=0,2,4,6
/proc/17886/task/17892/stat : 17892 (java) R 17883 17886 12906 0 -1 4202560 68603 0 0 0 174 28 0 0 20 0 15 0 46241852 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233714981592 140233772670542 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17893] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17893/stat : 17893 (java) S 17883 17886 12906 0 -1 1077944384 1549 0 0 0 0 0 0 0 20 0 15 0 46241853 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233283662816 140233787729621 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17894] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17894/stat : 17894 (java) S 17883 17886 12906 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 46241854 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233282610528 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17895] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17895/stat : 17895 (java) S 17883 17886 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 46241854 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233281558128 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17896] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17896/stat : 17896 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46241856 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233280506448 140233787738011 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17897] ppid=17883 vsize=10551232 CPUtime=0.47 cores=0,2,4,6
/proc/17886/task/17897/stat : 17897 (java) S 17883 17886 12906 0 -1 1077944384 2153 0 0 0 47 0 0 0 20 0 15 0 46241856 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233279453296 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17898] ppid=17883 vsize=10551232 CPUtime=0.48 cores=0,2,4,6
/proc/17886/task/17898/stat : 17898 (java) S 17883 17886 12906 0 -1 1077944384 1239 0 0 0 48 0 0 0 20 0 15 0 46241856 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233278400496 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17899] ppid=17883 vsize=10551232 CPUtime=0.33 cores=0,2,4,6
/proc/17886/task/17899/stat : 17899 (java) S 17883 17886 12906 0 -1 1077944384 1662 0 0 0 33 0 0 0 20 0 15 0 46241856 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233277348208 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17900] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17900/stat : 17900 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46241857 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233276295648 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17901] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17901/stat : 17901 (java) S 17883 17886 12906 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 15 0 46241860 10804461568 898007 18446744073709551615 4194304 4196468 140726228591776 140233275243440 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
Current children cumulated CPU time (s) 13.51
Current children cumulated vsize (KiB) 10551232

[startup+12.7008 s]
/proc/loadavg: 4.26 4.46 3.46 5/218 17903
/proc/meminfo: memFree=25137012/32770624 swapFree=0/339228
[pid=17886] ppid=17883 vsize=10551232 CPUtime=30.33 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 670563 0 0 0 2870 163 0 0 20 0 15 0 46241843 10804461568 910736 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2637808 910736 3120 1 0 2627261 0
[pid=17886/tid=17888] ppid=17883 vsize=10551232 CPUtime=5.35 cores=0,2,4,6
/proc/17886/task/17888/stat : 17888 (java) R 17883 17886 12906 0 -1 4202560 14834 0 0 0 503 32 0 0 20 0 15 0 46241851 10804461568 910736 18446744073709551615 4194304 4196468 140726228591776 140233791951776 140233387393244 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17889] ppid=17883 vsize=10551232 CPUtime=5.06 cores=0,2,4,6
/proc/17886/task/17889/stat : 17889 (java) S 17883 17886 12906 0 -1 1077944384 100497 0 0 0 480 26 0 0 20 0 15 0 46241852 10804461568 910736 18446744073709551615 4194304 4196468 140726228591776 140233718139280 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17890] ppid=17883 vsize=10551232 CPUtime=5.03 cores=0,2,4,6
/proc/17886/task/17890/stat : 17890 (java) S 17883 17886 12906 0 -1 1077944384 113625 0 0 0 476 27 0 0 20 0 15 0 46241852 10804461568 910736 18446744073709551615 4194304 4196468 140726228591776 140233717086480 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17891] ppid=17883 vsize=10551232 CPUtime=5.11 cores=0,2,4,6
/proc/17886/task/17891/stat : 17891 (java) S 17883 17886 12906 0 -1 1077944384 214880 0 0 0 475 36 0 0 20 0 15 0 46241852 10804461568 910736 18446744073709551615 4194304 4196468 140726228591776 140233716034192 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17892] ppid=17883 vsize=10551232 CPUtime=5.08 cores=0,2,4,6
/proc/17886/task/17892/stat : 17892 (java) S 17883 17886 12906 0 -1 1077944384 201947 0 0 0 471 37 0 0 20 0 15 0 46241852 10804461568 910736 18446744073709551615 4194304 4196468 140726228591776 140233714981392 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17893] ppid=17883 vsize=10551232 CPUtime=2.06 cores=0,2,4,6
/proc/17886/task/17893/stat : 17893 (java) S 17883 17886 12906 0 -1 1077944384 6392 0 0 0 206 0 0 0 20 0 15 0 46241853 10804461568 910736 18446744073709551615 4194304 4196468 140726228591776 140233283664496 140233787730562 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17894] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17894/stat : 17894 (java) S 17883 17886 12906 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 46241854 10804461568 910736 18446744073709551615 4194304 4196468 140726228591776 140233282610528 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17895] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17895/stat : 17895 (java) S 17883 17886 12906 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 46241854 10804461568 910736 18446744073709551615 4194304 4196468 140726228591776 140233281558144 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17896] ppid=17883 vsize=10551232 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17896/stat : 17896 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 46241856 10804461568 910736 18446744073709551615 4194304 4196468 140726228591776 140233280506448 140233787738011 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0

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

/proc/17886/task/17888/stat : 17888 (java) S 17883 17886 12906 0 -1 1077944384 24078 0 0 0 1366 33 0 0 20 0 17 0 46241851 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233791960096 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17889] ppid=17883 vsize=10686560 CPUtime=348.09 cores=0,2,4,6
/proc/17886/task/17889/stat : 17889 (java) R 17883 17886 12906 0 -1 4202560 806866 0 0 0 34627 182 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233718139088 140233780347623 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17890] ppid=17883 vsize=10686560 CPUtime=346.45 cores=0,2,4,6
/proc/17886/task/17890/stat : 17890 (java) R 17883 17886 12906 0 -1 4202560 842333 0 0 0 34434 211 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233717086288 140233780347623 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17891] ppid=17883 vsize=10686560 CPUtime=346.51 cores=0,2,4,6
/proc/17886/task/17891/stat : 17891 (java) R 17883 17886 12906 0 -1 4202560 991865 0 0 0 34452 199 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233716034312 140233780347623 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17892] ppid=17883 vsize=10686560 CPUtime=347.95 cores=0,2,4,6
/proc/17886/task/17892/stat : 17892 (java) R 17883 17886 12906 0 -1 4202560 805782 0 0 0 34604 191 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233714981592 140233772419827 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17893] ppid=17883 vsize=10686560 CPUtime=17.65 cores=0,2,4,6
/proc/17886/task/17893/stat : 17893 (java) S 17883 17886 12906 0 -1 1077944384 82344 0 0 0 1761 4 0 0 20 0 17 0 46241853 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233283663040 140233787729621 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17894] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17894/stat : 17894 (java) S 17883 17886 12906 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 46241854 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233282610528 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17895] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17895/stat : 17895 (java) S 17883 17886 12906 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 17 0 46241854 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233281558144 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17896] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17896/stat : 17896 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233280506448 140233787738011 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17897] ppid=17883 vsize=10686560 CPUtime=1.23 cores=0,2,4,6
/proc/17886/task/17897/stat : 17897 (java) S 17883 17886 12906 0 -1 1077944384 9424 0 0 0 122 1 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233279453056 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17898] ppid=17883 vsize=10686560 CPUtime=0.93 cores=0,2,4,6
/proc/17886/task/17898/stat : 17898 (java) S 17883 17886 12906 0 -1 1077944384 4044 0 0 0 93 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233278400544 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17899] ppid=17883 vsize=10686560 CPUtime=0.42 cores=0,2,4,6
/proc/17886/task/17899/stat : 17899 (java) S 17883 17886 12906 0 -1 1077944384 4841 0 0 0 42 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233277348256 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17900] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17900/stat : 17900 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46241857 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233276295648 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17901] ppid=17883 vsize=10686560 CPUtime=0.26 cores=0,2,4,6
/proc/17886/task/17901/stat : 17901 (java) S 17883 17886 12906 0 -1 1077944384 483 0 0 0 17 9 0 0 20 0 17 0 46241860 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233275243440 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17915] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17915/stat : 17915 (java) S 17883 17886 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 46277236 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233272090480 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17916] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17916/stat : 17916 (java) S 17883 17886 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 46277236 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233271038432 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
Current children cumulated CPU time (s) 1423.55
Current children cumulated vsize (KiB) 10686560

[startup+385.601 s]
/proc/loadavg: 4.84 4.64 3.84 6/216 17918
/proc/meminfo: memFree=20092880/32770624 swapFree=0/339372
[pid=17886] ppid=17883 vsize=10686560 CPUtime=1429.74 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 3574369 0 0 0 142146 828 0 0 20 0 17 0 46241843 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2671640 2079167 3165 1 0 2661055 0
[pid=17886/tid=17888] ppid=17883 vsize=10686560 CPUtime=13.99 cores=0,2,4,6
/proc/17886/task/17888/stat : 17888 (java) S 17883 17886 12906 0 -1 1077944384 24078 0 0 0 1366 33 0 0 20 0 17 0 46241851 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233791960096 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17889] ppid=17883 vsize=10686560 CPUtime=349.62 cores=0,2,4,6
/proc/17886/task/17889/stat : 17889 (java) R 17883 17886 12906 0 -1 4202560 806873 0 0 0 34780 182 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233718139088 140233780347623 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17890] ppid=17883 vsize=10686560 CPUtime=347.98 cores=0,2,4,6
/proc/17886/task/17890/stat : 17890 (java) R 17883 17886 12906 0 -1 4202560 842343 0 0 0 34587 211 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233717086288 140233780347623 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17891] ppid=17883 vsize=10686560 CPUtime=348.02 cores=0,2,4,6
/proc/17886/task/17891/stat : 17891 (java) R 17883 17886 12906 0 -1 4202560 991880 0 0 0 34603 199 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233716034312 140233780347623 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17892] ppid=17883 vsize=10686560 CPUtime=349.54 cores=0,2,4,6
/proc/17886/task/17892/stat : 17892 (java) R 17883 17886 12906 0 -1 4202560 806497 0 0 0 34763 191 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233714981592 140233772709011 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17893] ppid=17883 vsize=10686560 CPUtime=17.65 cores=0,2,4,6
/proc/17886/task/17893/stat : 17893 (java) S 17883 17886 12906 0 -1 1077944384 82344 0 0 0 1761 4 0 0 20 0 17 0 46241853 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233283663040 140233787729621 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17894] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17894/stat : 17894 (java) S 17883 17886 12906 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 46241854 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233282610528 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17895] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17895/stat : 17895 (java) S 17883 17886 12906 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 17 0 46241854 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233281558144 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17896] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17896/stat : 17896 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233280506448 140233787738011 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17897] ppid=17883 vsize=10686560 CPUtime=1.23 cores=0,2,4,6
/proc/17886/task/17897/stat : 17897 (java) S 17883 17886 12906 0 -1 1077944384 9424 0 0 0 122 1 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233279453056 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17898] ppid=17883 vsize=10686560 CPUtime=0.93 cores=0,2,4,6
/proc/17886/task/17898/stat : 17898 (java) S 17883 17886 12906 0 -1 1077944384 4044 0 0 0 93 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233278400544 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17899] ppid=17883 vsize=10686560 CPUtime=0.42 cores=0,2,4,6
/proc/17886/task/17899/stat : 17899 (java) S 17883 17886 12906 0 -1 1077944384 4841 0 0 0 42 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233277348256 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17900] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17900/stat : 17900 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46241857 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233276295648 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17901] ppid=17883 vsize=10686560 CPUtime=0.26 cores=0,2,4,6
/proc/17886/task/17901/stat : 17901 (java) S 17883 17886 12906 0 -1 1077944384 498 0 0 0 17 9 0 0 20 0 17 0 46241860 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233275243440 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17915] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17915/stat : 17915 (java) S 17883 17886 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 46277236 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233272090480 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17916] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17916/stat : 17916 (java) S 17883 17886 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 46277236 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233271038432 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
Current children cumulated CPU time (s) 1429.74
Current children cumulated vsize (KiB) 10686560

[startup+386.401 s]
/proc/loadavg: 4.84 4.64 3.84 3/216 17918
/proc/meminfo: memFree=20092880/32770624 swapFree=0/339372
[pid=17886] ppid=17883 vsize=10686560 CPUtime=1431.76 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 3576321 0 0 0 142348 828 0 0 20 0 17 0 46241843 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2671640 2079167 3165 1 0 2661055 0
[pid=17886/tid=17888] ppid=17883 vsize=10686560 CPUtime=13.99 cores=0,2,4,6
/proc/17886/task/17888/stat : 17888 (java) S 17883 17886 12906 0 -1 1077944384 24078 0 0 0 1366 33 0 0 20 0 17 0 46241851 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233791960096 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17889] ppid=17883 vsize=10686560 CPUtime=350.02 cores=0,2,4,6
/proc/17886/task/17889/stat : 17889 (java) S 17883 17886 12906 0 -1 1077944384 806873 0 0 0 34820 182 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233718139280 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17890] ppid=17883 vsize=10686560 CPUtime=348.39 cores=0,2,4,6
/proc/17886/task/17890/stat : 17890 (java) S 17883 17886 12906 0 -1 1077944384 842343 0 0 0 34627 212 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233717086480 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17891] ppid=17883 vsize=10686560 CPUtime=348.43 cores=0,2,4,6
/proc/17886/task/17891/stat : 17891 (java) S 17883 17886 12906 0 -1 1077944384 991880 0 0 0 34643 200 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233716034192 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17892] ppid=17883 vsize=10686560 CPUtime=349.96 cores=0,2,4,6
/proc/17886/task/17892/stat : 17892 (java) S 17883 17886 12906 0 -1 1077944384 806696 0 0 0 34805 191 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233714981392 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17893] ppid=17883 vsize=10686560 CPUtime=18.03 cores=0,2,4,6
/proc/17886/task/17893/stat : 17893 (java) R 17883 17886 12906 0 -1 4202560 84097 0 0 0 1799 4 0 0 20 0 17 0 46241853 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233283662928 140233772177018 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17894] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17894/stat : 17894 (java) S 17883 17886 12906 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 46241854 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233282610528 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17895] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17895/stat : 17895 (java) S 17883 17886 12906 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 17 0 46241854 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233281558144 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17896] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17896/stat : 17896 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233280506448 140233787738011 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17897] ppid=17883 vsize=10686560 CPUtime=1.23 cores=0,2,4,6
/proc/17886/task/17897/stat : 17897 (java) S 17883 17886 12906 0 -1 1077944384 9424 0 0 0 122 1 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233279453056 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17898] ppid=17883 vsize=10686560 CPUtime=0.93 cores=0,2,4,6
/proc/17886/task/17898/stat : 17898 (java) S 17883 17886 12906 0 -1 1077944384 4044 0 0 0 93 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233278400544 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17899] ppid=17883 vsize=10686560 CPUtime=0.42 cores=0,2,4,6
/proc/17886/task/17899/stat : 17899 (java) S 17883 17886 12906 0 -1 1077944384 4841 0 0 0 42 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233277348256 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17900] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17900/stat : 17900 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46241857 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233276295648 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17901] ppid=17883 vsize=10686560 CPUtime=0.26 cores=0,2,4,6
/proc/17886/task/17901/stat : 17901 (java) S 17883 17886 12906 0 -1 1077944384 498 0 0 0 17 9 0 0 20 0 17 0 46241860 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233275243440 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17915] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17915/stat : 17915 (java) S 17883 17886 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 46277236 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233272090480 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17916] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17916/stat : 17916 (java) S 17883 17886 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 46277236 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233271038432 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
Current children cumulated CPU time (s) 1431.76
Current children cumulated vsize (KiB) 10686560

[startup+386.601 s]
/proc/loadavg: 4.84 4.64 3.84 3/216 17918
/proc/meminfo: memFree=20092880/32770624 swapFree=0/339372
[pid=17886] ppid=17883 vsize=10686560 CPUtime=1431.96 cores=0,2,4,6
/proc/17886/stat : 17886 (java) S 17883 17886 12906 0 -1 1077944320 3576591 0 0 0 142368 828 0 0 20 0 17 0 46241843 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140726228574320 140233787719415 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
/proc/17886/statm: 2671640 2079167 3165 1 0 2661055 0
[pid=17886/tid=17888] ppid=17883 vsize=10686560 CPUtime=13.99 cores=0,2,4,6
/proc/17886/task/17888/stat : 17888 (java) S 17883 17886 12906 0 -1 1077944384 24078 0 0 0 1366 33 0 0 20 0 17 0 46241851 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233791960096 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17889] ppid=17883 vsize=10686560 CPUtime=350.02 cores=0,2,4,6
/proc/17886/task/17889/stat : 17889 (java) S 17883 17886 12906 0 -1 1077944384 806873 0 0 0 34820 182 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233718139280 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17890] ppid=17883 vsize=10686560 CPUtime=348.39 cores=0,2,4,6
/proc/17886/task/17890/stat : 17890 (java) S 17883 17886 12906 0 -1 1077944384 842343 0 0 0 34627 212 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233717086480 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17891] ppid=17883 vsize=10686560 CPUtime=348.43 cores=0,2,4,6
/proc/17886/task/17891/stat : 17891 (java) S 17883 17886 12906 0 -1 1077944384 991880 0 0 0 34643 200 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233716034192 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17892] ppid=17883 vsize=10686560 CPUtime=349.96 cores=0,2,4,6
/proc/17886/task/17892/stat : 17892 (java) S 17883 17886 12906 0 -1 1077944384 806696 0 0 0 34805 191 0 0 20 0 17 0 46241852 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233714981392 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17893] ppid=17883 vsize=10686560 CPUtime=18.23 cores=0,2,4,6
/proc/17886/task/17893/stat : 17893 (java) R 17883 17886 12906 0 -1 4202560 84367 0 0 0 1819 4 0 0 20 0 17 0 46241853 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233283662928 140233766089595 0 0 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17894] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17894/stat : 17894 (java) S 17883 17886 12906 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 46241854 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233282610528 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17895] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17895/stat : 17895 (java) S 17883 17886 12906 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 17 0 46241854 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233281558144 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17896] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17896/stat : 17896 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233280506448 140233787738011 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17897] ppid=17883 vsize=10686560 CPUtime=1.23 cores=0,2,4,6
/proc/17886/task/17897/stat : 17897 (java) S 17883 17886 12906 0 -1 1077944384 9424 0 0 0 122 1 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233279453056 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17898] ppid=17883 vsize=10686560 CPUtime=0.93 cores=0,2,4,6
/proc/17886/task/17898/stat : 17898 (java) S 17883 17886 12906 0 -1 1077944384 4044 0 0 0 93 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233278400544 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17899] ppid=17883 vsize=10686560 CPUtime=0.42 cores=0,2,4,6
/proc/17886/task/17899/stat : 17899 (java) S 17883 17886 12906 0 -1 1077944384 4841 0 0 0 42 0 0 0 20 0 17 0 46241856 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233277348256 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17900] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17900/stat : 17900 (java) S 17883 17886 12906 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 46241857 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233276295648 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17901] ppid=17883 vsize=10686560 CPUtime=0.26 cores=0,2,4,6
/proc/17886/task/17901/stat : 17901 (java) S 17883 17886 12906 0 -1 1077944384 498 0 0 0 17 9 0 0 20 0 17 0 46241860 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233275243440 140233787730562 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17915] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17915/stat : 17915 (java) S 17883 17886 12906 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 17 0 46277236 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233272090480 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
[pid=17886/tid=17916] ppid=17883 vsize=10686560 CPUtime=0 cores=0,2,4,6
/proc/17886/task/17916/stat : 17916 (java) S 17883 17886 12906 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 46277236 10943037440 2079167 18446744073709551615 4194304 4196468 140726228591776 140233271038432 140233787729621 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29257728 140726228599221 140726228599374 140726228599374 140726228602831 0
Current children cumulated CPU time (s) 1431.96
Current children cumulated vsize (KiB) 10686560

[startup+386.701 s]
/proc/loadavg: 4.84 4.64 3.84 3/216 17918
/proc/meminfo: memFree=20092880/32770624 swapFree=0/339372
[pid=17886] ppid=17883 vsize=0 CPUtime=1432.05 cores=0,2,4,6
/proc/17886/stat : 17886 (java) Z 17883 17886 12906 0 -1 4227084 3580132 0 0 0 142370 835 0 0 20 0 2 0 46241843 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/17886/statm: 0 0 0 0 0 0 0
[pid=17886/tid=17892] ppid=17883 vsize=0 CPUtime=350.03 cores=0,2,4,6
/proc/17886/task/17892/stat : 17892 (java) R 17883 17886 12906 0 -1 4203588 806696 0 0 0 34805 198 0 0 20 0 2 0 46241852 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 2 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1432.05
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 386.734
CPU time (s): 1432.09
CPU user time (s): 1423.71
CPU system time (s): 8.38253
CPU usage (%): 370.304
Max. virtual memory (cumulated for all children) (KiB): 10686560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1423.71
system time used= 8.38253
maximum resident set size= 8316848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3580132
page faults= 0
swaps= 0
block input operations= 0
block output operations= 528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29422
involuntary context switches= 12784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.835 second user time and 2.53276 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-06 20:01:12
IDJOB=4243322
IDBENCH=115819
IDSOLVER=2623
FILE ID=node135/4243322-1502043309
RUNJOBID= node135-1502041652-17604
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-8.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4243322-1502043309/watcher-4243322-1502043309 -o /tmp/evaluation-result-4243322-1502043309/solver-4243322-1502043309 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502041652-17604 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4243322-1502043309.xml

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

MD5SUM BENCH= f4343428e383d05385b00a8c52a8c02b
RANDOM SEED=138194907

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28790296 kB
MemAvailable:   29193384 kB
Buffers:          199560 kB
Cached:           492244 kB
SwapCached:            0 kB
Active:          3182768 kB
Inactive:         364308 kB
Active(anon):    2855252 kB
Inactive(anon):    24972 kB
Active(file):     327516 kB
Inactive(file):   339336 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1584 kB
Writeback:             0 kB
AnonPages:       2865136 kB
Mapped:            51044 kB
Shmem:             25344 kB
Slab:             130604 kB
SReclaimable:     104140 kB
SUnreclaim:        26464 kB
KernelStack:        3888 kB
PageTables:        10984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4047884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2752512 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62028 MiB
End job on node135 at 2017-08-06 20:07:39