Trace number 4263349

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
sat4j-CSP 2017-07-05? (problem) 1321.34 369.711

General information on the benchmark

NameKnights/Knights-m1-s1/
Knights-050-09.xml
MD5SUM78e001d21a1411ecb51795c063836bf7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark309.78299
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints36
Number of domains1
Minimum domain size2500
Maximum domain size2500
Distribution of domain sizes[{"size":2500,"count":9}]
Minimum variable degree7
Maximum variable degree7
Distribution of variable degrees[{"degree":7,"count":9}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":36}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36}]
Optimization problemNO
Type of objective

Solver Data

1239.55/347.79	Aug 13, 2017 10:37:00 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1239.55/347.79	INFO: Runtime exception
1239.55/347.79	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:93)
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1239.55/347.79		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1239.55/347.79		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1239.55/347.79		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1239.55/347.79		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1239.55/347.79		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1239.55/347.79		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1239.55/347.79		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1239.55/347.79		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1239.55/347.79		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:437)
1239.55/347.79		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:406)
1239.55/347.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:368)
1239.55/347.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:353)
1239.55/347.79		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:328)
1239.55/347.79		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:293)
1239.55/347.79		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1239.55/347.79		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1239.55/347.79		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1239.55/347.79		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1239.55/347.79		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1239.55/347.79	Caused by: java.lang.reflect.InvocationTargetException
1239.55/347.79		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1239.55/347.79		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1239.55/347.79		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1239.55/347.79		at java.lang.reflect.Method.invoke(Method.java:498)
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1239.55/347.79		... 21 more
1239.55/347.79	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:127)
1239.55/347.79		... 26 more
1239.55/347.79	Caused by: java.lang.reflect.InvocationTargetException
1239.55/347.79		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1239.55/347.79		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1239.55/347.79		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1239.55/347.79		at java.lang.reflect.Method.invoke(Method.java:498)
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1239.55/347.79		... 26 more
1239.55/347.79	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1239.55/347.79		at org.sat4j.minisat.constraints.cnf.WLClause.<init>(WLClause.java:71)
1239.55/347.79		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.<init>(OriginalWLClause.java:40)
1239.55/347.79		at org.sat4j.minisat.constraints.cnf.OriginalWLClause.brandNewClause(OriginalWLClause.java:81)
1239.55/347.79		at org.sat4j.pb.constraints.UnitBinaryWLClauseConstructor.constructClause(UnitBinaryWLClauseConstructor.java:56)
1239.55/347.79		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.constructClause(AbstractPBClauseCardConstrDataStructure.java:225)
1239.55/347.79		at org.sat4j.pb.constraints.AbstractPBClauseCardConstrDataStructure.createClause(AbstractPBClauseCardConstrDataStructure.java:70)
1239.55/347.79		at org.sat4j.minisat.core.Solver.addClause(Solver.java:426)
1239.55/347.79		at org.sat4j.csp.CspSatSolverDecorator.addClause(CspSatSolverDecorator.java:147)
1239.55/347.79		at org.sat4j.tools.SolverDecorator.addClause(SolverDecorator.java:236)
1239.55/347.79		at org.sat4j.csp.intension.CspToPBSolverDecorator.addClause(CspToPBSolverDecorator.java:85)
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:528)
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorNe(TseitinBasedIntensionCtrEncoder.java:374)
1239.55/347.79		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1239.55/347.79		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1239.55/347.79		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1239.55/347.79		at java.lang.reflect.Method.invoke(Method.java:498)
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:125)
1239.55/347.79		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
1239.55/347.79		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
1239.55/347.79		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1239.55/347.79		at java.lang.reflect.Method.invoke(Method.java:498)
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:91)
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:77)
1239.55/347.79		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:58)
1239.55/347.79		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:57)
1239.55/347.79		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:428)
1239.55/347.79		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:394)
1239.55/347.79		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:127)
1239.55/347.79		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:457)
1239.55/347.79		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:440)
1239.55/347.79		at org.xcsp.parser.XCallbacks$$Lambda$52/41903949.accept(Unknown Source)
1239.55/347.79		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1239.55/347.79	
1303.75/365.21	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1321.20/369.66		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1321.20/369.66		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1321.20/369.66		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1321.20/369.66		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1321.20/369.66		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1321.20/369.66		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1321.20/369.66		at java.io.PrintWriter.flush(PrintWriter.java:320)
1321.20/369.66		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1321.20/369.66		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1321.20/369.66		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1321.20/369.66		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 (13558 MiB free)
  memory of node 1: 16384 MiB (6568 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4263349-1502613950/watcher-4263349-1502613950 -o /tmp/evaluation-result-4263349-1502613950/solver-4263349-1502613950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263349-1502613950.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5619, runsolver pid=5616

[startup+0.100059 s]*
/proc/loadavg: 7.15 6.44 4.28 7/218 5634
/proc/meminfo: memFree=20590132/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10555400 memory=31064 CPUtime=0.12 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 4973 0 -1 1077944320 6378 0 0 0 11 1 0 0 20 0 15 0 94475937 10808729600 7766 33554432000 4194304 4196468 140736105772944 140736105755488 140009844178679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
/proc/5619/statm: 2638850 7766 2787 1 0 2627263 0
[pid=5619/tid=5621] ppid=5616 vsize=10555400 memory=-8680515077580616896 CPUtime=0.09 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 4973 0 -1 4202560 4224 0 0 0 8 1 0 0 20 0 15 0 94475938 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009848399808 140009844190614 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5622] ppid=5616 vsize=10555400 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94475939 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009770253072 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5623] ppid=5616 vsize=10555400 memory=139939881465472 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94475939 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009769200528 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5624] ppid=5616 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94475939 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009768147984 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5625] ppid=5616 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94475939 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009767095440 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5626] ppid=5616 vsize=10555400 memory=139939881465472 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94475940 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009335101424 140009844189826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5627] ppid=5616 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94475941 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009334047648 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5628] ppid=5616 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94475941 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009332995056 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5629] ppid=5616 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94475943 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009331943632 140009844197275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5630] ppid=5616 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 4973 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 15 0 94475943 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009330891248 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5631] ppid=5616 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 4973 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 94475943 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009329838704 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5632] ppid=5616 vsize=10555400 memory=139939881465472 CPUtime=0.02 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) R 5616 5619 4973 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 94475943 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009328786160 140009844190614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5633] ppid=5616 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94475943 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009327733856 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5634] ppid=5616 vsize=10555400 memory=139939881465472 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94475943 10808729600 7766 33554432000 4194304 4196468 140736105772944 140009326680368 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 31064 KiB

[startup+0.210604 s]*
/proc/loadavg: 7.15 6.44 4.28 6/218 5634
/proc/meminfo: memFree=20584300/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10555400 memory=38328 CPUtime=0.28 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 4973 0 -1 1077944320 7238 0 0 0 26 2 0 0 20 0 15 0 94475937 10808729600 9582 33554432000 4194304 4196468 140736105772944 140736105755488 140009844178679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
/proc/5619/statm: 2638850 9582 2945 1 0 2627263 0
[pid=5619/tid=5621] ppid=5616 vsize=10555400 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 4973 0 -1 4202560 4859 0 0 0 18 2 0 0 20 0 15 0 94475938 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009848402896 140009441183655 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5622] ppid=5616 vsize=10555400 memory=365 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94475939 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009770253072 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5623] ppid=5616 vsize=10555400 memory=139939881474071 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94475939 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009769200528 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5624] ppid=5616 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94475939 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009768147984 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5625] ppid=5616 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94475939 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009767095440 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5626] ppid=5616 vsize=10555400 memory=139939881465472 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94475940 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009335101424 140009844189826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5627] ppid=5616 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94475941 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009334047648 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5628] ppid=5616 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94475941 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009332995056 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5629] ppid=5616 vsize=10555400 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94475943 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009331943632 140009844197275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5630] ppid=5616 vsize=10555400 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 4973 0 -1 1077944384 402 0 0 0 1 0 0 0 20 0 15 0 94475943 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009330891248 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5631] ppid=5616 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 4973 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 15 0 94475943 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009329838704 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5632] ppid=5616 vsize=10555400 memory=139939881465472 CPUtime=0.05 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 4973 0 -1 1077944384 400 0 0 0 5 0 0 0 20 0 15 0 94475943 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009328786160 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5633] ppid=5616 vsize=10555400 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94475943 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009327733856 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5634] ppid=5616 vsize=10555400 memory=139939881465472 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94475943 10808729600 9582 33554432000 4194304 4196468 140736105772944 140009326680368 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10555400 KiB
Current children cumulated memory: 38328 KiB

[startup+0.311795 s]*
/proc/loadavg: 7.15 6.44 4.28 10/218 5634
/proc/meminfo: memFree=20575116/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10555476 memory=48808 CPUtime=0.51 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 4973 0 -1 1077944320 8439 0 0 0 48 3 0 0 20 0 15 0 94475937 10808807424 12202 33554432000 4194304 4196468 140736105772944 140736105755488 140009844178679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
/proc/5619/statm: 2638869 12202 3039 1 0 2627263 0
[pid=5619/tid=5621] ppid=5616 vsize=10555476 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 4973 0 -1 4202560 5247 0 0 0 28 2 0 0 20 0 15 0 94475938 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009848414528 140009441099081 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5622] ppid=5616 vsize=10555476 memory=304556153373982743 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94475939 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009770253072 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5623] ppid=5616 vsize=10555476 memory=15393697511290520 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94475939 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009769200528 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5624] ppid=5616 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94475939 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009768147984 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5625] ppid=5616 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94475939 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009767095440 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5626] ppid=5616 vsize=10555476 memory=139939881465472 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 4973 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 94475940 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009335101424 140009844189826 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5627] ppid=5616 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 4973 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 94475941 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009334047648 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5628] ppid=5616 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 4973 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 94475941 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009332995056 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5629] ppid=5616 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94475943 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009331943632 140009844197275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5630] ppid=5616 vsize=10555476 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) R 5616 5619 4973 0 -1 4202560 611 0 0 0 4 0 0 0 20 0 15 0 94475943 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009330891248 140009829781392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5631] ppid=5616 vsize=10555476 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) R 5616 5619 4973 0 -1 4202560 491 0 0 0 4 0 0 0 20 0 15 0 94475943 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009329838704 140009825698073 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5632] ppid=5616 vsize=10555476 memory=139939881465472 CPUtime=0.1 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) R 5616 5619 4973 0 -1 1077944384 724 0 0 0 10 0 0 0 20 0 15 0 94475943 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009328786160 140009844189826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5633] ppid=5616 vsize=10555476 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94475943 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009327733856 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5634] ppid=5616 vsize=10555476 memory=139939881465472 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94475943 10808807424 12202 33554432000 4194304 4196468 140736105772944 140009326680368 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 48808 KiB

[startup+0.700769 s]
/proc/loadavg: 7.15 6.44 4.28 6/218 5634
/proc/meminfo: memFree=20497792/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10555476 memory=237720 CPUtime=1.44 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 4973 0 -1 1077944320 9787 0 0 0 130 14 0 0 20 0 15 0 94475937 10808807424 59430 33554432000 4194304 4196468 140736105772944 140736105755488 140009844178679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
/proc/5619/statm: 2638869 59430 3095 1 0 2627263 0
[pid=5619/tid=5621] ppid=5616 vsize=10555476 memory=1728 CPUtime=0.59 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) R 5616 5619 4973 0 -1 4202560 5343 0 0 0 55 4 0 0 20 0 15 0 94475938 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009848412304 140009441403992 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5622] ppid=5616 vsize=10555476 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) S 5616 5619 4973 0 -1 1077944384 45 0 0 0 6 1 0 0 20 0 15 0 94475939 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009770253072 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5623] ppid=5616 vsize=10555476 memory=9992 CPUtime=0.07 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) S 5616 5619 4973 0 -1 1077944384 41 0 0 0 5 2 0 0 20 0 15 0 94475939 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009769200528 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5624] ppid=5616 vsize=10555476 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) S 5616 5619 4973 0 -1 1077944384 34 0 0 0 5 2 0 0 20 0 15 0 94475939 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009768147984 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5625] ppid=5616 vsize=10555476 memory=5716 CPUtime=0.07 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 4973 0 -1 1077944384 36 0 0 0 5 2 0 0 20 0 15 0 94475939 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009767095440 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5626] ppid=5616 vsize=10555476 memory=1708 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 4973 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 94475940 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009335101424 140009844189826 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5627] ppid=5616 vsize=10555476 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 4973 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 94475941 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009334047648 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5628] ppid=5616 vsize=10555476 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 94475941 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009332995056 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5629] ppid=5616 vsize=10555476 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94475943 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009331943632 140009844197275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5630] ppid=5616 vsize=10555476 memory=4639098309541127021 CPUtime=0.19 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 4973 0 -1 1077944384 1122 0 0 0 19 0 0 0 20 0 15 0 94475943 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009330891248 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5631] ppid=5616 vsize=10555476 memory=7597685182856913236 CPUtime=0.17 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 4973 0 -1 1077944384 930 0 0 0 17 0 0 0 20 0 15 0 94475943 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009329838704 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5632] ppid=5616 vsize=10555476 memory=7236547281622689387 CPUtime=0.13 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 4973 0 -1 1077944384 791 0 0 0 13 0 0 0 20 0 15 0 94475943 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009328786160 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5633] ppid=5616 vsize=10555476 memory=0 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 94475943 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009327733856 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5634] ppid=5616 vsize=10555476 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 4973 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 94475943 10808807424 59430 33554432000 4194304 4196468 140736105772944 140009326680368 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 10555476 KiB
Current children cumulated memory: 237720 KiB

[startup+1.50088 s]
/proc/loadavg: 7.15 6.44 4.28 6/218 5634
/proc/meminfo: memFree=20296904/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10555476 memory=617448 CPUtime=3.48 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 4973 0 -1 1077944320 11729 0 0 0 305 43 0 0 20 0 15 0 94475937 10808807424 154362 33554432000 4194304 4196468 140736105772944 140736105755488 140009844178679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
/proc/5619/statm: 2638869 154362 3112 1 0 2627263 0
[pid=5619/tid=5621] ppid=5616 vsize=10555476 memory=0 CPUtime=0.97 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) S 5616 5619 4973 0 -1 1077944384 5396 0 0 0 92 5 0 0 20 0 15 0 94475938 10808807424 154362 33554432000 4194304 4196468 140736105772944 140009848412240 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5622] ppid=5616 vsize=10555476 memory=8390361644446492005 CPUtime=0.48 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) R 5616 5619 4973 0 -1 4202560 325 0 0 0 40 8 0 0 20 0 15 0 94475939 10808807424 154362 33554432000 4194304 4196468 140736105772944 140009770253272 140009828876431 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5623] ppid=5616 vsize=10555476 memory=-6352177166831615190 CPUtime=0.48 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) R 5616 5619 4973 0 -1 4202560 242 0 0 0 40 8 0 0 20 0 15 0 94475939 10808807424 154362 33554432000 4194304 4196468 140736105772944 140009769200728 140009829163975 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5624] ppid=5616 vsize=10555476 memory=8514701219931451533 CPUtime=0.49 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) R 5616 5619 4973 0 -1 4202560 676 0 0 0 40 9 0 0 20 0 15 0 94475939 10808807424 154362 33554432000 4194304 4196468 140736105772944 140009768147880 140009836806887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5625] ppid=5616 vsize=10555476 memory=7005738693937936738 CPUtime=0.48 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) R 5616 5619 4973 0 -1 4202560 673 0 0 0 40 8 0 0 20 0 15 0 94475939 10808807424 154362 33554432000 4194304 4196468 140736105772944 140009767095024 140009836806887 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5626] ppid=5616 vsize=10555476 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 4973 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 94475940 10808807424 154362 33554432000 4194304 4196468 140736105772944 140009335099744 140009844188885 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0

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

[pid=5619/tid=5622] ppid=5616 vsize=10688756 memory=4872558044660077418 CPUtime=317.35 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) R 5616 5619 4973 0 -1 4202560 180213 0 0 0 31553 182 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009770252960 140009829129749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5623] ppid=5616 vsize=10688756 memory=7280 CPUtime=315.65 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) R 5616 5619 4973 0 -1 4202560 107531 0 0 0 31371 194 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009769200728 140009829129672 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5624] ppid=5616 vsize=10688756 memory=844 CPUtime=316.98 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) R 5616 5619 4973 0 -1 4202560 136427 0 0 0 31522 176 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009768148184 140009829129672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5625] ppid=5616 vsize=10688756 memory=4104 CPUtime=316.31 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) R 5616 5619 4973 0 -1 4202560 98428 0 0 0 31446 185 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009767095640 140009829129690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5626] ppid=5616 vsize=10688756 memory=1696 CPUtime=34.27 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 4973 0 -1 1077944384 52482 0 0 0 3425 2 0 0 20 0 17 0 94475940 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009335099744 140009844188885 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5627] ppid=5616 vsize=10688756 memory=916 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 94475941 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009334047712 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5628] ppid=5616 vsize=10688756 memory=3832 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 4973 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 94475941 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009332995072 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5629] ppid=5616 vsize=10688756 memory=2552 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009331943632 140009844197275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5630] ppid=5616 vsize=10688756 memory=2552 CPUtime=0.29 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 4973 0 -1 1077944384 2050 0 0 0 29 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009330891248 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5631] ppid=5616 vsize=10688756 memory=15872 CPUtime=0.25 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 4973 0 -1 1077944384 2062 0 0 0 25 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009329838704 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5632] ppid=5616 vsize=10688756 memory=4052 CPUtime=0.15 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 4973 0 -1 1077944384 1736 0 0 0 15 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009328786160 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5633] ppid=5616 vsize=10688756 memory=16404 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009327733856 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5634] ppid=5616 vsize=10688756 memory=18472 CPUtime=0.25 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 4973 0 -1 1077944384 503 0 0 0 12 13 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009326680368 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5716] ppid=5616 vsize=10688756 memory=640 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5716/stat : 5716 (java) S 5616 5619 4973 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 94510717 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009325625040 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5717] ppid=5616 vsize=10688756 memory=1796 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5717/stat : 5717 (java) S 5616 5619 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94510717 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009324572688 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
Current children cumulated CPU time: 1314.89 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 7980740 KiB

[startup+368.802 s]
/proc/loadavg: 4.62 5.17 4.40 6/218 5717
/proc/meminfo: memFree=20432056/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10688756 memory=7980740 CPUtime=1318.04 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 4973 0 -1 1077944320 598323 0 0 0 131049 755 0 0 20 0 17 0 94475937 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140736105755488 140009844178679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
/proc/5619/statm: 2672189 1995185 3175 1 0 2660545 0
[pid=5619/tid=5621] ppid=5616 vsize=10688756 memory=1424 CPUtime=13.3 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) S 5616 5619 4973 0 -1 1077944384 15420 0 0 0 1320 10 0 0 20 0 17 0 94475938 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009848419360 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5622] ppid=5616 vsize=10688756 memory=8552 CPUtime=318.13 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) R 5616 5619 4973 0 -1 4202560 180213 0 0 0 31631 182 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009770253272 140009825788301 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5623] ppid=5616 vsize=10688756 memory=8112282956445269571 CPUtime=316.43 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) R 5616 5619 4973 0 -1 4202560 107531 0 0 0 31449 194 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009769200728 140009828877647 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5624] ppid=5616 vsize=10688756 memory=8112282956445269571 CPUtime=317.76 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) R 5616 5619 4973 0 -1 4202560 136427 0 0 0 31600 176 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009768148184 140009828877409 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5625] ppid=5616 vsize=10688756 memory=7980408 CPUtime=317.1 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) R 5616 5619 4973 0 -1 4202560 98428 0 0 0 31525 185 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009767095328 140009825788288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5626] ppid=5616 vsize=10688756 memory=7980408 CPUtime=34.28 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 4973 0 -1 1077944384 52483 0 0 0 3426 2 0 0 20 0 17 0 94475940 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009335099968 140009844188885 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5627] ppid=5616 vsize=10688756 memory=7980412 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 94475941 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009334047712 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5628] ppid=5616 vsize=10688756 memory=1292 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 4973 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 94475941 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009332995072 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5629] ppid=5616 vsize=10688756 memory=2428 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009331943632 140009844197275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5630] ppid=5616 vsize=10688756 memory=1728 CPUtime=0.29 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 4973 0 -1 1077944384 2050 0 0 0 29 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009330891248 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5631] ppid=5616 vsize=10688756 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 4973 0 -1 1077944384 2062 0 0 0 25 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009329838704 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5632] ppid=5616 vsize=10688756 memory=6944656575208382560 CPUtime=0.15 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 4973 0 -1 1077944384 1736 0 0 0 15 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009328786160 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5633] ppid=5616 vsize=10688756 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009327733856 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5634] ppid=5616 vsize=10688756 memory=7280 CPUtime=0.25 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 4973 0 -1 1077944384 503 0 0 0 12 13 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009326680368 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5716] ppid=5616 vsize=10688756 memory=844 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5716/stat : 5716 (java) S 5616 5619 4973 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 94510717 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009325625040 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5717] ppid=5616 vsize=10688756 memory=4104 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5717/stat : 5717 (java) S 5616 5619 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94510717 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009324572688 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
Current children cumulated CPU time: 1318.04 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 7980740 KiB

[startup+369.21 s]
/proc/loadavg: 4.62 5.17 4.40 7/218 5717
/proc/meminfo: memFree=20432056/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10688756 memory=7980740 CPUtime=1319.65 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 4973 0 -1 1077944320 598323 0 0 0 131210 755 0 0 20 0 17 0 94475937 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140736105755488 140009844178679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
/proc/5619/statm: 2672189 1995185 3175 1 0 2660545 0
[pid=5619/tid=5621] ppid=5616 vsize=10688756 memory=1696 CPUtime=13.3 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) S 5616 5619 4973 0 -1 1077944384 15420 0 0 0 1320 10 0 0 20 0 17 0 94475938 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009848419360 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5622] ppid=5616 vsize=10688756 memory=916 CPUtime=318.54 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) R 5616 5619 4973 0 -1 4202560 180213 0 0 0 31672 182 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009770253272 140009825788516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5623] ppid=5616 vsize=10688756 memory=8112282956445269571 CPUtime=316.83 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) R 5616 5619 4973 0 -1 4202560 107531 0 0 0 31489 194 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009769200728 140009829175083 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5624] ppid=5616 vsize=10688756 memory=18472 CPUtime=318.17 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) R 5616 5619 4973 0 -1 4202560 136427 0 0 0 31641 176 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009768148184 140009828636282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5625] ppid=5616 vsize=10688756 memory=640 CPUtime=317.51 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) R 5616 5619 4973 0 -1 4202560 98428 0 0 0 31566 185 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009767095328 140009828636312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5626] ppid=5616 vsize=10688756 memory=1796 CPUtime=34.28 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 4973 0 -1 1077944384 52483 0 0 0 3426 2 0 0 20 0 17 0 94475940 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009335099968 140009844188885 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5627] ppid=5616 vsize=10688756 memory=960 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 94475941 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009334047712 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5628] ppid=5616 vsize=10688756 memory=1236 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 4973 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 94475941 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009332995072 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5629] ppid=5616 vsize=10688756 memory=2344 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009331943632 140009844197275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5630] ppid=5616 vsize=10688756 memory=932 CPUtime=0.29 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 4973 0 -1 1077944384 2050 0 0 0 29 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009330891248 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5631] ppid=5616 vsize=10688756 memory=1580 CPUtime=0.25 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 4973 0 -1 1077944384 2062 0 0 0 25 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009329838704 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5632] ppid=5616 vsize=10688756 memory=2244 CPUtime=0.15 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 4973 0 -1 1077944384 1736 0 0 0 15 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009328786160 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5633] ppid=5616 vsize=10688756 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009327733856 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5634] ppid=5616 vsize=10688756 memory=2204 CPUtime=0.25 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 4973 0 -1 1077944384 503 0 0 0 12 13 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009326680368 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5716] ppid=5616 vsize=10688756 memory=7280 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5716/stat : 5716 (java) S 5616 5619 4973 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 94510717 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009325625040 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5717] ppid=5616 vsize=10688756 memory=844 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5717/stat : 5717 (java) S 5616 5619 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94510717 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009324572688 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
Current children cumulated CPU time: 1319.65 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 7980740 KiB

[startup+369.601 s]
/proc/loadavg: 4.62 5.17 4.40 7/218 5717
/proc/meminfo: memFree=20432056/32770624 swapFree=67108860/67108860
[pid=5619] ppid=5616 vsize=10688756 memory=7980740 CPUtime=1321.2 cores=0,2,4,6
/proc/5619/stat : 5619 (java) S 5616 5619 4973 0 -1 1077944320 598323 0 0 0 131365 755 0 0 20 0 17 0 94475937 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140736105755488 140009844178679 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
/proc/5619/statm: 2672189 1995185 3175 1 0 2660545 0
[pid=5619/tid=5621] ppid=5616 vsize=10688756 memory=7980736 CPUtime=13.3 cores=0,2,4,6
/proc/5619/task/5621/stat : 5621 (java) S 5616 5619 4973 0 -1 1077944384 15420 0 0 0 1320 10 0 0 20 0 17 0 94475938 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009848419360 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5622] ppid=5616 vsize=10688756 memory=8112282956445269571 CPUtime=318.92 cores=0,2,4,6
/proc/5619/task/5622/stat : 5622 (java) R 5616 5619 4973 0 -1 4202560 180213 0 0 0 31710 182 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009770252880 140009836806887 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5623] ppid=5616 vsize=10688756 memory=1292 CPUtime=317.21 cores=0,2,4,6
/proc/5619/task/5623/stat : 5623 (java) R 5616 5619 4973 0 -1 4202560 107531 0 0 0 31527 194 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009769200728 140009829175188 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5624] ppid=5616 vsize=10688756 memory=2428 CPUtime=318.56 cores=0,2,4,6
/proc/5619/task/5624/stat : 5624 (java) R 5616 5619 4973 0 -1 4202560 136427 0 0 0 31680 176 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009768147792 140009836806887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5625] ppid=5616 vsize=10688756 memory=1728 CPUtime=317.9 cores=0,2,4,6
/proc/5619/task/5625/stat : 5625 (java) S 5616 5619 4973 0 -1 1077944384 98428 0 0 0 31605 185 0 0 20 0 17 0 94475939 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009767095248 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5626] ppid=5616 vsize=10688756 memory=8112282956445269571 CPUtime=34.28 cores=0,2,4,6
/proc/5619/task/5626/stat : 5626 (java) S 5616 5619 4973 0 -1 1077944384 52483 0 0 0 3426 2 0 0 20 0 17 0 94475940 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009335099968 140009844188885 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5627] ppid=5616 vsize=10688756 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5627/stat : 5627 (java) S 5616 5619 4973 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 17 0 94475941 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009334047712 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5628] ppid=5616 vsize=10688756 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5628/stat : 5628 (java) S 5616 5619 4973 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 17 0 94475941 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009332995072 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5629] ppid=5616 vsize=10688756 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5629/stat : 5629 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009331943632 140009844197275 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5630] ppid=5616 vsize=10688756 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/5619/task/5630/stat : 5630 (java) S 5616 5619 4973 0 -1 1077944384 2050 0 0 0 29 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009330891248 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5631] ppid=5616 vsize=10688756 memory=1292 CPUtime=0.25 cores=0,2,4,6
/proc/5619/task/5631/stat : 5631 (java) S 5616 5619 4973 0 -1 1077944384 2062 0 0 0 25 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009329838704 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5632] ppid=5616 vsize=10688756 memory=7980732 CPUtime=0.15 cores=0,2,4,6
/proc/5619/task/5632/stat : 5632 (java) S 5616 5619 4973 0 -1 1077944384 1736 0 0 0 15 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009328786160 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5633] ppid=5616 vsize=10688756 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5633/stat : 5633 (java) S 5616 5619 4973 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009327733856 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5634] ppid=5616 vsize=10688756 memory=4132 CPUtime=0.25 cores=0,2,4,6
/proc/5619/task/5634/stat : 5634 (java) S 5616 5619 4973 0 -1 1077944384 503 0 0 0 12 13 0 0 20 0 17 0 94475943 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009326680368 140009844189826 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5716] ppid=5616 vsize=10688756 memory=7980736 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5716/stat : 5716 (java) S 5616 5619 4973 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 94510717 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009325625040 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
[pid=5619/tid=5717] ppid=5616 vsize=10688756 memory=1224 CPUtime=0 cores=0,2,4,6
/proc/5619/task/5717/stat : 5717 (java) S 5616 5619 4973 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 17 0 94510717 10945286144 1995185 33554432000 4194304 4196468 140736105772944 140009324572688 140009844188885 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17694720 140736105780358 140736105780511 140736105780511 140736105783247 0
Current children cumulated CPU time: 1321.2 s
Current children cumulated vsize: 10688756 KiB
Current children cumulated memory: 7980740 KiB

Child status: 0
Real time (s): 369.711
CPU time (s): 1321.34
CPU user time (s): 1313.73
CPU system time (s): 7.60511
CPU usage (%): 357.398
Max. virtual memory (cumulated for all children) (KiB): 10688756
Max. memory (cumulated for all children) (KiB): 7980740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1313.73
system time used= 7.60511
maximum resident set size= 7980952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 598431
page faults= 0
swaps= 0
block input operations= 0
block output operations= 536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20334
involuntary context switches= 13823


# summary of solver processes directly reported to runsolver:
#   pid: 5619
#   total CPU time (s): 1321.34
#   total CPU user time (s): 1313.73
#   total CPU system time (s): 7.60511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.29175 second user time and 3.65769 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-13 10:31:32
IDJOB=4263349
IDBENCH=120666
IDSOLVER=2651
FILE ID=node151/4263349-1502613950
RUNJOBID= node151-1502612262-5004
PBS_JOBID= 20628306
Free space on /tmp= 61756 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/Knights/Knights-m1-s1/Knights-050-09.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263349-1502613950/watcher-4263349-1502613950 -o /tmp/evaluation-result-4263349-1502613950/solver-4263349-1502613950 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1502612262-5004 --watchdog 2580  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4263349-1502613950.xml

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

MD5SUM BENCH= 78e001d21a1411ecb51795c063836bf7
RANDOM SEED=1849821648

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        20610092 kB
MemAvailable:   23693548 kB
Buffers:          224020 kB
Cached:          3151560 kB
SwapCached:            0 kB
Active:          9128760 kB
Inactive:        2586616 kB
Active(anon):    8342496 kB
Inactive(anon):    25044 kB
Active(file):     786264 kB
Inactive(file):  2561572 kB
Unevictable:        7024 kB
Mlocked:            7024 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1632 kB
Writeback:             0 kB
AnonPages:       8286996 kB
Mapped:            55312 kB
Shmem:             25224 kB
Slab:             129524 kB
SReclaimable:     102912 kB
SUnreclaim:        26612 kB
KernelStack:        3872 kB
PageTables:        21372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8654168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7976960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node151 at 2017-08-13 10:37:42