Trace number 4289755

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 2018-07-11? (problem) 1956.21 555.026

General information on the benchmark

NameStillLife/
StillLife-wastage-25_c18.xml
MD5SUM633a0f5b4e603fff9205bbaeb6c03cff
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark300.557
Satisfiable
(Un)Satisfiability was proved
Number of variables1486
Number of constraints883
Number of domains4
Minimum domain size2
Maximum domain size1459
Distribution of domain sizes[{"size":2,"count":729},{"size":3,"count":729},{"size":626,"count":1},{"size":1459,"count":27}]
Minimum variable degree1
Maximum variable degree28
Distribution of variable degrees[{"degree":1,"count":4},{"degree":2,"count":726},{"degree":3,"count":30},{"degree":4,"count":100},{"degree":8,"count":96},{"degree":9,"count":529},{"degree":28,"count":1}]
Minimum constraint arity2
Maximum constraint arity29
Distribution of constraint arities[{"arity":2,"count":127},{"arity":3,"count":100},{"arity":10,"count":625},{"arity":27,"count":4},{"arity":28,"count":1},{"arity":29,"count":26}]
Number of extensional constraints725
Number of intensional constraints126
Distribution of constraint types[{"type":"extension","count":725},{"type":"intension","count":126},{"type":"sum","count":28},{"type":"instantiation","count":4}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

1819.16/518.27	Jul 21, 2018 11:55:56 PM org.sat4j.reader.XMLCSP3Reader parseInstance
1819.16/518.27	INFO: Runtime exception
1819.16/518.27	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1819.16/518.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1819.16/518.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1819.16/518.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1819.16/518.27		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:98)
1819.16/518.27		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:53)
1819.16/518.27		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:586)
1819.16/518.27		at org.xcsp.parser.loaders.CtrLoaderInteger.sum(CtrLoaderInteger.java:383)
1819.16/518.27		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:188)
1819.16/518.27		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1819.16/518.27		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:440)
1819.16/518.27		at org.xcsp.parser.XCallbacks.loadBlock(XCallbacks.java:459)
1819.16/518.27		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:431)
1819.16/518.27		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1819.16/518.27		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1819.16/518.27		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1819.16/518.27		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1819.16/518.27		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1819.16/518.27		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1819.16/518.27		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1819.16/518.27		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1819.16/518.27	Caused by: java.lang.reflect.InvocationTargetException
1819.16/518.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1819.16/518.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1819.16/518.27		at java.lang.reflect.Method.invoke(Method.java:498)
1819.16/518.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1819.16/518.27		... 19 more
1819.16/518.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1819.16/518.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1819.16/518.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1819.16/518.27		... 23 more
1819.16/518.27	Caused by: java.lang.reflect.InvocationTargetException
1819.16/518.27		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1819.16/518.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1819.16/518.27		at java.lang.reflect.Method.invoke(Method.java:498)
1819.16/518.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1819.16/518.27		... 24 more
1819.16/518.27	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1819.16/518.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1819.16/518.27		... 28 more
1819.16/518.27	Caused by: java.lang.reflect.InvocationTargetException
1819.16/518.27		at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
1819.16/518.27		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1819.16/518.27		at java.lang.reflect.Method.invoke(Method.java:498)
1819.16/518.27		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1819.16/518.27		... 28 more
1819.16/518.27	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1819.16/518.27		at org.sat4j.core.Vec.ensure(Vec.java:176)
1819.16/518.27		at org.sat4j.core.Vec.push(Vec.java:183)
1819.16/518.27		at org.sat4j.minisat.constraints.cnf.Lits.watch(Lits.java:250)
1819.16/518.27		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.register(OriginalWLClause.java:55)
1819.16/518.27		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:82)
1819.16/518.27		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1819.16/518.27		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1819.16/518.28		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1819.16/518.28		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1819.16/518.28		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1819.16/518.28		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1819.16/518.28		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1819.16/518.28		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1819.16/518.28		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorAdd(TseitinBasedIntensionCtrEncoder.java:159)
1819.16/518.28		at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
1819.16/518.28		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1819.16/518.28		at java.lang.reflect.Method.invoke(Method.java:498)
1819.16/518.28		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1819.16/518.28		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1819.16/518.28		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1819.16/518.28		at java.lang.reflect.Method.invoke(Method.java:498)
1819.16/518.28		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1819.16/518.28		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:120)
1819.16/518.28		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1819.16/518.28		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1819.16/518.28		at java.lang.reflect.Method.invoke(Method.java:498)
1819.16/518.28		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1819.16/518.28		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1819.16/518.28		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1819.16/518.28		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:98)
1819.16/518.28		at org.sat4j.csp.constraints3.CountingCtrBuilder.buildCtrSum(CountingCtrBuilder.java:53)
1819.16/518.28		at org.sat4j.reader.XMLCSP3Reader.buildCtrSum(XMLCSP3Reader.java:586)
1819.16/518.28	
1910.87/542.84	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1910.87/542.84		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1910.87/542.84		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1910.87/542.84		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1910.87/542.84		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1910.87/542.84		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1910.87/542.84		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1910.87/542.84		at java.io.PrintWriter.flush(PrintWriter.java:320)
1910.87/542.84		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1910.87/542.84		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1910.87/542.84		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1910.87/542.84		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:94)

Verifier Data

One s line expected

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289755-1532209660/watcher-4289755-1532209660 -o /tmp/evaluation-result-4289755-1532209660/solver-4289755-1532209660 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532208872-28144 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289755-1532209660.xml 

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

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28363, runsolver pid=28360

[startup+0.100107 s]*
/proc/loadavg: 4.35 4.08 3.06 3/216 28378
/proc/meminfo: memFree=21167844/32770624 swapFree=67108860/67108860
[pid=28363] ppid=28360 vsize=10659012 memory=29488 CPUtime=0.13 cores=1,3,5,7
/proc/28363/stat : 28363 (java) S 28360 28363 25824 0 -1 1077944320 7002 0 0 0 12 1 0 0 20 0 15 0 38529168 10914828288 7372 33554432000 4194304 4196468 140727097839952 140727097822496 140333460397815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
/proc/28363/statm: 2664753 7372 2844 1 0 2627263 0
[pid=28363/tid=28365] ppid=28360 vsize=10659012 memory=-8125511277465603199 CPUtime=0.09 cores=1,3,5,7
/proc/28363/task/28365/stat : 28365 (java) R 28360 28363 25824 0 -1 4202560 4790 0 0 0 9 0 0 0 20 0 15 0 38529168 10914828288 7372 33554432000 4194304 4196468 140727097839952 140333464611808 140333460409750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28366] ppid=28360 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28366/stat : 28366 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10914828288 7372 33554432000 4194304 4196468 140727097839952 140333427956496 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28367] ppid=28360 vsize=10659012 memory=140362985084544 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28367/stat : 28367 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10914828288 7372 33554432000 4194304 4196468 140727097839952 140333065628560 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28368] ppid=28360 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28368/stat : 28368 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10914828288 7372 33554432000 4194304 4196468 140727097839952 140333064576016 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28369] ppid=28360 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28369/stat : 28369 (java) S 28360 28363 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38529169 10914828288 7372 33554432000 4194304 4196468 140727097839952 140333063523472 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28370] ppid=28360 vsize=10659012 memory=140362985084544 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28370/stat : 28370 (java) S 28360 28363 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38529170 10914828288 7372 33554432000 4194304 4196468 140727097839952 140332952958960 140333460408962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28371] ppid=28360 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28371/stat : 28371 (java) S 28360 28363 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38529171 10914828288 7372 33554432000 4194304 4196468 140727097839952 140332951905184 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28372] ppid=28360 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28372/stat : 28372 (java) S 28360 28363 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38529171 10914828288 7372 33554432000 4194304 4196468 140727097839952 140332950852592 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28373] ppid=28360 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28373/stat : 28373 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38529173 10914828288 7372 33554432000 4194304 4196468 140727097839952 140332949801168 140333460416411 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28374] ppid=28360 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28374/stat : 28374 (java) S 28360 28363 25824 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 38529173 10914828288 7372 33554432000 4194304 4196468 140727097839952 140332948748784 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28375] ppid=28360 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28375/stat : 28375 (java) S 28360 28363 25824 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 38529173 10914828288 7372 33554432000 4194304 4196468 140727097839952 140332947696240 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28376] ppid=28360 vsize=10659012 memory=140362985084544 CPUtime=0.02 cores=1,3,5,7
/proc/28363/task/28376/stat : 28376 (java) R 28360 28363 25824 0 -1 4202560 390 0 0 0 2 0 0 0 20 0 15 0 38529173 10914828288 7372 33554432000 4194304 4196468 140727097839952 140332946643696 140333460419162 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28377] ppid=28360 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28377/stat : 28377 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38529174 10914828288 7372 33554432000 4194304 4196468 140727097839952 140332945591392 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28378] ppid=28360 vsize=10659012 memory=140362985084544 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28378/stat : 28378 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529174 10914828288 7372 33554432000 4194304 4196468 140727097839952 140332944537904 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 29488 KiB

[startup+0.210975 s]*
/proc/loadavg: 4.35 4.08 3.06 4/216 28378
/proc/meminfo: memFree=21158664/32770624 swapFree=67108860/67108860
[pid=28363] ppid=28360 vsize=10659012 memory=41060 CPUtime=0.33 cores=1,3,5,7
/proc/28363/stat : 28363 (java) S 28360 28363 25824 0 -1 1077944320 8357 0 0 0 31 2 0 0 20 0 15 0 38529168 10914828288 10265 33554432000 4194304 4196468 140727097839952 140727097822496 140333460397815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
/proc/28363/statm: 2664753 10265 3013 1 0 2627263 0
[pid=28363/tid=28365] ppid=28360 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28363/task/28365/stat : 28365 (java) R 28360 28363 25824 0 -1 4202560 5139 0 0 0 19 1 0 0 20 0 15 0 38529168 10914828288 10265 33554432000 4194304 4196468 140727097839952 140333464634096 140333444441445 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28366] ppid=28360 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28366/stat : 28366 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10914828288 10265 33554432000 4194304 4196468 140727097839952 140333427956496 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28367] ppid=28360 vsize=10659012 memory=140362985110651 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28367/stat : 28367 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10914828288 10265 33554432000 4194304 4196468 140727097839952 140333065628560 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28368] ppid=28360 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28368/stat : 28368 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10914828288 10265 33554432000 4194304 4196468 140727097839952 140333064576016 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28369] ppid=28360 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28369/stat : 28369 (java) S 28360 28363 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38529169 10914828288 10265 33554432000 4194304 4196468 140727097839952 140333063523472 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28370] ppid=28360 vsize=10659012 memory=140362985084544 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28370/stat : 28370 (java) S 28360 28363 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38529170 10914828288 10265 33554432000 4194304 4196468 140727097839952 140332952958960 140333460408962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28371] ppid=28360 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28371/stat : 28371 (java) S 28360 28363 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38529171 10914828288 10265 33554432000 4194304 4196468 140727097839952 140332951905184 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28372] ppid=28360 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28372/stat : 28372 (java) S 28360 28363 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38529171 10914828288 10265 33554432000 4194304 4196468 140727097839952 140332950852592 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28373] ppid=28360 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28373/stat : 28373 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38529173 10914828288 10265 33554432000 4194304 4196468 140727097839952 140332949801168 140333460416411 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28374] ppid=28360 vsize=10659012 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/28363/task/28374/stat : 28374 (java) R 28360 28363 25824 0 -1 1077944384 588 0 0 0 1 0 0 0 20 0 15 0 38529173 10914828288 10265 33554432000 4194304 4196468 140727097839952 140332948748784 140333460408962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28375] ppid=28360 vsize=10659012 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/28363/task/28375/stat : 28375 (java) S 28360 28363 25824 0 -1 1077944384 470 0 0 0 2 0 0 0 20 0 15 0 38529173 10914828288 10265 33554432000 4194304 4196468 140727097839952 140332947696240 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28376] ppid=28360 vsize=10659012 memory=140362985084544 CPUtime=0.07 cores=1,3,5,7
/proc/28363/task/28376/stat : 28376 (java) R 28360 28363 25824 0 -1 4202560 794 0 0 0 7 0 0 0 20 0 15 0 38529173 10914828288 10265 33554432000 4194304 4196468 140727097839952 140332946643696 140333445563361 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28377] ppid=28360 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28377/stat : 28377 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38529174 10914828288 10265 33554432000 4194304 4196468 140727097839952 140332945591392 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28378] ppid=28360 vsize=10659012 memory=140362985084544 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28378/stat : 28378 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529174 10914828288 10265 33554432000 4194304 4196468 140727097839952 140332944537904 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41060 KiB

[startup+0.310405 s]*
/proc/loadavg: 4.35 4.08 3.06 4/216 28378
/proc/meminfo: memFree=21151964/32770624 swapFree=67108860/67108860
[pid=28363] ppid=28360 vsize=10659088 memory=46180 CPUtime=0.52 cores=1,3,5,7
/proc/28363/stat : 28363 (java) S 28360 28363 25824 0 -1 1077944320 9149 0 0 0 50 2 0 0 20 0 15 0 38529168 10914906112 11545 33554432000 4194304 4196468 140727097839952 140727097822496 140333460397815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
/proc/28363/statm: 2664772 11545 3038 1 0 2627263 0
[pid=28363/tid=28365] ppid=28360 vsize=10659088 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/28363/task/28365/stat : 28365 (java) R 28360 28363 25824 0 -1 4202560 5691 0 0 0 29 1 0 0 20 0 15 0 38529168 10914906112 11545 33554432000 4194304 4196468 140727097839952 140333464632480 140333460409750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28366] ppid=28360 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28366/stat : 28366 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10914906112 11545 33554432000 4194304 4196468 140727097839952 140333427956496 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28367] ppid=28360 vsize=10659088 memory=140362985110608 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28367/stat : 28367 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10914906112 11545 33554432000 4194304 4196468 140727097839952 140333065628560 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28368] ppid=28360 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28368/stat : 28368 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10914906112 11545 33554432000 4194304 4196468 140727097839952 140333064576016 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28369] ppid=28360 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28369/stat : 28369 (java) S 28360 28363 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38529169 10914906112 11545 33554432000 4194304 4196468 140727097839952 140333063523472 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28370] ppid=28360 vsize=10659088 memory=140362985084544 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28370/stat : 28370 (java) S 28360 28363 25824 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 38529170 10914906112 11545 33554432000 4194304 4196468 140727097839952 140332952958960 140333460408962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28371] ppid=28360 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28371/stat : 28371 (java) S 28360 28363 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38529171 10914906112 11545 33554432000 4194304 4196468 140727097839952 140332951905184 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28372] ppid=28360 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28372/stat : 28372 (java) S 28360 28363 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38529171 10914906112 11545 33554432000 4194304 4196468 140727097839952 140332950852592 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28373] ppid=28360 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28373/stat : 28373 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38529173 10914906112 11545 33554432000 4194304 4196468 140727097839952 140332949801168 140333460416411 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28374] ppid=28360 vsize=10659088 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/28363/task/28374/stat : 28374 (java) S 28360 28363 25824 0 -1 1077944384 620 0 0 0 3 0 0 0 20 0 15 0 38529173 10914906112 11545 33554432000 4194304 4196468 140727097839952 140332948748784 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28375] ppid=28360 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28363/task/28375/stat : 28375 (java) R 28360 28363 25824 0 -1 4202560 515 0 0 0 4 0 0 0 20 0 15 0 38529173 10914906112 11545 33554432000 4194304 4196468 140727097839952 140332947696240 140333439554880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28376] ppid=28360 vsize=10659088 memory=140362985084544 CPUtime=0.13 cores=1,3,5,7
/proc/28363/task/28376/stat : 28376 (java) R 28360 28363 25824 0 -1 1077944384 952 0 0 0 13 0 0 0 20 0 15 0 38529173 10914906112 11545 33554432000 4194304 4196468 140727097839952 140332946643696 140333460408962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28377] ppid=28360 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28377/stat : 28377 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38529174 10914906112 11545 33554432000 4194304 4196468 140727097839952 140332945591392 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28378] ppid=28360 vsize=10659088 memory=140362985084544 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28378/stat : 28378 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529174 10914906112 11545 33554432000 4194304 4196468 140727097839952 140332944537904 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46180 KiB

[startup+0.701674 s]
/proc/loadavg: 4.32 4.08 3.06 7/216 28378
/proc/meminfo: memFree=21115392/32770624 swapFree=67108860/67108860
[pid=28363] ppid=28360 vsize=10661136 memory=177820 CPUtime=1.84 cores=1,3,5,7
/proc/28363/stat : 28363 (java) S 28360 28363 25824 0 -1 1077944320 16649 0 0 0 178 6 0 0 20 0 15 0 38529168 10917003264 44455 33554432000 4194304 4196468 140727097839952 140727097822496 140333460397815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
/proc/28363/statm: 2665284 44455 3085 1 0 2627775 0
[pid=28363/tid=28365] ppid=28360 vsize=10661136 memory=1836 CPUtime=0.67 cores=1,3,5,7
/proc/28363/task/28365/stat : 28365 (java) R 28360 28363 25824 0 -1 4202560 6166 0 0 0 64 3 0 0 20 0 15 0 38529168 10917003264 44455 33554432000 4194304 4196468 140727097839952 140333464615768 140333096204900 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28366] ppid=28360 vsize=10661136 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28366/stat : 28366 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10917003264 44455 33554432000 4194304 4196468 140727097839952 140333427956496 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28367] ppid=28360 vsize=10661136 memory=1960 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28367/stat : 28367 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10917003264 44455 33554432000 4194304 4196468 140727097839952 140333065628560 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28368] ppid=28360 vsize=10661136 memory=5380 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28368/stat : 28368 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529169 10917003264 44455 33554432000 4194304 4196468 140727097839952 140333064576016 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28369] ppid=28360 vsize=10661136 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28369/stat : 28369 (java) S 28360 28363 25824 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 38529169 10917003264 44455 33554432000 4194304 4196468 140727097839952 140333063523472 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28370] ppid=28360 vsize=10661136 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28370/stat : 28370 (java) S 28360 28363 25824 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 38529170 10917003264 44455 33554432000 4194304 4196468 140727097839952 140332952958960 140333460408962 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28371] ppid=28360 vsize=10661136 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28371/stat : 28371 (java) S 28360 28363 25824 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 38529171 10917003264 44455 33554432000 4194304 4196468 140727097839952 140332951905184 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28372] ppid=28360 vsize=10661136 memory=1708 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28372/stat : 28372 (java) S 28360 28363 25824 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 38529171 10917003264 44455 33554432000 4194304 4196468 140727097839952 140332950852592 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28373] ppid=28360 vsize=10661136 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28373/stat : 28373 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38529173 10917003264 44455 33554432000 4194304 4196468 140727097839952 140332949801168 140333460416411 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28374] ppid=28360 vsize=10661136 memory=6297835844906604903 CPUtime=0.38 cores=1,3,5,7
/proc/28363/task/28374/stat : 28374 (java) R 28360 28363 25824 0 -1 4202560 2768 0 0 0 37 1 0 0 20 0 15 0 38529173 10917003264 44455 33554432000 4194304 4196468 140727097839952 140332948735056 140333445061000 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28375] ppid=28360 vsize=10661136 memory=7597685182856913236 CPUtime=0.36 cores=1,3,5,7
/proc/28363/task/28375/stat : 28375 (java) R 28360 28363 25824 0 -1 4202560 2799 0 0 0 36 0 0 0 20 0 15 0 38529173 10917003264 44455 33554432000 4194304 4196468 140727097839952 140332947675840 140333443892304 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28376] ppid=28360 vsize=10661136 memory=7079774412187127888 CPUtime=0.4 cores=1,3,5,7
/proc/28363/task/28376/stat : 28376 (java) R 28360 28363 25824 0 -1 4202560 3544 0 0 0 39 1 0 0 20 0 15 0 38529173 10917003264 44455 33554432000 4194304 4196468 140727097839952 140332946643696 140333441037452 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28377] ppid=28360 vsize=10661136 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28377/stat : 28377 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 38529174 10917003264 44455 33554432000 4194304 4196468 140727097839952 140332945591392 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28378] ppid=28360 vsize=10661136 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28378/stat : 28378 (java) S 28360 28363 25824 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 38529174 10917003264 44455 33554432000 4194304 4196468 140727097839952 140332944537904 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
Current children cumulated CPU time: 1.84 s
Current children cumulated vsize: 10661136 KiB
Current children cumulated memory: 177820 KiB

[startup+1.50168 s]
/proc/loadavg: 4.32 4.08 3.06 5/216 28378
/proc/meminfo: memFree=20975828/32770624 swapFree=67108860/67108860
[pid=28363] ppid=28360 vsize=10661136 memory=396232 CPUtime=4.13 cores=1,3,5,7
/proc/28363/stat : 28363 (java) S 28360 28363 25824 0 -1 1077944320 17704 0 0 0 399 14 0 0 20 0 15 0 38529168 10917003264 99058 33554432000 4194304 4196468 140727097839952 140727097822496 140333460397815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
/proc/28363/statm: 2665284 99058 3147 1 0 2627775 0
[pid=28363/tid=28365] ppid=28360 vsize=10661136 memory=0 CPUtime=1.36 cores=1,3,5,7
/proc/28363/task/28365/stat : 28365 (java) S 28360 28363 25824 0 -1 1077944384 6232 0 0 0 132 4 0 0 20 0 15 0 38529168 10917003264 99058 33554432000 4194304 4196468 140727097839952 140333464631520 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28366] ppid=28360 vsize=10661136 memory=-6951259422114956437 CPUtime=0.07 cores=1,3,5,7
/proc/28363/task/28366/stat : 28366 (java) R 28360 28363 25824 0 -1 4202560 52 0 0 0 6 1 0 0 20 0 15 0 38529169 10917003264 99058 33554432000 4194304 4196468 140727097839952 140333427956496 140333442023760 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28367] ppid=28360 vsize=10661136 memory=-6509546260019855295 CPUtime=0.06 cores=1,3,5,7
/proc/28363/task/28367/stat : 28367 (java) R 28360 28363 25824 0 -1 4202560 120 0 0 0 5 1 0 0 20 0 15 0 38529169 10917003264 99058 33554432000 4194304 4196468 140727097839952 140333065628560 140333445419905 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28368] ppid=28360 vsize=10661136 memory=-7390251449858225344 CPUtime=0.07 cores=1,3,5,7
/proc/28363/task/28368/stat : 28368 (java) R 28360 28363 25824 0 -1 4202560 132 0 0 0 6 1 0 0 20 0 15 0 38529169 10917003264 99058 33554432000 4194304 4196468 140727097839952 140333064576216 140333445421493 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28369] ppid=28360 vsize=10661136 memory=-7096649868621430206 CPUtime=0.08 cores=1,3,5,7
/proc/28363/task/28369/stat : 28369 (java) R 28360 28363 25824 0 -1 4202560 153 0 0 0 7 1 0 0 20 0 15 0 38529169 10917003264 99058 33554432000 4194304 4196468 140727097839952 140333063523472 140333445424938 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28370] ppid=28360 vsize=10661136 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28370/stat : 28370 (java) S 28360 28363 25824 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 38529170 10917003264 99058 33554432000 4194304 4196468 140727097839952 140332952957472 140333460408021 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0

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

/proc/28363/task/28365/stat : 28365 (java) S 28360 28363 25824 0 -1 1077944384 19431 0 0 0 4848 24 0 0 20 0 16 0 38529168 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140333464638096 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28366] ppid=28360 vsize=10794416 memory=13804 CPUtime=464.89 cores=1,3,5,7
/proc/28363/task/28366/stat : 28366 (java) R 28360 28363 25824 0 -1 4202560 92091 0 0 0 46299 190 0 0 20 0 16 0 38529169 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140333427956304 140333453026023 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28367] ppid=28360 vsize=10794416 memory=1296 CPUtime=466.37 cores=1,3,5,7
/proc/28363/task/28367/stat : 28367 (java) S 28360 28363 25824 0 -1 1077944384 165990 0 0 0 46454 183 0 0 20 0 16 0 38529169 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140333065628368 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28368] ppid=28360 vsize=10794416 memory=1296 CPUtime=463.88 cores=1,3,5,7
/proc/28363/task/28368/stat : 28368 (java) R 28360 28363 25824 0 -1 4202560 99153 0 0 0 46192 196 0 0 20 0 16 0 38529169 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140333064576216 140333445394167 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28369] ppid=28360 vsize=10794416 memory=2412 CPUtime=465.57 cores=1,3,5,7
/proc/28363/task/28369/stat : 28369 (java) R 28360 28363 25824 0 -1 4202560 146305 0 0 0 46369 188 0 0 20 0 16 0 38529169 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140333063523592 140333453026023 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28370] ppid=28360 vsize=10794416 memory=1836 CPUtime=27.43 cores=1,3,5,7
/proc/28363/task/28370/stat : 28370 (java) S 28360 28363 25824 0 -1 1077944384 98850 0 0 0 2739 4 0 0 20 0 16 0 38529170 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140332952957504 140333460408021 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28371] ppid=28360 vsize=10794416 memory=8381104 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28371/stat : 28371 (java) S 28360 28363 25824 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 38529171 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140332951905248 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28372] ppid=28360 vsize=10794416 memory=8381076 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28372/stat : 28372 (java) S 28360 28363 25824 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 38529171 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140332950852608 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28373] ppid=28360 vsize=10794416 memory=792 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28373/stat : 28373 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38529173 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140332949801168 140333460416411 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28374] ppid=28360 vsize=10794416 memory=8381104 CPUtime=1.32 cores=1,3,5,7
/proc/28363/task/28374/stat : 28374 (java) S 28360 28363 25824 0 -1 1077944384 5917 0 0 0 131 1 0 0 20 0 16 0 38529173 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140332948748832 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28375] ppid=28360 vsize=10794416 memory=8381060 CPUtime=1.21 cores=1,3,5,7
/proc/28363/task/28375/stat : 28375 (java) S 28360 28363 25824 0 -1 1077944384 6132 0 0 0 120 1 0 0 20 0 16 0 38529173 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140332947696000 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28376] ppid=28360 vsize=10794416 memory=1296 CPUtime=0.57 cores=1,3,5,7
/proc/28363/task/28376/stat : 28376 (java) S 28360 28363 25824 0 -1 1077944384 6047 0 0 0 56 1 0 0 20 0 16 0 38529173 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140332946643744 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28377] ppid=28360 vsize=10794416 memory=640 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28377/stat : 28377 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38529174 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140332945591392 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28378] ppid=28360 vsize=10794416 memory=1792 CPUtime=0.35 cores=1,3,5,7
/proc/28363/task/28378/stat : 28378 (java) S 28360 28363 25824 0 -1 1077944384 550 0 0 0 21 14 0 0 20 0 16 0 38529174 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140332944537904 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28411] ppid=28360 vsize=10794416 memory=960 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28411/stat : 28411 (java) S 28360 28363 25824 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 38580996 11053481984 2095276 33554432000 4194304 4196468 140727097839952 140332940333072 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
Current children cumulated CPU time: 1940.42 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8381104 KiB

[startup+553.601 s]
/proc/loadavg: 4.86 4.57 3.71 6/218 28412
/proc/meminfo: memFree=12634492/32770624 swapFree=67108860/67108860
[pid=28363] ppid=28360 vsize=10794416 memory=8381108 CPUtime=1952.8 cores=1,3,5,7
/proc/28363/stat : 28363 (java) S 28360 28363 25824 0 -1 1077944320 666458 0 0 0 194480 800 0 0 20 0 16 0 38529168 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140727097822496 140333460397815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
/proc/28363/statm: 2698604 2095277 3217 1 0 2661057 0
[pid=28363/tid=28365] ppid=28360 vsize=10794416 memory=4048 CPUtime=48.72 cores=1,3,5,7
/proc/28363/task/28365/stat : 28365 (java) S 28360 28363 25824 0 -1 1077944384 19431 0 0 0 4848 24 0 0 20 0 16 0 38529168 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333464638096 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28366] ppid=28360 vsize=10794416 memory=8381076 CPUtime=467.96 cores=1,3,5,7
/proc/28363/task/28366/stat : 28366 (java) R 28360 28363 25824 0 -1 4202560 92091 0 0 0 46605 191 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333427956304 140333453026023 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28367] ppid=28360 vsize=10794416 memory=8381076 CPUtime=469.45 cores=1,3,5,7
/proc/28363/task/28367/stat : 28367 (java) R 28360 28363 25824 0 -1 4202560 165990 0 0 0 46761 184 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333065628368 140333453026023 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28368] ppid=28360 vsize=10794416 memory=8381104 CPUtime=467.09 cores=1,3,5,7
/proc/28363/task/28368/stat : 28368 (java) R 28360 28363 25824 0 -1 4202560 123563 0 0 0 46512 197 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333064576216 140333445387458 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28369] ppid=28360 vsize=10794416 memory=8380288 CPUtime=468.6 cores=1,3,5,7
/proc/28363/task/28369/stat : 28369 (java) R 28360 28363 25824 0 -1 4202560 146305 0 0 0 46671 189 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333063523592 140333453026023 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28370] ppid=28360 vsize=10794416 memory=8380888 CPUtime=27.43 cores=1,3,5,7
/proc/28363/task/28370/stat : 28370 (java) S 28360 28363 25824 0 -1 1077944384 98850 0 0 0 2739 4 0 0 20 0 16 0 38529170 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332952957504 140333460408021 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28371] ppid=28360 vsize=10794416 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28371/stat : 28371 (java) S 28360 28363 25824 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 38529171 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332951905248 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28372] ppid=28360 vsize=10794416 memory=13804 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28372/stat : 28372 (java) S 28360 28363 25824 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 38529171 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332950852608 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28373] ppid=28360 vsize=10794416 memory=8381104 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28373/stat : 28373 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332949801168 140333460416411 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28374] ppid=28360 vsize=10794416 memory=2204 CPUtime=1.32 cores=1,3,5,7
/proc/28363/task/28374/stat : 28374 (java) S 28360 28363 25824 0 -1 1077944384 5917 0 0 0 131 1 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332948748832 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28375] ppid=28360 vsize=10794416 memory=7532 CPUtime=1.21 cores=1,3,5,7
/proc/28363/task/28375/stat : 28375 (java) S 28360 28363 25824 0 -1 1077944384 6132 0 0 0 120 1 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332947696000 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28376] ppid=28360 vsize=10794416 memory=844 CPUtime=0.57 cores=1,3,5,7
/proc/28363/task/28376/stat : 28376 (java) S 28360 28363 25824 0 -1 1077944384 6047 0 0 0 56 1 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332946643744 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28377] ppid=28360 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28377/stat : 28377 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38529174 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332945591392 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28378] ppid=28360 vsize=10794416 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/28363/task/28378/stat : 28378 (java) S 28360 28363 25824 0 -1 1077944384 550 0 0 0 22 14 0 0 20 0 16 0 38529174 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332944537904 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28411] ppid=28360 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28411/stat : 28411 (java) S 28360 28363 25824 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 38580996 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332940333072 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
Current children cumulated CPU time: 1952.8 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8381108 KiB

[startup+554.401 s]
/proc/loadavg: 4.86 4.57 3.71 6/218 28412
/proc/meminfo: memFree=12634504/32770624 swapFree=67108860/67108860
[pid=28363] ppid=28360 vsize=10794416 memory=8381108 CPUtime=1955.58 cores=1,3,5,7
/proc/28363/stat : 28363 (java) S 28360 28363 25824 0 -1 1077944320 666586 0 0 0 194757 801 0 0 20 0 16 0 38529168 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140727097822496 140333460397815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
/proc/28363/statm: 2698604 2095277 3217 1 0 2661057 0
[pid=28363/tid=28365] ppid=28360 vsize=10794416 memory=8380444 CPUtime=48.72 cores=1,3,5,7
/proc/28363/task/28365/stat : 28365 (java) S 28360 28363 25824 0 -1 1077944384 19431 0 0 0 4848 24 0 0 20 0 16 0 38529168 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333464638096 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28366] ppid=28360 vsize=10794416 memory=4140 CPUtime=468.63 cores=1,3,5,7
/proc/28363/task/28366/stat : 28366 (java) S 28360 28363 25824 0 -1 1077944384 92091 0 0 0 46671 192 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333427956496 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28367] ppid=28360 vsize=10794416 memory=13804 CPUtime=470.1 cores=1,3,5,7
/proc/28363/task/28367/stat : 28367 (java) S 28360 28363 25824 0 -1 1077944384 165990 0 0 0 46825 185 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333065628560 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28368] ppid=28360 vsize=10794416 memory=0 CPUtime=467.77 cores=1,3,5,7
/proc/28363/task/28368/stat : 28368 (java) S 28360 28363 25824 0 -1 1077944384 123563 0 0 0 46580 197 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333064576016 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28369] ppid=28360 vsize=10794416 memory=8380876 CPUtime=469.27 cores=1,3,5,7
/proc/28363/task/28369/stat : 28369 (java) S 28360 28363 25824 0 -1 1077944384 146305 0 0 0 46738 189 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333063523472 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28370] ppid=28360 vsize=10794416 memory=8380876 CPUtime=27.55 cores=1,3,5,7
/proc/28363/task/28370/stat : 28370 (java) R 28360 28363 25824 0 -1 4202560 98978 0 0 0 2751 4 0 0 20 0 16 0 38529170 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332952957504 140333445394219 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28371] ppid=28360 vsize=10794416 memory=8381076 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28371/stat : 28371 (java) S 28360 28363 25824 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 38529171 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332951905248 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28372] ppid=28360 vsize=10794416 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28372/stat : 28372 (java) S 28360 28363 25824 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 38529171 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332950852608 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28373] ppid=28360 vsize=10794416 memory=11964 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28373/stat : 28373 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332949801168 140333460416411 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28374] ppid=28360 vsize=10794416 memory=1708 CPUtime=1.32 cores=1,3,5,7
/proc/28363/task/28374/stat : 28374 (java) S 28360 28363 25824 0 -1 1077944384 5917 0 0 0 131 1 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332948748832 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28375] ppid=28360 vsize=10794416 memory=8380 CPUtime=1.21 cores=1,3,5,7
/proc/28363/task/28375/stat : 28375 (java) S 28360 28363 25824 0 -1 1077944384 6132 0 0 0 120 1 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332947696000 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28376] ppid=28360 vsize=10794416 memory=8381108 CPUtime=0.57 cores=1,3,5,7
/proc/28363/task/28376/stat : 28376 (java) S 28360 28363 25824 0 -1 1077944384 6047 0 0 0 56 1 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332946643744 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28377] ppid=28360 vsize=10794416 memory=8381104 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28377/stat : 28377 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38529174 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332945591392 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28378] ppid=28360 vsize=10794416 memory=5380 CPUtime=0.36 cores=1,3,5,7
/proc/28363/task/28378/stat : 28378 (java) S 28360 28363 25824 0 -1 1077944384 550 0 0 0 22 14 0 0 20 0 16 0 38529174 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332944537904 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28411] ppid=28360 vsize=10794416 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28411/stat : 28411 (java) S 28360 28363 25824 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 38580996 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332940333072 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
Current children cumulated CPU time: 1955.58 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8381108 KiB

[startup+554.801 s]
/proc/loadavg: 4.86 4.57 3.71 6/218 28412
/proc/meminfo: memFree=12634504/32770624 swapFree=67108860/67108860
[pid=28363] ppid=28360 vsize=10794416 memory=8381108 CPUtime=1955.98 cores=1,3,5,7
/proc/28363/stat : 28363 (java) S 28360 28363 25824 0 -1 1077944320 666586 0 0 0 194797 801 0 0 20 0 16 0 38529168 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140727097822496 140333460397815 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
/proc/28363/statm: 2698604 2095277 3217 1 0 2661057 0
[pid=28363/tid=28365] ppid=28360 vsize=10794416 memory=56 CPUtime=48.72 cores=1,3,5,7
/proc/28363/task/28365/stat : 28365 (java) S 28360 28363 25824 0 -1 1077944384 19431 0 0 0 4848 24 0 0 20 0 16 0 38529168 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333464638096 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28366] ppid=28360 vsize=10794416 memory=6791534058613427641 CPUtime=468.63 cores=1,3,5,7
/proc/28363/task/28366/stat : 28366 (java) S 28360 28363 25824 0 -1 1077944384 92091 0 0 0 46671 192 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333427956496 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28367] ppid=28360 vsize=10794416 memory=7233722623195112278 CPUtime=470.1 cores=1,3,5,7
/proc/28363/task/28367/stat : 28367 (java) S 28360 28363 25824 0 -1 1077944384 165990 0 0 0 46825 185 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333065628560 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28368] ppid=28360 vsize=10794416 memory=7301852774769193322 CPUtime=467.77 cores=1,3,5,7
/proc/28363/task/28368/stat : 28368 (java) S 28360 28363 25824 0 -1 1077944384 123563 0 0 0 46580 197 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333064576016 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28369] ppid=28360 vsize=10794416 memory=6153158896248777316 CPUtime=469.27 cores=1,3,5,7
/proc/28363/task/28369/stat : 28369 (java) S 28360 28363 25824 0 -1 1077944384 146305 0 0 0 46738 189 0 0 20 0 16 0 38529169 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140333063523472 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28370] ppid=28360 vsize=10794416 memory=6153158896248777316 CPUtime=27.95 cores=1,3,5,7
/proc/28363/task/28370/stat : 28370 (java) R 28360 28363 25824 0 -1 4202560 98978 0 0 0 2791 4 0 0 20 0 16 0 38529170 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332952957504 140333444855446 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28371] ppid=28360 vsize=10794416 memory=6153158896248777316 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28371/stat : 28371 (java) S 28360 28363 25824 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 16 0 38529171 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332951905248 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28372] ppid=28360 vsize=10794416 memory=7301852774769191019 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28372/stat : 28372 (java) S 28360 28363 25824 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 16 0 38529171 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332950852608 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28373] ppid=28360 vsize=10794416 memory=7741524372206413141 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28373/stat : 28373 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332949801168 140333460416411 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28374] ppid=28360 vsize=10794416 memory=7741524372206413141 CPUtime=1.32 cores=1,3,5,7
/proc/28363/task/28374/stat : 28374 (java) S 28360 28363 25824 0 -1 1077944384 5917 0 0 0 131 1 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332948748832 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28375] ppid=28360 vsize=10794416 memory=4641926348006319205 CPUtime=1.21 cores=1,3,5,7
/proc/28363/task/28375/stat : 28375 (java) S 28360 28363 25824 0 -1 1077944384 6132 0 0 0 120 1 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332947696000 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28376] ppid=28360 vsize=10794416 memory=8170767041388178001 CPUtime=0.57 cores=1,3,5,7
/proc/28363/task/28376/stat : 28376 (java) S 28360 28363 25824 0 -1 1077944384 6047 0 0 0 56 1 0 0 20 0 16 0 38529173 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332946643744 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28377] ppid=28360 vsize=10794416 memory=8170767041388178001 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28377/stat : 28377 (java) S 28360 28363 25824 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 38529174 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332945591392 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28378] ppid=28360 vsize=10794416 memory=7381791650624072042 CPUtime=0.36 cores=1,3,5,7
/proc/28363/task/28378/stat : 28378 (java) S 28360 28363 25824 0 -1 1077944384 550 0 0 0 22 14 0 0 20 0 16 0 38529174 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332944537904 140333460408962 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
[pid=28363/tid=28411] ppid=28360 vsize=10794416 memory=4641926348006319205 CPUtime=0 cores=1,3,5,7
/proc/28363/task/28411/stat : 28411 (java) S 28360 28363 25824 0 -1 1077944384 76 0 0 0 0 0 0 0 20 0 16 0 38580996 11053481984 2095277 33554432000 4194304 4196468 140727097839952 140332940333072 140333460408021 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15257600 140727097848945 140727097849097 140727097849097 140727097851855 0
Current children cumulated CPU time: 1955.98 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8381108 KiB

[startup+555.001 s]*
/proc/loadavg: 4.86 4.57 3.71 3/204 28412
/proc/meminfo: memFree=16301428/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): 555.026
CPU time (s): 1956.21
CPU user time (s): 1948.15
CPU system time (s): 8.05641
CPU usage (%): 352.454
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8381108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1948.15
system time used= 8.0564
maximum resident set size= 8381168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 666642
page faults= 0
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41614
involuntary context switches= 24254


# summary of solver processes directly reported to runsolver:
#   pid: 28363
#   total CPU time (s): 1956.21
#   total CPU user time (s): 1948.15
#   total CPU system time (s): 8.05641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.28224 second user time and 5.56817 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-21 23:47:40
IDJOB=4289755
IDBENCH=141034
IDSOLVER=2742
FILE ID=node104/4289755-1532209660
RUNJOBID= node104-1532208872-28144
PBS_JOBID= 21018939
Free space on /tmp= 57244 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/StillLife/StillLife-wastage-25_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289755-1532209660/watcher-4289755-1532209660 -o /tmp/evaluation-result-4289755-1532209660/solver-4289755-1532209660 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532208872-28144 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289755-1532209660.xml

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

MD5SUM BENCH= 633a0f5b4e603fff9205bbaeb6c03cff
RANDOM SEED=1845872080

node104.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.11
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.11
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.11
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.11
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:        21186252 kB
MemAvailable:   31568076 kB
Buffers:          218744 kB
Cached:         10373800 kB
SwapCached:            0 kB
Active:          2123748 kB
Inactive:        8895836 kB
Active(anon):     429600 kB
Inactive(anon):    17040 kB
Active(file):    1694148 kB
Inactive(file):  8878796 kB
Unevictable:        7224 kB
Mlocked:            7224 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2364 kB
Writeback:             0 kB
AnonPages:        503240 kB
Mapped:            46480 kB
Shmem:             17036 kB
Slab:             264792 kB
SReclaimable:     237340 kB
SUnreclaim:        27452 kB
KernelStack:        3840 kB
PageTables:         6160 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1294876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 57244 MiB
End job on node104 at 2018-07-21 23:56:55