Trace number 4393530

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? 6276.79 1231.89

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-12.xml
MD5SUM5dc18f9bddc2dfff84e0f90fec56ce3b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark24.9156
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size520
Maximum domain size616
Distribution of domain sizes[{"size":520,"count":2},{"size":521,"count":4},{"size":522,"count":2},{"size":523,"count":4},{"size":525,"count":4},{"size":527,"count":4},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":6},{"size":532,"count":2},{"size":534,"count":2},{"size":535,"count":2},{"size":536,"count":2},{"size":537,"count":2},{"size":541,"count":2},{"size":542,"count":4},{"size":543,"count":2},{"size":545,"count":4},{"size":547,"count":2},{"size":550,"count":2},{"size":551,"count":2},{"size":552,"count":2},{"size":553,"count":2},{"size":554,"count":2},"...",{"size":582,"count":6}, {"size":585,"count":4}, {"size":586,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":4}, {"size":590,"count":2}, {"size":592,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":599,"count":2}, {"size":600,"count":6}, {"size":601,"count":2}, {"size":602,"count":2}, {"size":603,"count":2}, {"size":604,"count":6}, {"size":605,"count":2}, {"size":606,"count":2}, {"size":608,"count":4}, {"size":609,"count":2}, {"size":612,"count":4}, {"size":614,"count":6}, {"size":615,"count":4}, {"size":616,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
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-4393530-1568442033.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393530-1568442033.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
6174.50/1215.79	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
6174.50/1215.79		at java.util.stream.StreamSupport.stream(StreamSupport.java:69)
6174.50/1215.79		at java.util.Arrays.stream(Arrays.java:5023)
6174.50/1215.79		at java.util.Arrays.stream(Arrays.java:5004)
6174.50/1215.79		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:123)
6174.50/1215.79		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
6174.50/1215.79		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
6174.50/1215.79		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
6174.50/1215.79		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$147/615634843.valid(Unknown Source)
6174.50/1215.79		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
6174.50/1215.79		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
6174.50/1215.79		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
6174.50/1215.79		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
6174.50/1215.79		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
6174.50/1215.79		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
6174.50/1215.79		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
6174.50/1215.79		at org.xcsp.parser.XCallbacks$$Lambda$89/103887628.accept(Unknown Source)
6174.50/1215.79		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
6174.50/1215.79		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
6174.50/1215.79		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
6174.50/1215.79		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
6174.50/1215.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
6174.50/1215.79		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
6174.50/1215.79		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
6174.50/1215.79		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
6174.50/1215.79		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
6174.50/1215.79		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
6174.50/1215.79		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
6174.50/1215.79		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
6276.61/1231.71	s UNKNOWN
6276.61/1231.71	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 (12604 MiB free)
  memory of node 1: 16384 MiB (12362 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393530-1568442033/watcher-4393530-1568442033 -o /tmp/evaluation-result-4393530-1568442033/solver-4393530-1568442033 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568432852-5030 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 966600117 HOME/instance-4393530-1568442033.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=6466, runsolver pid=6463
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 8.40 8.31 8.03 3/211 6487
/proc/meminfo: memFree=25549648/32770624 swapFree=67004764/67108860
[pid=6466] ppid=6463 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6466/stat : 6466 (xcsp3-exec) S 6463 6466 5003 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420471120 115843072 363 33554432000 4194304 5098028 140725290007696 140725290005800 140181033636476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25272320 140725290009462 140725290009705 140725290009705 140725290012618 0
/proc/6466/statm: 28282 363 305 221 0 87 0
[pid=6468] ppid=6466 vsize=28227388 memory=28928 CPUtime=0.12 cores=0-7
/proc/6468/stat : 6468 (java) S 6466 6466 5003 0 -1 1077944320 5704 0 0 0 11 1 0 0 20 0 20 0 420471120 28904845312 7232 33554432000 4194304 4196468 140729351119280 140729351101824 139950125231863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
/proc/6468/statm: 7056847 7232 3117 1 0 7019032 0
[pid=6468/tid=6469] ppid=6466 vsize=28227388 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/6468/task/6469/stat : 6469 (java) R 6466 6466 5003 0 -1 4202560 3616 0 0 0 8 0 0 0 20 0 20 0 420471121 28904845312 7232 33554432000 4194304 4196468 140729351119280 139950129465136 139950125253789 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6470] ppid=6466 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/6468/task/6470/stat : 6470 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 7232 33554432000 4194304 4196468 140729351119280 139950045084304 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6471] ppid=6466 vsize=28227388 memory=139703047231104 CPUtime=0 cores=0-7
/proc/6468/task/6471/stat : 6471 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 7232 33554432000 4194304 4196468 140729351119280 139950044031504 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6472] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6472/stat : 6472 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 7232 33554432000 4194304 4196468 140729351119280 139950042978704 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6473] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6473/stat : 6473 (java) S 6466 6466 5003 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 7232 33554432000 4194304 4196468 140729351119280 139950041925904 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6474] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6474/stat : 6474 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 7232 33554432000 4194304 4196468 140729351119280 139950040874128 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6475] ppid=6466 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6468/task/6475/stat : 6475 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 7232 33554432000 4194304 4196468 140729351119280 139950039821328 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6476] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6476/stat : 6476 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 7232 33554432000 4194304 4196468 140729351119280 139950038768528 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6477] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6477/stat : 6477 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 7232 33554432000 4194304 4196468 140729351119280 139950037715728 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6478] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6478/stat : 6478 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471123 28904845312 7232 33554432000 4194304 4196468 140729351119280 139949241379184 139950125243010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6479] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6479/stat : 6479 (java) S 6466 6466 5003 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420471124 28904845312 7232 33554432000 4194304 4196468 140729351119280 139949240325152 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6480] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6480/stat : 6480 (java) S 6466 6466 5003 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420471124 28904845312 7232 33554432000 4194304 4196468 140729351119280 139949239272304 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6481] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6481/stat : 6481 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471126 28904845312 7232 33554432000 4194304 4196468 140729351119280 139949238220624 139950125250459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6482] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6482/stat : 6482 (java) S 6466 6466 5003 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 20 0 420471126 28904845312 7232 33554432000 4194304 4196468 140729351119280 139949237169008 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6483] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6483/stat : 6483 (java) S 6466 6466 5003 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420471126 28904845312 7232 33554432000 4194304 4196468 140729351119280 139949236116208 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6484] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6484/stat : 6484 (java) S 6466 6466 5003 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 420471126 28904845312 7232 33554432000 4194304 4196468 140729351119280 139949235063408 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6485] ppid=6466 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/6468/task/6485/stat : 6485 (java) R 6466 6466 5003 0 -1 4202560 355 0 0 0 1 0 0 0 20 0 20 0 420471126 28904845312 7232 33554432000 4194304 4196468 140729351119280 139949234010608 139950103752001 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6486] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6486/stat : 6486 (java) S 6466 6466 5003 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420471126 28904845312 7232 33554432000 4194304 4196468 140729351119280 139949232958048 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6487] ppid=6466 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6468/task/6487/stat : 6487 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471127 28904845312 7232 33554432000 4194304 4196468 140729351119280 139949231905328 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30380 KiB

[startup+0.210141 s]*
/proc/loadavg: 8.40 8.31 8.03 2/211 6487
/proc/meminfo: memFree=25535000/32770624 swapFree=67004764/67108860
[pid=6466] ppid=6463 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6466/stat : 6466 (xcsp3-exec) S 6463 6466 5003 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420471120 115843072 363 33554432000 4194304 5098028 140725290007696 140725290005800 140181033636476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25272320 140725290009462 140725290009705 140725290009705 140725290012618 0
/proc/6466/statm: 28282 363 305 221 0 87 0
[pid=6468] ppid=6466 vsize=28227388 memory=40968 CPUtime=0.33 cores=0-7
/proc/6468/stat : 6468 (java) S 6466 6466 5003 0 -1 1077944320 9522 0 0 0 30 3 0 0 20 0 20 0 420471120 28904845312 10242 33554432000 4194304 4196468 140729351119280 140729351101824 139950125231863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
/proc/6468/statm: 7056847 10242 3294 1 0 7019032 0
[pid=6468/tid=6469] ppid=6466 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/6468/task/6469/stat : 6469 (java) R 6466 6466 5003 0 -1 4202560 6628 0 0 0 18 2 0 0 20 0 20 0 420471121 28904845312 10242 33554432000 4194304 4196468 140729351119280 139950129463776 139950125243798 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6470] ppid=6466 vsize=28227388 memory=328 CPUtime=0 cores=0-7
/proc/6468/task/6470/stat : 6470 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 10242 33554432000 4194304 4196468 140729351119280 139950045084304 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6471] ppid=6466 vsize=28227388 memory=139703047237824 CPUtime=0 cores=0-7
/proc/6468/task/6471/stat : 6471 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 10242 33554432000 4194304 4196468 140729351119280 139950044031504 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6472] ppid=6466 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6468/task/6472/stat : 6472 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 10242 33554432000 4194304 4196468 140729351119280 139950042978704 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6473] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6473/stat : 6473 (java) S 6466 6466 5003 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 10242 33554432000 4194304 4196468 140729351119280 139950041925904 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6474] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6474/stat : 6474 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 10242 33554432000 4194304 4196468 140729351119280 139950040874128 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6475] ppid=6466 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6468/task/6475/stat : 6475 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 10242 33554432000 4194304 4196468 140729351119280 139950039821328 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6476] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6476/stat : 6476 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 10242 33554432000 4194304 4196468 140729351119280 139950038768528 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6477] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6477/stat : 6477 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28904845312 10242 33554432000 4194304 4196468 140729351119280 139950037715728 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6478] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6478/stat : 6478 (java) S 6466 6466 5003 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420471123 28904845312 10242 33554432000 4194304 4196468 140729351119280 139949241379184 139950125243010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6479] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6479/stat : 6479 (java) S 6466 6466 5003 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420471124 28904845312 10242 33554432000 4194304 4196468 140729351119280 139949240325152 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6480] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6480/stat : 6480 (java) S 6466 6466 5003 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420471124 28904845312 10242 33554432000 4194304 4196468 140729351119280 139949239272304 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6481] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6481/stat : 6481 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471126 28904845312 10242 33554432000 4194304 4196468 140729351119280 139949238220624 139950125250459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6482] ppid=6466 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/6468/task/6482/stat : 6482 (java) S 6466 6466 5003 0 -1 1077944384 393 0 0 0 1 0 0 0 20 0 20 0 420471126 28904845312 10242 33554432000 4194304 4196468 140729351119280 139949237169008 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6483] ppid=6466 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/6468/task/6483/stat : 6483 (java) S 6466 6466 5003 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 420471126 28904845312 10242 33554432000 4194304 4196468 140729351119280 139949236116208 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6484] ppid=6466 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/6468/task/6484/stat : 6484 (java) S 6466 6466 5003 0 -1 1077944384 383 0 0 0 2 0 0 0 20 0 20 0 420471126 28904845312 10242 33554432000 4194304 4196468 140729351119280 139949235063408 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6485] ppid=6466 vsize=28227388 memory=-1 CPUtime=0.08 cores=0-7
/proc/6468/task/6485/stat : 6485 (java) R 6466 6466 5003 0 -1 4202560 771 0 0 0 8 0 0 0 20 0 20 0 420471126 28904845312 10242 33554432000 4194304 4196468 140729351119280 139949234010608 139950109312350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6486] ppid=6466 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6486/stat : 6486 (java) S 6466 6466 5003 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420471126 28904845312 10242 33554432000 4194304 4196468 140729351119280 139949232958048 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6487] ppid=6466 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/6468/task/6487/stat : 6487 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471127 28904845312 10242 33554432000 4194304 4196468 140729351119280 139949231905328 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42420 KiB

[startup+0.309648 s]*
/proc/loadavg: 8.40 8.31 8.03 5/211 6487
/proc/meminfo: memFree=25528472/32770624 swapFree=67004764/67108860
[pid=6466] ppid=6463 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6466/stat : 6466 (xcsp3-exec) S 6463 6466 5003 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420471120 115843072 363 33554432000 4194304 5098028 140725290007696 140725290005800 140181033636476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25272320 140725290009462 140725290009705 140725290009705 140725290012618 0
/proc/6466/statm: 28282 363 305 221 0 87 0
[pid=6468] ppid=6466 vsize=28231644 memory=50036 CPUtime=0.52 cores=0-7
/proc/6468/stat : 6468 (java) S 6466 6466 5003 0 -1 1077944320 10874 0 0 0 48 4 0 0 20 0 20 0 420471120 28909203456 12509 33554432000 4194304 4196468 140729351119280 140729351101824 139950125231863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
/proc/6468/statm: 7057911 12509 3358 1 0 7019032 0
[pid=6468/tid=6469] ppid=6466 vsize=28231644 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/6468/task/6469/stat : 6469 (java) R 6466 6466 5003 0 -1 4202560 7738 0 0 0 27 3 0 0 20 0 20 0 420471121 28909203456 12509 33554432000 4194304 4196468 140729351119280 139950129462976 139950109312350 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6470] ppid=6466 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6470/stat : 6470 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28909203456 12509 33554432000 4194304 4196468 140729351119280 139950045084304 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6471] ppid=6466 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6471/stat : 6471 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28909203456 12509 33554432000 4194304 4196468 140729351119280 139950044031504 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6472] ppid=6466 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6472/stat : 6472 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28909203456 12509 33554432000 4194304 4196468 140729351119280 139950042978704 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6473] ppid=6466 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6473/stat : 6473 (java) S 6466 6466 5003 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420471122 28909203456 12509 33554432000 4194304 4196468 140729351119280 139950041925904 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6474] ppid=6466 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6474/stat : 6474 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471122 28909203456 12509 33554432000 4194304 4196468 140729351119280 139950040874128 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6475] ppid=6466 vsize=28231644 memory=139702938200751 CPUtime=0 cores=0-7
/proc/6468/task/6475/stat : 6475 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471122 28909203456 12509 33554432000 4194304 4196468 140729351119280 139950039821328 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6476] ppid=6466 vsize=28231644 memory=139702938203056 CPUtime=0 cores=0-7
/proc/6468/task/6476/stat : 6476 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28909203456 12509 33554432000 4194304 4196468 140729351119280 139950038768528 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6477] ppid=6466 vsize=28231644 memory=139702938205360 CPUtime=0 cores=0-7
/proc/6468/task/6477/stat : 6477 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28909203456 12509 33554432000 4194304 4196468 140729351119280 139950037715728 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6478] ppid=6466 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6478/stat : 6478 (java) S 6466 6466 5003 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420471123 28909203456 12509 33554432000 4194304 4196468 140729351119280 139949241379184 139950125243010 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6479] ppid=6466 vsize=28231644 memory=279405876424592 CPUtime=0 cores=0-7
/proc/6468/task/6479/stat : 6479 (java) S 6466 6466 5003 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420471124 28909203456 12509 33554432000 4194304 4196468 140729351119280 139949240325152 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6480] ppid=6466 vsize=28231644 memory=279405876422288 CPUtime=0 cores=0-7
/proc/6468/task/6480/stat : 6480 (java) S 6466 6466 5003 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420471124 28909203456 12509 33554432000 4194304 4196468 140729351119280 139949239272304 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6481] ppid=6466 vsize=28231644 memory=279405876429200 CPUtime=0 cores=0-7
/proc/6468/task/6481/stat : 6481 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471126 28909203456 12509 33554432000 4194304 4196468 140729351119280 139949238220624 139950125250459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6482] ppid=6466 vsize=28231644 memory=279405876370480 CPUtime=0.02 cores=0-7
/proc/6468/task/6482/stat : 6482 (java) S 6466 6466 5003 0 -1 1077944384 403 0 0 0 2 0 0 0 20 0 20 0 420471126 28909203456 12509 33554432000 4194304 4196468 140729351119280 139949237169008 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6483] ppid=6466 vsize=28231644 memory=279405876443024 CPUtime=0.02 cores=0-7
/proc/6468/task/6483/stat : 6483 (java) S 6466 6466 5003 0 -1 1077944384 55 0 0 0 2 0 0 0 20 0 20 0 420471126 28909203456 12509 33554432000 4194304 4196468 140729351119280 139949236116208 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6484] ppid=6466 vsize=28231644 memory=279405876449936 CPUtime=0.04 cores=0-7
/proc/6468/task/6484/stat : 6484 (java) R 6466 6466 5003 0 -1 4202560 506 0 0 0 4 0 0 0 20 0 20 0 420471126 28909203456 12509 33554432000 4194304 4196468 140729351119280 139949235044424 139950109621699 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6485] ppid=6466 vsize=28231644 memory=279405876447632 CPUtime=0.12 cores=0-7
/proc/6468/task/6485/stat : 6485 (java) S 6466 6466 5003 0 -1 1077944384 872 0 0 0 12 0 0 0 20 0 20 0 420471126 28909203456 12509 33554432000 4194304 4196468 140729351119280 139949234010608 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6486] ppid=6466 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6486/stat : 6486 (java) S 6466 6466 5003 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420471126 28909203456 12509 33554432000 4194304 4196468 140729351119280 139949232958048 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6487] ppid=6466 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/6468/task/6487/stat : 6487 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420471127 28909203456 12509 33554432000 4194304 4196468 140729351119280 139949231905328 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51488 KiB

[startup+0.700976 s]
/proc/loadavg: 8.40 8.31 8.03 6/211 6487
/proc/meminfo: memFree=25503960/32770624 swapFree=67004764/67108860
[pid=6466] ppid=6463 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6466/stat : 6466 (xcsp3-exec) S 6463 6466 5003 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420471120 115843072 363 33554432000 4194304 5098028 140725290007696 140725290005800 140181033636476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25272320 140725290009462 140725290009705 140725290009705 140725290012618 0
/proc/6466/statm: 28282 363 305 221 0 87 0
[pid=6468] ppid=6466 vsize=28233768 memory=111476 CPUtime=2.03 cores=0-7
/proc/6468/stat : 6468 (java) S 6466 6466 5003 0 -1 1077944320 17578 0 0 0 196 7 0 0 20 0 20 0 420471120 28911378432 27869 33554432000 4194304 4196468 140729351119280 140729351101824 139950125231863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
/proc/6468/statm: 7058442 27869 3443 1 0 7019544 0
[pid=6468/tid=6469] ppid=6466 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/6468/task/6469/stat : 6469 (java) R 6466 6466 5003 0 -1 4202560 9188 0 0 0 63 4 0 0 20 0 20 0 420471121 28911378432 27869 33554432000 4194304 4196468 140729351119280 139950129465280 139949718403749 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6470] ppid=6466 vsize=28233768 memory=139702938411888 CPUtime=0 cores=0-7
/proc/6468/task/6470/stat : 6470 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28911378432 27869 33554432000 4194304 4196468 140729351119280 139950045084304 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6471] ppid=6466 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/6468/task/6471/stat : 6471 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28911378432 27869 33554432000 4194304 4196468 140729351119280 139950044031504 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6472] ppid=6466 vsize=28233768 memory=772 CPUtime=0 cores=0-7
/proc/6468/task/6472/stat : 6472 (java) S 6466 6466 5003 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420471122 28911378432 27869 33554432000 4194304 4196468 140729351119280 139950042978704 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0

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

[pid=6468/tid=6469] ppid=6466 vsize=28300332 memory=9584 CPUtime=342.54 cores=0-7
/proc/6468/task/6469/stat : 6469 (java) S 6466 6466 5003 0 -1 1077944384 99815 0 0 0 34135 119 0 0 20 0 21 0 420471121 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950129472544 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6470] ppid=6466 vsize=28300332 memory=4140 CPUtime=721.62 cores=0-7
/proc/6468/task/6470/stat : 6470 (java) S 6466 6466 5003 0 -1 1077944384 1613760 0 0 0 71518 644 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950045084304 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 72 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6471] ppid=6466 vsize=28300332 memory=2832 CPUtime=720.36 cores=0-7
/proc/6468/task/6471/stat : 6471 (java) S 6466 6466 5003 0 -1 1077944384 870980 0 0 0 71488 548 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950044031504 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6472] ppid=6466 vsize=28300332 memory=4486604260213485459 CPUtime=720.92 cores=0-7
/proc/6468/task/6472/stat : 6472 (java) S 6466 6466 5003 0 -1 1077944384 653370 0 0 0 71544 548 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950042978704 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 60 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6473] ppid=6466 vsize=28300332 memory=928 CPUtime=721.25 cores=0-7
/proc/6468/task/6473/stat : 6473 (java) S 6466 6466 5003 0 -1 1077944384 586514 0 0 0 71571 554 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950041925904 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 66 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6474] ppid=6466 vsize=28300332 memory=1660 CPUtime=720.31 cores=0-7
/proc/6468/task/6474/stat : 6474 (java) S 6466 6466 5003 0 -1 1077944384 872565 0 0 0 71471 560 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950040874128 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 75 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6475] ppid=6466 vsize=28300332 memory=1984 CPUtime=721.29 cores=0-7
/proc/6468/task/6475/stat : 6475 (java) S 6466 6466 5003 0 -1 1077944384 1243538 0 0 0 71535 594 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950039821328 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 74 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6476] ppid=6466 vsize=28300332 memory=8112282956445269571 CPUtime=720.52 cores=0-7
/proc/6468/task/6476/stat : 6476 (java) S 6466 6466 5003 0 -1 1077944384 947760 0 0 0 71521 531 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950038768528 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6477] ppid=6466 vsize=28300332 memory=25420532 CPUtime=722.92 cores=0-7
/proc/6468/task/6477/stat : 6477 (java) S 6466 6466 5003 0 -1 1077944384 1436189 0 0 0 71695 597 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950037715728 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6478] ppid=6466 vsize=28300332 memory=1780 CPUtime=158.79 cores=0-7
/proc/6468/task/6478/stat : 6478 (java) R 6466 6466 5003 0 -1 4202560 1056996 0 0 0 15790 89 0 0 20 0 21 0 420471123 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949241377616 139950110228270 0 0 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6479] ppid=6466 vsize=28300332 memory=25420532 CPUtime=0 cores=0-7
/proc/6468/task/6479/stat : 6479 (java) S 6466 6466 5003 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 21 0 420471124 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949240325216 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6480] ppid=6466 vsize=28300332 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/6468/task/6480/stat : 6480 (java) S 6466 6466 5003 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 420471124 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949239272320 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6481] ppid=6466 vsize=28300332 memory=804 CPUtime=0 cores=0-7
/proc/6468/task/6481/stat : 6481 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949238220624 139950125250459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6482] ppid=6466 vsize=28300332 memory=1804 CPUtime=1.27 cores=0-7
/proc/6468/task/6482/stat : 6482 (java) S 6466 6466 5003 0 -1 1077944384 9736 0 0 0 126 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949237169056 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6483] ppid=6466 vsize=28300332 memory=920 CPUtime=1.32 cores=0-7
/proc/6468/task/6483/stat : 6483 (java) S 6466 6466 5003 0 -1 1077944384 11465 0 0 0 131 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949236115968 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6484] ppid=6466 vsize=28300332 memory=4136 CPUtime=0.88 cores=0-7
/proc/6468/task/6484/stat : 6484 (java) S 6466 6466 5003 0 -1 1077944384 6831 0 0 0 87 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949235063456 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6485] ppid=6466 vsize=28300332 memory=4100 CPUtime=0.66 cores=0-7
/proc/6468/task/6485/stat : 6485 (java) S 6466 6466 5003 0 -1 1077944384 9853 0 0 0 65 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949234010176 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6486] ppid=6466 vsize=28300332 memory=1412 CPUtime=0 cores=0-7
/proc/6468/task/6486/stat : 6486 (java) S 6466 6466 5003 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949232958048 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6487] ppid=6466 vsize=28300332 memory=3496 CPUtime=0.51 cores=0-7
/proc/6468/task/6487/stat : 6487 (java) S 6466 6466 5003 0 -1 1077944384 2139 0 0 0 24 27 0 0 20 0 21 0 420471127 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949231905328 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6588] ppid=6466 vsize=28300332 memory=25420192 CPUtime=0 cores=0-7
/proc/6468/task/6588/stat : 6588 (java) S 6466 6466 5003 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 420592700 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949229153472 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
Current children cumulated CPU time: 6275.31 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25421984 KiB

[startup+1231.2 s]
/proc/loadavg: 6.28 6.10 5.94 2/213 6591
/proc/meminfo: memFree=193564/32770624 swapFree=67004764/67108860
[pid=6466] ppid=6463 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6466/stat : 6466 (xcsp3-exec) S 6463 6466 5003 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420471120 115843072 363 33554432000 4194304 5098028 140725290007696 140725290005800 140181033636476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25272320 140725290009462 140725290009705 140725290009705 140725290012618 0
/proc/6466/statm: 28282 363 305 221 0 87 0
[pid=6468] ppid=6466 vsize=28300332 memory=25420532 CPUtime=6276.11 cores=0-7
/proc/6468/stat : 6468 (java) S 6466 6466 5003 0 -1 1077944320 9423549 0 0 0 622802 4809 0 0 20 0 21 0 420471120 28979539968 6355133 33554432000 4194304 4196468 140729351119280 140729351101824 139950125231863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
/proc/6468/statm: 7075083 6355133 3515 1 0 7036185 0
[pid=6468/tid=6469] ppid=6466 vsize=28300332 memory=5972 CPUtime=342.54 cores=0-7
/proc/6468/task/6469/stat : 6469 (java) S 6466 6466 5003 0 -1 1077944384 99815 0 0 0 34135 119 0 0 20 0 21 0 420471121 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950129472544 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6470] ppid=6466 vsize=28300332 memory=1452 CPUtime=721.62 cores=0-7
/proc/6468/task/6470/stat : 6470 (java) S 6466 6466 5003 0 -1 1077944384 1613760 0 0 0 71518 644 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950045084304 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 72 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6471] ppid=6466 vsize=28300332 memory=1452 CPUtime=720.36 cores=0-7
/proc/6468/task/6471/stat : 6471 (java) S 6466 6466 5003 0 -1 1077944384 870980 0 0 0 71488 548 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950044031504 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6472] ppid=6466 vsize=28300332 memory=25420532 CPUtime=720.92 cores=0-7
/proc/6468/task/6472/stat : 6472 (java) S 6466 6466 5003 0 -1 1077944384 653370 0 0 0 71544 548 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950042978704 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 60 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6473] ppid=6466 vsize=28300332 memory=139702938451377 CPUtime=721.25 cores=0-7
/proc/6468/task/6473/stat : 6473 (java) S 6466 6466 5003 0 -1 1077944384 586514 0 0 0 71571 554 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950041925904 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 66 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6474] ppid=6466 vsize=28300332 memory=6944656592387989600 CPUtime=720.31 cores=0-7
/proc/6468/task/6474/stat : 6474 (java) S 6466 6466 5003 0 -1 1077944384 872565 0 0 0 71471 560 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950040874128 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 75 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6475] ppid=6466 vsize=28300332 memory=3620 CPUtime=721.29 cores=0-7
/proc/6468/task/6475/stat : 6475 (java) S 6466 6466 5003 0 -1 1077944384 1243538 0 0 0 71535 594 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950039821328 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 74 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6476] ppid=6466 vsize=28300332 memory=41464 CPUtime=720.52 cores=0-7
/proc/6468/task/6476/stat : 6476 (java) S 6466 6466 5003 0 -1 1077944384 947760 0 0 0 71521 531 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950038768528 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6477] ppid=6466 vsize=28300332 memory=984 CPUtime=722.92 cores=0-7
/proc/6468/task/6477/stat : 6477 (java) S 6466 6466 5003 0 -1 1077944384 1436189 0 0 0 71695 597 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950037715728 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6478] ppid=6466 vsize=28300332 memory=2004 CPUtime=159.59 cores=0-7
/proc/6468/task/6478/stat : 6478 (java) R 6466 6466 5003 0 -1 4202560 1057651 0 0 0 15870 89 0 0 20 0 21 0 420471123 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949241377616 139950109689496 0 0 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6479] ppid=6466 vsize=28300332 memory=1276 CPUtime=0 cores=0-7
/proc/6468/task/6479/stat : 6479 (java) S 6466 6466 5003 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 21 0 420471124 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949240325216 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6480] ppid=6466 vsize=28300332 memory=1060 CPUtime=0 cores=0-7
/proc/6468/task/6480/stat : 6480 (java) S 6466 6466 5003 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 420471124 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949239272320 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6481] ppid=6466 vsize=28300332 memory=752 CPUtime=0 cores=0-7
/proc/6468/task/6481/stat : 6481 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949238220624 139950125250459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6482] ppid=6466 vsize=28300332 memory=1228 CPUtime=1.27 cores=0-7
/proc/6468/task/6482/stat : 6482 (java) S 6466 6466 5003 0 -1 1077944384 9736 0 0 0 126 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949237169056 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6483] ppid=6466 vsize=28300332 memory=9584 CPUtime=1.32 cores=0-7
/proc/6468/task/6483/stat : 6483 (java) S 6466 6466 5003 0 -1 1077944384 11465 0 0 0 131 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949236115968 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6484] ppid=6466 vsize=28300332 memory=4140 CPUtime=0.88 cores=0-7
/proc/6468/task/6484/stat : 6484 (java) S 6466 6466 5003 0 -1 1077944384 6831 0 0 0 87 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949235063456 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6485] ppid=6466 vsize=28300332 memory=2832 CPUtime=0.66 cores=0-7
/proc/6468/task/6485/stat : 6485 (java) S 6466 6466 5003 0 -1 1077944384 9853 0 0 0 65 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949234010176 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6486] ppid=6466 vsize=28300332 memory=1540 CPUtime=0 cores=0-7
/proc/6468/task/6486/stat : 6486 (java) S 6466 6466 5003 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949232958048 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6487] ppid=6466 vsize=28300332 memory=1720 CPUtime=0.51 cores=0-7
/proc/6468/task/6487/stat : 6487 (java) S 6466 6466 5003 0 -1 1077944384 2139 0 0 0 24 27 0 0 20 0 21 0 420471127 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949231905328 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6588] ppid=6466 vsize=28300332 memory=5972 CPUtime=0 cores=0-7
/proc/6468/task/6588/stat : 6588 (java) S 6466 6466 5003 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 420592700 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949229153472 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
Current children cumulated CPU time: 6276.11 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25421984 KiB

[startup+1231.6 s]
/proc/loadavg: 6.28 6.10 5.94 2/213 6591
/proc/meminfo: memFree=193564/32770624 swapFree=67004764/67108860
[pid=6466] ppid=6463 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6466/stat : 6466 (xcsp3-exec) S 6463 6466 5003 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420471120 115843072 363 33554432000 4194304 5098028 140725290007696 140725290005800 140181033636476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25272320 140725290009462 140725290009705 140725290009705 140725290012618 0
/proc/6466/statm: 28282 363 305 221 0 87 0
[pid=6468] ppid=6466 vsize=28300332 memory=25420532 CPUtime=6276.51 cores=0-7
/proc/6468/stat : 6468 (java) S 6466 6466 5003 0 -1 1077944320 9423587 0 0 0 622842 4809 0 0 20 0 21 0 420471120 28979539968 6355133 33554432000 4194304 4196468 140729351119280 140729351101824 139950125231863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
/proc/6468/statm: 7075083 6355133 3515 1 0 7036185 0
[pid=6468/tid=6469] ppid=6466 vsize=28300332 memory=984 CPUtime=342.54 cores=0-7
/proc/6468/task/6469/stat : 6469 (java) S 6466 6466 5003 0 -1 1077944384 99815 0 0 0 34135 119 0 0 20 0 21 0 420471121 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950129472544 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6470] ppid=6466 vsize=28300332 memory=2004 CPUtime=721.62 cores=0-7
/proc/6468/task/6470/stat : 6470 (java) S 6466 6466 5003 0 -1 1077944384 1613760 0 0 0 71518 644 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950045084304 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 72 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6471] ppid=6466 vsize=28300332 memory=1276 CPUtime=720.36 cores=0-7
/proc/6468/task/6471/stat : 6471 (java) S 6466 6466 5003 0 -1 1077944384 870980 0 0 0 71488 548 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950044031504 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 68 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6472] ppid=6466 vsize=28300332 memory=8112282956445269571 CPUtime=720.92 cores=0-7
/proc/6468/task/6472/stat : 6472 (java) S 6466 6466 5003 0 -1 1077944384 653370 0 0 0 71544 548 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950042978704 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 60 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6473] ppid=6466 vsize=28300332 memory=1984 CPUtime=721.25 cores=0-7
/proc/6468/task/6473/stat : 6473 (java) S 6466 6466 5003 0 -1 1077944384 586514 0 0 0 71571 554 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950041925904 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 66 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6474] ppid=6466 vsize=28300332 memory=2472 CPUtime=720.31 cores=0-7
/proc/6468/task/6474/stat : 6474 (java) S 6466 6466 5003 0 -1 1077944384 872565 0 0 0 71471 560 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950040874128 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 75 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6475] ppid=6466 vsize=28300332 memory=1440 CPUtime=721.29 cores=0-7
/proc/6468/task/6475/stat : 6475 (java) S 6466 6466 5003 0 -1 1077944384 1243538 0 0 0 71535 594 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950039821328 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 74 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6476] ppid=6466 vsize=28300332 memory=816 CPUtime=720.52 cores=0-7
/proc/6468/task/6476/stat : 6476 (java) S 6466 6466 5003 0 -1 1077944384 947760 0 0 0 71521 531 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950038768528 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6477] ppid=6466 vsize=28300332 memory=1764 CPUtime=722.92 cores=0-7
/proc/6468/task/6477/stat : 6477 (java) S 6466 6466 5003 0 -1 1077944384 1436189 0 0 0 71695 597 0 0 20 0 21 0 420471122 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139950037715728 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 66 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6478] ppid=6466 vsize=28300332 memory=111628 CPUtime=159.99 cores=0-7
/proc/6468/task/6478/stat : 6478 (java) R 6466 6466 5003 0 -1 4202560 1057690 0 0 0 15910 89 0 0 20 0 21 0 420471123 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949241377616 139950103602038 0 0 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6479] ppid=6466 vsize=28300332 memory=804 CPUtime=0 cores=0-7
/proc/6468/task/6479/stat : 6479 (java) S 6466 6466 5003 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 21 0 420471124 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949240325216 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6480] ppid=6466 vsize=28300332 memory=1804 CPUtime=0 cores=0-7
/proc/6468/task/6480/stat : 6480 (java) S 6466 6466 5003 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 21 0 420471124 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949239272320 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6481] ppid=6466 vsize=28300332 memory=920 CPUtime=0 cores=0-7
/proc/6468/task/6481/stat : 6481 (java) S 6466 6466 5003 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949238220624 139950125250459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6482] ppid=6466 vsize=28300332 memory=4136 CPUtime=1.27 cores=0-7
/proc/6468/task/6482/stat : 6482 (java) S 6466 6466 5003 0 -1 1077944384 9736 0 0 0 126 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949237169056 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6483] ppid=6466 vsize=28300332 memory=4100 CPUtime=1.32 cores=0-7
/proc/6468/task/6483/stat : 6483 (java) S 6466 6466 5003 0 -1 1077944384 11465 0 0 0 131 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949236115968 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 24 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6484] ppid=6466 vsize=28300332 memory=1412 CPUtime=0.88 cores=0-7
/proc/6468/task/6484/stat : 6484 (java) S 6466 6466 5003 0 -1 1077944384 6831 0 0 0 87 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949235063456 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6485] ppid=6466 vsize=28300332 memory=3492 CPUtime=0.66 cores=0-7
/proc/6468/task/6485/stat : 6485 (java) S 6466 6466 5003 0 -1 1077944384 9853 0 0 0 65 1 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949234010176 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 40 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6486] ppid=6466 vsize=28300332 memory=1452 CPUtime=0 cores=0-7
/proc/6468/task/6486/stat : 6486 (java) S 6466 6466 5003 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 420471126 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949232958048 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6487] ppid=6466 vsize=28300332 memory=25420532 CPUtime=0.51 cores=0-7
/proc/6468/task/6487/stat : 6487 (java) S 6466 6466 5003 0 -1 1077944384 2139 0 0 0 24 27 0 0 20 0 21 0 420471127 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949231905328 139950125243010 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
[pid=6468/tid=6588] ppid=6466 vsize=28300332 memory=1780 CPUtime=0 cores=0-7
/proc/6468/task/6588/stat : 6588 (java) S 6466 6466 5003 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 420592700 28979539968 6355133 33554432000 4194304 4196468 140729351119280 139949229153472 139950125242069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 6672384 140729351123946 140729351124118 140729351124118 140729351126991 0
Current children cumulated CPU time: 6276.51 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 25421984 KiB

[startup+1231.8 s]
/proc/loadavg: 6.28 6.10 5.94 2/213 6591
/proc/meminfo: memFree=193564/32770624 swapFree=67004764/67108860
[pid=6466] ppid=6463 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/6466/stat : 6466 (xcsp3-exec) S 6463 6466 5003 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420471120 115843072 363 33554432000 4194304 5098028 140725290007696 140725290005800 140181033636476 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25272320 140725290009462 140725290009705 140725290009705 140725290012618 0
/proc/6466/statm: 28282 363 305 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): 1231.89
CPU time (s): 6276.79
CPU user time (s): 6228.51
CPU system time (s): 48.2843
CPU usage (%): 509.527
Max. virtual memory (cumulated for all children) (KiB): 28413460
Max. memory (cumulated for all children) (KiB): 25421984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6228.51
system time used= 48.2843
maximum resident set size= 25420804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9459962
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80256
involuntary context switches= 153151


# summary of solver processes directly reported to runsolver:
#   pid: 6466
#   total CPU time (s): 6276.79
#   total CPU user time (s): 6228.51
#   total CPU system time (s): 48.2843

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.5339 second user time and 12.739 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-14 08:19:55
IDJOB=4393530
IDBENCH=138454
IDSOLVER=2841
FILE ID=node126/4393530-1568442033
RUNJOBID= node126-1568432852-5030
PBS_JOBID= 21702315
Free space on /tmp= 55748 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-12.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-4393530-1568442033/watcher-4393530-1568442033 -o /tmp/evaluation-result-4393530-1568442033/solver-4393530-1568442033 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node126-1568432852-5030 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 966600117 HOME/instance-4393530-1568442033.xml

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

MD5SUM BENCH= 5dc18f9bddc2dfff84e0f90fec56ce3b
RANDOM SEED=966600117

node126.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.45
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.56
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.45
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.56
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.45
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.56
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.45
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25565952 kB
MemAvailable:   31865552 kB
Buffers:          162604 kB
Cached:          6387964 kB
SwapCached:         2908 kB
Active:          2822928 kB
Inactive:        3734592 kB
Active(anon):       3220 kB
Inactive(anon):    44972 kB
Active(file):    2819708 kB
Inactive(file):  3689620 kB
Unevictable:      109080 kB
Mlocked:          109080 kB
SwapTotal:      67108860 kB
SwapFree:       67004764 kB
Dirty:             26000 kB
Writeback:             0 kB
AnonPages:        127924 kB
Mapped:            45428 kB
Shmem:             32816 kB
Slab:             241960 kB
SReclaimable:     212212 kB
SUnreclaim:        29748 kB
KernelStack:        3712 kB
PageTables:         5648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     81920 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55724 MiB
End job on node126 at 2019-09-14 08:40:27