Trace number 4404222

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-20 parallel? 6134.86 1159.67

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-15-035.xml
MD5SUM95db7a436582e8fbf27db66b2c693839
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 benchmark4.88573
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints105
Number of domains15
Minimum domain size21
Maximum domain size35
Distribution of domain sizes[{"size":21,"count":2},{"size":22,"count":2},{"size":23,"count":2},{"size":24,"count":2},{"size":25,"count":2},{"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}]
Minimum variable degree14
Maximum variable degree14
Distribution of variable degrees[{"degree":14,"count":30}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":105}]
Number of extensional constraints0
Number of intensional constraints105
Distribution of constraint types[{"type":"intension","count":105}]
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-4404222-1569012381.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404222-1569012381.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
6052.26/1146.63	Exception in thread "main" java.lang.OutOfMemoryError: GC overhead limit exceeded
6052.26/1146.63		at java.util.stream.ReferencePipeline.mapToInt(ReferencePipeline.java:203)
6052.26/1146.63		at org.chocosolver.solver.expression.discrete.arithmetic.NaArExpression.ieval(NaArExpression.java:124)
6052.26/1146.63		at org.chocosolver.solver.expression.discrete.relational.BiReExpression.beval(BiReExpression.java:214)
6052.26/1146.63		at org.chocosolver.solver.expression.discrete.logical.NaLoExpression.beval(NaLoExpression.java:137)
6052.26/1146.63		at org.chocosolver.solver.expression.discrete.relational.ReExpression.lambda$extension$3(ReExpression.java:150)
6052.26/1146.63		at org.chocosolver.solver.expression.discrete.relational.ReExpression$$Lambda$154/842326585.valid(Unknown Source)
6052.26/1146.63		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
6052.26/1146.63		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
6052.26/1146.63		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
6052.26/1146.63		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
6052.26/1146.63		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
6052.26/1146.63		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
6052.26/1146.63		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
6052.26/1146.63		at org.xcsp.parser.XCallbacks$$Lambda$96/36202360.accept(Unknown Source)
6052.26/1146.63		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
6052.26/1146.63		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
6052.26/1146.63		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
6052.26/1146.63		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
6052.26/1146.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
6052.26/1146.63		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
6052.26/1146.63		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
6052.26/1146.63		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
6052.26/1146.63		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
6052.26/1146.63		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
6052.26/1146.63		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
6052.26/1146.63		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
6134.42/1159.27	s UNKNOWN
6134.42/1159.27	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 (13524 MiB free)
  memory of node 1: 16384 MiB (10156 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404222-1569012381/watcher-4404222-1569012381 -o /var/tmp/evaluation-result-4404222-1569012381/solver-4404222-1569012381 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569001704-15737 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 437380136 HOME/instance-4404222-1569012381.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=16917, runsolver pid=16914
Current StackSize limit: 8192 KiB


[startup+0.10009 s]*
/proc/loadavg: 7.48 8.14 8.27 2/211 16938
/proc/meminfo: memFree=24233808/32770624 swapFree=66952736/67108860
[pid=16917] ppid=16914 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16917/stat : 16917 (xcsp3-exec) S 16914 16917 15710 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 477493667 115843072 363 33554432000 4194304 5098028 140729940743936 140729940742040 139975788446332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15753216 140729940747090 140729940747349 140729940747349 140729940750278 0
/proc/16917/statm: 28282 363 304 221 0 87 0
[pid=16919] ppid=16917 vsize=28227396 memory=30168 CPUtime=0.12 cores=0-7
/proc/16919/stat : 16919 (java) S 16917 16917 15710 0 -1 1077944320 5947 0 0 0 11 1 0 0 20 0 20 0 477493667 28904853504 7542 33554432000 4194304 4196468 140725730253872 140725730236416 140223442046711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
/proc/16919/statm: 7056849 7542 3160 1 0 7019032 0
[pid=16919/tid=16920] ppid=16917 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/16919/task/16920/stat : 16920 (java) R 16917 16917 15710 0 -1 4202560 3853 0 0 0 8 1 0 0 20 0 20 0 477493667 28904853504 7542 33554432000 4194304 4196468 140725730253872 140223446278976 140223048677376 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16921] ppid=16917 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16919/task/16921/stat : 16921 (java) S 16917 16917 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 7542 33554432000 4194304 4196468 140725730253872 140223394666768 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16922] ppid=16917 vsize=28227396 memory=140657458128512 CPUtime=0 cores=0-7
/proc/16919/task/16922/stat : 16922 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 7542 33554432000 4194304 4196468 140725730253872 140223393614224 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16923] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16923/stat : 16923 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 7542 33554432000 4194304 4196468 140725730253872 140223392561680 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16924] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16924/stat : 16924 (java) S 16917 16917 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 7542 33554432000 4194304 4196468 140725730253872 140223391509136 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16925] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16925/stat : 16925 (java) S 16917 16917 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 7542 33554432000 4194304 4196468 140725730253872 140223390456592 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16926] ppid=16917 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16919/task/16926/stat : 16926 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 7542 33554432000 4194304 4196468 140725730253872 140223389404048 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16927] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16927/stat : 16927 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 7542 33554432000 4194304 4196468 140725730253872 140223388351504 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16928] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16928/stat : 16928 (java) S 16917 16917 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 7542 33554432000 4194304 4196468 140725730253872 140223387298960 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16929] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16929/stat : 16929 (java) S 16917 16917 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477493670 28904853504 7542 33554432000 4194304 4196468 140725730253872 140222759151600 140223442057858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16930] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16930/stat : 16930 (java) S 16917 16917 15710 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 477493670 28904853504 7542 33554432000 4194304 4196468 140725730253872 140222758097824 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16931] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16931/stat : 16931 (java) S 16917 16917 15710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477493670 28904853504 7542 33554432000 4194304 4196468 140725730253872 140222757045232 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16932] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16932/stat : 16932 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493673 28904853504 7542 33554432000 4194304 4196468 140725730253872 140222755993808 140223442065307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16933] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16933/stat : 16933 (java) S 16917 16917 15710 0 -1 1077944384 409 0 0 0 0 0 0 0 20 0 20 0 477493673 28904853504 7542 33554432000 4194304 4196468 140725730253872 140222754941424 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16934] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16934/stat : 16934 (java) S 16917 16917 15710 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 477493673 28904853504 7542 33554432000 4194304 4196468 140725730253872 140222753888880 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16935] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16935/stat : 16935 (java) S 16917 16917 15710 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 477493673 28904853504 7542 33554432000 4194304 4196468 140725730253872 140222752836336 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16936] ppid=16917 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16919/task/16936/stat : 16936 (java) R 16917 16917 15710 0 -1 4202560 364 0 0 0 1 0 0 0 20 0 20 0 477493673 28904853504 7542 33554432000 4194304 4196468 140725730253872 140222751783792 140223442058646 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16937] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16937/stat : 16937 (java) S 16917 16917 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477493673 28904853504 7542 33554432000 4194304 4196468 140725730253872 140222750730464 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16938] ppid=16917 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16919/task/16938/stat : 16938 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493674 28904853504 7542 33554432000 4194304 4196468 140725730253872 140222749678000 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31620 KiB

[startup+0.210541 s]*
/proc/loadavg: 7.48 8.14 8.27 2/211 16938
/proc/meminfo: memFree=24222204/32770624 swapFree=66952736/67108860
[pid=16917] ppid=16914 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16917/stat : 16917 (xcsp3-exec) S 16914 16917 15710 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 477493667 115843072 363 33554432000 4194304 5098028 140729940743936 140729940742040 139975788446332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15753216 140729940747090 140729940747349 140729940747349 140729940750278 0
/proc/16917/statm: 28282 363 304 221 0 87 0
[pid=16919] ppid=16917 vsize=28227396 memory=41072 CPUtime=0.33 cores=0-7
/proc/16919/stat : 16919 (java) S 16917 16917 15710 0 -1 1077944320 9523 0 0 0 30 3 0 0 20 0 20 0 477493667 28904853504 10268 33554432000 4194304 4196468 140725730253872 140725730236416 140223442046711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
/proc/16919/statm: 7056849 10268 3301 1 0 7019032 0
[pid=16919/tid=16920] ppid=16917 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/16919/task/16920/stat : 16920 (java) R 16917 16917 15710 0 -1 4202560 6667 0 0 0 18 2 0 0 20 0 20 0 477493667 28904853504 10268 33554432000 4194304 4196468 140725730253872 140223446280752 140223442058646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16921] ppid=16917 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/16919/task/16921/stat : 16921 (java) S 16917 16917 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 10268 33554432000 4194304 4196468 140725730253872 140223394666768 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16922] ppid=16917 vsize=28227396 memory=140657461527775 CPUtime=0 cores=0-7
/proc/16919/task/16922/stat : 16922 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 10268 33554432000 4194304 4196468 140725730253872 140223393614224 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16923] ppid=16917 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16919/task/16923/stat : 16923 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 10268 33554432000 4194304 4196468 140725730253872 140223392561680 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16924] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16924/stat : 16924 (java) S 16917 16917 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 10268 33554432000 4194304 4196468 140725730253872 140223391509136 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16925] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16925/stat : 16925 (java) S 16917 16917 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 10268 33554432000 4194304 4196468 140725730253872 140223390456592 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16926] ppid=16917 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16919/task/16926/stat : 16926 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 10268 33554432000 4194304 4196468 140725730253872 140223389404048 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16927] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16927/stat : 16927 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 10268 33554432000 4194304 4196468 140725730253872 140223388351504 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16928] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16928/stat : 16928 (java) S 16917 16917 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477493668 28904853504 10268 33554432000 4194304 4196468 140725730253872 140223387298960 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16929] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16929/stat : 16929 (java) S 16917 16917 15710 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 477493670 28904853504 10268 33554432000 4194304 4196468 140725730253872 140222759151600 140223442057858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16930] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16930/stat : 16930 (java) S 16917 16917 15710 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 477493670 28904853504 10268 33554432000 4194304 4196468 140725730253872 140222758097824 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16931] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16931/stat : 16931 (java) S 16917 16917 15710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477493670 28904853504 10268 33554432000 4194304 4196468 140725730253872 140222757045232 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16932] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16932/stat : 16932 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493673 28904853504 10268 33554432000 4194304 4196468 140725730253872 140222755993808 140223442065307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16933] ppid=16917 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16919/task/16933/stat : 16933 (java) S 16917 16917 15710 0 -1 1077944384 633 0 0 0 1 0 0 0 20 0 20 0 477493673 28904853504 10268 33554432000 4194304 4196468 140725730253872 140222754941424 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16934] ppid=16917 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16919/task/16934/stat : 16934 (java) R 16917 16917 15710 0 -1 1077944384 44 0 0 0 1 0 0 0 20 0 20 0 477493673 28904853504 10268 33554432000 4194304 4196468 140725730253872 140222753888880 140223442057858 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16935] ppid=16917 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/16919/task/16935/stat : 16935 (java) S 16917 16917 15710 0 -1 1077944384 105 0 0 0 2 0 0 0 20 0 20 0 477493673 28904853504 10268 33554432000 4194304 4196468 140725730253872 140222752836336 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16936] ppid=16917 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/16919/task/16936/stat : 16936 (java) R 16917 16917 15710 0 -1 4202560 757 0 0 0 7 0 0 0 20 0 20 0 477493673 28904853504 10268 33554432000 4194304 4196468 140725730253872 140222751783792 140223420667649 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16937] ppid=16917 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16937/stat : 16937 (java) S 16917 16917 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477493673 28904853504 10268 33554432000 4194304 4196468 140725730253872 140222750730464 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16938] ppid=16917 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16919/task/16938/stat : 16938 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493674 28904853504 10268 33554432000 4194304 4196468 140725730253872 140222749678000 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42524 KiB

[startup+0.310336 s]*
/proc/loadavg: 7.48 8.14 8.27 3/211 16938
/proc/meminfo: memFree=24217600/32770624 swapFree=66952736/67108860
[pid=16917] ppid=16914 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16917/stat : 16917 (xcsp3-exec) S 16914 16917 15710 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 477493667 115843072 363 33554432000 4194304 5098028 140729940743936 140729940742040 139975788446332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15753216 140729940747090 140729940747349 140729940747349 140729940750278 0
/proc/16917/statm: 28282 363 304 221 0 87 0
[pid=16919] ppid=16917 vsize=28231652 memory=49392 CPUtime=0.52 cores=0-7
/proc/16919/stat : 16919 (java) S 16917 16917 15710 0 -1 1077944320 10705 0 0 0 48 4 0 0 20 0 20 0 477493667 28909211648 12348 33554432000 4194304 4196468 140725730253872 140725730236416 140223442046711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
/proc/16919/statm: 7057913 12348 3333 1 0 7019032 0
[pid=16919/tid=16920] ppid=16917 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/16919/task/16920/stat : 16920 (java) R 16917 16917 15710 0 -1 4202560 7717 0 0 0 27 3 0 0 20 0 20 0 477493667 28909211648 12348 33554432000 4194304 4196468 140725730253872 140223446280496 140223442068637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16921] ppid=16917 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16921/stat : 16921 (java) S 16917 16917 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477493668 28909211648 12348 33554432000 4194304 4196468 140725730253872 140223394666768 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16922] ppid=16917 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16922/stat : 16922 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28909211648 12348 33554432000 4194304 4196468 140725730253872 140223393614224 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16923] ppid=16917 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16923/stat : 16923 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28909211648 12348 33554432000 4194304 4196468 140725730253872 140223392561680 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16924] ppid=16917 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16924/stat : 16924 (java) S 16917 16917 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477493668 28909211648 12348 33554432000 4194304 4196468 140725730253872 140223391509136 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16925] ppid=16917 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16925/stat : 16925 (java) S 16917 16917 15710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477493668 28909211648 12348 33554432000 4194304 4196468 140725730253872 140223390456592 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16926] ppid=16917 vsize=28231652 memory=140657360464559 CPUtime=0 cores=0-7
/proc/16919/task/16926/stat : 16926 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28909211648 12348 33554432000 4194304 4196468 140725730253872 140223389404048 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16927] ppid=16917 vsize=28231652 memory=140657360466864 CPUtime=0 cores=0-7
/proc/16919/task/16927/stat : 16927 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493668 28909211648 12348 33554432000 4194304 4196468 140725730253872 140223388351504 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16928] ppid=16917 vsize=28231652 memory=140657360469168 CPUtime=0 cores=0-7
/proc/16919/task/16928/stat : 16928 (java) S 16917 16917 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477493668 28909211648 12348 33554432000 4194304 4196468 140725730253872 140223387298960 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16929] ppid=16917 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16929/stat : 16929 (java) S 16917 16917 15710 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 477493670 28909211648 12348 33554432000 4194304 4196468 140725730253872 140222759151600 140223442057858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16930] ppid=16917 vsize=28231652 memory=281314720952208 CPUtime=0 cores=0-7
/proc/16919/task/16930/stat : 16930 (java) S 16917 16917 15710 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 477493670 28909211648 12348 33554432000 4194304 4196468 140725730253872 140222758097824 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16931] ppid=16917 vsize=28231652 memory=281314720949904 CPUtime=0 cores=0-7
/proc/16919/task/16931/stat : 16931 (java) S 16917 16917 15710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477493670 28909211648 12348 33554432000 4194304 4196468 140725730253872 140222757045232 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16932] ppid=16917 vsize=28231652 memory=281314720956816 CPUtime=0 cores=0-7
/proc/16919/task/16932/stat : 16932 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493673 28909211648 12348 33554432000 4194304 4196468 140725730253872 140222755993808 140223442065307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16933] ppid=16917 vsize=28231652 memory=281314720898096 CPUtime=0.02 cores=0-7
/proc/16919/task/16933/stat : 16933 (java) S 16917 16917 15710 0 -1 1077944384 647 0 0 0 2 0 0 0 20 0 20 0 477493673 28909211648 12348 33554432000 4194304 4196468 140725730253872 140222754941424 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16934] ppid=16917 vsize=28231652 memory=281314720970640 CPUtime=0.02 cores=0-7
/proc/16919/task/16934/stat : 16934 (java) S 16917 16917 15710 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 20 0 477493673 28909211648 12348 33554432000 4194304 4196468 140725730253872 140222753888880 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16935] ppid=16917 vsize=28231652 memory=281314720977552 CPUtime=0.02 cores=0-7
/proc/16919/task/16935/stat : 16935 (java) S 16917 16917 15710 0 -1 1077944384 111 0 0 0 2 0 0 0 20 0 20 0 477493673 28909211648 12348 33554432000 4194304 4196468 140725730253872 140222752836336 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16936] ppid=16917 vsize=28231652 memory=281314720975248 CPUtime=0.12 cores=0-7
/proc/16919/task/16936/stat : 16936 (java) S 16917 16917 15710 0 -1 1077944384 861 0 0 0 12 0 0 0 20 0 20 0 477493673 28909211648 12348 33554432000 4194304 4196468 140725730253872 140222751783792 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16937] ppid=16917 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16937/stat : 16937 (java) S 16917 16917 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477493673 28909211648 12348 33554432000 4194304 4196468 140725730253872 140222750730464 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16938] ppid=16917 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16919/task/16938/stat : 16938 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477493674 28909211648 12348 33554432000 4194304 4196468 140725730253872 140222749678000 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50844 KiB

[startup+0.700871 s]
/proc/loadavg: 7.48 8.14 8.27 6/211 16938
/proc/meminfo: memFree=24201748/32770624 swapFree=66952736/67108860
[pid=16917] ppid=16914 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16917/stat : 16917 (xcsp3-exec) S 16914 16917 15710 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 477493667 115843072 363 33554432000 4194304 5098028 140729940743936 140729940742040 139975788446332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15753216 140729940747090 140729940747349 140729940747349 140729940750278 0
/proc/16917/statm: 28282 363 304 221 0 87 0
[pid=16919] ppid=16917 vsize=28233776 memory=185176 CPUtime=1.35 cores=0-7
/proc/16919/stat : 16919 (java) S 16917 16917 15710 0 -1 1077944320 13621 0 0 0 127 8 0 0 20 0 20 0 477493667 28911386624 46294 33554432000 4194304 4196468 140725730253872 140725730236416 140223442046711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
/proc/16919/statm: 7058444 46294 3446 1 0 7019544 0
[pid=16919/tid=16920] ppid=16917 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/16919/task/16920/stat : 16920 (java) R 16917 16917 15710 0 -1 4202560 9096 0 0 0 62 5 0 0 20 0 20 0 477493667 28911386624 46294 33554432000 4194304 4196468 140725730253872 140223446284592 140223051867175 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16921] ppid=16917 vsize=28233776 memory=140657360675696 CPUtime=0 cores=0-7
/proc/16919/task/16921/stat : 16921 (java) S 16917 16917 15710 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 477493668 28911386624 46294 33554432000 4194304 4196468 140725730253872 140223394666768 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16922] ppid=16917 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16919/task/16922/stat : 16922 (java) S 16917 16917 15710 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 477493668 28911386624 46294 33554432000 4194304 4196468 140725730253872 140223393614224 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16923] ppid=16917 vsize=28233776 memory=2832 CPUtime=0 cores=0-7
/proc/16919/task/16923/stat : 16923 (java) S 16917 16917 15710 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 477493668 28911386624 46294 33554432000 4194304 4196468 140725730253872 140223392561680 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0

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

[pid=16919/tid=16920] ppid=16917 vsize=28300340 memory=1452 CPUtime=353.66 cores=0-7
/proc/16919/task/16920/stat : 16920 (java) S 16917 16917 15710 0 -1 1077944384 94274 0 0 0 35245 121 0 0 20 0 21 0 477493667 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140223446287392 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16921] ppid=16917 vsize=28300340 memory=25012348 CPUtime=711.98 cores=0-7
/proc/16919/task/16921/stat : 16921 (java) R 16917 16917 15710 0 -1 4202560 2919976 0 0 0 70317 881 0 0 20 0 21 0 477493668 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140223394666888 140223434674919 0 4 0 16800975 0 0 0 -1 7 0 0 52 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16922] ppid=16917 vsize=28300340 memory=1452 CPUtime=712.87 cores=0-7
/proc/16919/task/16922/stat : 16922 (java) R 16917 16917 15710 0 -1 4202560 2528015 0 0 0 70493 794 0 0 20 0 21 0 477493668 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140223393614032 140223434674919 0 4 0 16800975 0 0 0 -1 6 0 0 62 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16923] ppid=16917 vsize=28300340 memory=25012348 CPUtime=712.01 cores=0-7
/proc/16919/task/16923/stat : 16923 (java) R 16917 16917 15710 0 -1 4202560 3519730 0 0 0 70340 861 0 0 20 0 21 0 477493668 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140223392561488 140223434674919 0 4 0 16800975 0 0 0 -1 2 0 0 57 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16924] ppid=16917 vsize=28300340 memory=6791534058613427641 CPUtime=714.79 cores=0-7
/proc/16919/task/16924/stat : 16924 (java) R 16917 16917 15710 0 -1 4202560 5362005 0 0 0 70551 928 0 0 20 0 21 0 477493668 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140223391509256 140223434674919 0 4 0 16800975 0 0 0 -1 5 0 0 60 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16925] ppid=16917 vsize=28300340 memory=1120 CPUtime=709.83 cores=0-7
/proc/16919/task/16925/stat : 16925 (java) R 16917 16917 15710 0 -1 4202560 3398784 0 0 0 70056 927 0 0 20 0 21 0 477493668 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140223390456400 140223434674919 0 4 0 16800975 0 0 0 -1 0 0 0 59 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16926] ppid=16917 vsize=28300340 memory=776 CPUtime=711.28 cores=0-7
/proc/16919/task/16926/stat : 16926 (java) R 16917 16917 15710 0 -1 4202560 3358570 0 0 0 70188 940 0 0 20 0 21 0 477493668 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140223389403856 140223434674919 0 4 0 16800975 0 0 0 -1 1 0 0 55 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16927] ppid=16917 vsize=28300340 memory=1724 CPUtime=710.96 cores=0-7
/proc/16919/task/16927/stat : 16927 (java) R 16917 16917 15710 0 -1 4202560 2554822 0 0 0 70309 787 0 0 20 0 21 0 477493668 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140223388351312 140223434674919 0 4 0 16800975 0 0 0 -1 4 0 0 63 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16928] ppid=16917 vsize=28300340 memory=1452 CPUtime=709.97 cores=0-7
/proc/16919/task/16928/stat : 16928 (java) R 16917 16917 15710 0 -1 4202560 4266022 0 0 0 70165 832 0 0 20 0 21 0 477493668 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140223387299160 140223435151404 0 4 0 16800975 0 0 0 -1 3 0 0 53 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16929] ppid=16917 vsize=28300340 memory=25012348 CPUtime=80.72 cores=0-7
/proc/16919/task/16929/stat : 16929 (java) S 16917 16917 15710 0 -1 1077944384 919317 0 0 0 7993 79 0 0 20 0 21 0 477493670 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222759150144 140223442056917 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16930] ppid=16917 vsize=28300340 memory=1724 CPUtime=0 cores=0-7
/proc/16919/task/16930/stat : 16930 (java) S 16917 16917 15710 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 21 0 477493670 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222758097888 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16931] ppid=16917 vsize=28300340 memory=7984 CPUtime=0 cores=0-7
/proc/16919/task/16931/stat : 16931 (java) S 16917 16917 15710 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 21 0 477493670 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222757045248 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16932] ppid=16917 vsize=28300340 memory=3616 CPUtime=0 cores=0-7
/proc/16919/task/16932/stat : 16932 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 477493673 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222755993808 140223442065307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16933] ppid=16917 vsize=28300340 memory=25012348 CPUtime=0.5 cores=0-7
/proc/16919/task/16933/stat : 16933 (java) S 16917 16917 15710 0 -1 1077944384 7942 0 0 0 49 1 0 0 20 0 21 0 477493673 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222754941184 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16934] ppid=16917 vsize=28300340 memory=12036 CPUtime=0.76 cores=0-7
/proc/16919/task/16934/stat : 16934 (java) S 16917 16917 15710 0 -1 1077944384 9422 0 0 0 75 1 0 0 20 0 21 0 477493673 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222753888928 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16935] ppid=16917 vsize=28300340 memory=496 CPUtime=0.65 cores=0-7
/proc/16919/task/16935/stat : 16935 (java) S 16917 16917 15710 0 -1 1077944384 8758 0 0 0 63 2 0 0 20 0 21 0 477493673 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222752836384 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16936] ppid=16917 vsize=28300340 memory=1560 CPUtime=0.56 cores=0-7
/proc/16919/task/16936/stat : 16936 (java) S 16917 16917 15710 0 -1 1077944384 12059 0 0 0 54 2 0 0 20 0 21 0 477493673 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222751783840 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16937] ppid=16917 vsize=28300340 memory=928 CPUtime=0 cores=0-7
/proc/16919/task/16937/stat : 16937 (java) S 16917 16917 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 477493673 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222750730464 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16938] ppid=16917 vsize=28300340 memory=1680 CPUtime=0.48 cores=0-7
/proc/16919/task/16938/stat : 16938 (java) S 16917 16917 15710 0 -1 1077944384 2065 0 0 0 23 25 0 0 20 0 21 0 477493674 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222749678000 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=17051] ppid=16917 vsize=28300340 memory=1452 CPUtime=0 cores=0-7
/proc/16919/task/17051/stat : 17051 (java) S 16917 16917 15710 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 21 0 477608330 28979548160 6253087 33554432000 4194304 4196468 140725730253872 140222740700480 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
Current children cumulated CPU time: 6131.18 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25013800 KiB

[startup+1158.4 s]
/proc/loadavg: 7.61 6.82 6.45 2/213 17051
/proc/meminfo: memFree=215564/32770624 swapFree=66952744/67108860
[pid=16917] ppid=16914 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16917/stat : 16917 (xcsp3-exec) S 16914 16917 15710 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 477493667 115843072 363 33554432000 4194304 5098028 140729940743936 140729940742040 139975788446332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15753216 140729940747090 140729940747349 140729940747349 140729940750278 0
/proc/16917/statm: 28282 363 304 221 0 87 0
[pid=16919] ppid=16917 vsize=28300340 memory=25012356 CPUtime=6133.61 cores=0-7
/proc/16919/stat : 16919 (java) S 16917 16917 15710 0 -1 1077944320 29010788 0 0 0 606184 7177 0 0 20 0 21 0 477493667 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140725730236416 140223442046711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
/proc/16919/statm: 7075085 6253089 3524 1 0 7036185 0
[pid=16919/tid=16920] ppid=16917 vsize=28300340 memory=988 CPUtime=353.66 cores=0-7
/proc/16919/task/16920/stat : 16920 (java) S 16917 16917 15710 0 -1 1077944384 94274 0 0 0 35245 121 0 0 20 0 21 0 477493667 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223446287392 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16921] ppid=16917 vsize=28300340 memory=0 CPUtime=712.1 cores=0-7
/proc/16919/task/16921/stat : 16921 (java) S 16917 16917 15710 0 -1 1077944384 2919976 0 0 0 70329 881 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223394666768 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16922] ppid=16917 vsize=28300340 memory=1452 CPUtime=712.99 cores=0-7
/proc/16919/task/16922/stat : 16922 (java) S 16917 16917 15710 0 -1 1077944384 2528015 0 0 0 70505 794 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223393614224 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 62 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16923] ppid=16917 vsize=28300340 memory=25012296 CPUtime=712.14 cores=0-7
/proc/16919/task/16923/stat : 16923 (java) S 16917 16917 15710 0 -1 1077944384 3519730 0 0 0 70353 861 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223392561680 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 57 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16924] ppid=16917 vsize=28300340 memory=1452 CPUtime=714.91 cores=0-7
/proc/16919/task/16924/stat : 16924 (java) S 16917 16917 15710 0 -1 1077944384 5362005 0 0 0 70563 928 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223391509136 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16925] ppid=16917 vsize=28300340 memory=3580 CPUtime=709.95 cores=0-7
/proc/16919/task/16925/stat : 16925 (java) S 16917 16917 15710 0 -1 1077944384 3398784 0 0 0 70068 927 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223390456592 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 59 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16926] ppid=16917 vsize=28300340 memory=40876 CPUtime=711.4 cores=0-7
/proc/16919/task/16926/stat : 16926 (java) S 16917 16917 15710 0 -1 1077944384 3358570 0 0 0 70200 940 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223389404048 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16927] ppid=16917 vsize=28300340 memory=6791534058613427641 CPUtime=711.08 cores=0-7
/proc/16919/task/16927/stat : 16927 (java) S 16917 16917 15710 0 -1 1077944384 2554822 0 0 0 70321 787 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223388351504 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 63 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16928] ppid=16917 vsize=28300340 memory=1452 CPUtime=710.1 cores=0-7
/proc/16919/task/16928/stat : 16928 (java) S 16917 16917 15710 0 -1 1077944384 4312136 0 0 0 70176 834 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223387298960 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 53 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16929] ppid=16917 vsize=28300340 memory=25012296 CPUtime=82.2 cores=0-7
/proc/16919/task/16929/stat : 16929 (java) R 16917 16917 15710 0 -1 4202560 920655 0 0 0 8140 80 0 0 20 0 21 0 477493670 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222759150144 140223427043264 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16930] ppid=16917 vsize=28300340 memory=988 CPUtime=0 cores=0-7
/proc/16919/task/16930/stat : 16930 (java) S 16917 16917 15710 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 21 0 477493670 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222758097888 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16931] ppid=16917 vsize=28300340 memory=1452 CPUtime=0 cores=0-7
/proc/16919/task/16931/stat : 16931 (java) S 16917 16917 15710 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 21 0 477493670 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222757045248 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16932] ppid=16917 vsize=28300340 memory=25012348 CPUtime=0 cores=0-7
/proc/16919/task/16932/stat : 16932 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222755993808 140223442065307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16933] ppid=16917 vsize=28300340 memory=3616 CPUtime=0.5 cores=0-7
/proc/16919/task/16933/stat : 16933 (java) S 16917 16917 15710 0 -1 1077944384 7942 0 0 0 49 1 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222754941184 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16934] ppid=16917 vsize=28300340 memory=1556 CPUtime=0.76 cores=0-7
/proc/16919/task/16934/stat : 16934 (java) S 16917 16917 15710 0 -1 1077944384 9422 0 0 0 75 1 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222753888928 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16935] ppid=16917 vsize=28300340 memory=1452 CPUtime=0.65 cores=0-7
/proc/16919/task/16935/stat : 16935 (java) S 16917 16917 15710 0 -1 1077944384 8758 0 0 0 63 2 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222752836384 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16936] ppid=16917 vsize=28300340 memory=1680 CPUtime=0.56 cores=0-7
/proc/16919/task/16936/stat : 16936 (java) S 16917 16917 15710 0 -1 1077944384 12059 0 0 0 54 2 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222751783840 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16937] ppid=16917 vsize=28300340 memory=1444 CPUtime=0 cores=0-7
/proc/16919/task/16937/stat : 16937 (java) S 16917 16917 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222750730464 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16938] ppid=16917 vsize=28300340 memory=880 CPUtime=0.49 cores=0-7
/proc/16919/task/16938/stat : 16938 (java) S 16917 16917 15710 0 -1 1077944384 2092 0 0 0 23 26 0 0 20 0 21 0 477493674 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222749678000 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=17051] ppid=16917 vsize=28300340 memory=1984 CPUtime=0 cores=0-7
/proc/16919/task/17051/stat : 17051 (java) S 16917 16917 15710 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 21 0 477608330 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222740700480 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
Current children cumulated CPU time: 6133.61 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25013808 KiB

[startup+1159.2 s]
/proc/loadavg: 7.08 6.73 6.42 2/213 17051
/proc/meminfo: memFree=215564/32770624 swapFree=66952744/67108860
[pid=16917] ppid=16914 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16917/stat : 16917 (xcsp3-exec) S 16914 16917 15710 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 477493667 115843072 363 33554432000 4194304 5098028 140729940743936 140729940742040 139975788446332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15753216 140729940747090 140729940747349 140729940747349 140729940750278 0
/proc/16917/statm: 28282 363 304 221 0 87 0
[pid=16919] ppid=16917 vsize=28300340 memory=25012356 CPUtime=6134.42 cores=0-7
/proc/16919/stat : 16919 (java) S 16917 16917 15710 0 -1 1077944320 29028599 0 0 0 606264 7178 0 0 20 0 21 0 477493667 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140725730236416 140223442046711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
/proc/16919/statm: 7075085 6253089 3524 1 0 7036185 0
[pid=16919/tid=16920] ppid=16917 vsize=28300340 memory=804 CPUtime=353.66 cores=0-7
/proc/16919/task/16920/stat : 16920 (java) S 16917 16917 15710 0 -1 1077944384 94274 0 0 0 35245 121 0 0 20 0 21 0 477493667 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223446287392 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16921] ppid=16917 vsize=28300340 memory=6791534058613427641 CPUtime=712.1 cores=0-7
/proc/16919/task/16921/stat : 16921 (java) S 16917 16917 15710 0 -1 1077944384 2919976 0 0 0 70329 881 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223394666768 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 52 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16922] ppid=16917 vsize=28300340 memory=2120 CPUtime=712.99 cores=0-7
/proc/16919/task/16922/stat : 16922 (java) S 16917 16917 15710 0 -1 1077944384 2528015 0 0 0 70505 794 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223393614224 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 62 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16923] ppid=16917 vsize=28300340 memory=12036 CPUtime=712.14 cores=0-7
/proc/16919/task/16923/stat : 16923 (java) S 16917 16917 15710 0 -1 1077944384 3519730 0 0 0 70353 861 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223392561680 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 57 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16924] ppid=16917 vsize=28300340 memory=496 CPUtime=714.91 cores=0-7
/proc/16919/task/16924/stat : 16924 (java) S 16917 16917 15710 0 -1 1077944384 5362005 0 0 0 70563 928 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223391509136 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 60 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16925] ppid=16917 vsize=28300340 memory=1560 CPUtime=709.95 cores=0-7
/proc/16919/task/16925/stat : 16925 (java) S 16917 16917 15710 0 -1 1077944384 3398784 0 0 0 70068 927 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223390456592 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 59 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16926] ppid=16917 vsize=28300340 memory=928 CPUtime=711.4 cores=0-7
/proc/16919/task/16926/stat : 16926 (java) S 16917 16917 15710 0 -1 1077944384 3358570 0 0 0 70200 940 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223389404048 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 55 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16927] ppid=16917 vsize=28300340 memory=1120 CPUtime=711.08 cores=0-7
/proc/16919/task/16927/stat : 16927 (java) S 16917 16917 15710 0 -1 1077944384 2554822 0 0 0 70321 787 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223388351504 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 63 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16928] ppid=16917 vsize=28300340 memory=776 CPUtime=710.1 cores=0-7
/proc/16919/task/16928/stat : 16928 (java) S 16917 16917 15710 0 -1 1077944384 4312136 0 0 0 70176 834 0 0 20 0 21 0 477493668 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140223387298960 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 53 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16929] ppid=16917 vsize=28300340 memory=1724 CPUtime=83 cores=0-7
/proc/16919/task/16929/stat : 16929 (java) R 16917 16917 15710 0 -1 4202560 938467 0 0 0 8220 80 0 0 20 0 21 0 477493670 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222759150144 140223420416891 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16930] ppid=16917 vsize=28300340 memory=7984 CPUtime=0 cores=0-7
/proc/16919/task/16930/stat : 16930 (java) S 16917 16917 15710 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 21 0 477493670 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222758097888 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16931] ppid=16917 vsize=28300340 memory=3616 CPUtime=0 cores=0-7
/proc/16919/task/16931/stat : 16931 (java) S 16917 16917 15710 0 -1 1077944384 157 0 0 0 0 0 0 0 20 0 21 0 477493670 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222757045248 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16932] ppid=16917 vsize=28300340 memory=1556 CPUtime=0 cores=0-7
/proc/16919/task/16932/stat : 16932 (java) S 16917 16917 15710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222755993808 140223442065307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16933] ppid=16917 vsize=28300340 memory=6791534058613427641 CPUtime=0.5 cores=0-7
/proc/16919/task/16933/stat : 16933 (java) S 16917 16917 15710 0 -1 1077944384 7942 0 0 0 49 1 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222754941184 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16934] ppid=16917 vsize=28300340 memory=25012348 CPUtime=0.76 cores=0-7
/proc/16919/task/16934/stat : 16934 (java) S 16917 16917 15710 0 -1 1077944384 9422 0 0 0 75 1 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222753888928 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16935] ppid=16917 vsize=28300340 memory=12036 CPUtime=0.65 cores=0-7
/proc/16919/task/16935/stat : 16935 (java) S 16917 16917 15710 0 -1 1077944384 8758 0 0 0 63 2 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222752836384 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16936] ppid=16917 vsize=28300340 memory=6791534058613427641 CPUtime=0.56 cores=0-7
/proc/16919/task/16936/stat : 16936 (java) S 16917 16917 15710 0 -1 1077944384 12059 0 0 0 54 2 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222751783840 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16937] ppid=16917 vsize=28300340 memory=1560 CPUtime=0 cores=0-7
/proc/16919/task/16937/stat : 16937 (java) S 16917 16917 15710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 477493673 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222750730464 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=16938] ppid=16917 vsize=28300340 memory=3580 CPUtime=0.49 cores=0-7
/proc/16919/task/16938/stat : 16938 (java) S 16917 16917 15710 0 -1 1077944384 2092 0 0 0 23 26 0 0 20 0 21 0 477493674 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222749678000 140223442057858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
[pid=16919/tid=17051] ppid=16917 vsize=28300340 memory=40876 CPUtime=0 cores=0-7
/proc/16919/task/17051/stat : 17051 (java) S 16917 16917 15710 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 21 0 477608330 28979548160 6253089 33554432000 4194304 4196468 140725730253872 140222740700480 140223442056917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35590144 140725730259926 140725730260102 140725730260102 140725730262991 0
Current children cumulated CPU time: 6134.42 s
Current children cumulated vsize: 28413468 KiB
Current children cumulated memory: 25013808 KiB

[startup+1159.6 s]
/proc/loadavg: 7.08 6.73 6.42 2/213 17051
/proc/meminfo: memFree=215564/32770624 swapFree=66952744/67108860
[pid=16917] ppid=16914 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16917/stat : 16917 (xcsp3-exec) S 16914 16917 15710 0 -1 4202496 547 0 0 0 0 0 0 0 20 0 1 0 477493667 115843072 363 33554432000 4194304 5098028 140729940743936 140729940742040 139975788446332 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 15753216 140729940747090 140729940747349 140729940747349 140729940750278 0
/proc/16917/statm: 28282 363 304 221 0 87 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 113128 KiB
Current children cumulated memory: 1452 KiB

Child status: 1
Real time (s): 1159.67
CPU time (s): 6134.86
CPU user time (s): 6062.7
CPU system time (s): 72.1553
CPU usage (%): 529.019
Max. virtual memory (cumulated for all children) (KiB): 28413468
Max. memory (cumulated for all children) (KiB): 25013808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6062.7
system time used= 72.1553
maximum resident set size= 25012456
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29075420
page faults= 0
swaps= 0
block input operations= 24
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100823
involuntary context switches= 195350


# summary of solver processes directly reported to runsolver:
#   pid: 16917
#   total CPU time (s): 6134.86
#   total CPU user time (s): 6062.7
#   total CPU system time (s): 72.1553

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.30015 second user time and 11.9836 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 21:44:20
IDJOB=4404222
IDBENCH=141707
IDSOLVER=2865
FILE ID=node107/4404222-1569012381
RUNJOBID= node107-1569001704-15737
PBS_JOBID= 21704757
Free space on /var/tmp= 12564 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-15-035.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 /var/tmp/evaluation-result-4404222-1569012381/watcher-4404222-1569012381 -o /var/tmp/evaluation-result-4404222-1569012381/solver-4404222-1569012381 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569001704-15737 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 437380136 HOME/instance-4404222-1569012381.xml

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

MD5SUM BENCH= 95db7a436582e8fbf27db66b2c693839
RANDOM SEED=437380136

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        24249452 kB
MemAvailable:   31809964 kB
Buffers:           67180 kB
Cached:          7549212 kB
SwapCached:        48648 kB
Active:          3761240 kB
Inactive:        3905328 kB
Active(anon):       4672 kB
Inactive(anon):    89192 kB
Active(file):    3756568 kB
Inactive(file):  3816136 kB
Unevictable:      110992 kB
Mlocked:          110992 kB
SwapTotal:      67108860 kB
SwapFree:       66952736 kB
Dirty:             26168 kB
Writeback:             0 kB
AnonPages:        116192 kB
Mapped:            47752 kB
Shmem:             35028 kB
Slab:             444632 kB
SReclaimable:     416268 kB
SUnreclaim:        28364 kB
KernelStack:        3712 kB
PageTables:         5580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12540 MiB
End job on node107 at 2019-09-20 22:03:40