Trace number 4399424

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallel? 5703.45 1108.02

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-17-042.xml
MD5SUM30a2df13e8a589268a4af4fb67fb8cf0
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 benchmark9.93882
Satisfiable
(Un)Satisfiability was proved
Number of variables34
Number of constraints136
Number of domains17
Minimum domain size26
Maximum domain size42
Distribution of domain sizes[{"size":26,"count":2},{"size":27,"count":2},{"size":28,"count":2},{"size":29,"count":2},{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2}]
Minimum variable degree16
Maximum variable degree16
Distribution of variable degrees[{"degree":16,"count":34}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":136}]
Number of extensional constraints0
Number of intensional constraints136
Distribution of constraint types[{"type":"intension","count":136}]
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-4399424-1568719343.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399424-1568719343.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
5615.58/1094.65	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
5615.58/1094.65		at java.util.stream.ReferencePipeline$4.opWrapSink(ReferencePipeline.java:207)
5615.58/1094.65		at java.util.stream.AbstractPipeline.wrapSink(AbstractPipeline.java:517)
5615.58/1094.65		at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
5615.58/1094.65		at java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:708)
5615.58/1094.65		at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
5615.58/1094.65		at java.util.stream.IntPipeline.reduce(IntPipeline.java:456)
5615.58/1094.65		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:125)
5615.58/1094.65		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
5615.58/1094.65		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:135)
5615.58/1094.65		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
5615.58/1094.65		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$167/2015781843.valid(Unknown Source)
5615.58/1094.65		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
5615.58/1094.65		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
5615.58/1094.65		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
5615.58/1094.65		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
5615.58/1094.65		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
5615.58/1094.65		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
5615.58/1094.65		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
5615.58/1094.65		at org.xcsp.parser.XCallbacks$$Lambda$97/1668627309.accept(Unknown Source)
5615.58/1094.65		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
5615.58/1094.65		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
5615.58/1094.65		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
5615.58/1094.65		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
5615.58/1094.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
5615.58/1094.65		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
5615.58/1094.65		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
5615.58/1094.65		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
5615.58/1094.65		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
5615.58/1094.65		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
5615.58/1094.65		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
5615.58/1094.65		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
5703.22/1107.86	s UNKNOWN
5703.22/1107.86	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 (14808 MiB free)
  memory of node 1: 16384 MiB (15170 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399424-1568719343/watcher-4399424-1568719343 -o /tmp/evaluation-result-4399424-1568719343/solver-4399424-1568719343 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568711571-15048 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1914606589 HOME/instance-4399424-1568719343.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=16301, runsolver pid=16298
Current StackSize limit: 8192 KiB


[startup+0.100158 s]*
/proc/loadavg: 8.36 8.19 8.22 2/212 16322
/proc/meminfo: memFree=30682392/32770624 swapFree=67002076/67108860
[pid=16301] ppid=16298 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16301/stat : 16301 (xcsp3-exec) S 16298 16301 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447848323 115843072 364 33554432000 4194304 5098028 140732291138688 140732291136792 140088609698428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14893056 140732291146613 140732291146857 140732291146857 140732291149770 0
/proc/16301/statm: 28282 364 305 221 0 87 0
[pid=16303] ppid=16301 vsize=28227396 memory=28780 CPUtime=0.12 cores=0-7
/proc/16303/stat : 16303 (java) S 16301 16301 15021 0 -1 1077944320 5691 0 0 0 11 1 0 0 20 0 20 0 447848323 28904853504 7195 33554432000 4194304 4196468 140721307951728 140721307934272 140431963946743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
/proc/16303/statm: 7056849 7195 3123 1 0 7019032 0
[pid=16303/tid=16304] ppid=16301 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/16303/task/16304/stat : 16304 (java) R 16301 16301 15021 0 -1 4202560 3602 0 0 0 8 0 0 0 20 0 20 0 447848323 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431968182848 140431555909417 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16305] ppid=16301 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/16303/task/16305/stat : 16305 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431883798800 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16306] ppid=16301 vsize=28227396 memory=139890748790400 CPUtime=0 cores=0-7
/proc/16303/task/16306/stat : 16306 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431882746256 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16307] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16307/stat : 16307 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431881693712 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16308] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16308/stat : 16308 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431880641168 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16309] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16309/stat : 16309 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431879588624 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16310] ppid=16301 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16303/task/16310/stat : 16310 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431878536080 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16311] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16311/stat : 16311 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431877483536 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16312] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16312/stat : 16312 (java) S 16301 16301 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431876430992 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16313] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16313/stat : 16313 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848326 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431214082032 140431963957890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16314] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16314/stat : 16314 (java) S 16301 16301 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447848326 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431213028256 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16315] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16315/stat : 16315 (java) S 16301 16301 15021 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447848326 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431211975664 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16316] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16316/stat : 16316 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848329 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431210924240 140431963965339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16317] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16317/stat : 16317 (java) S 16301 16301 15021 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 447848329 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431209871856 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16318] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16318/stat : 16318 (java) S 16301 16301 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447848329 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431208819312 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16319] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16319/stat : 16319 (java) S 16301 16301 15021 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447848329 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431207766768 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16320] ppid=16301 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16303/task/16320/stat : 16320 (java) R 16301 16301 15021 0 -1 4202560 348 0 0 0 1 0 0 0 20 0 20 0 447848329 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431206714224 140431942904544 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16321] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16321/stat : 16321 (java) S 16301 16301 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447848329 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431205660896 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16322] ppid=16301 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16303/task/16322/stat : 16322 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848329 28904853504 7195 33554432000 4194304 4196468 140721307951728 140431204608432 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30236 KiB

[startup+0.210204 s]*
/proc/loadavg: 8.36 8.19 8.22 2/212 16322
/proc/meminfo: memFree=30667648/32770624 swapFree=67002076/67108860
[pid=16301] ppid=16298 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16301/stat : 16301 (xcsp3-exec) S 16298 16301 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447848323 115843072 364 33554432000 4194304 5098028 140732291138688 140732291136792 140088609698428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14893056 140732291146613 140732291146857 140732291146857 140732291149770 0
/proc/16301/statm: 28282 364 305 221 0 87 0
[pid=16303] ppid=16301 vsize=28227396 memory=40992 CPUtime=0.33 cores=0-7
/proc/16303/stat : 16303 (java) S 16301 16301 15021 0 -1 1077944320 9514 0 0 0 30 3 0 0 20 0 20 0 447848323 28904853504 10248 33554432000 4194304 4196468 140721307951728 140721307934272 140431963946743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
/proc/16303/statm: 7056849 10248 3270 1 0 7019032 0
[pid=16303/tid=16304] ppid=16301 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16303/task/16304/stat : 16304 (java) R 16301 16301 15021 0 -1 4202560 6636 0 0 0 17 2 0 0 20 0 20 0 447848323 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431968178656 140431963958678 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16305] ppid=16301 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/16303/task/16305/stat : 16305 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431883798800 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16306] ppid=16301 vsize=28227396 memory=139890748806723 CPUtime=0 cores=0-7
/proc/16303/task/16306/stat : 16306 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431882746256 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16307] ppid=16301 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16303/task/16307/stat : 16307 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431881693712 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16308] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16308/stat : 16308 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431880641168 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16309] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16309/stat : 16309 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431879588624 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16310] ppid=16301 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16303/task/16310/stat : 16310 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431878536080 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16311] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16311/stat : 16311 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431877483536 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16312] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16312/stat : 16312 (java) S 16301 16301 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447848324 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431876430992 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16313] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16313/stat : 16313 (java) S 16301 16301 15021 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447848326 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431214082032 140431963957890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16314] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16314/stat : 16314 (java) S 16301 16301 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447848326 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431213028256 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16315] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16315/stat : 16315 (java) S 16301 16301 15021 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447848326 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431211975664 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16316] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16316/stat : 16316 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848329 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431210924240 140431963965339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16317] ppid=16301 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16303/task/16317/stat : 16317 (java) S 16301 16301 15021 0 -1 1077944384 592 0 0 0 1 0 0 0 20 0 20 0 447848329 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431209871856 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16318] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16318/stat : 16318 (java) S 16301 16301 15021 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 447848329 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431208819312 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16319] ppid=16301 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/16303/task/16319/stat : 16319 (java) S 16301 16301 15021 0 -1 1077944384 179 0 0 0 2 0 0 0 20 0 20 0 447848329 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431207766768 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16320] ppid=16301 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/16303/task/16320/stat : 16320 (java) R 16301 16301 15021 0 -1 4202560 743 0 0 0 7 0 0 0 20 0 20 0 447848329 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431206714224 140431947572343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16321] ppid=16301 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16321/stat : 16321 (java) S 16301 16301 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447848329 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431205660896 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16322] ppid=16301 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16303/task/16322/stat : 16322 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848329 28904853504 10248 33554432000 4194304 4196468 140721307951728 140431204608432 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42448 KiB

[startup+0.309634 s]*
/proc/loadavg: 8.36 8.19 8.22 4/212 16322
/proc/meminfo: memFree=30661060/32770624 swapFree=67002076/67108860
[pid=16301] ppid=16298 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16301/stat : 16301 (xcsp3-exec) S 16298 16301 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447848323 115843072 364 33554432000 4194304 5098028 140732291138688 140732291136792 140088609698428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14893056 140732291146613 140732291146857 140732291146857 140732291149770 0
/proc/16301/statm: 28282 364 305 221 0 87 0
[pid=16303] ppid=16301 vsize=28231652 memory=49964 CPUtime=0.52 cores=0-7
/proc/16303/stat : 16303 (java) S 16301 16301 15021 0 -1 1077944320 10868 0 0 0 47 5 0 0 20 0 20 0 447848323 28909211648 12491 33554432000 4194304 4196468 140721307951728 140721307934272 140431963946743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
/proc/16303/statm: 7057913 12491 3352 1 0 7019032 0
[pid=16303/tid=16304] ppid=16301 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/16303/task/16304/stat : 16304 (java) R 16301 16301 15021 0 -1 4202560 7743 0 0 0 26 3 0 0 20 0 20 0 447848323 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431968177856 140431948027230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16305] ppid=16301 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16305/stat : 16305 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431883798800 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16306] ppid=16301 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16306/stat : 16306 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848324 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431882746256 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16307] ppid=16301 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16307/stat : 16307 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431881693712 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16308] ppid=16301 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16308/stat : 16308 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848324 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431880641168 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16309] ppid=16301 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16309/stat : 16309 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848324 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431879588624 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16310] ppid=16301 vsize=28231652 memory=139890641693359 CPUtime=0 cores=0-7
/proc/16303/task/16310/stat : 16310 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431878536080 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16311] ppid=16301 vsize=28231652 memory=139890641695664 CPUtime=0 cores=0-7
/proc/16303/task/16311/stat : 16311 (java) S 16301 16301 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447848324 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431877483536 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16312] ppid=16301 vsize=28231652 memory=139890641697968 CPUtime=0 cores=0-7
/proc/16303/task/16312/stat : 16312 (java) S 16301 16301 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447848324 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431876430992 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16313] ppid=16301 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16313/stat : 16313 (java) S 16301 16301 15021 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447848326 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431214082032 140431963957890 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16314] ppid=16301 vsize=28231652 memory=279781283409808 CPUtime=0 cores=0-7
/proc/16303/task/16314/stat : 16314 (java) S 16301 16301 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447848326 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431213028256 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16315] ppid=16301 vsize=28231652 memory=279781283407504 CPUtime=0 cores=0-7
/proc/16303/task/16315/stat : 16315 (java) S 16301 16301 15021 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447848326 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431211975664 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16316] ppid=16301 vsize=28231652 memory=279781283414416 CPUtime=0 cores=0-7
/proc/16303/task/16316/stat : 16316 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848329 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431210924240 140431963965339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16317] ppid=16301 vsize=28231652 memory=279781283355696 CPUtime=0.03 cores=0-7
/proc/16303/task/16317/stat : 16317 (java) R 16301 16301 15021 0 -1 4202560 694 0 0 0 3 0 0 0 20 0 20 0 447848329 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431209862240 140431948336552 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16318] ppid=16301 vsize=28231652 memory=279781283428240 CPUtime=0.02 cores=0-7
/proc/16303/task/16318/stat : 16318 (java) S 16301 16301 15021 0 -1 1077944384 88 0 0 0 2 0 0 0 20 0 20 0 447848329 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431208819312 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16319] ppid=16301 vsize=28231652 memory=279781283435152 CPUtime=0.03 cores=0-7
/proc/16303/task/16319/stat : 16319 (java) S 16301 16301 15021 0 -1 1077944384 191 0 0 0 3 0 0 0 20 0 20 0 447848329 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431207766768 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16320] ppid=16301 vsize=28231652 memory=279781283432848 CPUtime=0.12 cores=0-7
/proc/16303/task/16320/stat : 16320 (java) S 16301 16301 15021 0 -1 1077944384 846 0 0 0 12 0 0 0 20 0 20 0 447848329 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431206714224 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16321] ppid=16301 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16321/stat : 16321 (java) S 16301 16301 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447848329 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431205660896 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16322] ppid=16301 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16303/task/16322/stat : 16322 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447848329 28909211648 12491 33554432000 4194304 4196468 140721307951728 140431204608432 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51420 KiB

[startup+0.700889 s]
/proc/loadavg: 8.36 8.19 8.22 4/212 16322
/proc/meminfo: memFree=30649160/32770624 swapFree=67002076/67108860
[pid=16301] ppid=16298 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16301/stat : 16301 (xcsp3-exec) S 16298 16301 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447848323 115843072 364 33554432000 4194304 5098028 140732291138688 140732291136792 140088609698428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14893056 140732291146613 140732291146857 140732291146857 140732291149770 0
/proc/16301/statm: 28282 364 305 221 0 87 0
[pid=16303] ppid=16301 vsize=28233776 memory=186420 CPUtime=1.45 cores=0-7
/proc/16303/stat : 16303 (java) S 16301 16301 15021 0 -1 1077944320 14377 0 0 0 135 10 0 0 20 0 20 0 447848323 28911386624 46605 33554432000 4194304 4196468 140721307951728 140721307934272 140431963946743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
/proc/16303/statm: 7058444 46605 3468 1 0 7019544 0
[pid=16303/tid=16304] ppid=16301 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/16303/task/16304/stat : 16304 (java) R 16301 16301 15021 0 -1 4202560 9223 0 0 0 61 6 0 0 20 0 20 0 447848323 28911386624 46605 33554432000 4194304 4196468 140721307951728 140431968184640 140431557094648 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16305] ppid=16301 vsize=28233776 memory=139890641904496 CPUtime=0 cores=0-7
/proc/16303/task/16305/stat : 16305 (java) S 16301 16301 15021 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 447848324 28911386624 46605 33554432000 4194304 4196468 140721307951728 140431883798800 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16306] ppid=16301 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16303/task/16306/stat : 16306 (java) S 16301 16301 15021 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447848324 28911386624 46605 33554432000 4194304 4196468 140721307951728 140431882746256 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16307] ppid=16301 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/16303/task/16307/stat : 16307 (java) S 16301 16301 15021 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 447848324 28911386624 46605 33554432000 4194304 4196468 140721307951728 140431881693712 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0

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

[pid=16303/tid=16304] ppid=16301 vsize=28300340 memory=25425592 CPUtime=357.72 cores=0-7
/proc/16303/task/16304/stat : 16304 (java) S 16301 16301 15021 0 -1 1077944384 84767 0 0 0 35652 120 0 0 20 0 21 0 447848323 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431968187424 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16305] ppid=16301 vsize=28300340 memory=25425592 CPUtime=655.33 cores=0-7
/proc/16303/task/16305/stat : 16305 (java) R 16301 16301 15021 0 -1 4202560 744032 0 0 0 64999 534 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431883798920 140431956574951 0 4 0 16800975 0 0 0 -1 7 0 0 59 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16306] ppid=16301 vsize=28300340 memory=1456 CPUtime=656.88 cores=0-7
/proc/16303/task/16306/stat : 16306 (java) S 16301 16301 15021 0 -1 1077944384 633416 0 0 0 65115 573 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431882746064 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 57 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16307] ppid=16301 vsize=28300340 memory=25425564 CPUtime=656.73 cores=0-7
/proc/16303/task/16307/stat : 16307 (java) R 16301 16301 15021 0 -1 4202560 938811 0 0 0 65140 533 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431881693520 140431956574951 0 4 0 16800975 0 0 0 -1 0 0 0 62 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16308] ppid=16301 vsize=28300340 memory=25425592 CPUtime=658.27 cores=0-7
/proc/16303/task/16308/stat : 16308 (java) R 16301 16301 15021 0 -1 4202560 649012 0 0 0 65337 490 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431880640976 140431956574951 0 4 0 16800975 0 0 0 -1 2 0 0 58 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16309] ppid=16301 vsize=28300340 memory=988 CPUtime=656.65 cores=0-7
/proc/16303/task/16309/stat : 16309 (java) R 16301 16301 15021 0 -1 4202560 558569 0 0 0 65115 550 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431879588744 140431956574951 0 4 0 16800975 0 0 0 -1 3 0 0 54 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16310] ppid=16301 vsize=28300340 memory=2012 CPUtime=657.97 cores=0-7
/proc/16303/task/16310/stat : 16310 (java) R 16301 16301 15021 0 -1 4202560 718945 0 0 0 65292 505 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431878535888 140431956574951 0 4 0 16800975 0 0 0 -1 1 0 0 55 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16311] ppid=16301 vsize=28300340 memory=6791534058613427641 CPUtime=656.5 cores=0-7
/proc/16303/task/16311/stat : 16311 (java) R 16301 16301 15021 0 -1 4202560 435460 0 0 0 65142 508 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431877483344 140431956574951 0 4 0 16800975 0 0 0 -1 6 0 0 61 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16312] ppid=16301 vsize=28300340 memory=6036 CPUtime=657.86 cores=0-7
/proc/16303/task/16312/stat : 16312 (java) R 16301 16301 15021 0 -1 4202560 826665 0 0 0 65286 500 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431876431112 140431957049777 0 4 0 16800975 0 0 0 -1 5 0 0 53 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16313] ppid=16301 vsize=28300340 memory=772 CPUtime=84.36 cores=0-7
/proc/16303/task/16313/stat : 16313 (java) S 16301 16301 15021 0 -1 1077944384 582676 0 0 0 8343 93 0 0 20 0 21 0 447848326 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431214080576 140431963956949 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16314] ppid=16301 vsize=28300340 memory=1556 CPUtime=0 cores=0-7
/proc/16303/task/16314/stat : 16314 (java) S 16301 16301 15021 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 447848326 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431213028320 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16315] ppid=16301 vsize=28300340 memory=25008 CPUtime=0 cores=0-7
/proc/16303/task/16315/stat : 16315 (java) S 16301 16301 15021 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 447848326 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431211975680 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16316] ppid=16301 vsize=28300340 memory=11852 CPUtime=0 cores=0-7
/proc/16303/task/16316/stat : 16316 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431210924240 140431963965339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16317] ppid=16301 vsize=28300340 memory=532 CPUtime=0.35 cores=0-7
/proc/16303/task/16317/stat : 16317 (java) S 16301 16301 15021 0 -1 1077944384 4084 0 0 0 34 1 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431209871616 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16318] ppid=16301 vsize=28300340 memory=1564 CPUtime=0.35 cores=0-7
/proc/16303/task/16318/stat : 16318 (java) S 16301 16301 15021 0 -1 1077944384 3834 0 0 0 34 1 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431208819360 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16319] ppid=16301 vsize=28300340 memory=25425592 CPUtime=0.7 cores=0-7
/proc/16303/task/16319/stat : 16319 (java) S 16301 16301 15021 0 -1 1077944384 9114 0 0 0 69 1 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431207766816 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16320] ppid=16301 vsize=28300340 memory=4104 CPUtime=0.56 cores=0-7
/proc/16303/task/16320/stat : 16320 (java) S 16301 16301 15021 0 -1 1077944384 11245 0 0 0 54 2 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431206714272 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16321] ppid=16301 vsize=28300340 memory=1720 CPUtime=0 cores=0-7
/proc/16303/task/16321/stat : 16321 (java) S 16301 16301 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431205660896 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16322] ppid=16301 vsize=28300340 memory=1556 CPUtime=0.49 cores=0-7
/proc/16303/task/16322/stat : 16322 (java) S 16301 16301 15021 0 -1 1077944384 1951 0 0 0 24 25 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431204608432 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16402] ppid=16301 vsize=28300340 memory=1056 CPUtime=0 cores=0-7
/proc/16303/task/16402/stat : 16402 (java) S 16301 16301 15021 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 447957789 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431128460608 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
Current children cumulated CPU time: 5700.88 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25427048 KiB

[startup+1107.2 s]
/proc/loadavg: 6.78 6.61 6.32 2/213 16410
/proc/meminfo: memFree=5238912/32770624 swapFree=67002076/67108860
[pid=16301] ppid=16298 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16301/stat : 16301 (xcsp3-exec) S 16298 16301 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447848323 115843072 364 33554432000 4194304 5098028 140732291138688 140732291136792 140088609698428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14893056 140732291146613 140732291146857 140732291146857 140732291149770 0
/proc/16301/statm: 28282 364 305 221 0 87 0
[pid=16303] ppid=16301 vsize=28300340 memory=25425592 CPUtime=5702.62 cores=0-7
/proc/16303/stat : 16303 (java) S 16301 16301 15021 0 -1 1077944320 6203984 0 0 0 565830 4432 0 0 20 0 21 0 447848323 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140721307934272 140431963946743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
/proc/16303/statm: 7075085 6356398 3512 1 0 7036185 0
[pid=16303/tid=16304] ppid=16301 vsize=28300340 memory=4126316290023845779 CPUtime=357.72 cores=0-7
/proc/16303/task/16304/stat : 16304 (java) S 16301 16301 15021 0 -1 1077944384 84767 0 0 0 35652 120 0 0 20 0 21 0 447848323 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431968187424 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16305] ppid=16301 vsize=28300340 memory=46096 CPUtime=655.35 cores=0-7
/proc/16303/task/16305/stat : 16305 (java) S 16301 16301 15021 0 -1 1077944384 744032 0 0 0 65001 534 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431883798800 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 59 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16306] ppid=16301 vsize=28300340 memory=988 CPUtime=656.9 cores=0-7
/proc/16303/task/16306/stat : 16306 (java) S 16301 16301 15021 0 -1 1077944384 633416 0 0 0 65117 573 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431882746256 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 57 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16307] ppid=16301 vsize=28300340 memory=6791534058613427641 CPUtime=656.76 cores=0-7
/proc/16303/task/16307/stat : 16307 (java) S 16301 16301 15021 0 -1 1077944384 938811 0 0 0 65143 533 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431881693712 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 62 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16308] ppid=16301 vsize=28300340 memory=988 CPUtime=658.29 cores=0-7
/proc/16303/task/16308/stat : 16308 (java) S 16301 16301 15021 0 -1 1077944384 649012 0 0 0 65339 490 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431880641168 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 58 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16309] ppid=16301 vsize=28300340 memory=2012 CPUtime=656.67 cores=0-7
/proc/16303/task/16309/stat : 16309 (java) S 16301 16301 15021 0 -1 1077944384 558569 0 0 0 65117 550 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431879588624 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16310] ppid=16301 vsize=28300340 memory=1424 CPUtime=657.99 cores=0-7
/proc/16303/task/16310/stat : 16310 (java) S 16301 16301 15021 0 -1 1077944384 718945 0 0 0 65294 505 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431878536080 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16311] ppid=16301 vsize=28300340 memory=25425592 CPUtime=656.52 cores=0-7
/proc/16303/task/16311/stat : 16311 (java) S 16301 16301 15021 0 -1 1077944384 435460 0 0 0 65144 508 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431877483536 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 61 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16312] ppid=16301 vsize=28300340 memory=988 CPUtime=657.88 cores=0-7
/proc/16303/task/16312/stat : 16312 (java) S 16301 16301 15021 0 -1 1077944384 826691 0 0 0 65288 500 0 0 20 0 21 0 447848324 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431876430992 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16313] ppid=16301 vsize=28300340 memory=2012 CPUtime=85.94 cores=0-7
/proc/16303/task/16313/stat : 16313 (java) R 16301 16301 15021 0 -1 4202560 582676 0 0 0 8501 93 0 0 20 0 21 0 447848326 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431214080464 140431948943124 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16314] ppid=16301 vsize=28300340 memory=1424 CPUtime=0 cores=0-7
/proc/16303/task/16314/stat : 16314 (java) S 16301 16301 15021 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 447848326 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431213028320 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16315] ppid=16301 vsize=28300340 memory=25425592 CPUtime=0 cores=0-7
/proc/16303/task/16315/stat : 16315 (java) S 16301 16301 15021 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 447848326 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431211975680 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16316] ppid=16301 vsize=28300340 memory=-3622645143214314312 CPUtime=0 cores=0-7
/proc/16303/task/16316/stat : 16316 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431210924240 140431963965339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16317] ppid=16301 vsize=28300340 memory=25008 CPUtime=0.35 cores=0-7
/proc/16303/task/16317/stat : 16317 (java) S 16301 16301 15021 0 -1 1077944384 4084 0 0 0 34 1 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431209871616 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16318] ppid=16301 vsize=28300340 memory=11852 CPUtime=0.35 cores=0-7
/proc/16303/task/16318/stat : 16318 (java) S 16301 16301 15021 0 -1 1077944384 3834 0 0 0 34 1 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431208819360 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16319] ppid=16301 vsize=28300340 memory=532 CPUtime=0.7 cores=0-7
/proc/16303/task/16319/stat : 16319 (java) S 16301 16301 15021 0 -1 1077944384 9114 0 0 0 69 1 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431207766816 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16320] ppid=16301 vsize=28300340 memory=1564 CPUtime=0.56 cores=0-7
/proc/16303/task/16320/stat : 16320 (java) S 16301 16301 15021 0 -1 1077944384 11245 0 0 0 54 2 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431206714272 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16321] ppid=16301 vsize=28300340 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16303/task/16321/stat : 16321 (java) S 16301 16301 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431205660896 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16322] ppid=16301 vsize=28300340 memory=1398722017469774279 CPUtime=0.49 cores=0-7
/proc/16303/task/16322/stat : 16322 (java) S 16301 16301 15021 0 -1 1077944384 1951 0 0 0 24 25 0 0 20 0 21 0 447848329 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431204608432 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16402] ppid=16301 vsize=28300340 memory=1224 CPUtime=0 cores=0-7
/proc/16303/task/16402/stat : 16402 (java) S 16301 16301 15021 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 447957789 28979548160 6356398 33554432000 4194304 4196468 140721307951728 140431128460608 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
Current children cumulated CPU time: 5702.62 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25427048 KiB

[startup+1107.6 s]
/proc/loadavg: 6.78 6.61 6.32 2/213 16410
/proc/meminfo: memFree=5238912/32770624 swapFree=67002076/67108860
[pid=16301] ppid=16298 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16301/stat : 16301 (xcsp3-exec) S 16298 16301 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447848323 115843072 364 33554432000 4194304 5098028 140732291138688 140732291136792 140088609698428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14893056 140732291146613 140732291146857 140732291146857 140732291149770 0
/proc/16301/statm: 28282 364 305 221 0 87 0
[pid=16303] ppid=16301 vsize=28300340 memory=25425596 CPUtime=5703.02 cores=0-7
/proc/16303/stat : 16303 (java) S 16301 16301 15021 0 -1 1077944320 6204539 0 0 0 565870 4432 0 0 20 0 21 0 447848323 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140721307934272 140431963946743 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
/proc/16303/statm: 7075085 6356399 3512 1 0 7036185 0
[pid=16303/tid=16304] ppid=16301 vsize=28300340 memory=1408 CPUtime=357.72 cores=0-7
/proc/16303/task/16304/stat : 16304 (java) S 16301 16301 15021 0 -1 1077944384 84767 0 0 0 35652 120 0 0 20 0 21 0 447848323 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431968187424 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16305] ppid=16301 vsize=28300340 memory=3368 CPUtime=655.35 cores=0-7
/proc/16303/task/16305/stat : 16305 (java) S 16301 16301 15021 0 -1 1077944384 744032 0 0 0 65001 534 0 0 20 0 21 0 447848324 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431883798800 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 59 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16306] ppid=16301 vsize=28300340 memory=1456 CPUtime=656.9 cores=0-7
/proc/16303/task/16306/stat : 16306 (java) S 16301 16301 15021 0 -1 1077944384 633416 0 0 0 65117 573 0 0 20 0 21 0 447848324 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431882746256 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 57 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16307] ppid=16301 vsize=28300340 memory=1456 CPUtime=656.76 cores=0-7
/proc/16303/task/16307/stat : 16307 (java) S 16301 16301 15021 0 -1 1077944384 938811 0 0 0 65143 533 0 0 20 0 21 0 447848324 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431881693712 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 62 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16308] ppid=16301 vsize=28300340 memory=1456 CPUtime=658.29 cores=0-7
/proc/16303/task/16308/stat : 16308 (java) S 16301 16301 15021 0 -1 1077944384 649012 0 0 0 65339 490 0 0 20 0 21 0 447848324 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431880641168 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 58 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16309] ppid=16301 vsize=28300340 memory=25425592 CPUtime=656.67 cores=0-7
/proc/16303/task/16309/stat : 16309 (java) S 16301 16301 15021 0 -1 1077944384 558569 0 0 0 65117 550 0 0 20 0 21 0 447848324 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431879588624 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 54 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16310] ppid=16301 vsize=28300340 memory=1804 CPUtime=657.99 cores=0-7
/proc/16303/task/16310/stat : 16310 (java) S 16301 16301 15021 0 -1 1077944384 718945 0 0 0 65294 505 0 0 20 0 21 0 447848324 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431878536080 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16311] ppid=16301 vsize=28300340 memory=920 CPUtime=656.52 cores=0-7
/proc/16303/task/16311/stat : 16311 (java) S 16301 16301 15021 0 -1 1077944384 435460 0 0 0 65144 508 0 0 20 0 21 0 447848324 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431877483536 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 61 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16312] ppid=16301 vsize=28300340 memory=4140 CPUtime=657.88 cores=0-7
/proc/16303/task/16312/stat : 16312 (java) S 16301 16301 15021 0 -1 1077944384 826691 0 0 0 65288 500 0 0 20 0 21 0 447848324 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431876430992 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 53 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16313] ppid=16301 vsize=28300340 memory=920 CPUtime=86.34 cores=0-7
/proc/16303/task/16313/stat : 16313 (java) R 16301 16301 15021 0 -1 4202560 583231 0 0 0 8541 93 0 0 20 0 21 0 447848326 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431214080464 140431948943147 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16314] ppid=16301 vsize=28300340 memory=4140 CPUtime=0 cores=0-7
/proc/16303/task/16314/stat : 16314 (java) S 16301 16301 15021 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 21 0 447848326 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431213028320 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16315] ppid=16301 vsize=28300340 memory=1408 CPUtime=0 cores=0-7
/proc/16303/task/16315/stat : 16315 (java) S 16301 16301 15021 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 21 0 447848326 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431211975680 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16316] ppid=16301 vsize=28300340 memory=1456 CPUtime=0 cores=0-7
/proc/16303/task/16316/stat : 16316 (java) S 16301 16301 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 447848329 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431210924240 140431963965339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16317] ppid=16301 vsize=28300340 memory=1456 CPUtime=0.35 cores=0-7
/proc/16303/task/16317/stat : 16317 (java) S 16301 16301 15021 0 -1 1077944384 4084 0 0 0 34 1 0 0 20 0 21 0 447848329 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431209871616 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16318] ppid=16301 vsize=28300340 memory=25425592 CPUtime=0.35 cores=0-7
/proc/16303/task/16318/stat : 16318 (java) S 16301 16301 15021 0 -1 1077944384 3834 0 0 0 34 1 0 0 20 0 21 0 447848329 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431208819360 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16319] ppid=16301 vsize=28300340 memory=1768 CPUtime=0.7 cores=0-7
/proc/16303/task/16319/stat : 16319 (java) S 16301 16301 15021 0 -1 1077944384 9114 0 0 0 69 1 0 0 20 0 21 0 447848329 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431207766816 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16320] ppid=16301 vsize=28300340 memory=111636 CPUtime=0.56 cores=0-7
/proc/16303/task/16320/stat : 16320 (java) S 16301 16301 15021 0 -1 1077944384 11245 0 0 0 54 2 0 0 20 0 21 0 447848329 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431206714272 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16321] ppid=16301 vsize=28300340 memory=1456 CPUtime=0 cores=0-7
/proc/16303/task/16321/stat : 16321 (java) S 16301 16301 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 447848329 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431205660896 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16322] ppid=16301 vsize=28300340 memory=25425592 CPUtime=0.49 cores=0-7
/proc/16303/task/16322/stat : 16322 (java) S 16301 16301 15021 0 -1 1077944384 1951 0 0 0 24 25 0 0 20 0 21 0 447848329 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431204608432 140431963957890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
[pid=16303/tid=16402] ppid=16301 vsize=28300340 memory=920 CPUtime=0 cores=0-7
/proc/16303/task/16402/stat : 16402 (java) S 16301 16301 15021 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 21 0 447957789 28979548160 6356399 33554432000 4194304 4196468 140721307951728 140431128460608 140431963956949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27291648 140721307960298 140721307960470 140721307960470 140721307963343 0
Current children cumulated CPU time: 5703.02 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25427052 KiB

[startup+1108 s]*
/proc/loadavg: 6.31 6.52 6.29 2/194 16410
/proc/meminfo: memFree=29659988/32770624 swapFree=67002076/67108860
[pid=16301] ppid=16298 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/16301/stat : 16301 (xcsp3-exec) S 16298 16301 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447848323 115843072 364 33554432000 4194304 5098028 140732291138688 140732291136792 140088609698428 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 14893056 140732291146613 140732291146857 140732291146857 140732291149770 0
/proc/16301/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): 1108.02
CPU time (s): 5703.45
CPU user time (s): 5658.97
CPU system time (s): 44.4793
CPU usage (%): 514.744
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25427052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5658.97
system time used= 44.4793
maximum resident set size= 25425860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6205713
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76143
involuntary context switches= 83723


# summary of solver processes directly reported to runsolver:
#   pid: 16301
#   total CPU time (s): 5703.45
#   total CPU user time (s): 5658.97
#   total CPU system time (s): 44.4793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.61604 second user time and 11.7284 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 13:21:42
IDJOB=4399424
IDBENCH=141744
IDSOLVER=2854
FILE ID=node146/4399424-1568719343
RUNJOBID= node146-1568711571-15048
PBS_JOBID= 21703934
Free space on /tmp= 59004 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-17-042.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-4399424-1568719343/watcher-4399424-1568719343 -o /tmp/evaluation-result-4399424-1568719343/solver-4399424-1568719343 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568711571-15048 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1914606589 HOME/instance-4399424-1568719343.xml

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

MD5SUM BENCH= 30a2df13e8a589268a4af4fb67fb8cf0
RANDOM SEED=1914606589

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30698612 kB
MemAvailable:   31868660 kB
Buffers:          238852 kB
Cached:          1201992 kB
SwapCached:         4332 kB
Active:           727980 kB
Inactive:         718312 kB
Active(anon):      22920 kB
Inactive(anon):    30432 kB
Active(file):     705060 kB
Inactive(file):   687880 kB
Unevictable:      110876 kB
Mlocked:          110876 kB
SwapTotal:      67108860 kB
SwapFree:       67002076 kB
Dirty:             26096 kB
Writeback:             0 kB
AnonPages:        250204 kB
Mapped:            48020 kB
Shmem:             39116 kB
Slab:             216440 kB
SReclaimable:     185884 kB
SUnreclaim:        30556 kB
KernelStack:        3728 kB
PageTables:         6504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     507116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58980 MiB
End job on node146 at 2019-09-17 13:40:11