Trace number 4289961

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) 1293.6 356.268

General information on the benchmark

NameTemplateDesign/
TemplateDesign-m1s-catfood_c18.xml
MD5SUM03d7e3da755da5305422e48d51916754
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.6296
Satisfiable
(Un)Satisfiability was proved
Number of variables112
Number of constraints70
Number of domains9
Minimum domain size2
Maximum domain size1210
Distribution of domain sizes[{"size":2,"count":7},{"size":10,"count":49},{"size":275,"count":7},{"size":280,"count":7},{"size":286,"count":7},{"size":550,"count":14},{"size":880,"count":7},{"size":1101,"count":7},{"size":1210,"count":7}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":105},{"degree":8,"count":7}]
Minimum constraint arity2
Maximum constraint arity7
Distribution of constraint arities[{"arity":2,"count":7},{"arity":3,"count":49},{"arity":7,"count":14}]
Number of extensional constraints7
Number of intensional constraints49
Distribution of constraint types[{"type":"extension","count":7},{"type":"intension","count":49},{"type":"sum","count":14}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

1205.29/332.77	Jul 22, 2018 1:54:26 AM org.sat4j.reader.XMLCSP3Reader parseInstance
1205.29/332.77	INFO: Runtime exception
1205.29/332.77	java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:94)
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1205.29/332.77		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1205.29/332.77		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1205.29/332.77		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1205.29/332.77		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1205.29/332.77		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1205.29/332.77		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1205.29/332.77		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
1205.29/332.77		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
1205.29/332.77		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:518)
1205.29/332.77		at org.xcsp.parser.XCallbacks.loadGroup(XCallbacks.java:473)
1205.29/332.77		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:433)
1205.29/332.77		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:418)
1205.29/332.77		at org.sat4j.reader.XMLCSP3Reader.loadInstance(XMLCSP3Reader.java:343)
1205.29/332.77		at org.sat4j.reader.XMLCSP3Reader.parseInstance(XMLCSP3Reader.java:308)
1205.29/332.77		at org.sat4j.reader.Reader.parseInstance(Reader.java:73)
1205.29/332.77		at org.sat4j.AbstractLauncher.readProblem(AbstractLauncher.java:201)
1205.29/332.77		at org.sat4j.csp.CSPLauncher.readProblem(CSPLauncher.java:95)
1205.29/332.77		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:255)
1205.29/332.77		at org.sat4j.csp.CSPLauncher.main(CSPLauncher.java:119)
1205.29/332.77	Caused by: java.lang.reflect.InvocationTargetException
1205.29/332.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1205.29/332.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1205.29/332.77		at java.lang.reflect.Method.invoke(Method.java:498)
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1205.29/332.77		... 21 more
1205.29/332.77	Caused by: java.lang.IllegalArgumentException: java.lang.reflect.InvocationTargetException
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:128)
1205.29/332.77		... 25 more
1205.29/332.77	Caused by: java.lang.reflect.InvocationTargetException
1205.29/332.77		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1205.29/332.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1205.29/332.77		at java.lang.reflect.Method.invoke(Method.java:498)
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1205.29/332.77		... 25 more
1205.29/332.77	Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.buildImplVar(TseitinBasedIntensionCtrEncoder.java:540)
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorEq(TseitinBasedIntensionCtrEncoder.java:391)
1205.29/332.77		at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
1205.29/332.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1205.29/332.77		at java.lang.reflect.Method.invoke(Method.java:498)
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeOperatorWithTseitin(TseitinBasedIntensionCtrEncoder.java:126)
1205.29/332.77		at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
1205.29/332.77		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
1205.29/332.77		at java.lang.reflect.Method.invoke(Method.java:498)
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeWithTseitin(TseitinBasedIntensionCtrEncoder.java:92)
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encodeExpression(TseitinBasedIntensionCtrEncoder.java:78)
1205.29/332.77		at org.sat4j.csp.intension.TseitinBasedIntensionCtrEncoder.encode(TseitinBasedIntensionCtrEncoder.java:59)
1205.29/332.77		at org.sat4j.csp.constraints3.GenericCtrBuilder.buildCtrIntension(GenericCtrBuilder.java:62)
1205.29/332.77		at org.sat4j.reader.XMLCSP3Reader.buildCtrIntension(XMLCSP3Reader.java:443)
1205.29/332.77		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
1205.29/332.77		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
1205.29/332.77		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:538)
1205.29/332.77		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:521)
1205.29/332.77		at org.xcsp.parser.XCallbacks$$Lambda$97/1268650975.accept(Unknown Source)
1205.29/332.77		... 13 more
1205.29/332.77	
1293.51/356.23	Exception in thread "Thread-0" java.lang.OutOfMemoryError: GC overhead limit exceeded
1293.51/356.23		at java.nio.CharBuffer.wrap(CharBuffer.java:373)
1293.51/356.23		at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:265)
1293.51/356.23		at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
1293.51/356.23		at java.io.OutputStreamWriter.write(OutputStreamWriter.java:207)
1293.51/356.23		at java.io.BufferedWriter.flushBuffer(BufferedWriter.java:129)
1293.51/356.23		at java.io.BufferedWriter.flush(BufferedWriter.java:253)
1293.51/356.23		at java.io.PrintWriter.flush(PrintWriter.java:320)
1293.51/356.23		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:72)
1293.51/356.23		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:125)
1293.51/356.23		at org.sat4j.csp.CSPLauncher.displayResult(CSPLauncher.java:150)
1293.51/356.23		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 (4782 MiB free)
  memory of node 1: 16384 MiB (14835 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4289961-1532216947/watcher-4289961-1532216947 -o /tmp/evaluation-result-4289961-1532216947/solver-4289961-1532216947 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27715 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289961-1532216947.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=28654, runsolver pid=28651

[startup+0.100125 s]*
/proc/loadavg: 2.28 2.24 2.14 4/216 28669
/proc/meminfo: memFree=20070228/32770624 swapFree=67108852/67108860
[pid=28654] ppid=28651 vsize=10659012 memory=31268 CPUtime=0.13 cores=1,3,5,7
/proc/28654/stat : 28654 (java) S 28651 28654 24602 0 -1 1077944320 6880 0 0 0 11 2 0 0 20 0 15 0 39257899 10914828288 7817 33554432000 4194304 4196468 140732890812720 140732890795264 139932754796279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
/proc/28654/statm: 2664753 7817 2840 1 0 2627263 0
[pid=28654/tid=28656] ppid=28651 vsize=10659012 memory=-8701690554792316545 CPUtime=0.09 cores=1,3,5,7
/proc/28654/task/28656/stat : 28656 (java) R 28651 28654 24602 0 -1 4202560 4721 0 0 0 8 1 0 0 20 0 15 0 39257899 10914828288 7817 33554432000 4194304 4196468 140732890812720 139932759010272 139932738876766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28657] ppid=28651 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28657/stat : 28657 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914828288 7817 33554432000 4194304 4196468 140732890812720 139932720077200 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28658] ppid=28651 vsize=10659012 memory=139863448258176 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28658/stat : 28658 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914828288 7817 33554432000 4194304 4196468 140732890812720 139932360878352 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28659] ppid=28651 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28659/stat : 28659 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914828288 7817 33554432000 4194304 4196468 140732890812720 139932359826064 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28660] ppid=28651 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28660/stat : 28660 (java) S 28651 28654 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39257900 10914828288 7817 33554432000 4194304 4196468 140732890812720 139932358773264 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28661] ppid=28651 vsize=10659012 memory=139863448258176 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28661/stat : 28661 (java) S 28651 28654 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39257901 10914828288 7817 33554432000 4194304 4196468 140732890812720 139931790854768 139932754807426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28662] ppid=28651 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28662/stat : 28662 (java) S 28651 28654 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39257902 10914828288 7817 33554432000 4194304 4196468 140732890812720 139931789800736 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28663] ppid=28651 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28663/stat : 28663 (java) S 28651 28654 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39257902 10914828288 7817 33554432000 4194304 4196468 140732890812720 139931788748400 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28664] ppid=28651 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28664/stat : 28664 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39257904 10914828288 7817 33554432000 4194304 4196468 140732890812720 139931787696720 139932754814875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28665] ppid=28651 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28665/stat : 28665 (java) S 28651 28654 24602 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 39257904 10914828288 7817 33554432000 4194304 4196468 140732890812720 139931786643568 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28666] ppid=28651 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28666/stat : 28666 (java) R 28651 28654 24602 0 -1 1077944384 150 0 0 0 0 0 0 0 20 0 15 0 39257904 10914828288 7817 33554432000 4194304 4196468 140732890812720 139931785590768 139932754807426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28667] ppid=28651 vsize=10659012 memory=139863448258176 CPUtime=0.02 cores=1,3,5,7
/proc/28654/task/28667/stat : 28667 (java) R 28651 28654 24602 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 39257904 10914828288 7817 33554432000 4194304 4196468 140732890812720 139931784538480 139932754807426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28668] ppid=28651 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28668/stat : 28668 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39257905 10914828288 7817 33554432000 4194304 4196468 140732890812720 139931783485920 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28669] ppid=28651 vsize=10659012 memory=139863448258176 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28669/stat : 28669 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257905 10914828288 7817 33554432000 4194304 4196468 140732890812720 139931782433712 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 31268 KiB

[startup+0.210462 s]*
/proc/loadavg: 2.28 2.24 2.14 3/216 28669
/proc/meminfo: memFree=20061604/32770624 swapFree=67108852/67108860
[pid=28654] ppid=28651 vsize=10659012 memory=41056 CPUtime=0.33 cores=1,3,5,7
/proc/28654/stat : 28654 (java) S 28651 28654 24602 0 -1 1077944320 7885 0 0 0 30 3 0 0 20 0 15 0 39257899 10914828288 10264 33554432000 4194304 4196468 140732890812720 140732890795264 139932754796279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
/proc/28654/statm: 2664753 10264 2995 1 0 2627263 0
[pid=28654/tid=28656] ppid=28651 vsize=10659012 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/28654/task/28656/stat : 28656 (java) R 28651 28654 24602 0 -1 4202560 5091 0 0 0 18 2 0 0 20 0 15 0 39257899 10914828288 10264 33554432000 4194304 4196468 140732890812720 139932759032560 139932738839909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28657] ppid=28651 vsize=10659012 memory=343 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28657/stat : 28657 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914828288 10264 33554432000 4194304 4196468 140732890812720 139932720077200 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28658] ppid=28651 vsize=10659012 memory=139863448444035 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28658/stat : 28658 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914828288 10264 33554432000 4194304 4196468 140732890812720 139932360878352 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28659] ppid=28651 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28659/stat : 28659 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914828288 10264 33554432000 4194304 4196468 140732890812720 139932359826064 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28660] ppid=28651 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28660/stat : 28660 (java) S 28651 28654 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39257900 10914828288 10264 33554432000 4194304 4196468 140732890812720 139932358773264 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28661] ppid=28651 vsize=10659012 memory=139863448258176 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28661/stat : 28661 (java) S 28651 28654 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39257901 10914828288 10264 33554432000 4194304 4196468 140732890812720 139931790854768 139932754807426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28662] ppid=28651 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28662/stat : 28662 (java) S 28651 28654 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39257902 10914828288 10264 33554432000 4194304 4196468 140732890812720 139931789800736 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28663] ppid=28651 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28663/stat : 28663 (java) S 28651 28654 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39257902 10914828288 10264 33554432000 4194304 4196468 140732890812720 139931788748400 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28664] ppid=28651 vsize=10659012 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28664/stat : 28664 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39257904 10914828288 10264 33554432000 4194304 4196468 140732890812720 139931787696720 139932754814875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28665] ppid=28651 vsize=10659012 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/28654/task/28665/stat : 28665 (java) S 28651 28654 24602 0 -1 1077944384 544 0 0 0 2 0 0 0 20 0 15 0 39257904 10914828288 10264 33554432000 4194304 4196468 140732890812720 139931786643568 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28666] ppid=28651 vsize=10659012 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/28654/task/28666/stat : 28666 (java) R 28651 28654 24602 0 -1 1077944384 225 0 0 0 1 0 0 0 20 0 15 0 39257904 10914828288 10264 33554432000 4194304 4196468 140732890812720 139931785590768 139932754807426 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28667] ppid=28651 vsize=10659012 memory=139863448258176 CPUtime=0.07 cores=1,3,5,7
/proc/28654/task/28667/stat : 28667 (java) R 28651 28654 24602 0 -1 4202560 659 0 0 0 7 0 0 0 20 0 15 0 39257904 10914828288 10264 33554432000 4194304 4196468 140732890812720 139931784538480 139932738876766 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28668] ppid=28651 vsize=10659012 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28668/stat : 28668 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39257905 10914828288 10264 33554432000 4194304 4196468 140732890812720 139931783485920 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28669] ppid=28651 vsize=10659012 memory=139863448258176 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28669/stat : 28669 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257905 10914828288 10264 33554432000 4194304 4196468 140732890812720 139931782433712 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10659012 KiB
Current children cumulated memory: 41056 KiB

[startup+0.310561 s]*
/proc/loadavg: 2.28 2.24 2.14 5/216 28669
/proc/meminfo: memFree=20054284/32770624 swapFree=67108852/67108860
[pid=28654] ppid=28651 vsize=10659088 memory=46704 CPUtime=0.52 cores=1,3,5,7
/proc/28654/stat : 28654 (java) S 28651 28654 24602 0 -1 1077944320 8922 0 0 0 49 3 0 0 20 0 15 0 39257899 10914906112 11676 33554432000 4194304 4196468 140732890812720 140732890795264 139932754796279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
/proc/28654/statm: 2664772 11676 3032 1 0 2627263 0
[pid=28654/tid=28656] ppid=28651 vsize=10659088 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/28654/task/28656/stat : 28656 (java) R 28651 28654 24602 0 -1 4202560 5880 0 0 0 27 2 0 0 20 0 15 0 39257899 10914906112 11676 33554432000 4194304 4196468 140732890812720 139932759031872 139932738839909 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28657] ppid=28651 vsize=10659088 memory=288230604707987479 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28657/stat : 28657 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914906112 11676 33554432000 4194304 4196468 140732890812720 139932720077200 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28658] ppid=28651 vsize=10659088 memory=139863448444034 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28658/stat : 28658 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914906112 11676 33554432000 4194304 4196468 140732890812720 139932360878352 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28659] ppid=28651 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28659/stat : 28659 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914906112 11676 33554432000 4194304 4196468 140732890812720 139932359826064 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28660] ppid=28651 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28660/stat : 28660 (java) S 28651 28654 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39257900 10914906112 11676 33554432000 4194304 4196468 140732890812720 139932358773264 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28661] ppid=28651 vsize=10659088 memory=139863448258176 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28661/stat : 28661 (java) S 28651 28654 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39257901 10914906112 11676 33554432000 4194304 4196468 140732890812720 139931790854768 139932754807426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28662] ppid=28651 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28662/stat : 28662 (java) S 28651 28654 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39257902 10914906112 11676 33554432000 4194304 4196468 140732890812720 139931789800736 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28663] ppid=28651 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28663/stat : 28663 (java) S 28651 28654 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39257902 10914906112 11676 33554432000 4194304 4196468 140732890812720 139931788748400 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28664] ppid=28651 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28664/stat : 28664 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39257904 10914906112 11676 33554432000 4194304 4196468 140732890812720 139931787696720 139932754814875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28665] ppid=28651 vsize=10659088 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/28654/task/28665/stat : 28665 (java) S 28651 28654 24602 0 -1 1077944384 564 0 0 0 4 0 0 0 20 0 15 0 39257904 10914906112 11676 33554432000 4194304 4196468 140732890812720 139931786643568 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28666] ppid=28651 vsize=10659088 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/28654/task/28666/stat : 28666 (java) S 28651 28654 24602 0 -1 1077944384 330 0 0 0 4 0 0 0 20 0 15 0 39257904 10914906112 11676 33554432000 4194304 4196468 140732890812720 139931785590768 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28667] ppid=28651 vsize=10659088 memory=139863448258176 CPUtime=0.12 cores=1,3,5,7
/proc/28654/task/28667/stat : 28667 (java) S 28651 28654 24602 0 -1 1077944384 781 0 0 0 12 0 0 0 20 0 15 0 39257904 10914906112 11676 33554432000 4194304 4196468 140732890812720 139931784538480 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28668] ppid=28651 vsize=10659088 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28668/stat : 28668 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39257905 10914906112 11676 33554432000 4194304 4196468 140732890812720 139931783485920 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28669] ppid=28651 vsize=10659088 memory=139863448258176 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28669/stat : 28669 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257905 10914906112 11676 33554432000 4194304 4196468 140732890812720 139931782433712 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 46704 KiB

[startup+0.700784 s]
/proc/loadavg: 2.28 2.24 2.14 5/216 28669
/proc/meminfo: memFree=20002100/32770624 swapFree=67108852/67108860
[pid=28654] ppid=28651 vsize=10659088 memory=142932 CPUtime=1.71 cores=1,3,5,7
/proc/28654/stat : 28654 (java) S 28651 28654 24602 0 -1 1077944320 13554 0 0 0 166 5 0 0 20 0 15 0 39257899 10914906112 35733 33554432000 4194304 4196468 140732890812720 140732890795264 139932754796279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
/proc/28654/statm: 2664772 35733 3111 1 0 2627263 0
[pid=28654/tid=28656] ppid=28651 vsize=10659088 memory=1732 CPUtime=0.68 cores=1,3,5,7
/proc/28654/task/28656/stat : 28656 (java) R 28651 28654 24602 0 -1 4202560 6094 0 0 0 64 4 0 0 20 0 15 0 39257899 10914906112 35733 33554432000 4194304 4196468 140732890812720 139932759026464 139932394751733 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28657] ppid=28651 vsize=10659088 memory=1704 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28657/stat : 28657 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914906112 35733 33554432000 4194304 4196468 140732890812720 139932720077200 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28658] ppid=28651 vsize=10659088 memory=796 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28658/stat : 28658 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914906112 35733 33554432000 4194304 4196468 140732890812720 139932360878352 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28659] ppid=28651 vsize=10659088 memory=10936 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28659/stat : 28659 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257900 10914906112 35733 33554432000 4194304 4196468 140732890812720 139932359826064 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28660] ppid=28651 vsize=10659088 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28660/stat : 28660 (java) S 28651 28654 24602 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 39257900 10914906112 35733 33554432000 4194304 4196468 140732890812720 139932358773264 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28661] ppid=28651 vsize=10659088 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28661/stat : 28661 (java) S 28651 28654 24602 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 39257901 10914906112 35733 33554432000 4194304 4196468 140732890812720 139931790854768 139932754807426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28662] ppid=28651 vsize=10659088 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28662/stat : 28662 (java) S 28651 28654 24602 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 39257902 10914906112 35733 33554432000 4194304 4196468 140732890812720 139931789800736 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28663] ppid=28651 vsize=10659088 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28663/stat : 28663 (java) S 28651 28654 24602 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 39257902 10914906112 35733 33554432000 4194304 4196468 140732890812720 139931788748400 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28664] ppid=28651 vsize=10659088 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28664/stat : 28664 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39257904 10914906112 35733 33554432000 4194304 4196468 140732890812720 139931787696720 139932754814875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28665] ppid=28651 vsize=10659088 memory=7302135314614015848 CPUtime=0.36 cores=1,3,5,7
/proc/28654/task/28665/stat : 28665 (java) R 28651 28654 24602 0 -1 4202560 2926 0 0 0 36 0 0 0 20 0 15 0 39257904 10914906112 35733 33554432000 4194304 4196468 140732890812720 139931786624376 139932738293049 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28666] ppid=28651 vsize=10659088 memory=7811323491934034025 CPUtime=0.39 cores=1,3,5,7
/proc/28654/task/28666/stat : 28666 (java) R 28651 28654 24602 0 -1 4202560 1792 0 0 0 39 0 0 0 20 0 15 0 39257904 10914906112 35733 33554432000 4194304 4196468 140732890812720 139931785576792 139932736317056 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28667] ppid=28651 vsize=10659088 memory=7295946094789283920 CPUtime=0.26 cores=1,3,5,7
/proc/28654/task/28667/stat : 28667 (java) S 28651 28654 24602 0 -1 1077944384 1372 0 0 0 26 0 0 0 20 0 15 0 39257904 10914906112 35733 33554432000 4194304 4196468 140732890812720 139931784538480 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28668] ppid=28651 vsize=10659088 memory=0 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28668/stat : 28668 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 39257905 10914906112 35733 33554432000 4194304 4196468 140732890812720 139931783485920 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28669] ppid=28651 vsize=10659088 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28669/stat : 28669 (java) S 28651 28654 24602 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 39257905 10914906112 35733 33554432000 4194304 4196468 140732890812720 139931782433712 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10659088 KiB
Current children cumulated memory: 142932 KiB

[startup+1.5008 s]
/proc/loadavg: 2.28 2.24 2.14 4/216 28669
/proc/meminfo: memFree=19878008/32770624 swapFree=67108852/67108860
[pid=28654] ppid=28651 vsize=10659088 memory=290024 CPUtime=3.71 cores=1,3,5,7
/proc/28654/stat : 28654 (java) S 28651 28654 24602 0 -1 1077944320 19327 0 0 0 355 16 0 0 20 0 15 0 39257899 10914906112 72506 33554432000 4194304 4196468 140732890812720 140732890795264 139932754796279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
/proc/28654/statm: 2664772 72506 3144 1 0 2627263 0
[pid=28654/tid=28656] ppid=28651 vsize=10659088 memory=0 CPUtime=1.37 cores=1,3,5,7
/proc/28654/task/28656/stat : 28656 (java) R 28651 28654 24602 0 -1 4202560 6122 0 0 0 133 4 0 0 20 0 15 0 39257899 10914906112 72506 33554432000 4194304 4196468 140732890812720 139932759026944 139932391700342 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28657] ppid=28651 vsize=10659088 memory=-6951259422114956437 CPUtime=0.09 cores=1,3,5,7
/proc/28654/task/28657/stat : 28657 (java) S 28651 28654 24602 0 -1 1077944384 163 0 0 0 7 2 0 0 20 0 15 0 39257900 10914906112 72506 33554432000 4194304 4196468 140732890812720 139932720077200 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28658] ppid=28651 vsize=10659088 memory=-6509546260019855299 CPUtime=0.09 cores=1,3,5,7
/proc/28654/task/28658/stat : 28658 (java) S 28651 28654 24602 0 -1 1077944384 139 0 0 0 7 2 0 0 20 0 15 0 39257900 10914906112 72506 33554432000 4194304 4196468 140732890812720 139932360878352 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28659] ppid=28651 vsize=10659088 memory=-7390251449858225344 CPUtime=0.05 cores=1,3,5,7
/proc/28654/task/28659/stat : 28659 (java) S 28651 28654 24602 0 -1 1077944384 120 0 0 0 4 1 0 0 20 0 15 0 39257900 10914906112 72506 33554432000 4194304 4196468 140732890812720 139932359826064 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28660] ppid=28651 vsize=10659088 memory=4134692831991786133 CPUtime=0.05 cores=1,3,5,7
/proc/28654/task/28660/stat : 28660 (java) S 28651 28654 24602 0 -1 1077944384 42 0 0 0 4 1 0 0 20 0 15 0 39257900 10914906112 72506 33554432000 4194304 4196468 140732890812720 139932358773264 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28661] ppid=28651 vsize=10659088 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28661/stat : 28661 (java) S 28651 28654 24602 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 15 0 39257901 10914906112 72506 33554432000 4194304 4196468 140732890812720 139931790854768 139932754807426 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0

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

[pid=28654/tid=28657] ppid=28651 vsize=10794416 memory=1300 CPUtime=311.44 cores=1,3,5,7
/proc/28654/task/28657/stat : 28657 (java) R 28651 28654 24602 0 -1 4202560 22242 0 0 0 31002 142 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932720077400 139932736392198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28658] ppid=28651 vsize=10794416 memory=6791534058613427641 CPUtime=310.49 cores=1,3,5,7
/proc/28654/task/28658/stat : 28658 (java) R 28651 28654 24602 0 -1 4202560 19152 0 0 0 30912 137 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932360878552 139932739747406 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28659] ppid=28651 vsize=10794416 memory=1704 CPUtime=310.03 cores=1,3,5,7
/proc/28654/task/28659/stat : 28659 (java) R 28651 28654 24602 0 -1 4202560 16067 0 0 0 30853 150 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932359825952 139932736392096 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28660] ppid=28651 vsize=10794416 memory=796 CPUtime=309.15 cores=1,3,5,7
/proc/28654/task/28660/stat : 28660 (java) R 28651 28654 24602 0 -1 4202560 14914 0 0 0 30769 146 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932358773464 139932739746884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28661] ppid=28651 vsize=10794416 memory=10936 CPUtime=20.59 cores=1,3,5,7
/proc/28654/task/28661/stat : 28661 (java) S 28651 28654 24602 0 -1 1077944384 62962 0 0 0 2055 4 0 0 20 0 17 0 39257901 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931790853088 139932754806485 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28662] ppid=28651 vsize=10794416 memory=8081596 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28662/stat : 28662 (java) S 28651 28654 24602 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 39257902 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931789800800 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28663] ppid=28651 vsize=10794416 memory=8081596 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28663/stat : 28663 (java) S 28651 28654 24602 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 39257902 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931788748416 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28664] ppid=28651 vsize=10794416 memory=5372 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28664/stat : 28664 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931787696720 139932754814875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28665] ppid=28651 vsize=10794416 memory=1440 CPUtime=1.4 cores=1,3,5,7
/proc/28654/task/28665/stat : 28665 (java) S 28651 28654 24602 0 -1 1077944384 9106 0 0 0 139 1 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931786643568 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28666] ppid=28651 vsize=10794416 memory=4612 CPUtime=0.8 cores=1,3,5,7
/proc/28654/task/28666/stat : 28666 (java) S 28651 28654 24602 0 -1 1077944384 3828 0 0 0 80 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931785590768 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28667] ppid=28651 vsize=10794416 memory=15876 CPUtime=0.34 cores=1,3,5,7
/proc/28654/task/28667/stat : 28667 (java) S 28651 28654 24602 0 -1 1077944384 3566 0 0 0 34 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931784534352 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28668] ppid=28651 vsize=10794416 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28668/stat : 28668 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39257905 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931783485920 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28669] ppid=28651 vsize=10794416 memory=8648 CPUtime=0.26 cores=1,3,5,7
/proc/28654/task/28669/stat : 28669 (java) S 28651 28654 24602 0 -1 1077944384 1363 0 0 0 13 13 0 0 20 0 17 0 39257905 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931782433712 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28683] ppid=28651 vsize=10794416 memory=16432 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28683/stat : 28683 (java) S 28651 28654 24602 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 39291176 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931781378240 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28684] ppid=28651 vsize=10794416 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28684/stat : 28684 (java) S 28651 28654 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 39291176 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931469828784 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
Current children cumulated CPU time: 1283.28 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8081596 KiB

[startup+355.202 s]
/proc/loadavg: 4.77 3.89 2.90 6/218 28685
/proc/meminfo: memFree=11735156/32770624 swapFree=67108852/67108860
[pid=28654] ppid=28651 vsize=10794416 memory=8081596 CPUtime=1289.58 cores=1,3,5,7
/proc/28654/stat : 28654 (java) S 28651 28654 24602 0 -1 1077944320 171694 0 0 0 128355 603 0 0 20 0 17 0 39257899 11053481984 2020399 33554432000 4194304 4196468 140732890812720 140732890795264 139932754796279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
/proc/28654/statm: 2698604 2020399 3222 1 0 2661057 0
[pid=28654/tid=28656] ppid=28651 vsize=10794416 memory=8081592 CPUtime=18.68 cores=1,3,5,7
/proc/28654/task/28656/stat : 28656 (java) S 28651 28654 24602 0 -1 1077944384 16905 0 0 0 1852 16 0 0 20 0 17 0 39257899 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932759036960 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28657] ppid=28651 vsize=10794416 memory=7100839861465685612 CPUtime=313.03 cores=1,3,5,7
/proc/28654/task/28657/stat : 28657 (java) R 28651 28654 24602 0 -1 4202560 22328 0 0 0 31161 142 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932720077400 139932739792772 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28658] ppid=28651 vsize=10794416 memory=3848 CPUtime=312.03 cores=1,3,5,7
/proc/28654/task/28658/stat : 28658 (java) R 28651 28654 24602 0 -1 4202560 19154 0 0 0 31066 137 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932360878552 139932736406027 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28659] ppid=28651 vsize=10794416 memory=6791534058613427641 CPUtime=311.6 cores=1,3,5,7
/proc/28654/task/28659/stat : 28659 (java) R 28651 28654 24602 0 -1 4202560 16067 0 0 0 31010 150 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932359825952 139932739792686 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28660] ppid=28651 vsize=10794416 memory=13920 CPUtime=310.73 cores=1,3,5,7
/proc/28654/task/28660/stat : 28660 (java) R 28651 28654 24602 0 -1 4202560 14914 0 0 0 30927 146 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932358773264 139932739792899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28661] ppid=28651 vsize=10794416 memory=2416 CPUtime=20.6 cores=1,3,5,7
/proc/28654/task/28661/stat : 28661 (java) S 28651 28654 24602 0 -1 1077944384 62963 0 0 0 2056 4 0 0 20 0 17 0 39257901 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931790853312 139932754806485 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28662] ppid=28651 vsize=10794416 memory=1300 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28662/stat : 28662 (java) S 28651 28654 24602 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 39257902 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931789800800 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28663] ppid=28651 vsize=10794416 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28663/stat : 28663 (java) S 28651 28654 24602 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 39257902 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931788748416 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28664] ppid=28651 vsize=10794416 memory=8372 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28664/stat : 28664 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931787696720 139932754814875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28665] ppid=28651 vsize=10794416 memory=1228 CPUtime=1.4 cores=1,3,5,7
/proc/28654/task/28665/stat : 28665 (java) S 28651 28654 24602 0 -1 1077944384 9106 0 0 0 139 1 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931786643568 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28666] ppid=28651 vsize=10794416 memory=5372 CPUtime=0.8 cores=1,3,5,7
/proc/28654/task/28666/stat : 28666 (java) S 28651 28654 24602 0 -1 1077944384 3828 0 0 0 80 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931785590768 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28667] ppid=28651 vsize=10794416 memory=1440 CPUtime=0.34 cores=1,3,5,7
/proc/28654/task/28667/stat : 28667 (java) S 28651 28654 24602 0 -1 1077944384 3566 0 0 0 34 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931784534352 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28668] ppid=28651 vsize=10794416 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28668/stat : 28668 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39257905 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931783485920 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28669] ppid=28651 vsize=10794416 memory=15876 CPUtime=0.27 cores=1,3,5,7
/proc/28654/task/28669/stat : 28669 (java) S 28651 28654 24602 0 -1 1077944384 1363 0 0 0 13 14 0 0 20 0 17 0 39257905 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931782433712 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28683] ppid=28651 vsize=10794416 memory=4044 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28683/stat : 28683 (java) S 28651 28654 24602 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 39291176 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931781378240 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28684] ppid=28651 vsize=10794416 memory=8648 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28684/stat : 28684 (java) S 28651 28654 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 39291176 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931469828784 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
Current children cumulated CPU time: 1289.58 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8081596 KiB

[startup+356.002 s]*
/proc/loadavg: 4.77 3.89 2.90 6/218 28685
/proc/meminfo: memFree=11735052/32770624 swapFree=67108852/67108860
[pid=28654] ppid=28651 vsize=10794416 memory=8081596 CPUtime=1292.8 cores=1,3,5,7
/proc/28654/stat : 28654 (java) S 28651 28654 24602 0 -1 1077944320 171814 0 0 0 128677 603 0 0 20 0 17 0 39257899 11053481984 2020399 33554432000 4194304 4196468 140732890812720 140732890795264 139932754796279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
/proc/28654/statm: 2698604 2020399 3222 1 0 2661057 0
[pid=28654/tid=28656] ppid=28651 vsize=10794416 memory=956 CPUtime=18.68 cores=1,3,5,7
/proc/28654/task/28656/stat : 28656 (java) S 28651 28654 24602 0 -1 1077944384 16905 0 0 0 1852 16 0 0 20 0 17 0 39257899 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932759036960 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28657] ppid=28651 vsize=10794416 memory=4126316290023845779 CPUtime=313.84 cores=1,3,5,7
/proc/28654/task/28657/stat : 28657 (java) R 28651 28654 24602 0 -1 4202560 22407 0 0 0 31242 142 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932720077400 139932736405965 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28658] ppid=28651 vsize=10794416 memory=1580 CPUtime=312.83 cores=1,3,5,7
/proc/28654/task/28658/stat : 28658 (java) R 28651 28654 24602 0 -1 4202560 19195 0 0 0 31146 137 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932360878552 139932739792961 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28659] ppid=28651 vsize=10794416 memory=928 CPUtime=312.41 cores=1,3,5,7
/proc/28654/task/28659/stat : 28659 (java) R 28651 28654 24602 0 -1 4202560 16067 0 0 0 31091 150 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932359825952 139932739495117 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28660] ppid=28651 vsize=10794416 memory=2244 CPUtime=311.54 cores=1,3,5,7
/proc/28654/task/28660/stat : 28660 (java) R 28651 28654 24602 0 -1 4202560 14914 0 0 0 31008 146 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932358773464 139932739792689 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28661] ppid=28651 vsize=10794416 memory=4124 CPUtime=20.6 cores=1,3,5,7
/proc/28654/task/28661/stat : 28661 (java) S 28651 28654 24602 0 -1 1077944384 62963 0 0 0 2056 4 0 0 20 0 17 0 39257901 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931790853312 139932754806485 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28662] ppid=28651 vsize=10794416 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28662/stat : 28662 (java) S 28651 28654 24602 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 39257902 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931789800800 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28663] ppid=28651 vsize=10794416 memory=7284 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28663/stat : 28663 (java) S 28651 28654 24602 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 39257902 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931788748416 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28664] ppid=28651 vsize=10794416 memory=844 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28664/stat : 28664 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931787696720 139932754814875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28665] ppid=28651 vsize=10794416 memory=1800 CPUtime=1.4 cores=1,3,5,7
/proc/28654/task/28665/stat : 28665 (java) S 28651 28654 24602 0 -1 1077944384 9106 0 0 0 139 1 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931786643568 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28666] ppid=28651 vsize=10794416 memory=916 CPUtime=0.8 cores=1,3,5,7
/proc/28654/task/28666/stat : 28666 (java) S 28651 28654 24602 0 -1 1077944384 3828 0 0 0 80 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931785590768 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28667] ppid=28651 vsize=10794416 memory=3848 CPUtime=0.34 cores=1,3,5,7
/proc/28654/task/28667/stat : 28667 (java) S 28651 28654 24602 0 -1 1077944384 3566 0 0 0 34 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931784534352 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28668] ppid=28651 vsize=10794416 memory=2580 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28668/stat : 28668 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39257905 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931783485920 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28669] ppid=28651 vsize=10794416 memory=2684 CPUtime=0.27 cores=1,3,5,7
/proc/28654/task/28669/stat : 28669 (java) S 28651 28654 24602 0 -1 1077944384 1363 0 0 0 13 14 0 0 20 0 17 0 39257905 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931782433712 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28683] ppid=28651 vsize=10794416 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28683/stat : 28683 (java) S 28651 28654 24602 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 39291176 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931781378240 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28684] ppid=28651 vsize=10794416 memory=3192 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28684/stat : 28684 (java) S 28651 28654 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 39291176 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931469828784 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
Current children cumulated CPU time: 1292.8 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8081596 KiB

[startup+356.201 s]
/proc/loadavg: 4.77 3.89 2.90 6/218 28685
/proc/meminfo: memFree=11735052/32770624 swapFree=67108852/67108860
[pid=28654] ppid=28651 vsize=10794416 memory=8081596 CPUtime=1293.51 cores=1,3,5,7
/proc/28654/stat : 28654 (java) S 28651 28654 24602 0 -1 1077944320 171814 0 0 0 128748 603 0 0 20 0 17 0 39257899 11053481984 2020399 33554432000 4194304 4196468 140732890812720 140732890795264 139932754796279 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
/proc/28654/statm: 2698604 2020399 3222 1 0 2661057 0
[pid=28654/tid=28656] ppid=28651 vsize=10794416 memory=4612 CPUtime=18.68 cores=1,3,5,7
/proc/28654/task/28656/stat : 28656 (java) S 28651 28654 24602 0 -1 1077944384 16905 0 0 0 1852 16 0 0 20 0 17 0 39257899 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932759036960 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28657] ppid=28651 vsize=10794416 memory=1200 CPUtime=314.01 cores=1,3,5,7
/proc/28654/task/28657/stat : 28657 (java) S 28651 28654 24602 0 -1 1077944384 22407 0 0 0 31259 142 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932720077200 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28658] ppid=28651 vsize=10794416 memory=15876 CPUtime=313 cores=1,3,5,7
/proc/28654/task/28658/stat : 28658 (java) S 28651 28654 24602 0 -1 1077944384 19195 0 0 0 31163 137 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932360878352 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28659] ppid=28651 vsize=10794416 memory=4044 CPUtime=312.59 cores=1,3,5,7
/proc/28654/task/28659/stat : 28659 (java) S 28651 28654 24602 0 -1 1077944384 16067 0 0 0 31109 150 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932359826064 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28660] ppid=28651 vsize=10794416 memory=8648 CPUtime=311.71 cores=1,3,5,7
/proc/28654/task/28660/stat : 28660 (java) S 28651 28654 24602 0 -1 1077944384 14914 0 0 0 31025 146 0 0 20 0 17 0 39257900 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139932358773264 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28661] ppid=28651 vsize=10794416 memory=16432 CPUtime=20.61 cores=1,3,5,7
/proc/28654/task/28661/stat : 28661 (java) R 28651 28654 24602 0 -1 4202560 62963 0 0 0 2057 4 0 0 20 0 17 0 39257901 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931790853312 139932733166440 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28662] ppid=28651 vsize=10794416 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28662/stat : 28662 (java) S 28651 28654 24602 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 17 0 39257902 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931789800800 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28663] ppid=28651 vsize=10794416 memory=644 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28663/stat : 28663 (java) S 28651 28654 24602 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 17 0 39257902 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931788748416 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28664] ppid=28651 vsize=10794416 memory=956 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28664/stat : 28664 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931787696720 139932754814875 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28665] ppid=28651 vsize=10794416 memory=1232 CPUtime=1.4 cores=1,3,5,7
/proc/28654/task/28665/stat : 28665 (java) S 28651 28654 24602 0 -1 1077944384 9106 0 0 0 139 1 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931786643568 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28666] ppid=28651 vsize=10794416 memory=288230574492221466 CPUtime=0.8 cores=1,3,5,7
/proc/28654/task/28666/stat : 28666 (java) S 28651 28654 24602 0 -1 1077944384 3828 0 0 0 80 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931785590768 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28667] ppid=28651 vsize=10794416 memory=288230621803970871 CPUtime=0.34 cores=1,3,5,7
/proc/28654/task/28667/stat : 28667 (java) S 28651 28654 24602 0 -1 1077944384 3566 0 0 0 34 0 0 0 20 0 17 0 39257904 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931784534352 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28668] ppid=28651 vsize=10794416 memory=13564881949427981 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28668/stat : 28668 (java) S 28651 28654 24602 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 17 0 39257905 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931783485920 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28669] ppid=28651 vsize=10794416 memory=5477548 CPUtime=0.27 cores=1,3,5,7
/proc/28654/task/28669/stat : 28669 (java) S 28651 28654 24602 0 -1 1077944384 1363 0 0 0 13 14 0 0 20 0 17 0 39257905 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931782433712 139932754807426 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28683] ppid=28651 vsize=10794416 memory=1404 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28683/stat : 28683 (java) S 28651 28654 24602 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 17 0 39291176 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931781378240 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
[pid=28654/tid=28684] ppid=28651 vsize=10794416 memory=3192 CPUtime=0 cores=1,3,5,7
/proc/28654/task/28684/stat : 28684 (java) S 28651 28654 24602 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 17 0 39291176 11053481984 2020399 33554432000 4194304 4196468 140732890812720 139931469828784 139932754806485 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28987392 140732890821745 140732890821897 140732890821897 140732890824655 0
Current children cumulated CPU time: 1293.51 s
Current children cumulated vsize: 10794416 KiB
Current children cumulated memory: 8081596 KiB

Child status: 0
Real time (s): 356.268
CPU time (s): 1293.6
CPU user time (s): 1287.52
CPU system time (s): 6.07244
CPU usage (%): 363.096
Max. virtual memory (cumulated for all children) (KiB): 10794416
Max. memory (cumulated for all children) (KiB): 8081596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1287.52
system time used= 6.07245
maximum resident set size= 8081724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171846
page faults= 0
swaps= 0
block input operations= 0
block output operations= 496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20237
involuntary context switches= 12066


# summary of solver processes directly reported to runsolver:
#   pid: 28654
#   total CPU time (s): 1293.6
#   total CPU user time (s): 1287.52
#   total CPU system time (s): 6.07244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.05532 second user time and 3.62216 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-22 01:49:07
IDJOB=4289961
IDBENCH=141358
IDSOLVER=2742
FILE ID=node148/4289961-1532216947
RUNJOBID= node148-1532209983-27715
PBS_JOBID= 21018927
Free space on /tmp= 51992 MiB

SOLVER NAME= Sat4j-CSP 2018-07-11
BENCH NAME= XCSP18/TemplateDesign/TemplateDesign-m1s-catfood_c18.xml
COMMAND LINE= java -DCompetitionOutput -jar DIR/sat4j-csp-final.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4289961-1532216947/watcher-4289961-1532216947 -o /tmp/evaluation-result-4289961-1532216947/solver-4289961-1532216947 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532209983-27715 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-final.jar HOME/instance-4289961-1532216947.xml

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

MD5SUM BENCH= 03d7e3da755da5305422e48d51916754
RANDOM SEED=1697652300

node148.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.50
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.50
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.50
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.50
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:        20089388 kB
MemAvailable:   26736552 kB
Buffers:          119716 kB
Cached:          6714764 kB
SwapCached:            8 kB
Active:          6286468 kB
Inactive:        5799436 kB
Active(anon):    5203220 kB
Inactive(anon):    67276 kB
Active(file):    1083248 kB
Inactive(file):  5732160 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:              2480 kB
Writeback:             0 kB
AnonPages:       5284276 kB
Mapped:            46976 kB
Shmem:             17024 kB
Slab:             287528 kB
SReclaimable:     260216 kB
SUnreclaim:        27312 kB
KernelStack:        3856 kB
PageTables:        15496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6449604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5003264 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= 51992 MiB
End job on node148 at 2018-07-22 01:55:04