Trace number 4393686

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-06-14 parallel? 8916.37 1511.72

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-4393686-1568442245.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393686-1568442245.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
8825.15/1497.20	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
8825.15/1497.20		at java.util.stream.ReduceOps$5.makeSink(ReduceOps.java:274)
8825.15/1497.20		at java.util.stream.ReduceOps$5.makeSink(ReduceOps.java:271)
8825.15/1497.20		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
8825.15/1497.20		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
8825.15/1497.20		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
8825.15/1497.20		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
8825.15/1497.20		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
8825.15/1497.20		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
8825.15/1497.20		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
8825.15/1497.20		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/1306854175.valid(Unknown Source)
8825.15/1497.20		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
8825.15/1497.20		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
8825.15/1497.20		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
8825.15/1497.20		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
8825.15/1497.20		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
8825.15/1497.20		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
8825.15/1497.20		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
8825.15/1497.20		at org.xcsp.parser.XCallbacks$$Lambda$89/1948863195.accept(Unknown Source)
8825.15/1497.20		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
8825.15/1497.20		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
8825.15/1497.20		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
8825.15/1497.20		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
8825.15/1497.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
8825.15/1497.20		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
8825.15/1497.20		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
8825.15/1497.20		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
8825.15/1497.20		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
8825.15/1497.20		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
8825.15/1497.20		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
8825.15/1497.20		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
8916.14/1511.59	s UNKNOWN
8916.14/1511.59	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 (11884 MiB free)
  memory of node 1: 16384 MiB (15539 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393686-1568442245/watcher-4393686-1568442245 -o /tmp/evaluation-result-4393686-1568442245/solver-4393686-1568442245 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568439477-8012 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 810603880 HOME/instance-4393686-1568442245.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=8840, runsolver pid=8837
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 5.78 6.40 7.51 2/212 8861
/proc/meminfo: memFree=28066180/32770624 swapFree=66999940/67108860
[pid=8840] ppid=8837 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8840/stat : 8840 (xcsp3-exec) S 8837 8840 7985 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420489379 115843072 364 33554432000 4194304 5098028 140724388104288 140724388102392 140189288702588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140724388107126 140724388107369 140724388107369 140724388110282 0
/proc/8840/statm: 28282 364 305 221 0 87 0
[pid=8842] ppid=8840 vsize=28227388 memory=29056 CPUtime=0.12 cores=0-7
/proc/8842/stat : 8842 (java) S 8840 8840 7985 0 -1 1077944320 5738 0 0 0 11 1 0 0 20 0 20 0 420489379 28904845312 7264 33554432000 4194304 4196468 140731696012128 140731695994672 140338725834487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
/proc/8842/statm: 7056847 7264 3118 1 0 7019032 0
[pid=8842/tid=8843] ppid=8840 vsize=28227388 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/8842/task/8843/stat : 8843 (java) R 8840 8840 7985 0 -1 4202560 3656 0 0 0 8 0 0 0 20 0 20 0 420489379 28904845312 7264 33554432000 4194304 4196468 140731696012128 140338730066368 140338725846422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8844] ppid=8840 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8842/task/8844/stat : 8844 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 7264 33554432000 4194304 4196468 140731696012128 140338678455184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8845] ppid=8840 vsize=28227388 memory=140460820993664 CPUtime=0 cores=0-7
/proc/8842/task/8845/stat : 8845 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 7264 33554432000 4194304 4196468 140731696012128 140338677402384 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8846] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8846/stat : 8846 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 7264 33554432000 4194304 4196468 140731696012128 140338676350096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8847] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8847/stat : 8847 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 7264 33554432000 4194304 4196468 140731696012128 140338675297296 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8848] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8848/stat : 8848 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 7264 33554432000 4194304 4196468 140731696012128 140338674243984 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8849] ppid=8840 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8842/task/8849/stat : 8849 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 7264 33554432000 4194304 4196468 140731696012128 140338673191184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8850] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8850/stat : 8850 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 7264 33554432000 4194304 4196468 140731696012128 140338672138896 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8851] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8851/stat : 8851 (java) S 8840 8840 7985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 7264 33554432000 4194304 4196468 140731696012128 140338671086096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8852] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8852/stat : 8852 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489382 28904845312 7264 33554432000 4194304 4196468 140731696012128 140337391331952 140338725845634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8853] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8853/stat : 8853 (java) S 8840 8840 7985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420489382 28904845312 7264 33554432000 4194304 4196468 140731696012128 140337390277920 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8854] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8854/stat : 8854 (java) S 8840 8840 7985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420489382 28904845312 7264 33554432000 4194304 4196468 140731696012128 140337389225584 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8855] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8855/stat : 8855 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420489385 28904845312 7264 33554432000 4194304 4196468 140731696012128 140337388173904 140338725853083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8856] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8856/stat : 8856 (java) S 8840 8840 7985 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 20 0 420489385 28904845312 7264 33554432000 4194304 4196468 140731696012128 140337387120752 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8857] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8857/stat : 8857 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489385 28904845312 7264 33554432000 4194304 4196468 140731696012128 140337318193136 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8858] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8858/stat : 8858 (java) S 8840 8840 7985 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 420489385 28904845312 7264 33554432000 4194304 4196468 140731696012128 140337317140848 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8859] ppid=8840 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/8842/task/8859/stat : 8859 (java) R 8840 8840 7985 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 20 0 420489385 28904845312 7264 33554432000 4194304 4196468 140731696012128 140337316088048 140338710016870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8860] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8860/stat : 8860 (java) S 8840 8840 7985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420489385 28904845312 7264 33554432000 4194304 4196468 140731696012128 140337315036000 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8861] ppid=8840 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8842/task/8861/stat : 8861 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420489385 28904845312 7264 33554432000 4194304 4196468 140731696012128 140337313983280 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30512 KiB

[startup+0.210965 s]*
/proc/loadavg: 5.78 6.40 7.51 3/212 8861
/proc/meminfo: memFree=28053212/32770624 swapFree=66999940/67108860
[pid=8840] ppid=8837 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8840/stat : 8840 (xcsp3-exec) S 8837 8840 7985 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420489379 115843072 364 33554432000 4194304 5098028 140724388104288 140724388102392 140189288702588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140724388107126 140724388107369 140724388107369 140724388110282 0
/proc/8840/statm: 28282 364 305 221 0 87 0
[pid=8842] ppid=8840 vsize=28227388 memory=41032 CPUtime=0.34 cores=0-7
/proc/8842/stat : 8842 (java) S 8840 8840 7985 0 -1 1077944320 9522 0 0 0 31 3 0 0 20 0 20 0 420489379 28904845312 10258 33554432000 4194304 4196468 140731696012128 140731695994672 140338725834487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
/proc/8842/statm: 7056847 10258 3304 1 0 7019032 0
[pid=8842/tid=8843] ppid=8840 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/8842/task/8843/stat : 8843 (java) R 8840 8840 7985 0 -1 4202560 6662 0 0 0 17 2 0 0 20 0 20 0 420489379 28904845312 10258 33554432000 4194304 4196468 140731696012128 140338730068464 140338725846422 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8844] ppid=8840 vsize=28227388 memory=331 CPUtime=0 cores=0-7
/proc/8842/task/8844/stat : 8844 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 10258 33554432000 4194304 4196468 140731696012128 140338678455184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8845] ppid=8840 vsize=28227388 memory=140460821002761 CPUtime=0 cores=0-7
/proc/8842/task/8845/stat : 8845 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 10258 33554432000 4194304 4196468 140731696012128 140338677402384 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8846] ppid=8840 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8842/task/8846/stat : 8846 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 10258 33554432000 4194304 4196468 140731696012128 140338676350096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8847] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8847/stat : 8847 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 10258 33554432000 4194304 4196468 140731696012128 140338675297296 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8848] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8848/stat : 8848 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 10258 33554432000 4194304 4196468 140731696012128 140338674243984 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8849] ppid=8840 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8842/task/8849/stat : 8849 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 10258 33554432000 4194304 4196468 140731696012128 140338673191184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8850] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8850/stat : 8850 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 10258 33554432000 4194304 4196468 140731696012128 140338672138896 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8851] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8851/stat : 8851 (java) S 8840 8840 7985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420489380 28904845312 10258 33554432000 4194304 4196468 140731696012128 140338671086096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8852] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8852/stat : 8852 (java) S 8840 8840 7985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420489382 28904845312 10258 33554432000 4194304 4196468 140731696012128 140337391331952 140338725845634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8853] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8853/stat : 8853 (java) S 8840 8840 7985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420489382 28904845312 10258 33554432000 4194304 4196468 140731696012128 140337390277920 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8854] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8854/stat : 8854 (java) S 8840 8840 7985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420489382 28904845312 10258 33554432000 4194304 4196468 140731696012128 140337389225584 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8855] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8855/stat : 8855 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420489385 28904845312 10258 33554432000 4194304 4196468 140731696012128 140337388173904 140338725853083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8856] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8856/stat : 8856 (java) S 8840 8840 7985 0 -1 1077944384 339 0 0 0 0 0 0 0 20 0 20 0 420489385 28904845312 10258 33554432000 4194304 4196468 140731696012128 140337387120752 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8857] ppid=8840 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/8842/task/8857/stat : 8857 (java) S 8840 8840 7985 0 -1 1077944384 312 0 0 0 2 0 0 0 20 0 20 0 420489385 28904845312 10258 33554432000 4194304 4196468 140731696012128 140337318193136 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8858] ppid=8840 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/8842/task/8858/stat : 8858 (java) S 8840 8840 7985 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 20 0 420489385 28904845312 10258 33554432000 4194304 4196468 140731696012128 140337317140848 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8859] ppid=8840 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/8842/task/8859/stat : 8859 (java) S 8840 8840 7985 0 -1 1077944384 725 0 0 0 8 0 0 0 20 0 20 0 420489385 28904845312 10258 33554432000 4194304 4196468 140731696012128 140337316088048 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8860] ppid=8840 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8860/stat : 8860 (java) S 8840 8840 7985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420489385 28904845312 10258 33554432000 4194304 4196468 140731696012128 140337315036000 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8861] ppid=8840 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/8842/task/8861/stat : 8861 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420489385 28904845312 10258 33554432000 4194304 4196468 140731696012128 140337313983280 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42488 KiB

[startup+0.311062 s]*
/proc/loadavg: 5.78 6.40 7.51 4/212 8861
/proc/meminfo: memFree=28045680/32770624 swapFree=66999940/67108860
[pid=8840] ppid=8837 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8840/stat : 8840 (xcsp3-exec) S 8837 8840 7985 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420489379 115843072 364 33554432000 4194304 5098028 140724388104288 140724388102392 140189288702588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140724388107126 140724388107369 140724388107369 140724388110282 0
/proc/8840/statm: 28282 364 305 221 0 87 0
[pid=8842] ppid=8840 vsize=28231644 memory=49960 CPUtime=0.53 cores=0-7
/proc/8842/stat : 8842 (java) S 8840 8840 7985 0 -1 1077944320 10926 0 0 0 49 4 0 0 20 0 20 0 420489379 28909203456 12490 33554432000 4194304 4196468 140731696012128 140731695994672 140338725834487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
/proc/8842/statm: 7057911 12490 3347 1 0 7019032 0
[pid=8842/tid=8843] ppid=8840 vsize=28231644 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/8842/task/8843/stat : 8843 (java) R 8840 8840 7985 0 -1 4202560 7848 0 0 0 26 3 0 0 20 0 20 0 420489379 28909203456 12490 33554432000 4194304 4196468 140731696012128 140338730065600 140338709914974 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8844] ppid=8840 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8844/stat : 8844 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28909203456 12490 33554432000 4194304 4196468 140731696012128 140338678455184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8845] ppid=8840 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8845/stat : 8845 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28909203456 12490 33554432000 4194304 4196468 140731696012128 140338677402384 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8846] ppid=8840 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8846/stat : 8846 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420489380 28909203456 12490 33554432000 4194304 4196468 140731696012128 140338676350096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8847] ppid=8840 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8847/stat : 8847 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28909203456 12555 33554432000 4194304 4196468 140731696012128 140338675297296 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8848] ppid=8840 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8848/stat : 8848 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28909203456 12555 33554432000 4194304 4196468 140731696012128 140338674243984 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8849] ppid=8840 vsize=28231644 memory=140460664384175 CPUtime=0 cores=0-7
/proc/8842/task/8849/stat : 8849 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28909203456 12555 33554432000 4194304 4196468 140731696012128 140338673191184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8850] ppid=8840 vsize=28231644 memory=140460664386480 CPUtime=0 cores=0-7
/proc/8842/task/8850/stat : 8850 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28909203456 12555 33554432000 4194304 4196468 140731696012128 140338672138896 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8851] ppid=8840 vsize=28231644 memory=140460664388784 CPUtime=0 cores=0-7
/proc/8842/task/8851/stat : 8851 (java) S 8840 8840 7985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420489380 28909203456 12555 33554432000 4194304 4196468 140731696012128 140338671086096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8852] ppid=8840 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8852/stat : 8852 (java) S 8840 8840 7985 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420489382 28909203456 12555 33554432000 4194304 4196468 140731696012128 140337391331952 140338725845634 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8853] ppid=8840 vsize=28231644 memory=280921328791440 CPUtime=0 cores=0-7
/proc/8842/task/8853/stat : 8853 (java) S 8840 8840 7985 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420489382 28909203456 12555 33554432000 4194304 4196468 140731696012128 140337390277920 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8854] ppid=8840 vsize=28231644 memory=280921328789136 CPUtime=0 cores=0-7
/proc/8842/task/8854/stat : 8854 (java) S 8840 8840 7985 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420489382 28909203456 12559 33554432000 4194304 4196468 140731696012128 140337389225584 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8855] ppid=8840 vsize=28231644 memory=280921328796048 CPUtime=0 cores=0-7
/proc/8842/task/8855/stat : 8855 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420489385 28909203456 12559 33554432000 4194304 4196468 140731696012128 140337388173904 140338725853083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8856] ppid=8840 vsize=28231644 memory=280921328737328 CPUtime=0.01 cores=0-7
/proc/8842/task/8856/stat : 8856 (java) S 8840 8840 7985 0 -1 1077944384 372 0 0 0 1 0 0 0 20 0 20 0 420489385 28909203456 12559 33554432000 4194304 4196468 140731696012128 140337387120752 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8857] ppid=8840 vsize=28231644 memory=280921328809872 CPUtime=0.04 cores=0-7
/proc/8842/task/8857/stat : 8857 (java) R 8840 8840 7985 0 -1 4202560 411 0 0 0 4 0 0 0 20 0 20 0 420489385 28909203456 12559 33554432000 4194304 4196468 140731696012128 140337318183520 140338703429392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8858] ppid=8840 vsize=28231644 memory=280921328816784 CPUtime=0.02 cores=0-7
/proc/8842/task/8858/stat : 8858 (java) S 8840 8840 7985 0 -1 1077944384 178 0 0 0 2 0 0 0 20 0 20 0 420489385 28909203456 12559 33554432000 4194304 4196468 140731696012128 140337317140848 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8859] ppid=8840 vsize=28231644 memory=280921328814480 CPUtime=0.13 cores=0-7
/proc/8842/task/8859/stat : 8859 (java) S 8840 8840 7985 0 -1 1077944384 813 0 0 0 13 0 0 0 20 0 20 0 420489385 28909203456 12559 33554432000 4194304 4196468 140731696012128 140337316088048 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8860] ppid=8840 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8860/stat : 8860 (java) S 8840 8840 7985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420489385 28909203456 12559 33554432000 4194304 4196468 140731696012128 140337315036000 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8861] ppid=8840 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/8842/task/8861/stat : 8861 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420489385 28909203456 12559 33554432000 4194304 4196468 140731696012128 140337313983280 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51416 KiB

[startup+0.704447 s]
/proc/loadavg: 5.78 6.40 7.51 5/212 8861
/proc/meminfo: memFree=28022596/32770624 swapFree=66999940/67108860
[pid=8840] ppid=8837 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8840/stat : 8840 (xcsp3-exec) S 8837 8840 7985 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420489379 115843072 364 33554432000 4194304 5098028 140724388104288 140724388102392 140189288702588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140724388107126 140724388107369 140724388107369 140724388110282 0
/proc/8840/statm: 28282 364 305 221 0 87 0
[pid=8842] ppid=8840 vsize=28233768 memory=113804 CPUtime=2.06 cores=0-7
/proc/8842/stat : 8842 (java) S 8840 8840 7985 0 -1 1077944320 17566 0 0 0 199 7 0 0 20 0 20 0 420489379 28911378432 28451 33554432000 4194304 4196468 140731696012128 140731695994672 140338725834487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
/proc/8842/statm: 7058442 28451 3447 1 0 7019544 0
[pid=8842/tid=8843] ppid=8840 vsize=28233768 memory=0 CPUtime=0.68 cores=0-7
/proc/8842/task/8843/stat : 8843 (java) R 8840 8840 7985 0 -1 4202560 9111 0 0 0 63 5 0 0 20 0 20 0 420489379 28911378432 28451 33554432000 4194304 4196468 140731696012128 140338730069592 140338345878187 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8844] ppid=8840 vsize=28233768 memory=140460664595312 CPUtime=0 cores=0-7
/proc/8842/task/8844/stat : 8844 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28911378432 28451 33554432000 4194304 4196468 140731696012128 140338678455184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8845] ppid=8840 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/8842/task/8845/stat : 8845 (java) S 8840 8840 7985 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420489380 28911378432 28451 33554432000 4194304 4196468 140731696012128 140338677402384 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8846] ppid=8840 vsize=28233768 memory=776 CPUtime=0 cores=0-7
/proc/8842/task/8846/stat : 8846 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420489380 28911378432 28451 33554432000 4194304 4196468 140731696012128 140338676350096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0

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

[pid=8842/tid=8848] ppid=8840 vsize=28300332 memory=908 CPUtime=1058.29 cores=0-7
/proc/8842/task/8848/stat : 8848 (java) S 8840 8840 7985 0 -1 1077944384 223691 0 0 0 105349 480 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338674243984 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8849] ppid=8840 vsize=28300332 memory=1440 CPUtime=1059.06 cores=0-7
/proc/8842/task/8849/stat : 8849 (java) S 8840 8840 7985 0 -1 1077944384 262154 0 0 0 105398 508 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338673191184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8850] ppid=8840 vsize=28300332 memory=1456 CPUtime=1057.66 cores=0-7
/proc/8842/task/8850/stat : 8850 (java) S 8840 8840 7985 0 -1 1077944384 197276 0 0 0 105261 505 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338672138896 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8851] ppid=8840 vsize=28300332 memory=301741373374332954 CPUtime=1059.78 cores=0-7
/proc/8842/task/8851/stat : 8851 (java) S 8840 8840 7985 0 -1 1077944384 282429 0 0 0 105413 565 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338671086096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8852] ppid=8840 vsize=28300332 memory=288230621803970871 CPUtime=132.26 cores=0-7
/proc/8842/task/8852/stat : 8852 (java) R 8840 8840 7985 0 -1 4202560 748046 0 0 0 13166 60 0 0 20 0 21 0 420489382 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337391330496 140338710292107 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8853] ppid=8840 vsize=28300332 memory=1456 CPUtime=0 cores=0-7
/proc/8842/task/8853/stat : 8853 (java) S 8840 8840 7985 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 420489382 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337390277984 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8854] ppid=8840 vsize=28300332 memory=4460 CPUtime=0 cores=0-7
/proc/8842/task/8854/stat : 8854 (java) S 8840 8840 7985 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 420489382 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337389225600 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8855] ppid=8840 vsize=28300332 memory=4104 CPUtime=0 cores=0-7
/proc/8842/task/8855/stat : 8855 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337388173904 140338725853083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8856] ppid=8840 vsize=28300332 memory=1412 CPUtime=0.84 cores=0-7
/proc/8842/task/8856/stat : 8856 (java) S 8840 8840 7985 0 -1 1077944384 5397 0 0 0 83 1 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337387120800 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8857] ppid=8840 vsize=28300332 memory=3452 CPUtime=0.84 cores=0-7
/proc/8842/task/8857/stat : 8857 (java) S 8840 8840 7985 0 -1 1077944384 5059 0 0 0 83 1 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337318193184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8858] ppid=8840 vsize=28300332 memory=1456 CPUtime=0.94 cores=0-7
/proc/8842/task/8858/stat : 8858 (java) S 8840 8840 7985 0 -1 1077944384 4623 0 0 0 93 1 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337317140896 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8859] ppid=8840 vsize=28300332 memory=25322692 CPUtime=0.6 cores=0-7
/proc/8842/task/8859/stat : 8859 (java) S 8840 8840 7985 0 -1 1077944384 11342 0 0 0 58 2 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337316087808 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8860] ppid=8840 vsize=28300332 memory=1456 CPUtime=0 cores=0-7
/proc/8842/task/8860/stat : 8860 (java) S 8840 8840 7985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337315036000 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8861] ppid=8840 vsize=28300332 memory=25322584 CPUtime=0.63 cores=0-7
/proc/8842/task/8861/stat : 8861 (java) S 8840 8840 7985 0 -1 1077944384 2451 0 0 0 32 31 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337313983280 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8971] ppid=8840 vsize=28300332 memory=-2895008908443675764 CPUtime=0 cores=0-7
/proc/8842/task/8971/stat : 8971 (java) S 8840 8840 7985 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 21 0 420639100 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337305014208 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
Current children cumulated CPU time: 8913.64 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25324148 KiB

[startup+1510.6 s]
/proc/loadavg: 8.06 7.58 6.84 2/213 8973
/proc/meminfo: memFree=2729480/32770624 swapFree=66999940/67108860
[pid=8840] ppid=8837 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8840/stat : 8840 (xcsp3-exec) S 8837 8840 7985 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420489379 115843072 364 33554432000 4194304 5098028 140724388104288 140724388102392 140189288702588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140724388107126 140724388107369 140724388107369 140724388110282 0
/proc/8840/statm: 28282 364 305 221 0 87 0
[pid=8842] ppid=8840 vsize=28300332 memory=25322692 CPUtime=8915.24 cores=0-7
/proc/8842/stat : 8842 (java) S 8840 8840 7985 0 -1 1077944320 2734201 0 0 0 887239 4285 0 0 20 0 21 0 420489379 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140731695994672 140338725834487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
/proc/8842/statm: 7075083 6330673 3509 1 0 7036185 0
[pid=8842/tid=8843] ppid=8840 vsize=28300332 memory=1056 CPUtime=307.97 cores=0-7
/proc/8842/task/8843/stat : 8843 (java) S 8840 8840 7985 0 -1 1077944384 85351 0 0 0 30709 88 0 0 20 0 21 0 420489379 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338730075168 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8844] ppid=8840 vsize=28300332 memory=14012 CPUtime=1059.08 cores=0-7
/proc/8842/task/8844/stat : 8844 (java) S 8840 8840 7985 0 -1 1077944384 265317 0 0 0 105412 496 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338678455184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8845] ppid=8840 vsize=28300332 memory=76046690960680 CPUtime=1057.41 cores=0-7
/proc/8842/task/8845/stat : 8845 (java) S 8840 8840 7985 0 -1 1077944384 208422 0 0 0 105235 506 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338677402384 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8846] ppid=8840 vsize=28300332 memory=-7175753904026764170 CPUtime=1058.82 cores=0-7
/proc/8842/task/8846/stat : 8846 (java) S 8840 8840 7985 0 -1 1077944384 205978 0 0 0 105329 553 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338676350096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8847] ppid=8840 vsize=28300332 memory=6944656592385698452 CPUtime=1059.32 cores=0-7
/proc/8842/task/8847/stat : 8847 (java) S 8840 8840 7985 0 -1 1077944384 225273 0 0 0 105430 502 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338675297296 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 38 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8848] ppid=8840 vsize=28300332 memory=8112282956445269571 CPUtime=1058.29 cores=0-7
/proc/8842/task/8848/stat : 8848 (java) S 8840 8840 7985 0 -1 1077944384 223691 0 0 0 105349 480 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338674243984 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8849] ppid=8840 vsize=28300332 memory=1456 CPUtime=1059.06 cores=0-7
/proc/8842/task/8849/stat : 8849 (java) S 8840 8840 7985 0 -1 1077944384 262154 0 0 0 105398 508 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338673191184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8850] ppid=8840 vsize=28300332 memory=25322436 CPUtime=1057.66 cores=0-7
/proc/8842/task/8850/stat : 8850 (java) S 8840 8840 7985 0 -1 1077944384 197276 0 0 0 105261 505 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338672138896 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8851] ppid=8840 vsize=28300332 memory=1056 CPUtime=1059.78 cores=0-7
/proc/8842/task/8851/stat : 8851 (java) S 8840 8840 7985 0 -1 1077944384 282429 0 0 0 105413 565 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338671086096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8852] ppid=8840 vsize=28300332 memory=4872558044660077418 CPUtime=133.86 cores=0-7
/proc/8842/task/8852/stat : 8852 (java) R 8840 8840 7985 0 -1 4202560 748056 0 0 0 13326 60 0 0 20 0 21 0 420489382 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337391330384 140338710831040 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8853] ppid=8840 vsize=28300332 memory=6008 CPUtime=0 cores=0-7
/proc/8842/task/8853/stat : 8853 (java) S 8840 8840 7985 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 420489382 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337390277984 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8854] ppid=8840 vsize=28300332 memory=1544 CPUtime=0 cores=0-7
/proc/8842/task/8854/stat : 8854 (java) S 8840 8840 7985 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 420489382 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337389225600 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8855] ppid=8840 vsize=28300332 memory=776 CPUtime=0 cores=0-7
/proc/8842/task/8855/stat : 8855 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337388173904 140338725853083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8856] ppid=8840 vsize=28300332 memory=2428 CPUtime=0.84 cores=0-7
/proc/8842/task/8856/stat : 8856 (java) S 8840 8840 7985 0 -1 1077944384 5397 0 0 0 83 1 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337387120800 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8857] ppid=8840 vsize=28300332 memory=1608 CPUtime=0.84 cores=0-7
/proc/8842/task/8857/stat : 8857 (java) S 8840 8840 7985 0 -1 1077944384 5059 0 0 0 83 1 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337318193184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8858] ppid=8840 vsize=28300332 memory=908 CPUtime=0.94 cores=0-7
/proc/8842/task/8858/stat : 8858 (java) S 8840 8840 7985 0 -1 1077944384 4623 0 0 0 93 1 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337317140896 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8859] ppid=8840 vsize=28300332 memory=1440 CPUtime=0.6 cores=0-7
/proc/8842/task/8859/stat : 8859 (java) S 8840 8840 7985 0 -1 1077944384 11342 0 0 0 58 2 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337316087808 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8860] ppid=8840 vsize=28300332 memory=288230583149265200 CPUtime=0 cores=0-7
/proc/8842/task/8860/stat : 8860 (java) S 8840 8840 7985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337315036000 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8861] ppid=8840 vsize=28300332 memory=14413717794195043 CPUtime=0.63 cores=0-7
/proc/8842/task/8861/stat : 8861 (java) S 8840 8840 7985 0 -1 1077944384 2453 0 0 0 32 31 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337313983280 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8971] ppid=8840 vsize=28300332 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/8842/task/8971/stat : 8971 (java) S 8840 8840 7985 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 21 0 420639100 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337305014208 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
Current children cumulated CPU time: 8915.24 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25324148 KiB

[startup+1511.4 s]
/proc/loadavg: 8.06 7.58 6.84 2/212 8973
/proc/meminfo: memFree=2729264/32770624 swapFree=66999940/67108860
[pid=8840] ppid=8837 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8840/stat : 8840 (xcsp3-exec) S 8837 8840 7985 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420489379 115843072 364 33554432000 4194304 5098028 140724388104288 140724388102392 140189288702588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140724388107126 140724388107369 140724388107369 140724388110282 0
/proc/8840/statm: 28282 364 305 221 0 87 0
[pid=8842] ppid=8840 vsize=28300332 memory=25322692 CPUtime=8916.04 cores=0-7
/proc/8842/stat : 8842 (java) S 8840 8840 7985 0 -1 1077944320 2734202 0 0 0 887319 4285 0 0 20 0 21 0 420489379 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140731695994672 140338725834487 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
/proc/8842/statm: 7075083 6330673 3509 1 0 7036185 0
[pid=8842/tid=8843] ppid=8840 vsize=28300332 memory=140462610450064 CPUtime=307.97 cores=0-7
/proc/8842/task/8843/stat : 8843 (java) S 8840 8840 7985 0 -1 1077944384 85351 0 0 0 30709 88 0 0 20 0 21 0 420489379 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338730075168 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8844] ppid=8840 vsize=28300332 memory=140462610450708 CPUtime=1059.08 cores=0-7
/proc/8842/task/8844/stat : 8844 (java) S 8840 8840 7985 0 -1 1077944384 265317 0 0 0 105412 496 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338678455184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8845] ppid=8840 vsize=28300332 memory=25322692 CPUtime=1057.41 cores=0-7
/proc/8842/task/8845/stat : 8845 (java) S 8840 8840 7985 0 -1 1077944384 208422 0 0 0 105235 506 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338677402384 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 40 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8846] ppid=8840 vsize=28300332 memory=1456 CPUtime=1058.82 cores=0-7
/proc/8842/task/8846/stat : 8846 (java) S 8840 8840 7985 0 -1 1077944384 205978 0 0 0 105329 553 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338676350096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8847] ppid=8840 vsize=28300332 memory=25322432 CPUtime=1059.32 cores=0-7
/proc/8842/task/8847/stat : 8847 (java) S 8840 8840 7985 0 -1 1077944384 225273 0 0 0 105430 502 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338675297296 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 38 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8848] ppid=8840 vsize=28300332 memory=1660 CPUtime=1058.29 cores=0-7
/proc/8842/task/8848/stat : 8848 (java) S 8840 8840 7985 0 -1 1077944384 223691 0 0 0 105349 480 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338674243984 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8849] ppid=8840 vsize=28300332 memory=1398722017469774279 CPUtime=1059.06 cores=0-7
/proc/8842/task/8849/stat : 8849 (java) S 8840 8840 7985 0 -1 1077944384 262154 0 0 0 105398 508 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338673191184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8850] ppid=8840 vsize=28300332 memory=3761690108516525888 CPUtime=1057.66 cores=0-7
/proc/8842/task/8850/stat : 8850 (java) S 8840 8840 7985 0 -1 1077944384 197276 0 0 0 105261 505 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338672138896 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8851] ppid=8840 vsize=28300332 memory=7953748803265259624 CPUtime=1059.78 cores=0-7
/proc/8842/task/8851/stat : 8851 (java) S 8840 8840 7985 0 -1 1077944384 282429 0 0 0 105413 565 0 0 20 0 21 0 420489380 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140338671086096 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 38 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8852] ppid=8840 vsize=28300332 memory=7017845527855786089 CPUtime=134.66 cores=0-7
/proc/8842/task/8852/stat : 8852 (java) R 8840 8840 7985 0 -1 4202560 748057 0 0 0 13406 60 0 0 20 0 21 0 420489382 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337391330384 140338710830891 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8853] ppid=8840 vsize=28300332 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8842/task/8853/stat : 8853 (java) S 8840 8840 7985 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 21 0 420489382 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337390277984 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8854] ppid=8840 vsize=28300332 memory=111632 CPUtime=0 cores=0-7
/proc/8842/task/8854/stat : 8854 (java) S 8840 8840 7985 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 420489382 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337389225600 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8855] ppid=8840 vsize=28300332 memory=1456 CPUtime=0 cores=0-7
/proc/8842/task/8855/stat : 8855 (java) S 8840 8840 7985 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337388173904 140338725853083 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8856] ppid=8840 vsize=28300332 memory=25322576 CPUtime=0.84 cores=0-7
/proc/8842/task/8856/stat : 8856 (java) S 8840 8840 7985 0 -1 1077944384 5397 0 0 0 83 1 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337387120800 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8857] ppid=8840 vsize=28300332 memory=25322692 CPUtime=0.84 cores=0-7
/proc/8842/task/8857/stat : 8857 (java) S 8840 8840 7985 0 -1 1077944384 5059 0 0 0 83 1 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337318193184 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8858] ppid=8840 vsize=28300332 memory=8112282956445269571 CPUtime=0.94 cores=0-7
/proc/8842/task/8858/stat : 8858 (java) S 8840 8840 7985 0 -1 1077944384 4623 0 0 0 93 1 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337317140896 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8859] ppid=8840 vsize=28300332 memory=0 CPUtime=0.6 cores=0-7
/proc/8842/task/8859/stat : 8859 (java) S 8840 8840 7985 0 -1 1077944384 11342 0 0 0 58 2 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337316087808 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8860] ppid=8840 vsize=28300332 memory=9126232286719478932 CPUtime=0 cores=0-7
/proc/8842/task/8860/stat : 8860 (java) S 8840 8840 7985 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337315036000 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8861] ppid=8840 vsize=28300332 memory=9126232286719478932 CPUtime=0.63 cores=0-7
/proc/8842/task/8861/stat : 8861 (java) S 8840 8840 7985 0 -1 1077944384 2453 0 0 0 32 31 0 0 20 0 21 0 420489385 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337313983280 140338725845634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 40 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
[pid=8842/tid=8971] ppid=8840 vsize=28300332 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/8842/task/8971/stat : 8971 (java) S 8840 8840 7985 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 21 0 420639100 28979539968 6330673 33554432000 4194304 4196468 140731696012128 140337305014208 140338725844693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34017280 140731696014314 140731696014486 140731696014486 140731696017359 0
Current children cumulated CPU time: 8916.04 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25324148 KiB

[startup+1511.6 s]
/proc/loadavg: 8.06 7.58 6.84 2/212 8973
/proc/meminfo: memFree=2729264/32770624 swapFree=66999940/67108860
[pid=8840] ppid=8837 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8840/stat : 8840 (xcsp3-exec) S 8837 8840 7985 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420489379 115843072 364 33554432000 4194304 5098028 140724388104288 140724388102392 140189288702588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140724388107126 140724388107369 140724388107369 140724388110282 0
/proc/8840/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

[startup+1511.7 s]
/proc/loadavg: 8.06 7.58 6.84 2/212 8973
/proc/meminfo: memFree=2729264/32770624 swapFree=66999940/67108860
[pid=8840] ppid=8837 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/8840/stat : 8840 (xcsp3-exec) S 8837 8840 7985 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 420489379 115843072 364 33554432000 4194304 5098028 140724388104288 140724388102392 140189288702588 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 11268096 140724388107126 140724388107369 140724388107369 140724388110282 0
/proc/8840/statm: 28282 364 305 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1456 KiB

Child status: 1
Real time (s): 1511.72
CPU time (s): 8916.37
CPU user time (s): 8873.39
CPU system time (s): 42.9775
CPU usage (%): 589.817
Max. virtual memory (cumulated for all children) (KiB): 28413460
Max. memory (cumulated for all children) (KiB): 25324148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8873.39
system time used= 42.9775
maximum resident set size= 25322892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2739809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102368
involuntary context switches= 129527


# summary of solver processes directly reported to runsolver:
#   pid: 8840
#   total CPU time (s): 8916.37
#   total CPU user time (s): 8873.39
#   total CPU system time (s): 42.9775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5729 second user time and 16.3037 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-14 08:23:26
IDJOB=4393686
IDBENCH=138488
IDSOLVER=2841
FILE ID=node123/4393686-1568442245
RUNJOBID= node123-1568439477-8012
PBS_JOBID= 21702334
Free space on /tmp= 59184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
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-4393686-1568442245/watcher-4393686-1568442245 -o /tmp/evaluation-result-4393686-1568442245/solver-4393686-1568442245 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568439477-8012 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 810603880 HOME/instance-4393686-1568442245.xml

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

MD5SUM BENCH= f8945e9ee38ae25fe131ea9d51f4675a
RANDOM SEED=810603880

node123.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.49
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.49
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.49
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.49
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:        28082916 kB
MemAvailable:   31871080 kB
Buffers:          153244 kB
Cached:          3900152 kB
SwapCached:         7372 kB
Active:          1248144 kB
Inactive:        2817892 kB
Active(anon):       3828 kB
Inactive(anon):    50156 kB
Active(file):    1244316 kB
Inactive(file):  2767736 kB
Unevictable:      106668 kB
Mlocked:          106668 kB
SwapTotal:      67108860 kB
SwapFree:       66999940 kB
Dirty:             26340 kB
Writeback:             0 kB
AnonPages:        260000 kB
Mapped:            45140 kB
Shmem:             32692 kB
Slab:             213508 kB
SReclaimable:     183892 kB
SUnreclaim:        29616 kB
KernelStack:        3408 kB
PageTables:         5072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498136 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    215040 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59156 MiB
End job on node123 at 2019-09-14 08:48:38