Trace number 4406846

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24 parallel? 7100.55 1286.02

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js15/
SuperTaillard-js-15-26.xml
MD5SUMf8945e9ee38ae25fe131ea9d51f4675a
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark442.279
Satisfiable
(Un)Satisfiability was proved
Number of variables450
Number of constraints5580
Number of domains93
Minimum domain size1087
Maximum domain size1185
Distribution of domain sizes[{"size":1087,"count":6},{"size":1088,"count":2},{"size":1089,"count":4},{"size":1090,"count":4},{"size":1091,"count":4},{"size":1092,"count":2},{"size":1093,"count":12},{"size":1094,"count":8},{"size":1095,"count":6},{"size":1096,"count":4},{"size":1097,"count":2},{"size":1098,"count":4},{"size":1099,"count":6},{"size":1101,"count":4},{"size":1102,"count":2},{"size":1103,"count":4},{"size":1104,"count":2},{"size":1105,"count":6},{"size":1106,"count":8},{"size":1107,"count":10},{"size":1108,"count":4},{"size":1109,"count":2},{"size":1110,"count":6},{"size":1111,"count":2},{"size":1112,"count":4},"...",{"size":1159,"count":10}, {"size":1160,"count":4}, {"size":1161,"count":4}, {"size":1162,"count":6}, {"size":1163,"count":10}, {"size":1164,"count":2}, {"size":1165,"count":2}, {"size":1166,"count":4}, {"size":1167,"count":2}, {"size":1168,"count":2}, {"size":1170,"count":8}, {"size":1171,"count":2}, {"size":1173,"count":4}, {"size":1174,"count":4}, {"size":1175,"count":4}, {"size":1176,"count":6}, {"size":1177,"count":2}, {"size":1178,"count":4}, {"size":1179,"count":4}, {"size":1180,"count":8}, {"size":1181,"count":10}, {"size":1182,"count":6}, {"size":1183,"count":4}, {"size":1184,"count":6}, {"size":1185,"count":2}]
Minimum variable degree16
Maximum variable degree33
Distribution of variable degrees[{"degree":16,"count":30},{"degree":17,"count":195},{"degree":31,"count":30},{"degree":33,"count":195}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":5580}]
Number of extensional constraints0
Number of intensional constraints5580
Distribution of constraint types[{"type":"intension","count":5580}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406846-1569358555.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406846-1569358555.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
7010.01/1271.51	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
7010.01/1271.51		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
7010.01/1271.51		at java.util.Arrays.stream(Arrays.java:5023)
7010.01/1271.51		at java.util.Arrays.stream(Arrays.java:5004)
7010.01/1271.51		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
7010.01/1271.51		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
7010.01/1271.51		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
7010.01/1271.51		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
7010.01/1271.51		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1564984895.valid(Unknown Source)
7010.01/1271.51		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
7010.01/1271.51		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
7010.01/1271.51		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
7010.01/1271.51		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
7010.01/1271.51		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
7010.01/1271.51		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
7010.01/1271.51		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
7010.01/1271.51		at org.xcsp.parser.XCallbacks$$Lambda$89/19986569.accept(Unknown Source)
7010.01/1271.51		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
7010.01/1271.51		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
7010.01/1271.52		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
7010.01/1271.52		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
7010.01/1271.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
7010.01/1271.52		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
7010.01/1271.52		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
7010.01/1271.52		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
7010.01/1271.52		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
7010.01/1271.52		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
7010.01/1271.52		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
7010.01/1271.52		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
7100.32/1285.80	s UNKNOWN
7100.32/1285.80	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 (12549 MiB free)
  memory of node 1: 16384 MiB (13102 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406846-1569358555/watcher-4406846-1569358555 -o /tmp/evaluation-result-4406846-1569358555/solver-4406846-1569358555 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569358512-32399 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 553775857 HOME/instance-4406846-1569358555.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 threadver pid=
, stack expansion will 32413

Current StackSize limit: 8192 KiB


[startup+0.100141 s]*
/proc/loadavg: 8.02 8.14 8.23 3/211 32437
/proc/meminfo: memFree=26249752/32770624 swapFree=66975484/67108860
[pid=32416] ppid=32413 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32416/stat : 32416 (xcsp3-exec) S 32413 32416 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512122260 115843072 363 33554432000 4194304 5098028 140736683016896 140736683015000 139894114824828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38080512 140736683021174 140736683021417 140736683021417 140736683024330 0
/proc/32416/statm: 28282 363 304 221 0 87 0
[pid=32418] ppid=32416 vsize=28227396 memory=29168 CPUtime=0.12 cores=0-7
/proc/32418/stat : 32418 (java) S 32416 32416 32372 0 -1 1077944320 5768 0 0 0 11 1 0 0 20 0 20 0 512122260 28904853504 7292 33554432000 4194304 4196468 140723454144080 140723454126624 139919903096567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
/proc/32418/statm: 7056849 7292 3118 1 0 7019032 0
[pid=32418/tid=32419] ppid=32416 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32418/task/32419/stat : 32419 (java) R 32416 32416 32372 0 -1 4202560 3678 0 0 0 8 1 0 0 20 0 20 0 512122261 28904853504 7292 33554432000 4194304 4196468 140723454144080 139919907331744 139919887140197 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32420] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32420/stat : 32420 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 7292 33554432000 4194304 4196468 140723454144080 139919855717264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32421] ppid=32416 vsize=28227396 memory=140078778738304 CPUtime=0 cores=0-7
/proc/32418/task/32421/stat : 32421 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 7292 33554432000 4194304 4196468 140723454144080 139919854664464 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32422] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32422/stat : 32422 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 7292 33554432000 4194304 4196468 140723454144080 139919853612176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32423] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32423/stat : 32423 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 7292 33554432000 4194304 4196468 140723454144080 139919852559376 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32424] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32424/stat : 32424 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 7292 33554432000 4194304 4196468 140723454144080 139919851506064 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32425] ppid=32416 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32418/task/32425/stat : 32425 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 7292 33554432000 4194304 4196468 140723454144080 139919850453264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32426] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32426/stat : 32426 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 7292 33554432000 4194304 4196468 140723454144080 139919849400976 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32427] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32427/stat : 32427 (java) S 32416 32416 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122262 28904853504 7292 33554432000 4194304 4196468 140723454144080 139919848348176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32428] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32428/stat : 32428 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122263 28904853504 7292 33554432000 4194304 4196468 140723454144080 139918232873584 139919903107714 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32429] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32429/stat : 32429 (java) S 32416 32416 32372 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512122263 28904853504 7292 33554432000 4194304 4196468 140723454144080 139918231819552 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32430] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32430/stat : 32430 (java) S 32416 32416 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512122264 28904853504 7292 33554432000 4194304 4196468 140723454144080 139918230767216 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32431] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32431/stat : 32431 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122266 28904853504 7292 33554432000 4194304 4196468 140723454144080 139918229715536 139919903115163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32432] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32432/stat : 32432 (java) R 32416 32416 32372 0 -1 4202560 311 0 0 0 0 0 0 0 20 0 20 0 512122266 28904853504 7292 33554432000 4194304 4196468 140723454144080 139918228662384 139919896081609 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32433] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32433/stat : 32433 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122266 28904853504 7292 33554432000 4194304 4196468 140723454144080 139918227609584 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32434] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32434/stat : 32434 (java) S 32416 32416 32372 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 512122266 28904853504 7292 33554432000 4194304 4196468 140723454144080 139918226557296 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32435] ppid=32416 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/32418/task/32435/stat : 32435 (java) R 32416 32416 32372 0 -1 4202560 347 0 0 0 2 0 0 0 20 0 20 0 512122266 28904853504 7292 33554432000 4194304 4196468 140723454144080 139918225504496 139919882036231 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32436] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32436/stat : 32436 (java) S 32416 32416 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122266 28904853504 7292 33554432000 4194304 4196468 140723454144080 139918224452448 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32437] ppid=32416 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32418/task/32437/stat : 32437 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122267 28904853504 7292 33554432000 4194304 4196468 140723454144080 139918156229424 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30620 KiB

[startup+0.210506 s]*
/proc/loadavg: 8.02 8.14 8.23 3/211 32437
/proc/meminfo: memFree=26236868/32770624 swapFree=66975484/67108860
[pid=32416] ppid=32413 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32416/stat : 32416 (xcsp3-exec) S 32413 32416 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512122260 115843072 363 33554432000 4194304 5098028 140736683016896 140736683015000 139894114824828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38080512 140736683021174 140736683021417 140736683021417 140736683024330 0
/proc/32416/statm: 28282 363 304 221 0 87 0
[pid=32418] ppid=32416 vsize=28227396 memory=40584 CPUtime=0.34 cores=0-7
/proc/32418/stat : 32418 (java) S 32416 32416 32372 0 -1 1077944320 9408 0 0 0 31 3 0 0 20 0 20 0 512122260 28904853504 10146 33554432000 4194304 4196468 140723454144080 140723454126624 139919903096567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
/proc/32418/statm: 7056849 10146 3300 1 0 7019032 0
[pid=32418/tid=32419] ppid=32416 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/32418/task/32419/stat : 32419 (java) R 32416 32416 32372 0 -1 4202560 6645 0 0 0 18 2 0 0 20 0 20 0 512122261 28904853504 10146 33554432000 4194304 4196468 140723454144080 139919907330448 139919515328209 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32420] ppid=32416 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/32418/task/32420/stat : 32420 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 10146 33554432000 4194304 4196468 140723454144080 139919855717264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32421] ppid=32416 vsize=28227396 memory=3618000867960874656 CPUtime=0 cores=0-7
/proc/32418/task/32421/stat : 32421 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 10146 33554432000 4194304 4196468 140723454144080 139919854664464 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32422] ppid=32416 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32418/task/32422/stat : 32422 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 10146 33554432000 4194304 4196468 140723454144080 139919853612176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32423] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32423/stat : 32423 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 10146 33554432000 4194304 4196468 140723454144080 139919852559376 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32424] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32424/stat : 32424 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 10146 33554432000 4194304 4196468 140723454144080 139919851506064 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32425] ppid=32416 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32418/task/32425/stat : 32425 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 10146 33554432000 4194304 4196468 140723454144080 139919850453264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32426] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32426/stat : 32426 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28904853504 10146 33554432000 4194304 4196468 140723454144080 139919849400976 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32427] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32427/stat : 32427 (java) S 32416 32416 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122262 28904853504 10146 33554432000 4194304 4196468 140723454144080 139919848348176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32428] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32428/stat : 32428 (java) S 32416 32416 32372 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512122263 28904853504 10146 33554432000 4194304 4196468 140723454144080 139918232873584 139919903107714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32429] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32429/stat : 32429 (java) S 32416 32416 32372 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512122263 28904853504 10146 33554432000 4194304 4196468 140723454144080 139918231819552 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32430] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32430/stat : 32430 (java) S 32416 32416 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512122264 28904853504 10146 33554432000 4194304 4196468 140723454144080 139918230767216 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32431] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32431/stat : 32431 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122266 28904853504 10146 33554432000 4194304 4196468 140723454144080 139918229715536 139919903115163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32432] ppid=32416 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/32418/task/32432/stat : 32432 (java) S 32416 32416 32372 0 -1 1077944384 401 0 0 0 1 0 0 0 20 0 20 0 512122266 28904853504 10146 33554432000 4194304 4196468 140723454144080 139918228662384 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32433] ppid=32416 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/32418/task/32433/stat : 32433 (java) S 32416 32416 32372 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 20 0 512122266 28904853504 10146 33554432000 4194304 4196468 140723454144080 139918227609584 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32434] ppid=32416 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/32418/task/32434/stat : 32434 (java) S 32416 32416 32372 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 20 0 512122266 28904853504 10146 33554432000 4194304 4196468 140723454144080 139918226557296 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32435] ppid=32416 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/32418/task/32435/stat : 32435 (java) R 32416 32416 32372 0 -1 4202560 775 0 0 0 8 0 0 0 20 0 20 0 512122266 28904853504 10146 33554432000 4194304 4196468 140723454144080 139918225504304 139919882057406 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32436] ppid=32416 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32436/stat : 32436 (java) S 32416 32416 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122266 28904853504 10146 33554432000 4194304 4196468 140723454144080 139918224452448 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32437] ppid=32416 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/32418/task/32437/stat : 32437 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122267 28904853504 10146 33554432000 4194304 4196468 140723454144080 139918156229424 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42036 KiB

[startup+0.310355 s]*
/proc/loadavg: 8.02 8.14 8.23 4/211 32437
/proc/meminfo: memFree=26229348/32770624 swapFree=66975484/67108860
[pid=32416] ppid=32413 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32416/stat : 32416 (xcsp3-exec) S 32413 32416 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512122260 115843072 363 33554432000 4194304 5098028 140736683016896 140736683015000 139894114824828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38080512 140736683021174 140736683021417 140736683021417 140736683024330 0
/proc/32416/statm: 28282 363 304 221 0 87 0
[pid=32418] ppid=32416 vsize=28231652 memory=49992 CPUtime=0.53 cores=0-7
/proc/32418/stat : 32418 (java) S 32416 32416 32372 0 -1 1077944320 10892 0 0 0 49 4 0 0 20 0 20 0 512122260 28909211648 12498 33554432000 4194304 4196468 140723454144080 140723454126624 139919903096567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
/proc/32418/statm: 7057913 12498 3367 1 0 7019032 0
[pid=32418/tid=32419] ppid=32416 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/32418/task/32419/stat : 32419 (java) R 32416 32416 32372 0 -1 4202560 7790 0 0 0 27 3 0 0 20 0 20 0 512122261 28909211648 12498 33554432000 4194304 4196468 140723454144080 139919907327680 139919887407081 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32420] ppid=32416 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32420/stat : 32420 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28909211648 12498 33554432000 4194304 4196468 140723454144080 139919855717264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32421] ppid=32416 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32421/stat : 32421 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122261 28909211648 12498 33554432000 4194304 4196468 140723454144080 139919854664464 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32422] ppid=32416 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32422/stat : 32422 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28909211648 12498 33554432000 4194304 4196468 140723454144080 139919853612176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32423] ppid=32416 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32423/stat : 32423 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122261 28909211648 12498 33554432000 4194304 4196468 140723454144080 139919852559376 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32424] ppid=32416 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/32418/task/32424/stat : 32424 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122261 28909211648 12498 33554432000 4194304 4196468 140723454144080 139919851506064 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32425] ppid=32416 vsize=28231652 memory=140078680732591 CPUtime=0 cores=0-7
/proc/32418/task/32425/stat : 32425 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28909211648 12498 33554432000 4194304 4196468 140723454144080 139919850453264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32426] ppid=32416 vsize=28231652 memory=140078680734896 CPUtime=0 cores=0-7
/proc/32418/task/32426/stat : 32426 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28909211648 12498 33554432000 4194304 4196468 140723454144080 139919849400976 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32427] ppid=32416 vsize=28231652 memory=140078680737200 CPUtime=0 cores=0-7
/proc/32418/task/32427/stat : 32427 (java) S 32416 32416 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122262 28909211648 12498 33554432000 4194304 4196468 140723454144080 139919848348176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32428] ppid=32416 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32428/stat : 32428 (java) S 32416 32416 32372 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512122263 28909211648 12498 33554432000 4194304 4196468 140723454144080 139918232873584 139919903107714 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32429] ppid=32416 vsize=28231652 memory=280157361481360 CPUtime=0 cores=0-7
/proc/32418/task/32429/stat : 32429 (java) S 32416 32416 32372 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512122263 28909211648 12498 33554432000 4194304 4196468 140723454144080 139918231819552 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32430] ppid=32416 vsize=28231652 memory=280157361488272 CPUtime=0 cores=0-7
/proc/32418/task/32430/stat : 32430 (java) S 32416 32416 32372 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512122264 28909211648 12498 33554432000 4194304 4196468 140723454144080 139918230767216 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32431] ppid=32416 vsize=28231652 memory=280157361429552 CPUtime=0 cores=0-7
/proc/32418/task/32431/stat : 32431 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122266 28909211648 12498 33554432000 4194304 4196468 140723454144080 139918229715536 139919903115163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32432] ppid=32416 vsize=28231652 memory=280157361502096 CPUtime=0.04 cores=0-7
/proc/32418/task/32432/stat : 32432 (java) R 32416 32416 32372 0 -1 4202560 522 0 0 0 4 0 0 0 20 0 20 0 512122266 28909211648 12498 33554432000 4194304 4196468 140723454144080 139918228652768 139919884619044 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32433] ppid=32416 vsize=28231652 memory=280157361509008 CPUtime=0.02 cores=0-7
/proc/32418/task/32433/stat : 32433 (java) S 32416 32416 32372 0 -1 1077944384 115 0 0 0 2 0 0 0 20 0 20 0 512122266 28909211648 12498 33554432000 4194304 4196468 140723454144080 139918227609584 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32434] ppid=32416 vsize=28231652 memory=280157361506704 CPUtime=0.02 cores=0-7
/proc/32418/task/32434/stat : 32434 (java) S 32416 32416 32372 0 -1 1077944384 218 0 0 0 2 0 0 0 20 0 20 0 512122266 28909211648 12498 33554432000 4194304 4196468 140723454144080 139918226557296 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32435] ppid=32416 vsize=28231652 memory=280157361522864 CPUtime=0.13 cores=0-7
/proc/32418/task/32435/stat : 32435 (java) S 32416 32416 32372 0 -1 1077944384 934 0 0 0 13 0 0 0 20 0 20 0 512122266 28909211648 12498 33554432000 4194304 4196468 140723454144080 139918225504496 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32436] ppid=32416 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32436/stat : 32436 (java) S 32416 32416 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512122266 28909211648 12498 33554432000 4194304 4196468 140723454144080 139918224452448 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32437] ppid=32416 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/32418/task/32437/stat : 32437 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122267 28909211648 12498 33554432000 4194304 4196468 140723454144080 139918156229424 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51444 KiB

[startup+0.70099 s]
/proc/loadavg: 8.02 8.14 8.23 5/211 32437
/proc/meminfo: memFree=26205576/32770624 swapFree=66975484/67108860
[pid=32416] ppid=32413 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32416/stat : 32416 (xcsp3-exec) S 32413 32416 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512122260 115843072 363 33554432000 4194304 5098028 140736683016896 140736683015000 139894114824828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38080512 140736683021174 140736683021417 140736683021417 140736683024330 0
/proc/32416/statm: 28282 363 304 221 0 87 0
[pid=32418] ppid=32416 vsize=28233776 memory=104432 CPUtime=2.07 cores=0-7
/proc/32418/stat : 32418 (java) S 32416 32416 32372 0 -1 1077944320 16231 0 0 0 201 6 0 0 20 0 20 0 512122260 28911386624 26108 33554432000 4194304 4196468 140723454144080 140723454126624 139919903096567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
/proc/32418/statm: 7058444 26108 3449 1 0 7019544 0
[pid=32418/tid=32419] ppid=32416 vsize=28233776 memory=280157361880752 CPUtime=0.67 cores=0-7
/proc/32418/task/32419/stat : 32419 (java) R 32416 32416 32372 0 -1 4202560 9098 0 0 0 63 4 0 0 20 0 20 0 512122261 28911386624 26108 33554432000 4194304 4196468 140723454144080 139919907331680 139919515330417 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32420] ppid=32416 vsize=28233776 memory=140078680941424 CPUtime=0 cores=0-7
/proc/32418/task/32420/stat : 32420 (java) S 32416 32416 32372 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512122261 28911386624 26108 33554432000 4194304 4196468 140723454144080 139919855717264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32421] ppid=32416 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/32418/task/32421/stat : 32421 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512122261 28911386624 26108 33554432000 4194304 4196468 140723454144080 139919854664464 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32422] ppid=32416 vsize=28233776 memory=2832 CPUtime=0 cores=0-7

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

[pid=32418/tid=32419] ppid=32416 vsize=28300340 memory=1452 CPUtime=321.78 cores=0-7
/proc/32418/task/32419/stat : 32419 (java) S 32416 32416 32372 0 -1 1077944384 104118 0 0 0 32071 107 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919907337248 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32420] ppid=32416 vsize=28300340 memory=25258784 CPUtime=830.62 cores=0-7
/proc/32418/task/32420/stat : 32420 (java) S 32416 32416 32372 0 -1 1077944384 1806423 0 0 0 82413 649 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919855717264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32421] ppid=32416 vsize=28300340 memory=14008 CPUtime=831.88 cores=0-7
/proc/32418/task/32421/stat : 32421 (java) S 32416 32416 32372 0 -1 1077944384 1488515 0 0 0 82599 589 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919854664464 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32422] ppid=32416 vsize=28300340 memory=6791534058613427641 CPUtime=832 cores=0-7
/proc/32418/task/32422/stat : 32422 (java) S 32416 32416 32372 0 -1 1077944384 1519689 0 0 0 82567 633 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919853612176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32423] ppid=32416 vsize=28300340 memory=940 CPUtime=832.19 cores=0-7
/proc/32418/task/32423/stat : 32423 (java) S 32416 32416 32372 0 -1 1077944384 1073957 0 0 0 82675 544 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919852559376 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32424] ppid=32416 vsize=28300340 memory=14008 CPUtime=829.76 cores=0-7
/proc/32418/task/32424/stat : 32424 (java) S 32416 32416 32372 0 -1 1077944384 1604985 0 0 0 82356 620 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919851506064 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32425] ppid=32416 vsize=28300340 memory=12040 CPUtime=830.71 cores=0-7
/proc/32418/task/32425/stat : 32425 (java) S 32416 32416 32372 0 -1 1077944384 1864094 0 0 0 82403 668 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919850453264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32426] ppid=32416 vsize=28300340 memory=33676 CPUtime=830.54 cores=0-7
/proc/32418/task/32426/stat : 32426 (java) S 32416 32416 32372 0 -1 1077944384 1158952 0 0 0 82519 535 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919849400976 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32427] ppid=32416 vsize=28300340 memory=6791534058613427641 CPUtime=832.19 cores=0-7
/proc/32418/task/32427/stat : 32427 (java) S 32416 32416 32372 0 -1 1077944384 2132297 0 0 0 82589 630 0 0 20 0 21 0 512122262 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919848348176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32428] ppid=32416 vsize=28300340 memory=6152 CPUtime=122.23 cores=0-7
/proc/32418/task/32428/stat : 32428 (java) R 32416 32416 32372 0 -1 4202560 1049324 0 0 0 12124 99 0 0 20 0 21 0 512122263 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918232872016 139919887554198 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32429] ppid=32416 vsize=28300340 memory=10604 CPUtime=0 cores=0-7
/proc/32418/task/32429/stat : 32429 (java) S 32416 32416 32372 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 512122263 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918231819616 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32430] ppid=32416 vsize=28300340 memory=716 CPUtime=0 cores=0-7
/proc/32418/task/32430/stat : 32430 (java) S 32416 32416 32372 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 512122264 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918230767232 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32431] ppid=32416 vsize=28300340 memory=780 CPUtime=0 cores=0-7
/proc/32418/task/32431/stat : 32431 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918229715536 139919903115163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32432] ppid=32416 vsize=28300340 memory=2120 CPUtime=0.92 cores=0-7
/proc/32418/task/32432/stat : 32432 (java) S 32416 32416 32372 0 -1 1077944384 4866 0 0 0 92 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918228662432 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32433] ppid=32416 vsize=28300340 memory=500 CPUtime=0.85 cores=0-7
/proc/32418/task/32433/stat : 32433 (java) S 32416 32416 32372 0 -1 1077944384 4726 0 0 0 85 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918227588832 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32434] ppid=32416 vsize=28300340 memory=1556 CPUtime=0.79 cores=0-7
/proc/32418/task/32434/stat : 32434 (java) S 32416 32416 32372 0 -1 1077944384 4489 0 0 0 78 1 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918226557056 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32435] ppid=32416 vsize=28300340 memory=928 CPUtime=0.59 cores=0-7
/proc/32418/task/32435/stat : 32435 (java) S 32416 32416 32372 0 -1 1077944384 11486 0 0 0 57 2 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918225504544 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32436] ppid=32416 vsize=28300340 memory=1640 CPUtime=0 cores=0-7
/proc/32418/task/32436/stat : 32436 (java) S 32416 32416 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918224452448 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32437] ppid=32416 vsize=28300340 memory=1980 CPUtime=0.5 cores=0-7
/proc/32418/task/32437/stat : 32437 (java) S 32416 32416 32372 0 -1 1077944384 2123 0 0 0 26 24 0 0 20 0 21 0 512122267 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918156229424 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32555] ppid=32416 vsize=28300340 memory=1452 CPUtime=0 cores=0-7
/proc/32418/task/32555/stat : 32555 (java) S 32416 32416 32372 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 21 0 512249412 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918147014592 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
Current children cumulated CPU time: 7097.72 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25260356 KiB

[startup+1284.8 s]
/proc/loadavg: 7.81 7.25 6.65 2/212 32555
/proc/meminfo: memFree=1020260/32770624 swapFree=66975484/67108860
[pid=32416] ppid=32413 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32416/stat : 32416 (xcsp3-exec) S 32413 32416 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512122260 115843072 363 33554432000 4194304 5098028 140736683016896 140736683015000 139894114824828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38080512 140736683021174 140736683021417 140736683021417 140736683024330 0
/proc/32416/statm: 28282 363 304 221 0 87 0
[pid=32418] ppid=32416 vsize=28300340 memory=25258904 CPUtime=7099.32 cores=0-7
/proc/32418/stat : 32418 (java) S 32416 32416 32372 0 -1 1077944320 13832655 0 0 0 704837 5095 0 0 20 0 21 0 512122260 28979548160 6314726 33554432000 4194304 4196468 140723454144080 140723454126624 139919903096567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
/proc/32418/statm: 7075085 6314726 3510 1 0 7036185 0
[pid=32418/tid=32419] ppid=32416 vsize=28300340 memory=6791534058613427641 CPUtime=321.78 cores=0-7
/proc/32418/task/32419/stat : 32419 (java) S 32416 32416 32372 0 -1 1077944384 104118 0 0 0 32071 107 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919907337248 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32420] ppid=32416 vsize=28300340 memory=1556 CPUtime=830.62 cores=0-7
/proc/32418/task/32420/stat : 32420 (java) S 32416 32416 32372 0 -1 1077944384 1806423 0 0 0 82413 649 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919855717264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32421] ppid=32416 vsize=28300340 memory=928 CPUtime=831.88 cores=0-7
/proc/32418/task/32421/stat : 32421 (java) S 32416 32416 32372 0 -1 1077944384 1488515 0 0 0 82599 589 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919854664464 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32422] ppid=32416 vsize=28300340 memory=1640 CPUtime=832 cores=0-7
/proc/32418/task/32422/stat : 32422 (java) S 32416 32416 32372 0 -1 1077944384 1519689 0 0 0 82567 633 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919853612176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32423] ppid=32416 vsize=28300340 memory=1980 CPUtime=832.19 cores=0-7
/proc/32418/task/32423/stat : 32423 (java) S 32416 32416 32372 0 -1 1077944384 1073957 0 0 0 82675 544 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919852559376 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32424] ppid=32416 vsize=28300340 memory=1452 CPUtime=829.76 cores=0-7
/proc/32418/task/32424/stat : 32424 (java) S 32416 32416 32372 0 -1 1077944384 1604985 0 0 0 82356 620 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919851506064 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32425] ppid=32416 vsize=28300340 memory=716 CPUtime=830.71 cores=0-7
/proc/32418/task/32425/stat : 32425 (java) S 32416 32416 32372 0 -1 1077944384 1864094 0 0 0 82403 668 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919850453264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32426] ppid=32416 vsize=28300340 memory=780 CPUtime=830.54 cores=0-7
/proc/32418/task/32426/stat : 32426 (java) S 32416 32416 32372 0 -1 1077944384 1158952 0 0 0 82519 535 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919849400976 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32427] ppid=32416 vsize=28300340 memory=1552 CPUtime=832.19 cores=0-7
/proc/32418/task/32427/stat : 32427 (java) S 32416 32416 32372 0 -1 1077944384 2132297 0 0 0 82589 630 0 0 20 0 21 0 512122262 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919848348176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32428] ppid=32416 vsize=28300340 memory=2832 CPUtime=123.83 cores=0-7
/proc/32418/task/32428/stat : 32428 (java) R 32416 32416 32372 0 -1 4202560 1050551 0 0 0 12284 99 0 0 20 0 21 0 512122263 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918232872016 139919888093060 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32429] ppid=32416 vsize=28300340 memory=1192 CPUtime=0 cores=0-7
/proc/32418/task/32429/stat : 32429 (java) S 32416 32416 32372 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 512122263 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918231819616 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32430] ppid=32416 vsize=28300340 memory=940 CPUtime=0 cores=0-7
/proc/32418/task/32430/stat : 32430 (java) S 32416 32416 32372 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 512122264 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918230767232 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32431] ppid=32416 vsize=28300340 memory=25258800 CPUtime=0 cores=0-7
/proc/32418/task/32431/stat : 32431 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918229715536 139919903115163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32432] ppid=32416 vsize=28300340 memory=3636 CPUtime=0.92 cores=0-7
/proc/32418/task/32432/stat : 32432 (java) S 32416 32416 32372 0 -1 1077944384 4866 0 0 0 92 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918228662432 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32433] ppid=32416 vsize=28300340 memory=1452 CPUtime=0.85 cores=0-7
/proc/32418/task/32433/stat : 32433 (java) S 32416 32416 32372 0 -1 1077944384 4726 0 0 0 85 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918227588832 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32434] ppid=32416 vsize=28300340 memory=25258800 CPUtime=0.79 cores=0-7
/proc/32418/task/32434/stat : 32434 (java) S 32416 32416 32372 0 -1 1077944384 4489 0 0 0 78 1 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918226557056 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32435] ppid=32416 vsize=28300340 memory=10604 CPUtime=0.59 cores=0-7
/proc/32418/task/32435/stat : 32435 (java) S 32416 32416 32372 0 -1 1077944384 11486 0 0 0 57 2 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918225504544 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32436] ppid=32416 vsize=28300340 memory=716 CPUtime=0 cores=0-7
/proc/32418/task/32436/stat : 32436 (java) S 32416 32416 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918224452448 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32437] ppid=32416 vsize=28300340 memory=780 CPUtime=0.5 cores=0-7
/proc/32418/task/32437/stat : 32437 (java) S 32416 32416 32372 0 -1 1077944384 2123 0 0 0 26 24 0 0 20 0 21 0 512122267 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918156229424 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32555] ppid=32416 vsize=28300340 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/32418/task/32555/stat : 32555 (java) S 32416 32416 32372 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 21 0 512249412 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918147014592 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
Current children cumulated CPU time: 7099.32 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25260356 KiB

[startup+1285.6 s]
/proc/loadavg: 7.81 7.25 6.65 2/212 32555
/proc/meminfo: memFree=1020260/32770624 swapFree=66975484/67108860
[pid=32416] ppid=32413 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32416/stat : 32416 (xcsp3-exec) S 32413 32416 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512122260 115843072 363 33554432000 4194304 5098028 140736683016896 140736683015000 139894114824828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38080512 140736683021174 140736683021417 140736683021417 140736683024330 0
/proc/32416/statm: 28282 363 304 221 0 87 0
[pid=32418] ppid=32416 vsize=28300340 memory=25258904 CPUtime=7100.12 cores=0-7
/proc/32418/stat : 32418 (java) S 32416 32416 32372 0 -1 1077944320 13832696 0 0 0 704917 5095 0 0 20 0 21 0 512122260 28979548160 6314726 33554432000 4194304 4196468 140723454144080 140723454126624 139919903096567 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
/proc/32418/statm: 7075085 6314726 3510 1 0 7036185 0
[pid=32418/tid=32419] ppid=32416 vsize=28300340 memory=25258904 CPUtime=321.78 cores=0-7
/proc/32418/task/32419/stat : 32419 (java) S 32416 32416 32372 0 -1 1077944384 104118 0 0 0 32071 107 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919907337248 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32420] ppid=32416 vsize=28300340 memory=1980 CPUtime=830.62 cores=0-7
/proc/32418/task/32420/stat : 32420 (java) S 32416 32416 32372 0 -1 1077944384 1806423 0 0 0 82413 649 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919855717264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32421] ppid=32416 vsize=28300340 memory=2572 CPUtime=831.88 cores=0-7
/proc/32418/task/32421/stat : 32421 (java) S 32416 32416 32372 0 -1 1077944384 1488515 0 0 0 82599 589 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919854664464 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 53 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32422] ppid=32416 vsize=28300340 memory=884 CPUtime=832 cores=0-7
/proc/32418/task/32422/stat : 32422 (java) S 32416 32416 32372 0 -1 1077944384 1519689 0 0 0 82567 633 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919853612176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 47 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32423] ppid=32416 vsize=28300340 memory=1432 CPUtime=832.19 cores=0-7
/proc/32418/task/32423/stat : 32423 (java) S 32416 32416 32372 0 -1 1077944384 1073957 0 0 0 82675 544 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919852559376 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 51 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32424] ppid=32416 vsize=28300340 memory=64176 CPUtime=829.76 cores=0-7
/proc/32418/task/32424/stat : 32424 (java) S 32416 32416 32372 0 -1 1077944384 1604985 0 0 0 82356 620 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919851506064 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 50 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32425] ppid=32416 vsize=28300340 memory=984 CPUtime=830.71 cores=0-7
/proc/32418/task/32425/stat : 32425 (java) S 32416 32416 32372 0 -1 1077944384 1864094 0 0 0 82403 668 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919850453264 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32426] ppid=32416 vsize=28300340 memory=2004 CPUtime=830.54 cores=0-7
/proc/32418/task/32426/stat : 32426 (java) S 32416 32416 32372 0 -1 1077944384 1158952 0 0 0 82519 535 0 0 20 0 21 0 512122261 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919849400976 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 58 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32427] ppid=32416 vsize=28300340 memory=1376 CPUtime=832.19 cores=0-7
/proc/32418/task/32427/stat : 32427 (java) S 32416 32416 32372 0 -1 1077944384 2132297 0 0 0 82589 630 0 0 20 0 21 0 512122262 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139919848348176 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32428] ppid=32416 vsize=28300340 memory=1060 CPUtime=124.63 cores=0-7
/proc/32418/task/32428/stat : 32428 (java) R 32416 32416 32372 0 -1 4202560 1050592 0 0 0 12364 99 0 0 20 0 21 0 512122263 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918232872016 139919887554170 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32429] ppid=32416 vsize=28300340 memory=3636 CPUtime=0 cores=0-7
/proc/32418/task/32429/stat : 32429 (java) S 32416 32416 32372 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 21 0 512122263 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918231819616 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32430] ppid=32416 vsize=28300340 memory=1724 CPUtime=0 cores=0-7
/proc/32418/task/32430/stat : 32430 (java) S 32416 32416 32372 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 21 0 512122264 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918230767232 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32431] ppid=32416 vsize=28300340 memory=6152 CPUtime=0 cores=0-7
/proc/32418/task/32431/stat : 32431 (java) S 32416 32416 32372 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918229715536 139919903115163 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32432] ppid=32416 vsize=28300340 memory=10604 CPUtime=0.92 cores=0-7
/proc/32418/task/32432/stat : 32432 (java) S 32416 32416 32372 0 -1 1077944384 4866 0 0 0 92 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918228662432 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32433] ppid=32416 vsize=28300340 memory=716 CPUtime=0.85 cores=0-7
/proc/32418/task/32433/stat : 32433 (java) S 32416 32416 32372 0 -1 1077944384 4726 0 0 0 85 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918227588832 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32434] ppid=32416 vsize=28300340 memory=780 CPUtime=0.79 cores=0-7
/proc/32418/task/32434/stat : 32434 (java) S 32416 32416 32372 0 -1 1077944384 4489 0 0 0 78 1 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918226557056 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32435] ppid=32416 vsize=28300340 memory=1552 CPUtime=0.59 cores=0-7
/proc/32418/task/32435/stat : 32435 (java) S 32416 32416 32372 0 -1 1077944384 11486 0 0 0 57 2 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918225504544 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32436] ppid=32416 vsize=28300340 memory=2832 CPUtime=0 cores=0-7
/proc/32418/task/32436/stat : 32436 (java) S 32416 32416 32372 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 512122266 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918224452448 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32437] ppid=32416 vsize=28300340 memory=1192 CPUtime=0.5 cores=0-7
/proc/32418/task/32437/stat : 32437 (java) S 32416 32416 32372 0 -1 1077944384 2123 0 0 0 26 24 0 0 20 0 21 0 512122267 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918156229424 139919903107714 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
[pid=32418/tid=32555] ppid=32416 vsize=28300340 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/32418/task/32555/stat : 32555 (java) S 32416 32416 32372 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 21 0 512249412 28979548160 6314726 33554432000 4194304 4196468 140723454144080 139918147014592 139919903106773 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20328448 140723454149610 140723454149782 140723454149782 140723454152655 0
Current children cumulated CPU time: 7100.12 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25260356 KiB

[startup+1286 s]*
/proc/loadavg: 7.81 7.25 6.65 2/193 32555
/proc/meminfo: memFree=25728036/32770624 swapFree=66975484/67108860
[pid=32416] ppid=32413 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32416/stat : 32416 (xcsp3-exec) S 32413 32416 32372 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 512122260 115843072 363 33554432000 4194304 5098028 140736683016896 140736683015000 139894114824828 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38080512 140736683021174 140736683021417 140736683021417 140736683024330 0
/proc/32416/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): 1286.02
CPU time (s): 7100.55
CPU user time (s): 7049.38
CPU system time (s): 51.1638
CPU usage (%): 552.132
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25260356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7049.38
system time used= 51.1638
maximum resident set size= 25259188
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13842418
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82948
involuntary context switches= 138423


# summary of solver processes directly reported to runsolver:
#   pid: 32416
#   total CPU time (s): 7100.55
#   total CPU user time (s): 7049.38
#   total CPU system time (s): 51.1638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.71465 second user time and 13.9294 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-24 22:55:12
IDJOB=4406846
IDBENCH=138488
IDSOLVER=2871
FILE ID=node125/4406846-1569358555
RUNJOBID= node125-1569358512-32399
PBS_JOBID= 21705111
Free space on /tmp= 4252 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js15/SuperTaillard-js-15-26.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-4406846-1569358555/watcher-4406846-1569358555 -o /tmp/evaluation-result-4406846-1569358555/solver-4406846-1569358555 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1569358512-32399 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 553775857 HOME/instance-4406846-1569358555.xml

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

MD5SUM BENCH= f8945e9ee38ae25fe131ea9d51f4675a
RANDOM SEED=553775857

node125.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.29
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.29
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.29
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.29
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:        26266548 kB
MemAvailable:   31815436 kB
Buffers:           98480 kB
Cached:          5527208 kB
SwapCached:        29784 kB
Active:          2585412 kB
Inactive:        3073364 kB
Active(anon):       4500 kB
Inactive(anon):    84648 kB
Active(file):    2580912 kB
Inactive(file):  2988716 kB
Unevictable:      108084 kB
Mlocked:          108084 kB
SwapTotal:      67108860 kB
SwapFree:       66975484 kB
Dirty:             26052 kB
Writeback:             0 kB
AnonPages:        113152 kB
Mapped:            56488 kB
Shmem:             47320 kB
Slab:             436700 kB
SReclaimable:     407720 kB
SUnreclaim:        28980 kB
KernelStack:        3280 kB
PageTables:         5324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514008 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4228 MiB
End job on node125 at 2019-09-24 23:16:38