Trace number 4399760

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
choco-solver 2019-09-16 parallel? 16546.9 2229.64

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-05-07.xml
MD5SUM91a6e92a2ae9197e0e5abb82e178125f
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 benchmark0.3106
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints211
Number of domains1
Minimum domain size35
Maximum domain size35
Distribution of domain sizes[{"size":35,"count":35}]
Minimum variable degree26
Maximum variable degree26
Distribution of variable degrees[{"degree":26,"count":35}]
Minimum constraint arity4
Maximum constraint arity35
Distribution of constraint arities[{"arity":4,"count":210},{"arity":35,"count":1}]
Number of extensional constraints0
Number of intensional constraints210
Distribution of constraint types[{"type":"intension","count":210},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399760-1568716823.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399760-1568716823.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
16546.74/2229.54	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
16546.74/2229.54		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
16546.74/2229.54		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
16546.74/2229.54		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
16546.74/2229.54		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
16546.74/2229.54		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
16546.74/2229.54		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
16546.74/2229.54		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
16546.74/2229.54		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
16546.74/2229.54		at org.xcsp.parser.XCallbacks$$Lambda$109/861842890.accept(Unknown Source)
16546.74/2229.54		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
16546.74/2229.54		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
16546.74/2229.54		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
16546.74/2229.54		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
16546.74/2229.54		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
16546.74/2229.54		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
16546.74/2229.54		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
16546.74/2229.54		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
16546.74/2229.54		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
16546.74/2229.54		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
16546.74/2229.54		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
16546.74/2229.54		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
16546.74/2229.54	s UNKNOWN
16546.74/2229.54	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399760-1568716823/watcher-4399760-1568716823 -o /tmp/evaluation-result-4399760-1568716823/solver-4399760-1568716823 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568711300-29398 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1001292516 HOME/instance-4399760-1568716823.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31066, runsolver pid=31063
Current StackSize limit: 8192 KiB


[startup+0.100123 s]*
/proc/loadavg: 8.22 8.37 8.38 2/211 31087
/proc/meminfo: memFree=26759240/32770624 swapFree=66941552/67108860
[pid=31066] ppid=31063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31066/stat : 31066 (xcsp3-exec) S 31063 31066 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447920944 115843072 363 33554432000 4194304 5098028 140723002032656 140723002030760 139753254564476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17317888 140723002037109 140723002037353 140723002037353 140723002040266 0
/proc/31066/statm: 28282 363 304 221 0 87 0
[pid=31068] ppid=31066 vsize=28227396 memory=28952 CPUtime=0.13 cores=0-7
/proc/31068/stat : 31068 (java) S 31066 31066 29371 0 -1 1077944320 5699 0 0 0 11 2 0 0 20 0 20 0 447920945 28904853504 7238 33554432000 4194304 4196468 140725354029552 140725354012096 140207576202999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
/proc/31068/statm: 7056849 7238 3123 1 0 7019032 0
[pid=31068/tid=31069] ppid=31066 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/31068/task/31069/stat : 31069 (java) R 31066 31066 29371 0 -1 4202560 3612 0 0 0 8 1 0 0 20 0 20 0 447920945 28904853504 7238 33554432000 4194304 4196468 140725354029552 140207580439104 140207576214934 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31070] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31070/stat : 31070 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 7238 33554432000 4194304 4196468 140725354029552 140207532755600 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31071] ppid=31066 vsize=28227396 memory=140175631816320 CPUtime=0 cores=0-7
/proc/31068/task/31071/stat : 31071 (java) S 31066 31066 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 7238 33554432000 4194304 4196468 140725354029552 140207531702800 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31072] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31072/stat : 31072 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 7238 33554432000 4194304 4196468 140725354029552 140207125027216 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31073] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31073/stat : 31073 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 7238 33554432000 4194304 4196468 140725354029552 140207123974416 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31074] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31074/stat : 31074 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 7238 33554432000 4194304 4196468 140725354029552 140207122922640 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31075] ppid=31066 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31068/task/31075/stat : 31075 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 7238 33554432000 4194304 4196468 140725354029552 140207121869840 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31076] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31076/stat : 31076 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 7238 33554432000 4194304 4196468 140725354029552 140207120817040 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31077] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31077/stat : 31077 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 7238 33554432000 4194304 4196468 140725354029552 140207119764240 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31078] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31078/stat : 31078 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920947 28904853504 7238 33554432000 4194304 4196468 140725354029552 140205906000240 140207576214146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31079] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31079/stat : 31079 (java) S 31066 31066 29371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447920948 28904853504 7238 33554432000 4194304 4196468 140725354029552 140205904946208 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31080] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31080/stat : 31080 (java) S 31066 31066 29371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447920948 28904853504 7238 33554432000 4194304 4196468 140725354029552 140205903893360 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31081] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31081/stat : 31081 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920950 28904853504 7238 33554432000 4194304 4196468 140725354029552 140205902841680 140207576221595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31082] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31082/stat : 31082 (java) S 31066 31066 29371 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 447920950 28904853504 7238 33554432000 4194304 4196468 140725354029552 140205901790064 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31083] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31083/stat : 31083 (java) S 31066 31066 29371 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447920950 28904853504 7238 33554432000 4194304 4196468 140725354029552 140205900737264 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31084] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31084/stat : 31084 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920950 28904853504 7238 33554432000 4194304 4196468 140725354029552 140205899684464 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31085] ppid=31066 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/31068/task/31085/stat : 31085 (java) R 31066 31066 29371 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 20 0 447920950 28904853504 7238 33554432000 4194304 4196468 140725354029552 140205898631664 140207568440126 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31086] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31086/stat : 31086 (java) S 31066 31066 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447920950 28904853504 7238 33554432000 4194304 4196468 140725354029552 140205897579104 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31087] ppid=31066 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31068/task/31087/stat : 31087 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920951 28904853504 7238 33554432000 4194304 4196468 140725354029552 140205896526384 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30404 KiB

[startup+0.210731 s]*
/proc/loadavg: 8.22 8.37 8.38 2/211 31087
/proc/meminfo: memFree=26746188/32770624 swapFree=66941552/67108860
[pid=31066] ppid=31063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31066/stat : 31066 (xcsp3-exec) S 31063 31066 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447920944 115843072 363 33554432000 4194304 5098028 140723002032656 140723002030760 139753254564476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17317888 140723002037109 140723002037353 140723002037353 140723002040266 0
/proc/31066/statm: 28282 363 304 221 0 87 0
[pid=31068] ppid=31066 vsize=28227396 memory=40328 CPUtime=0.34 cores=0-7
/proc/31068/stat : 31068 (java) S 31066 31066 29371 0 -1 1077944320 9348 0 0 0 30 4 0 0 20 0 20 0 447920945 28904853504 10082 33554432000 4194304 4196468 140725354029552 140725354012096 140207576202999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
/proc/31068/statm: 7056849 10082 3293 1 0 7019032 0
[pid=31068/tid=31069] ppid=31066 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/31068/task/31069/stat : 31069 (java) R 31066 31066 29371 0 -1 4202560 6591 0 0 0 17 3 0 0 20 0 20 0 447920945 28904853504 10082 33554432000 4194304 4196468 140725354029552 140207580437120 140207576214934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31070] ppid=31066 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/31068/task/31070/stat : 31070 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 10082 33554432000 4194304 4196468 140725354029552 140207532755600 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31071] ppid=31066 vsize=28227396 memory=288370551783528064 CPUtime=0 cores=0-7
/proc/31068/task/31071/stat : 31071 (java) S 31066 31066 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 10082 33554432000 4194304 4196468 140725354029552 140207531702800 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31072] ppid=31066 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31068/task/31072/stat : 31072 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 10082 33554432000 4194304 4196468 140725354029552 140207125027216 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31073] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31073/stat : 31073 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 10082 33554432000 4194304 4196468 140725354029552 140207123974416 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31074] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31074/stat : 31074 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 10082 33554432000 4194304 4196468 140725354029552 140207122922640 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31075] ppid=31066 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31068/task/31075/stat : 31075 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 10082 33554432000 4194304 4196468 140725354029552 140207121869840 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31076] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31076/stat : 31076 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 10082 33554432000 4194304 4196468 140725354029552 140207120817040 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31077] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31077/stat : 31077 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28904853504 10082 33554432000 4194304 4196468 140725354029552 140207119764240 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31078] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31078/stat : 31078 (java) S 31066 31066 29371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447920947 28904853504 10082 33554432000 4194304 4196468 140725354029552 140205906000240 140207576214146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31079] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31079/stat : 31079 (java) S 31066 31066 29371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447920948 28904853504 10082 33554432000 4194304 4196468 140725354029552 140205904946208 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31080] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31080/stat : 31080 (java) S 31066 31066 29371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447920948 28904853504 10082 33554432000 4194304 4196468 140725354029552 140205903893360 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31081] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31081/stat : 31081 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920950 28904853504 10082 33554432000 4194304 4196468 140725354029552 140205902841680 140207576221595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31082] ppid=31066 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/31068/task/31082/stat : 31082 (java) S 31066 31066 29371 0 -1 1077944384 316 0 0 0 1 0 0 0 20 0 20 0 447920950 28904853504 10082 33554432000 4194304 4196468 140725354029552 140205901790064 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31083] ppid=31066 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/31068/task/31083/stat : 31083 (java) S 31066 31066 29371 0 -1 1077944384 278 0 0 0 2 0 0 0 20 0 20 0 447920950 28904853504 10082 33554432000 4194304 4196468 140725354029552 140205900737264 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31084] ppid=31066 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/31068/task/31084/stat : 31084 (java) S 31066 31066 29371 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 447920950 28904853504 10082 33554432000 4194304 4196468 140725354029552 140205899684464 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31085] ppid=31066 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/31068/task/31085/stat : 31085 (java) R 31066 31066 29371 0 -1 4202560 804 0 0 0 7 0 0 0 20 0 20 0 447920950 28904853504 10082 33554432000 4194304 4196468 140725354029552 140205898631664 140207555160833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31086] ppid=31066 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31086/stat : 31086 (java) S 31066 31066 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447920950 28904853504 10082 33554432000 4194304 4196468 140725354029552 140205897579104 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31087] ppid=31066 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31068/task/31087/stat : 31087 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920951 28904853504 10082 33554432000 4194304 4196468 140725354029552 140205896526384 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41780 KiB

[startup+0.318704 s]*
/proc/loadavg: 8.22 8.37 8.38 3/211 31087
/proc/meminfo: memFree=26739632/32770624 swapFree=66941552/67108860
[pid=31066] ppid=31063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31066/stat : 31066 (xcsp3-exec) S 31063 31066 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447920944 115843072 363 33554432000 4194304 5098028 140723002032656 140723002030760 139753254564476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17317888 140723002037109 140723002037353 140723002037353 140723002040266 0
/proc/31066/statm: 28282 363 304 221 0 87 0
[pid=31068] ppid=31066 vsize=28231652 memory=50704 CPUtime=0.54 cores=0-7
/proc/31068/stat : 31068 (java) S 31066 31066 29371 0 -1 1077944320 10967 0 0 0 49 5 0 0 20 0 20 0 447920945 28909211648 12676 33554432000 4194304 4196468 140725354029552 140725354012096 140207576202999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
/proc/31068/statm: 7057913 12676 3371 1 0 7019032 0
[pid=31068/tid=31069] ppid=31066 vsize=28231652 memory=6791534058613427641 CPUtime=0.31 cores=0-7
/proc/31068/task/31069/stat : 31069 (java) R 31066 31066 29371 0 -1 4202560 7853 0 0 0 27 4 0 0 20 0 20 0 447920945 28909211648 12676 33554432000 4194304 4196468 140725354029552 140207580434112 140207576224925 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31070] ppid=31066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31070/stat : 31070 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920946 28909211648 12676 33554432000 4194304 4196468 140725354029552 140207532755600 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31071] ppid=31066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31071/stat : 31071 (java) S 31066 31066 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447920946 28909211648 12676 33554432000 4194304 4196468 140725354029552 140207531702800 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31072] ppid=31066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31072/stat : 31072 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28909211648 12676 33554432000 4194304 4196468 140725354029552 140207125027216 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31073] ppid=31066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31073/stat : 31073 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28909211648 12676 33554432000 4194304 4196468 140725354029552 140207123974416 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31074] ppid=31066 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/31068/task/31074/stat : 31074 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28909211648 12676 33554432000 4194304 4196468 140725354029552 140207122922640 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31075] ppid=31066 vsize=28231652 memory=140175518823343 CPUtime=0 cores=0-7
/proc/31068/task/31075/stat : 31075 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28909211648 12676 33554432000 4194304 4196468 140725354029552 140207121869840 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31076] ppid=31066 vsize=28231652 memory=140175518825648 CPUtime=0 cores=0-7
/proc/31068/task/31076/stat : 31076 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920946 28909211648 12676 33554432000 4194304 4196468 140725354029552 140207120817040 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31077] ppid=31066 vsize=28231652 memory=140175518827952 CPUtime=0 cores=0-7
/proc/31068/task/31077/stat : 31077 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28909211648 12676 33554432000 4194304 4196468 140725354029552 140207119764240 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31078] ppid=31066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31078/stat : 31078 (java) S 31066 31066 29371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447920947 28909211648 12676 33554432000 4194304 4196468 140725354029552 140205906000240 140207576214146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31079] ppid=31066 vsize=28231652 memory=280351037662864 CPUtime=0 cores=0-7
/proc/31068/task/31079/stat : 31079 (java) S 31066 31066 29371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447920948 28909211648 12676 33554432000 4194304 4196468 140725354029552 140205904946208 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31080] ppid=31066 vsize=28231652 memory=280351037669776 CPUtime=0 cores=0-7
/proc/31068/task/31080/stat : 31080 (java) S 31066 31066 29371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447920948 28909211648 12676 33554432000 4194304 4196468 140725354029552 140205903893360 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31081] ppid=31066 vsize=28231652 memory=280351037610928 CPUtime=0 cores=0-7
/proc/31068/task/31081/stat : 31081 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920950 28909211648 12685 33554432000 4194304 4196468 140725354029552 140205902841680 140207576221595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31082] ppid=31066 vsize=28231652 memory=280351037683600 CPUtime=0.02 cores=0-7
/proc/31068/task/31082/stat : 31082 (java) S 31066 31066 29371 0 -1 1077944384 336 0 0 0 2 0 0 0 20 0 20 0 447920950 28909211648 12685 33554432000 4194304 4196468 140725354029552 140205901790064 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31083] ppid=31066 vsize=28231652 memory=280351037690512 CPUtime=0.04 cores=0-7
/proc/31068/task/31083/stat : 31083 (java) S 31066 31066 29371 0 -1 1077944384 440 0 0 0 4 0 0 0 20 0 20 0 447920950 28909211648 12685 33554432000 4194304 4196468 140725354029552 140205900737264 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31084] ppid=31066 vsize=28231652 memory=280351037688208 CPUtime=0.02 cores=0-7
/proc/31068/task/31084/stat : 31084 (java) S 31066 31066 29371 0 -1 1077944384 70 0 0 0 2 0 0 0 20 0 20 0 447920950 28909211648 12685 33554432000 4194304 4196468 140725354029552 140205899684464 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31085] ppid=31066 vsize=28231652 memory=280351037704368 CPUtime=0.12 cores=0-7
/proc/31068/task/31085/stat : 31085 (java) S 31066 31066 29371 0 -1 1077944384 953 0 0 0 12 0 0 0 20 0 20 0 447920950 28909211648 12685 33554432000 4194304 4196468 140725354029552 140205898631664 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31086] ppid=31066 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31086/stat : 31086 (java) S 31066 31066 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447920950 28909211648 12685 33554432000 4194304 4196468 140725354029552 140205897579104 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31087] ppid=31066 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/31068/task/31087/stat : 31087 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920951 28909211648 12685 33554432000 4194304 4196468 140725354029552 140205896526384 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 52156 KiB

[startup+0.701036 s]
/proc/loadavg: 8.22 8.37 8.38 5/211 31087
/proc/meminfo: memFree=26728652/32770624 swapFree=66941552/67108860
[pid=31066] ppid=31063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31066/stat : 31066 (xcsp3-exec) S 31063 31066 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447920944 115843072 363 33554432000 4194304 5098028 140723002032656 140723002030760 139753254564476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17317888 140723002037109 140723002037353 140723002037353 140723002040266 0
/proc/31066/statm: 28282 363 304 221 0 87 0
[pid=31068] ppid=31066 vsize=28233776 memory=134680 CPUtime=1.24 cores=0-7
/proc/31068/stat : 31068 (java) S 31066 31066 29371 0 -1 1077944320 13093 0 0 0 116 8 0 0 20 0 20 0 447920945 28911386624 33670 33554432000 4194304 4196468 140725354029552 140725354012096 140207576202999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
/proc/31068/statm: 7058444 33670 3436 1 0 7019544 0
[pid=31068/tid=31069] ppid=31066 vsize=28233776 memory=280351038062256 CPUtime=0.67 cores=0-7
/proc/31068/task/31069/stat : 31069 (java) R 31066 31066 29371 0 -1 4202560 9032 0 0 0 62 5 0 0 20 0 20 0 447920945 28911386624 33670 33554432000 4194304 4196468 140725354029552 140207580438560 140207214262636 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31070] ppid=31066 vsize=28233776 memory=140175519032176 CPUtime=0 cores=0-7
/proc/31068/task/31070/stat : 31070 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920946 28911386624 33670 33554432000 4194304 4196468 140725354029552 140207532755600 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31071] ppid=31066 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31068/task/31071/stat : 31071 (java) S 31066 31066 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447920946 28911386624 33670 33554432000 4194304 4196468 140725354029552 140207531702800 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31072] ppid=31066 vsize=28233776 memory=6004 CPUtime=0 cores=0-7
/proc/31068/task/31072/stat : 31072 (java) S 31066 31066 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447920946 28911386624 33670 33554432000 4194304 4196468 140725354029552 140207125027216 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0

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

[pid=31066] ppid=31063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31066/stat : 31066 (xcsp3-exec) S 31063 31066 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447920944 115843072 363 33554432000 4194304 5098028 140723002032656 140723002030760 139753254564476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17317888 140723002037109 140723002037353 140723002037353 140723002040266 0
/proc/31066/statm: 28282 363 304 221 0 87 0
[pid=31068] ppid=31066 vsize=28233776 memory=17815908 CPUtime=16543.3 cores=0-7
/proc/31068/stat : 31068 (java) S 31066 31066 29371 0 -1 1077944320 3156095 0 0 0 1647067 7259 0 0 20 0 20 0 447920945 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140725354012096 140207576202999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
/proc/31068/statm: 7058444 4453977 3503 1 0 7019544 0
[pid=31068/tid=31069] ppid=31066 vsize=28233776 memory=1452 CPUtime=64.33 cores=0-7
/proc/31068/task/31069/stat : 31069 (java) S 31066 31066 29371 0 -1 1077944384 20489 0 0 0 6416 17 0 0 20 0 20 0 447920945 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207580442784 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31070] ppid=31066 vsize=28233776 memory=17815904 CPUtime=2049.63 cores=0-7
/proc/31068/task/31070/stat : 31070 (java) R 31066 31066 29371 0 -1 4202560 193633 0 0 0 204107 856 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207532755720 140207568831207 0 4 0 16800975 0 0 0 -1 7 0 0 33 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31071] ppid=31066 vsize=28233776 memory=48400 CPUtime=2045.63 cores=0-7
/proc/31068/task/31071/stat : 31071 (java) R 31066 31066 29371 0 -1 4202560 200308 0 0 0 203681 882 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207531702920 140207568831207 0 4 0 16800975 0 0 0 -1 2 0 0 27 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31072] ppid=31066 vsize=28233776 memory=1452 CPUtime=2045.34 cores=0-7
/proc/31068/task/31072/stat : 31072 (java) R 31066 31066 29371 0 -1 4202560 186211 0 0 0 203695 839 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207125027024 140207568831207 0 4 0 16800975 0 0 0 -1 6 0 0 29 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31073] ppid=31066 vsize=28233776 memory=6791534058613427641 CPUtime=2045.63 cores=0-7
/proc/31068/task/31073/stat : 31073 (java) R 31066 31066 29371 0 -1 4202560 200319 0 0 0 203652 911 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207123974224 140207568831207 0 4 0 16800975 0 0 0 -1 4 0 0 29 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31074] ppid=31066 vsize=28233776 memory=6944656592455097440 CPUtime=2046.15 cores=0-7
/proc/31068/task/31074/stat : 31074 (java) R 31066 31066 29371 0 -1 4202560 196433 0 0 0 203676 939 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207122922840 140207560902830 0 4 0 16800975 0 0 0 -1 5 0 0 33 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31075] ppid=31066 vsize=28233776 memory=6943526294502006880 CPUtime=2046.68 cores=0-7
/proc/31068/task/31075/stat : 31075 (java) R 31066 31066 29371 0 -1 4202560 191943 0 0 0 203757 911 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207121869648 140207568831207 0 4 0 16800975 0 0 0 -1 0 0 0 29 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31076] ppid=31066 vsize=28233776 memory=988 CPUtime=2044.01 cores=0-7
/proc/31068/task/31076/stat : 31076 (java) R 31066 31066 29371 0 -1 4202560 198667 0 0 0 203533 868 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207120816848 140207568831207 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31077] ppid=31066 vsize=28233776 memory=1428 CPUtime=2046.44 cores=0-7
/proc/31068/task/31077/stat : 31077 (java) R 31066 31066 29371 0 -1 4202560 204300 0 0 0 203738 906 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207119764048 140207568831207 0 4 0 16800975 0 0 0 -1 3 0 0 33 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31078] ppid=31066 vsize=28233776 memory=1752 CPUtime=107.32 cores=0-7
/proc/31068/task/31078/stat : 31078 (java) S 31066 31066 29371 0 -1 1077944384 1544330 0 0 0 10615 117 0 0 20 0 20 0 447920947 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205905998784 140207576213205 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31079] ppid=31066 vsize=28233776 memory=273602301719228 CPUtime=0 cores=0-7
/proc/31068/task/31079/stat : 31079 (java) S 31066 31066 29371 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 447920948 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205904946272 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31080] ppid=31066 vsize=28233776 memory=273602301719229 CPUtime=0 cores=0-7
/proc/31068/task/31080/stat : 31080 (java) S 31066 31066 29371 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 447920948 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205903893376 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31081] ppid=31066 vsize=28233776 memory=273602301719230 CPUtime=0 cores=0-7
/proc/31068/task/31081/stat : 31081 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205902841680 140207576221595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31082] ppid=31066 vsize=28233776 memory=-3622645143214314312 CPUtime=0.18 cores=0-7
/proc/31068/task/31082/stat : 31082 (java) S 31066 31066 29371 0 -1 1077944384 2087 0 0 0 17 1 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205901790112 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31083] ppid=31066 vsize=28233776 memory=1088 CPUtime=0.3 cores=0-7
/proc/31068/task/31083/stat : 31083 (java) S 31066 31066 29371 0 -1 1077944384 3962 0 0 0 29 1 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205900737312 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31084] ppid=31066 vsize=28233776 memory=988 CPUtime=0.2 cores=0-7
/proc/31068/task/31084/stat : 31084 (java) S 31066 31066 29371 0 -1 1077944384 2267 0 0 0 19 1 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205899684224 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31085] ppid=31066 vsize=28233776 memory=780 CPUtime=0.45 cores=0-7
/proc/31068/task/31085/stat : 31085 (java) S 31066 31066 29371 0 -1 1077944384 6657 0 0 0 43 2 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205898631712 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31086] ppid=31066 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/31068/task/31086/stat : 31086 (java) S 31066 31066 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205897579104 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31087] ppid=31066 vsize=28233776 memory=1088 CPUtime=0.86 cores=0-7
/proc/31068/task/31087/stat : 31087 (java) S 31066 31066 29371 0 -1 1077944384 3165 0 0 0 33 53 0 0 20 0 20 0 447920951 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205896526384 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
Current children cumulated CPU time: 16543.3 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 17817360 KiB

[startup+2228.8 s]
/proc/loadavg: 7.89 7.77 7.75 2/212 31283
/proc/meminfo: memFree=8937784/32770624 swapFree=66941552/67108860
[pid=31066] ppid=31063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31066/stat : 31066 (xcsp3-exec) S 31063 31066 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447920944 115843072 363 33554432000 4194304 5098028 140723002032656 140723002030760 139753254564476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17317888 140723002037109 140723002037353 140723002037353 140723002040266 0
/proc/31066/statm: 28282 363 304 221 0 87 0
[pid=31068] ppid=31066 vsize=28233776 memory=17815908 CPUtime=16546 cores=0-7
/proc/31068/stat : 31068 (java) S 31066 31066 29371 0 -1 1077944320 3158743 0 0 0 1647343 7261 0 0 20 0 20 0 447920945 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140725354012096 140207576202999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
/proc/31068/statm: 7058444 4453977 3503 1 0 7019544 0
[pid=31068/tid=31069] ppid=31066 vsize=28233776 memory=988 CPUtime=64.33 cores=0-7
/proc/31068/task/31069/stat : 31069 (java) S 31066 31066 29371 0 -1 1077944384 20489 0 0 0 6416 17 0 0 20 0 20 0 447920945 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207580442784 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31070] ppid=31066 vsize=28233776 memory=6791534058613427641 CPUtime=2049.8 cores=0-7
/proc/31068/task/31070/stat : 31070 (java) S 31066 31066 29371 0 -1 1077944384 193634 0 0 0 204123 857 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207532755600 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31071] ppid=31066 vsize=28233776 memory=1452 CPUtime=2045.8 cores=0-7
/proc/31068/task/31071/stat : 31071 (java) S 31066 31066 29371 0 -1 1077944384 200308 0 0 0 203698 882 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207531702800 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31072] ppid=31066 vsize=28233776 memory=17815908 CPUtime=2045.51 cores=0-7
/proc/31068/task/31072/stat : 31072 (java) S 31066 31066 29371 0 -1 1077944384 186214 0 0 0 203711 840 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207125027216 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31073] ppid=31066 vsize=28233776 memory=28304 CPUtime=2045.8 cores=0-7
/proc/31068/task/31073/stat : 31073 (java) S 31066 31066 29371 0 -1 1077944384 200319 0 0 0 203669 911 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207123974416 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31074] ppid=31066 vsize=28233776 memory=1556 CPUtime=2046.32 cores=0-7
/proc/31068/task/31074/stat : 31074 (java) S 31066 31066 29371 0 -1 1077944384 196561 0 0 0 203693 939 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207122922640 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31075] ppid=31066 vsize=28233776 memory=1452 CPUtime=2046.85 cores=0-7
/proc/31068/task/31075/stat : 31075 (java) S 31066 31066 29371 0 -1 1077944384 191945 0 0 0 203774 911 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207121869840 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31076] ppid=31066 vsize=28233776 memory=17815908 CPUtime=2044.19 cores=0-7
/proc/31068/task/31076/stat : 31076 (java) S 31066 31066 29371 0 -1 1077944384 198670 0 0 0 203550 869 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207120817040 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31077] ppid=31066 vsize=28233776 memory=13252 CPUtime=2046.61 cores=0-7
/proc/31068/task/31077/stat : 31077 (java) S 31066 31066 29371 0 -1 1077944384 204300 0 0 0 203755 906 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207119764240 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31078] ppid=31066 vsize=28233776 memory=15460 CPUtime=108.74 cores=0-7
/proc/31068/task/31078/stat : 31078 (java) R 31066 31066 29371 0 -1 4202560 1546841 0 0 0 10757 117 0 0 20 0 20 0 447920947 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205905998672 140207561199403 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31079] ppid=31066 vsize=28233776 memory=17668 CPUtime=0 cores=0-7
/proc/31068/task/31079/stat : 31079 (java) S 31066 31066 29371 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 447920948 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205904946272 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31080] ppid=31066 vsize=28233776 memory=3472328296227679345 CPUtime=0 cores=0-7
/proc/31068/task/31080/stat : 31080 (java) S 31066 31066 29371 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 447920948 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205903893376 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31081] ppid=31066 vsize=28233776 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/31068/task/31081/stat : 31081 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205902841680 140207576221595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31082] ppid=31066 vsize=28233776 memory=6944656592455360604 CPUtime=0.18 cores=0-7
/proc/31068/task/31082/stat : 31082 (java) S 31066 31066 29371 0 -1 1077944384 2087 0 0 0 17 1 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205901790112 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31083] ppid=31066 vsize=28233776 memory=6655300316396806240 CPUtime=0.3 cores=0-7
/proc/31068/task/31083/stat : 31083 (java) S 31066 31066 29371 0 -1 1077944384 3962 0 0 0 29 1 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205900737312 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31084] ppid=31066 vsize=28233776 memory=-7595754389018307680 CPUtime=0.2 cores=0-7
/proc/31068/task/31084/stat : 31084 (java) S 31066 31066 29371 0 -1 1077944384 2267 0 0 0 19 1 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205899684224 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31085] ppid=31066 vsize=28233776 memory=-6876588628787748224 CPUtime=0.45 cores=0-7
/proc/31068/task/31085/stat : 31085 (java) S 31066 31066 29371 0 -1 1077944384 6657 0 0 0 43 2 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205898631712 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31086] ppid=31066 vsize=28233776 memory=532 CPUtime=0 cores=0-7
/proc/31068/task/31086/stat : 31086 (java) S 31066 31066 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205897579104 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31087] ppid=31066 vsize=28233776 memory=928 CPUtime=0.86 cores=0-7
/proc/31068/task/31087/stat : 31087 (java) S 31066 31066 29371 0 -1 1077944384 3165 0 0 0 33 53 0 0 20 0 20 0 447920951 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205896526384 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
Current children cumulated CPU time: 16546 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 17817360 KiB

[startup+2229.2 s]
/proc/loadavg: 7.89 7.77 7.75 2/212 31283
/proc/meminfo: memFree=8937908/32770624 swapFree=66941552/67108860
[pid=31066] ppid=31063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31066/stat : 31066 (xcsp3-exec) S 31063 31066 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447920944 115843072 363 33554432000 4194304 5098028 140723002032656 140723002030760 139753254564476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17317888 140723002037109 140723002037353 140723002037353 140723002040266 0
/proc/31066/statm: 28282 363 304 221 0 87 0
[pid=31068] ppid=31066 vsize=28233776 memory=17815908 CPUtime=16546.4 cores=0-7
/proc/31068/stat : 31068 (java) S 31066 31066 29371 0 -1 1077944320 3158743 0 0 0 1647383 7261 0 0 20 0 20 0 447920945 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140725354012096 140207576202999 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
/proc/31068/statm: 7058444 4453977 3503 1 0 7019544 0
[pid=31068/tid=31069] ppid=31066 vsize=28233776 memory=6791534058613427641 CPUtime=64.33 cores=0-7
/proc/31068/task/31069/stat : 31069 (java) S 31066 31066 29371 0 -1 1077944384 20489 0 0 0 6416 17 0 0 20 0 20 0 447920945 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207580442784 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31070] ppid=31066 vsize=28233776 memory=288230583166042426 CPUtime=2049.8 cores=0-7
/proc/31068/task/31070/stat : 31070 (java) S 31066 31066 29371 0 -1 1077944384 193634 0 0 0 204123 857 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207532755600 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 33 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31071] ppid=31066 vsize=28233776 memory=13847469322668657 CPUtime=2045.8 cores=0-7
/proc/31068/task/31071/stat : 31071 (java) S 31066 31066 29371 0 -1 1077944384 200308 0 0 0 203698 882 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207531702800 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31072] ppid=31066 vsize=28233776 memory=6004 CPUtime=2045.51 cores=0-7
/proc/31068/task/31072/stat : 31072 (java) S 31066 31066 29371 0 -1 1077944384 186214 0 0 0 203711 840 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207125027216 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31073] ppid=31066 vsize=28233776 memory=624 CPUtime=2045.8 cores=0-7
/proc/31068/task/31073/stat : 31073 (java) S 31066 31066 29371 0 -1 1077944384 200319 0 0 0 203669 911 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207123974416 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31074] ppid=31066 vsize=28233776 memory=4004 CPUtime=2046.32 cores=0-7
/proc/31068/task/31074/stat : 31074 (java) S 31066 31066 29371 0 -1 1077944384 196561 0 0 0 203693 939 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207122922640 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31075] ppid=31066 vsize=28233776 memory=2832 CPUtime=2046.85 cores=0-7
/proc/31068/task/31075/stat : 31075 (java) S 31066 31066 29371 0 -1 1077944384 191945 0 0 0 203774 911 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207121869840 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 29 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31076] ppid=31066 vsize=28233776 memory=14012 CPUtime=2044.19 cores=0-7
/proc/31068/task/31076/stat : 31076 (java) S 31066 31066 29371 0 -1 1077944384 198670 0 0 0 203550 869 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207120817040 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 27 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31077] ppid=31066 vsize=28233776 memory=2112 CPUtime=2046.61 cores=0-7
/proc/31068/task/31077/stat : 31077 (java) S 31066 31066 29371 0 -1 1077944384 204300 0 0 0 203755 906 0 0 20 0 20 0 447920946 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140207119764240 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 33 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31078] ppid=31066 vsize=28233776 memory=12040 CPUtime=109.14 cores=0-7
/proc/31068/task/31078/stat : 31078 (java) R 31066 31066 29371 0 -1 4202560 1546841 0 0 0 10797 117 0 0 20 0 20 0 447920947 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205905998672 140207561199406 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31079] ppid=31066 vsize=28233776 memory=28304 CPUtime=0 cores=0-7
/proc/31068/task/31079/stat : 31079 (java) S 31066 31066 29371 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 447920948 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205904946272 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31080] ppid=31066 vsize=28233776 memory=1556 CPUtime=0 cores=0-7
/proc/31068/task/31080/stat : 31080 (java) S 31066 31066 29371 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 447920948 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205903893376 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31081] ppid=31066 vsize=28233776 memory=532 CPUtime=0 cores=0-7
/proc/31068/task/31081/stat : 31081 (java) S 31066 31066 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205902841680 140207576221595 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31082] ppid=31066 vsize=28233776 memory=928 CPUtime=0.18 cores=0-7
/proc/31068/task/31082/stat : 31082 (java) S 31066 31066 29371 0 -1 1077944384 2087 0 0 0 17 1 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205901790112 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31083] ppid=31066 vsize=28233776 memory=1452 CPUtime=0.3 cores=0-7
/proc/31068/task/31083/stat : 31083 (java) S 31066 31066 29371 0 -1 1077944384 3962 0 0 0 29 1 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205900737312 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31084] ppid=31066 vsize=28233776 memory=1452 CPUtime=0.2 cores=0-7
/proc/31068/task/31084/stat : 31084 (java) S 31066 31066 29371 0 -1 1077944384 2267 0 0 0 19 1 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205899684224 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31085] ppid=31066 vsize=28233776 memory=1452 CPUtime=0.45 cores=0-7
/proc/31068/task/31085/stat : 31085 (java) S 31066 31066 29371 0 -1 1077944384 6657 0 0 0 43 2 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205898631712 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31086] ppid=31066 vsize=28233776 memory=17815908 CPUtime=0 cores=0-7
/proc/31068/task/31086/stat : 31086 (java) S 31066 31066 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447920950 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205897579104 140207576213205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
[pid=31068/tid=31087] ppid=31066 vsize=28233776 memory=800 CPUtime=0.86 cores=0-7
/proc/31068/task/31087/stat : 31087 (java) S 31066 31066 29371 0 -1 1077944384 3165 0 0 0 33 53 0 0 20 0 20 0 447920951 28911386624 4453977 33554432000 4194304 4196468 140725354029552 140205896526384 140207576214146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22532096 140725354034154 140725354034326 140725354034326 140725354037199 0
Current children cumulated CPU time: 16546.4 s
Current children cumulated vsize: 28346904 KiB
Current children cumulated memory: 17817360 KiB

[startup+2229.6 s]
/proc/loadavg: 7.89 7.77 7.75 2/212 31283
/proc/meminfo: memFree=8937908/32770624 swapFree=66941552/67108860
[pid=31066] ppid=31063 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31066/stat : 31066 (xcsp3-exec) S 31063 31066 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447920944 115843072 363 33554432000 4194304 5098028 140723002032656 140723002030760 139753254564476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 17317888 140723002037109 140723002037353 140723002037353 140723002040266 0
/proc/31066/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 2229.64
CPU time (s): 16546.9
CPU user time (s): 16474.2
CPU system time (s): 72.7023
CPU usage (%): 742.133
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 17817360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16474.2
system time used= 72.7023
maximum resident set size= 17816276
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3165818
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121412
involuntary context switches= 199019


# summary of solver processes directly reported to runsolver:
#   pid: 31066
#   total CPU time (s): 16546.9
#   total CPU user time (s): 16474.2
#   total CPU system time (s): 72.7023

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9242 second user time and 25.3178 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-17 12:39:45
IDJOB=4399760
IDBENCH=139742
IDSOLVER=2854
FILE ID=node149/4399760-1568716823
RUNJOBID= node149-1568711300-29398
PBS_JOBID= 21703928
Free space on /tmp= 61420 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-05-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399760-1568716823/watcher-4399760-1568716823 -o /tmp/evaluation-result-4399760-1568716823/solver-4399760-1568716823 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568711300-29398 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1001292516 HOME/instance-4399760-1568716823.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 91a6e92a2ae9197e0e5abb82e178125f
RANDOM SEED=1001292516

node149.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.81
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.81
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.81
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.81
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:        26776292 kB
MemAvailable:   31844048 kB
Buffers:          116564 kB
Cached:          5252708 kB
SwapCached:        61048 kB
Active:          2426528 kB
Inactive:        3005112 kB
Active(anon):       4376 kB
Inactive(anon):   106200 kB
Active(file):    2422152 kB
Inactive(file):  2898912 kB
Unevictable:      111220 kB
Mlocked:          111220 kB
SwapTotal:      67108860 kB
SwapFree:       66941552 kB
Dirty:             26272 kB
Writeback:             0 kB
AnonPages:        113528 kB
Mapped:            48152 kB
Shmem:             40008 kB
Slab:             154416 kB
SReclaimable:     125056 kB
SUnreclaim:        29360 kB
KernelStack:        3440 kB
PageTables:         5048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61396 MiB
End job on node149 at 2019-09-17 13:16:55