Trace number 4393738

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-06-14 parallel? 18216.7 2398.06

General information on the benchmark

NameSocialGolfers/SocialGolfers-cp-s1/
SocialGolfers-8-4-8-cp.xml
MD5SUM98d7ab41a8bb825fcbc10f63a442bd58
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables256
Number of constraints13898
Number of domains1
Minimum domain size8
Maximum domain size8
Distribution of domain sizes[{"size":8,"count":256}]
Minimum variable degree219
Maximum variable degree220
Distribution of variable degrees[{"degree":219,"count":224},{"degree":220,"count":32}]
Minimum constraint arity4
Maximum constraint arity256
Distribution of constraint arities[{"arity":4,"count":13888},{"arity":32,"count":9},{"arity":256,"count":1}]
Number of extensional constraints0
Number of intensional constraints13888
Distribution of constraint types[{"type":"intension","count":13888},{"type":"lex","count":1},{"type":"cardinality","count":8},{"type":"instantiation","count":1}]
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-4393738-1568427182.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393738-1568427182.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
18077.23/2379.74	Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
18077.23/2379.74		at org.chocosolver.solver.constraints.extension.Tuples.add(Tuples.java:159)
18077.23/2379.74		at org.chocosolver.solver.constraints.extension.TuplesFactory.generateTuples(TuplesFactory.java:88)
18077.23/2379.74		at org.chocosolver.solver.expression.discrete.relational.ReExpression.extension(ReExpression.java:150)
18077.23/2379.74		at org.chocosolver.parser.xcsp.XCSPParser.buildCtrIntension(XCSPParser.java:112)
18077.23/2379.74		at org.xcsp.parser.loaders.CtrLoaderInteger.intension(CtrLoaderInteger.java:283)
18077.23/2379.74		at org.xcsp.parser.loaders.CtrLoaderInteger.load(CtrLoaderInteger.java:164)
18077.23/2379.74		at org.xcsp.parser.XCallbacks.loadCtr(XCallbacks.java:527)
18077.23/2379.74		at org.xcsp.parser.XCallbacks.lambda$loadCtrs$3(XCallbacks.java:510)
18077.23/2379.74		at org.xcsp.parser.XCallbacks$$Lambda$112/19717364.accept(Unknown Source)
18077.23/2379.74		at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
18077.23/2379.74		at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
18077.23/2379.74		at org.xcsp.parser.XCallbacks.loadCtrs(XCallbacks.java:507)
18077.23/2379.74		at org.chocosolver.parser.xcsp.XCSPParser.loadGroup(XCSPParser.java:1416)
18077.23/2379.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:422)
18077.23/2379.74		at org.xcsp.parser.XCallbacks.loadConstraints(XCallbacks.java:407)
18077.23/2379.74		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:297)
18077.23/2379.74		at org.xcsp.parser.XCallbacks.loadInstance(XCallbacks.java:320)
18077.23/2379.74		at org.chocosolver.parser.xcsp.XCSPParser.model(XCSPParser.java:88)
18077.23/2379.74		at org.chocosolver.parser.xcsp.XCSP.parse(XCSP.java:111)
18077.23/2379.74		at org.chocosolver.parser.xcsp.XCSP.buildModel(XCSP.java:99)
18077.23/2379.74		at org.chocosolver.parser.xcsp.ChocoXCSP.main(ChocoXCSP.java:22)
18216.54/2397.95	s UNKNOWN
18216.54/2397.95	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 (15179 MiB free)
  memory of node 1: 16384 MiB (15481 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393738-1568427182/watcher-4393738-1568427182 -o /tmp/evaluation-result-4393738-1568427182/solver-4393738-1568427182 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568422931-7684 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1732911806 HOME/instance-4393738-1568427182.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=7861, runsolver pid=7858
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 6.80 7.84 8.14 4/211 7882
/proc/meminfo: memFree=31380244/32770624 swapFree=66936988/67108860
[pid=7861] ppid=7858 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7861/stat : 7861 (xcsp3-exec) S 7858 7861 7657 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976610 115843072 364 33554432000 4194304 5098028 140735744895376 140735744893480 139895096463996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8495104 140735744897909 140735744898153 140735744898153 140735744901066 0
/proc/7861/statm: 28282 364 305 221 0 87 0
[pid=7863] ppid=7861 vsize=28227388 memory=28940 CPUtime=0.12 cores=0-7
/proc/7863/stat : 7863 (java) S 7861 7861 7657 0 -1 1077944320 5707 0 0 0 11 1 0 0 20 0 20 0 418976610 28904845312 7235 33554432000 4194304 4196468 140730967896144 140730967878688 140290939301623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
/proc/7863/statm: 7056847 7235 3119 1 0 7019032 0
[pid=7863/tid=7864] ppid=7861 vsize=28227388 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/7863/task/7864/stat : 7864 (java) R 7861 7861 7657 0 -1 4202560 3624 0 0 0 8 1 0 0 20 0 20 0 418976610 28904845312 7235 33554432000 4194304 4196468 140730967896144 140290943527584 140290923345253 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7865] ppid=7861 vsize=28227388 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/7863/task/7865/stat : 7865 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 7235 33554432000 4194304 4196468 140730967896144 140290891921680 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7866] ppid=7861 vsize=28227388 memory=140407983810176 CPUtime=0 cores=0-7
/proc/7863/task/7866/stat : 7866 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 7235 33554432000 4194304 4196468 140730967896144 140290890869136 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7867] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7867/stat : 7867 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 7235 33554432000 4194304 4196468 140730967896144 140290889816592 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7868] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7868/stat : 7868 (java) S 7861 7861 7657 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 7235 33554432000 4194304 4196468 140730967896144 140290888764048 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7869] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7869/stat : 7869 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 7235 33554432000 4194304 4196468 140730967896144 140290887711504 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7870] ppid=7861 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7863/task/7870/stat : 7870 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 7235 33554432000 4194304 4196468 140730967896144 140290886658960 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7871] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7871/stat : 7871 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 7235 33554432000 4194304 4196468 140730967896144 140290885606416 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7872] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7872/stat : 7872 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 7235 33554432000 4194304 4196468 140730967896144 140290884553872 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7873] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7873/stat : 7873 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976613 28904845312 7235 33554432000 4194304 4196468 140730967896144 140289067763696 140290939312770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7874] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7874/stat : 7874 (java) S 7861 7861 7657 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418976613 28904845312 7235 33554432000 4194304 4196468 140730967896144 140289066709920 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7875] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7875/stat : 7875 (java) S 7861 7861 7657 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418976613 28904845312 7235 33554432000 4194304 4196468 140730967896144 140289065657328 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7876] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7876/stat : 7876 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976616 28904845312 7235 33554432000 4194304 4196468 140730967896144 140289064605904 140290939320219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7877] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7877/stat : 7877 (java) R 7861 7861 7657 0 -1 1077944384 307 0 0 0 0 0 0 0 20 0 20 0 418976616 28904845312 7235 33554432000 4194304 4196468 140730967896144 140289063553520 140290939312770 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7878] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7878/stat : 7878 (java) R 7861 7861 7657 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 20 0 418976616 28904845312 7235 33554432000 4194304 4196468 140730967896144 140289062500976 140290917327444 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7879] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7879/stat : 7879 (java) R 7861 7861 7657 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418976616 28904845312 7235 33554432000 4194304 4196468 140730967896144 140289061448432 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7880] ppid=7861 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/7863/task/7880/stat : 7880 (java) R 7861 7861 7657 0 -1 4202560 344 0 0 0 2 0 0 0 20 0 20 0 418976616 28904845312 7235 33554432000 4194304 4196468 140730967896144 140289060395888 140290917792641 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7881] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7881/stat : 7881 (java) S 7861 7861 7657 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976616 28904845312 7235 33554432000 4194304 4196468 140730967896144 140289059342560 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7882] ppid=7861 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7863/task/7882/stat : 7882 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976616 28904845312 7235 33554432000 4194304 4196468 140730967896144 140289058290096 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 30396 KiB

[startup+0.210719 s]*
/proc/loadavg: 6.80 7.84 8.14 4/211 7882
/proc/meminfo: memFree=31366868/32770624 swapFree=66936988/67108860
[pid=7861] ppid=7858 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7861/stat : 7861 (xcsp3-exec) S 7858 7861 7657 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976610 115843072 364 33554432000 4194304 5098028 140735744895376 140735744893480 139895096463996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8495104 140735744897909 140735744898153 140735744898153 140735744901066 0
/proc/7861/statm: 28282 364 305 221 0 87 0
[pid=7863] ppid=7861 vsize=28227388 memory=40884 CPUtime=0.34 cores=0-7
/proc/7863/stat : 7863 (java) S 7861 7861 7657 0 -1 1077944320 9543 0 0 0 31 3 0 0 20 0 20 0 418976610 28904845312 10221 33554432000 4194304 4196468 140730967896144 140730967878688 140290939301623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
/proc/7863/statm: 7056847 10221 3271 1 0 7019032 0
[pid=7863/tid=7864] ppid=7861 vsize=28227388 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/7863/task/7864/stat : 7864 (java) R 7861 7861 7657 0 -1 4202560 6656 0 0 0 18 2 0 0 20 0 20 0 418976610 28904845312 10221 33554432000 4194304 4196468 140730967896144 140290943539440 140290923382110 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7865] ppid=7861 vsize=28227388 memory=288230604707987820 CPUtime=0 cores=0-7
/proc/7863/task/7865/stat : 7865 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 10221 33554432000 4194304 4196468 140730967896144 140290891921680 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7866] ppid=7861 vsize=28227388 memory=14556342098568856 CPUtime=0 cores=0-7
/proc/7863/task/7866/stat : 7866 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 10221 33554432000 4194304 4196468 140730967896144 140290890869136 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7867] ppid=7861 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7863/task/7867/stat : 7867 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 10221 33554432000 4194304 4196468 140730967896144 140290889816592 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7868] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7868/stat : 7868 (java) S 7861 7861 7657 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 10221 33554432000 4194304 4196468 140730967896144 140290888764048 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7869] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7869/stat : 7869 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 10221 33554432000 4194304 4196468 140730967896144 140290887711504 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7870] ppid=7861 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7863/task/7870/stat : 7870 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 10221 33554432000 4194304 4196468 140730967896144 140290886658960 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7871] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7871/stat : 7871 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 10221 33554432000 4194304 4196468 140730967896144 140290885606416 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7872] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7872/stat : 7872 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28904845312 10221 33554432000 4194304 4196468 140730967896144 140290884553872 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7873] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7873/stat : 7873 (java) S 7861 7861 7657 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418976613 28904845312 10221 33554432000 4194304 4196468 140730967896144 140289067763696 140290939312770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7874] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7874/stat : 7874 (java) S 7861 7861 7657 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418976613 28904845312 10221 33554432000 4194304 4196468 140730967896144 140289066709920 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7875] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7875/stat : 7875 (java) S 7861 7861 7657 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418976613 28904845312 10221 33554432000 4194304 4196468 140730967896144 140289065657328 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7876] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7876/stat : 7876 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976616 28904845312 10221 33554432000 4194304 4196468 140730967896144 140289064605904 140290939320219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7877] ppid=7861 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/7863/task/7877/stat : 7877 (java) S 7861 7861 7657 0 -1 1077944384 583 0 0 0 1 0 0 0 20 0 20 0 418976616 28904845312 10221 33554432000 4194304 4196468 140730967896144 140289063553520 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7878] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7878/stat : 7878 (java) S 7861 7861 7657 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 418976616 28904845312 10221 33554432000 4194304 4196468 140730967896144 140289062500976 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7879] ppid=7861 vsize=28227388 memory=-1 CPUtime=0.02 cores=0-7
/proc/7863/task/7879/stat : 7879 (java) S 7861 7861 7657 0 -1 1077944384 214 0 0 0 2 0 0 0 20 0 20 0 418976616 28904845312 10221 33554432000 4194304 4196468 140730967896144 140289061448432 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7880] ppid=7861 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/7863/task/7880/stat : 7880 (java) S 7861 7861 7657 0 -1 1077944384 725 0 0 0 8 0 0 0 20 0 20 0 418976616 28904845312 10221 33554432000 4194304 4196468 140730967896144 140289060395888 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7881] ppid=7861 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7881/stat : 7881 (java) S 7861 7861 7657 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976616 28904845312 10221 33554432000 4194304 4196468 140730967896144 140289059342560 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7882] ppid=7861 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/7863/task/7882/stat : 7882 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976616 28904845312 10221 33554432000 4194304 4196468 140730967896144 140289058290096 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42340 KiB

[startup+0.310514 s]*
/proc/loadavg: 6.80 7.84 8.14 4/211 7882
/proc/meminfo: memFree=31359360/32770624 swapFree=66936988/67108860
[pid=7861] ppid=7858 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7861/stat : 7861 (xcsp3-exec) S 7858 7861 7657 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976610 115843072 364 33554432000 4194304 5098028 140735744895376 140735744893480 139895096463996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8495104 140735744897909 140735744898153 140735744898153 140735744901066 0
/proc/7861/statm: 28282 364 305 221 0 87 0
[pid=7863] ppid=7861 vsize=28231644 memory=49868 CPUtime=0.52 cores=0-7
/proc/7863/stat : 7863 (java) S 7861 7861 7657 0 -1 1077944320 10928 0 0 0 48 4 0 0 20 0 20 0 418976610 28909203456 12467 33554432000 4194304 4196468 140730967896144 140730967878688 140290939301623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
/proc/7863/statm: 7057911 12467 3314 1 0 7019032 0
[pid=7863/tid=7864] ppid=7861 vsize=28231644 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/7863/task/7864/stat : 7864 (java) R 7861 7861 7657 0 -1 4202560 7830 0 0 0 27 3 0 0 20 0 20 0 418976610 28909203456 12467 33554432000 4194304 4196468 140730967896144 140290943532736 140290923382110 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7865] ppid=7861 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7865/stat : 7865 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28909203456 12467 33554432000 4194304 4196468 140730967896144 140290891921680 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7866] ppid=7861 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7866/stat : 7866 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28909203456 12467 33554432000 4194304 4196468 140730967896144 140290890869136 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7867] ppid=7861 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7867/stat : 7867 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976611 28909203456 12467 33554432000 4194304 4196468 140730967896144 140290889816592 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7868] ppid=7861 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7868/stat : 7868 (java) S 7861 7861 7657 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976611 28909203456 12467 33554432000 4194304 4196468 140730967896144 140290888764048 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7869] ppid=7861 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/7863/task/7869/stat : 7869 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976611 28909203456 12467 33554432000 4194304 4196468 140730967896144 140290887711504 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7870] ppid=7861 vsize=28231644 memory=140407849710511 CPUtime=0 cores=0-7
/proc/7863/task/7870/stat : 7870 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28909203456 12467 33554432000 4194304 4196468 140730967896144 140290886658960 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7871] ppid=7861 vsize=28231644 memory=140407849712816 CPUtime=0 cores=0-7
/proc/7863/task/7871/stat : 7871 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976611 28909203456 12467 33554432000 4194304 4196468 140730967896144 140290885606416 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7872] ppid=7861 vsize=28231644 memory=140407849715120 CPUtime=0 cores=0-7
/proc/7863/task/7872/stat : 7872 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28909203456 12467 33554432000 4194304 4196468 140730967896144 140290884553872 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7873] ppid=7861 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7873/stat : 7873 (java) S 7861 7861 7657 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 418976613 28909203456 12467 33554432000 4194304 4196468 140730967896144 140289067763696 140290939312770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7874] ppid=7861 vsize=28231644 memory=280815699437200 CPUtime=0 cores=0-7
/proc/7863/task/7874/stat : 7874 (java) S 7861 7861 7657 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418976613 28909203456 12467 33554432000 4194304 4196468 140730967896144 140289066709920 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7875] ppid=7861 vsize=28231644 memory=280815699444112 CPUtime=0 cores=0-7
/proc/7863/task/7875/stat : 7875 (java) S 7861 7861 7657 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418976613 28909203456 12467 33554432000 4194304 4196468 140730967896144 140289065657328 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7876] ppid=7861 vsize=28231644 memory=280815699385392 CPUtime=0 cores=0-7
/proc/7863/task/7876/stat : 7876 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976616 28909203456 12467 33554432000 4194304 4196468 140730967896144 140289064605904 140290939320219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7877] ppid=7861 vsize=28231644 memory=280815699457936 CPUtime=0.02 cores=0-7
/proc/7863/task/7877/stat : 7877 (java) S 7861 7861 7657 0 -1 1077944384 590 0 0 0 2 0 0 0 20 0 20 0 418976616 28909203456 12467 33554432000 4194304 4196468 140730967896144 140289063553520 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7878] ppid=7861 vsize=28231644 memory=280815699464848 CPUtime=0.01 cores=0-7
/proc/7863/task/7878/stat : 7878 (java) S 7861 7861 7657 0 -1 1077944384 64 0 0 0 1 0 0 0 20 0 20 0 418976616 28909203456 12467 33554432000 4194304 4196468 140730967896144 140289062500976 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7879] ppid=7861 vsize=28231644 memory=280815699462544 CPUtime=0.04 cores=0-7
/proc/7863/task/7879/stat : 7879 (java) R 7861 7861 7657 0 -1 4202560 325 0 0 0 4 0 0 0 20 0 20 0 418976616 28909203456 12467 33554432000 4194304 4196468 140730967896144 140289061448432 140290918557964 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7880] ppid=7861 vsize=28231644 memory=280815699478704 CPUtime=0.12 cores=0-7
/proc/7863/task/7880/stat : 7880 (java) S 7861 7861 7657 0 -1 1077944384 824 0 0 0 12 0 0 0 20 0 20 0 418976616 28909203456 12467 33554432000 4194304 4196468 140730967896144 140289060395888 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7881] ppid=7861 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7881/stat : 7881 (java) S 7861 7861 7657 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418976616 28909203456 12467 33554432000 4194304 4196468 140730967896144 140289059342560 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7882] ppid=7861 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/7863/task/7882/stat : 7882 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976616 28909203456 12467 33554432000 4194304 4196468 140730967896144 140289058290096 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51324 KiB

[startup+0.701041 s]
/proc/loadavg: 6.80 7.84 8.14 6/211 7882
/proc/meminfo: memFree=31334308/32770624 swapFree=66936988/67108860
[pid=7861] ppid=7858 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7861/stat : 7861 (xcsp3-exec) S 7858 7861 7657 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976610 115843072 364 33554432000 4194304 5098028 140735744895376 140735744893480 139895096463996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8495104 140735744897909 140735744898153 140735744898153 140735744901066 0
/proc/7861/statm: 28282 364 305 221 0 87 0
[pid=7863] ppid=7861 vsize=28233768 memory=163072 CPUtime=2 cores=0-7
/proc/7863/stat : 7863 (java) S 7861 7861 7657 0 -1 1077944320 15067 0 0 0 193 7 0 0 20 0 20 0 418976610 28911378432 40768 33554432000 4194304 4196468 140730967896144 140730967878688 140290939301623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
/proc/7863/statm: 7058442 40768 3448 1 0 7019544 0
[pid=7863/tid=7864] ppid=7861 vsize=28233768 memory=4580 CPUtime=0.67 cores=0-7
/proc/7863/task/7864/stat : 7864 (java) R 7861 7861 7657 0 -1 4202560 8386 0 0 0 63 4 0 0 20 0 20 0 418976610 28911378432 40768 33554432000 4194304 4196468 140730967896144 140290943536312 140290563553976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7865] ppid=7861 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7865/stat : 7865 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28911378432 40768 33554432000 4194304 4196468 140730967896144 140290891921680 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7866] ppid=7861 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/7863/task/7866/stat : 7866 (java) S 7861 7861 7657 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418976611 28911378432 40768 33554432000 4194304 4196468 140730967896144 140290890869136 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7867] ppid=7861 vsize=28233768 memory=784 CPUtime=0 cores=0-7
/proc/7863/task/7867/stat : 7867 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418976611 28911378432 40768 33554432000 4194304 4196468 140730967896144 140290889816592 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0

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

[pid=7863/tid=7864] ppid=7861 vsize=28300332 memory=520 CPUtime=59.01 cores=0-7
/proc/7863/task/7864/stat : 7864 (java) S 7861 7861 7657 0 -1 1077944384 26545 0 0 0 5870 31 0 0 20 0 21 0 418976610 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290943542304 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7865] ppid=7861 vsize=28300332 memory=3624 CPUtime=2258.75 cores=0-7
/proc/7863/task/7865/stat : 7865 (java) R 7861 7861 7657 0 -1 4202560 225188 0 0 0 224926 949 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290891921488 140290931929831 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7866] ppid=7861 vsize=28300332 memory=25828 CPUtime=2260.55 cores=0-7
/proc/7863/task/7866/stat : 7866 (java) R 7861 7861 7657 0 -1 4202560 202779 0 0 0 225096 959 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290890868944 140290931929831 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7867] ppid=7861 vsize=28300332 memory=3624 CPUtime=2261.86 cores=0-7
/proc/7863/task/7867/stat : 7867 (java) R 7861 7861 7657 0 -1 4202560 215522 0 0 0 225192 994 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290889816712 140290931929831 0 4 0 16800975 0 0 0 -1 7 0 0 33 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7868] ppid=7861 vsize=28300332 memory=25828 CPUtime=2262.46 cores=0-7
/proc/7863/task/7868/stat : 7868 (java) R 7861 7861 7657 0 -1 4202560 202024 0 0 0 225309 937 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290888763856 140290931929831 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7869] ppid=7861 vsize=28300332 memory=988 CPUtime=2259.51 cores=0-7
/proc/7863/task/7869/stat : 7869 (java) R 7861 7861 7657 0 -1 4202560 211360 0 0 0 225028 923 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290887711704 140290924291088 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7870] ppid=7861 vsize=28300332 memory=2016 CPUtime=2261.31 cores=0-7
/proc/7863/task/7870/stat : 7870 (java) R 7861 7861 7657 0 -1 4202560 215042 0 0 0 225193 938 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290886658768 140290931929831 0 4 0 16800975 0 0 0 -1 6 0 0 33 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7871] ppid=7861 vsize=28300332 memory=1412 CPUtime=2261.52 cores=0-7
/proc/7863/task/7871/stat : 7871 (java) R 7861 7861 7657 0 -1 4202560 223492 0 0 0 225183 969 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290885606224 140290931929831 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7872] ppid=7861 vsize=28300332 memory=1548 CPUtime=2259.29 cores=0-7
/proc/7863/task/7872/stat : 7872 (java) R 7861 7861 7657 0 -1 4202560 193472 0 0 0 224999 930 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290884553680 140290931929831 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7873] ppid=7861 vsize=28300332 memory=1136 CPUtime=44.62 cores=0-7
/proc/7863/task/7873/stat : 7873 (java) S 7861 7861 7657 0 -1 1077944384 1480611 0 0 0 4355 107 0 0 20 0 21 0 418976613 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289067762240 140290939311829 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7874] ppid=7861 vsize=28300332 memory=1072 CPUtime=0 cores=0-7
/proc/7863/task/7874/stat : 7874 (java) S 7861 7861 7657 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 418976613 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289066709984 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7875] ppid=7861 vsize=28300332 memory=5936 CPUtime=0 cores=0-7
/proc/7863/task/7875/stat : 7875 (java) S 7861 7861 7657 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 21 0 418976613 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289065657344 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7876] ppid=7861 vsize=28300332 memory=788 CPUtime=0 cores=0-7
/proc/7863/task/7876/stat : 7876 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289064605904 140290939320219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7877] ppid=7861 vsize=28300332 memory=1060 CPUtime=2.27 cores=0-7
/proc/7863/task/7877/stat : 7877 (java) S 7861 7861 7657 0 -1 1077944384 12177 0 0 0 225 2 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289063553568 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7878] ppid=7861 vsize=28300332 memory=14012 CPUtime=1.85 cores=0-7
/proc/7863/task/7878/stat : 7878 (java) S 7861 7861 7657 0 -1 1077944384 10612 0 0 0 183 2 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289062501024 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7879] ppid=7861 vsize=28300332 memory=11200 CPUtime=2.08 cores=0-7
/proc/7863/task/7879/stat : 7879 (java) S 7861 7861 7657 0 -1 1077944384 11786 0 0 0 205 3 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289061448192 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7880] ppid=7861 vsize=28300332 memory=14056 CPUtime=0.68 cores=0-7
/proc/7863/task/7880/stat : 7880 (java) S 7861 7861 7657 0 -1 1077944384 4936 0 0 0 66 2 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289060395456 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7881] ppid=7861 vsize=28300332 memory=2116 CPUtime=0 cores=0-7
/proc/7863/task/7881/stat : 7881 (java) S 7861 7861 7657 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289059342560 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7882] ppid=7861 vsize=28300332 memory=520 CPUtime=0.85 cores=0-7
/proc/7863/task/7882/stat : 7882 (java) S 7861 7861 7657 0 -1 1077944384 3470 0 0 0 46 39 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289058290096 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=8106] ppid=7861 vsize=28300332 memory=1556 CPUtime=0 cores=0-7
/proc/7863/task/8106/stat : 8106 (java) S 7861 7861 7657 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 21 0 419214584 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289049083200 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
Current children cumulated CPU time: 18196.8 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 23850340 KiB

[startup+2396.8 s]
/proc/loadavg: 7.85 8.01 7.95 8/211 8107
/proc/meminfo: memFree=7512712/32770624 swapFree=66937012/67108860
[pid=7861] ppid=7858 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7861/stat : 7861 (xcsp3-exec) S 7858 7861 7657 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976610 115843072 364 33554432000 4194304 5098028 140735744895376 140735744893480 139895096463996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8495104 140735744897909 140735744898153 140735744898153 140735744901066 0
/proc/7861/statm: 28282 364 305 221 0 87 0
[pid=7863] ppid=7861 vsize=28300332 memory=23848884 CPUtime=18209.1 cores=0-7
/proc/7863/stat : 7863 (java) S 7861 7861 7657 0 -1 1077944320 3240514 0 0 0 1813150 7762 0 0 20 0 21 0 418976610 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140730967878688 140290939301623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
/proc/7863/statm: 7075083 5962221 3532 1 0 7036185 0
[pid=7863/tid=7864] ppid=7861 vsize=28300332 memory=1456 CPUtime=59.01 cores=0-7
/proc/7863/task/7864/stat : 7864 (java) S 7861 7861 7657 0 -1 1077944384 26545 0 0 0 5870 31 0 0 20 0 21 0 418976610 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290943542304 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7865] ppid=7861 vsize=28300332 memory=1456 CPUtime=2260.29 cores=0-7
/proc/7863/task/7865/stat : 7865 (java) R 7861 7861 7657 0 -1 4202560 225188 0 0 0 225080 949 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290891921488 140290931929831 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7866] ppid=7861 vsize=28300332 memory=8112282956445269571 CPUtime=2262.1 cores=0-7
/proc/7863/task/7866/stat : 7866 (java) R 7861 7861 7657 0 -1 4202560 202779 0 0 0 225250 960 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290890868944 140290931929831 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7867] ppid=7861 vsize=28300332 memory=23848884 CPUtime=2263.38 cores=0-7
/proc/7863/task/7867/stat : 7867 (java) R 7861 7861 7657 0 -1 4202560 215522 0 0 0 225344 994 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290889816712 140290931929831 0 4 0 16800975 0 0 0 -1 7 0 0 33 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7868] ppid=7861 vsize=28300332 memory=1456 CPUtime=2264 cores=0-7
/proc/7863/task/7868/stat : 7868 (java) R 7861 7861 7657 0 -1 4202560 202024 0 0 0 225462 938 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290888763856 140290931929831 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7869] ppid=7861 vsize=28300332 memory=23848884 CPUtime=2261.11 cores=0-7
/proc/7863/task/7869/stat : 7869 (java) R 7861 7861 7657 0 -1 4202560 211360 0 0 0 225188 923 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290887711704 140290924291276 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7870] ppid=7861 vsize=28300332 memory=1456 CPUtime=2262.85 cores=0-7
/proc/7863/task/7870/stat : 7870 (java) R 7861 7861 7657 0 -1 4202560 215042 0 0 0 225347 938 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290886658768 140290931929831 0 4 0 16800975 0 0 0 -1 6 0 0 33 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7871] ppid=7861 vsize=28300332 memory=23848884 CPUtime=2263.06 cores=0-7
/proc/7863/task/7871/stat : 7871 (java) R 7861 7861 7657 0 -1 4202560 223492 0 0 0 225336 970 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290885606224 140290931929831 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7872] ppid=7861 vsize=28300332 memory=1412 CPUtime=2260.83 cores=0-7
/proc/7863/task/7872/stat : 7872 (java) R 7861 7861 7657 0 -1 4202560 193472 0 0 0 225152 931 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290884553992 140290931929831 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7873] ppid=7861 vsize=28300332 memory=1548 CPUtime=44.62 cores=0-7
/proc/7863/task/7873/stat : 7873 (java) S 7861 7861 7657 0 -1 1077944384 1480611 0 0 0 4355 107 0 0 20 0 21 0 418976613 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289067762240 140290939311829 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7874] ppid=7861 vsize=28300332 memory=4000 CPUtime=0 cores=0-7
/proc/7863/task/7874/stat : 7874 (java) S 7861 7861 7657 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 418976613 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289066709984 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7875] ppid=7861 vsize=28300332 memory=616 CPUtime=0 cores=0-7
/proc/7863/task/7875/stat : 7875 (java) S 7861 7861 7657 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 21 0 418976613 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289065657344 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7876] ppid=7861 vsize=28300332 memory=2832 CPUtime=0 cores=0-7
/proc/7863/task/7876/stat : 7876 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289064605904 140290939320219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7877] ppid=7861 vsize=28300332 memory=1624 CPUtime=2.27 cores=0-7
/proc/7863/task/7877/stat : 7877 (java) S 7861 7861 7657 0 -1 1077944384 12177 0 0 0 225 2 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289063553568 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7878] ppid=7861 vsize=28300332 memory=8112282956445269571 CPUtime=1.85 cores=0-7
/proc/7863/task/7878/stat : 7878 (java) S 7861 7861 7657 0 -1 1077944384 10612 0 0 0 183 2 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289062501024 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7879] ppid=7861 vsize=28300332 memory=1456 CPUtime=2.08 cores=0-7
/proc/7863/task/7879/stat : 7879 (java) S 7861 7861 7657 0 -1 1077944384 11786 0 0 0 205 3 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289061448192 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7880] ppid=7861 vsize=28300332 memory=1456 CPUtime=0.68 cores=0-7
/proc/7863/task/7880/stat : 7880 (java) S 7861 7861 7657 0 -1 1077944384 4936 0 0 0 66 2 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289060395456 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7881] ppid=7861 vsize=28300332 memory=23848864 CPUtime=0 cores=0-7
/proc/7863/task/7881/stat : 7881 (java) S 7861 7861 7657 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289059342560 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7882] ppid=7861 vsize=28300332 memory=0 CPUtime=0.85 cores=0-7
/proc/7863/task/7882/stat : 7882 (java) S 7861 7861 7657 0 -1 1077944384 3470 0 0 0 46 39 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289058290096 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=8106] ppid=7861 vsize=28300332 memory=7306916055891837008 CPUtime=0 cores=0-7
/proc/7863/task/8106/stat : 8106 (java) S 7861 7861 7657 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 21 0 419214584 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289049083200 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
Current children cumulated CPU time: 18209.1 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 23850340 KiB

[startup+2397.6 s]
/proc/loadavg: 7.85 8.01 7.95 9/211 8107
/proc/meminfo: memFree=7512712/32770624 swapFree=66937012/67108860
[pid=7861] ppid=7858 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7861/stat : 7861 (xcsp3-exec) S 7858 7861 7657 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976610 115843072 364 33554432000 4194304 5098028 140735744895376 140735744893480 139895096463996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8495104 140735744897909 140735744898153 140735744898153 140735744901066 0
/proc/7861/statm: 28282 364 305 221 0 87 0
[pid=7863] ppid=7861 vsize=28300332 memory=23848884 CPUtime=18215.3 cores=0-7
/proc/7863/stat : 7863 (java) S 7861 7861 7657 0 -1 1077944320 3240514 0 0 0 1813762 7764 0 0 20 0 21 0 418976610 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140730967878688 140290939301623 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
/proc/7863/statm: 7075083 5962221 3532 1 0 7036185 0
[pid=7863/tid=7864] ppid=7861 vsize=28300332 memory=616 CPUtime=59.01 cores=0-7
/proc/7863/task/7864/stat : 7864 (java) S 7861 7861 7657 0 -1 1077944384 26545 0 0 0 5870 31 0 0 20 0 21 0 418976610 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290943542304 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7865] ppid=7861 vsize=28300332 memory=2832 CPUtime=2261.07 cores=0-7
/proc/7863/task/7865/stat : 7865 (java) R 7861 7861 7657 0 -1 4202560 225188 0 0 0 225157 950 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290891921488 140290931929831 0 4 0 16800975 0 0 0 -1 0 0 0 34 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7866] ppid=7861 vsize=28300332 memory=1624 CPUtime=2262.85 cores=0-7
/proc/7863/task/7866/stat : 7866 (java) R 7861 7861 7657 0 -1 4202560 202779 0 0 0 225325 960 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290890869256 140290931929831 0 4 0 16800975 0 0 0 -1 3 0 0 33 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7867] ppid=7861 vsize=28300332 memory=1136 CPUtime=2264.14 cores=0-7
/proc/7863/task/7867/stat : 7867 (java) R 7861 7861 7657 0 -1 4202560 215522 0 0 0 225419 995 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290889816712 140290931929831 0 4 0 16800975 0 0 0 -1 7 0 0 33 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7868] ppid=7861 vsize=28300332 memory=1072 CPUtime=2264.77 cores=0-7
/proc/7863/task/7868/stat : 7868 (java) R 7861 7861 7657 0 -1 4202560 202024 0 0 0 225539 938 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290888763856 140290931929831 0 4 0 16800975 0 0 0 -1 6 0 0 28 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7869] ppid=7861 vsize=28300332 memory=5936 CPUtime=2261.91 cores=0-7
/proc/7863/task/7869/stat : 7869 (java) R 7861 7861 7657 0 -1 4202560 211360 0 0 0 225268 923 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290887711704 140290924291183 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7870] ppid=7861 vsize=28300332 memory=788 CPUtime=2263.6 cores=0-7
/proc/7863/task/7870/stat : 7870 (java) R 7861 7861 7657 0 -1 4202560 215042 0 0 0 225422 938 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290886659080 140290931929831 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7871] ppid=7861 vsize=28300332 memory=1060 CPUtime=2263.84 cores=0-7
/proc/7863/task/7871/stat : 7871 (java) R 7861 7861 7657 0 -1 4202560 223492 0 0 0 225413 971 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290885606224 140290931929831 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7872] ppid=7861 vsize=28300332 memory=14012 CPUtime=2261.6 cores=0-7
/proc/7863/task/7872/stat : 7872 (java) R 7861 7861 7657 0 -1 4202560 193472 0 0 0 225229 931 0 0 20 0 21 0 418976611 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140290884553992 140290931929831 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7873] ppid=7861 vsize=28300332 memory=11200 CPUtime=44.62 cores=0-7
/proc/7863/task/7873/stat : 7873 (java) S 7861 7861 7657 0 -1 1077944384 1480611 0 0 0 4355 107 0 0 20 0 21 0 418976613 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289067762240 140290939311829 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7874] ppid=7861 vsize=28300332 memory=14056 CPUtime=0 cores=0-7
/proc/7863/task/7874/stat : 7874 (java) S 7861 7861 7657 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 21 0 418976613 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289066709984 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7875] ppid=7861 vsize=28300332 memory=2116 CPUtime=0 cores=0-7
/proc/7863/task/7875/stat : 7875 (java) S 7861 7861 7657 0 -1 1077944384 158 0 0 0 0 0 0 0 20 0 21 0 418976613 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289065657344 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7876] ppid=7861 vsize=28300332 memory=520 CPUtime=0 cores=0-7
/proc/7863/task/7876/stat : 7876 (java) S 7861 7861 7657 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289064605904 140290939320219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7877] ppid=7861 vsize=28300332 memory=1556 CPUtime=2.27 cores=0-7
/proc/7863/task/7877/stat : 7877 (java) S 7861 7861 7657 0 -1 1077944384 12177 0 0 0 225 2 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289063553568 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7878] ppid=7861 vsize=28300332 memory=111632 CPUtime=1.85 cores=0-7
/proc/7863/task/7878/stat : 7878 (java) S 7861 7861 7657 0 -1 1077944384 10612 0 0 0 183 2 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289062501024 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7879] ppid=7861 vsize=28300332 memory=804 CPUtime=2.08 cores=0-7
/proc/7863/task/7879/stat : 7879 (java) S 7861 7861 7657 0 -1 1077944384 11786 0 0 0 205 3 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289061448192 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7880] ppid=7861 vsize=28300332 memory=1808 CPUtime=0.68 cores=0-7
/proc/7863/task/7880/stat : 7880 (java) S 7861 7861 7657 0 -1 1077944384 4936 0 0 0 66 2 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289060395456 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7881] ppid=7861 vsize=28300332 memory=920 CPUtime=0 cores=0-7
/proc/7863/task/7881/stat : 7881 (java) S 7861 7861 7657 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289059342560 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=7882] ppid=7861 vsize=28300332 memory=4228 CPUtime=0.85 cores=0-7
/proc/7863/task/7882/stat : 7882 (java) S 7861 7861 7657 0 -1 1077944384 3470 0 0 0 46 39 0 0 20 0 21 0 418976616 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289058290096 140290939312770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
[pid=7863/tid=8106] ppid=7861 vsize=28300332 memory=1412 CPUtime=0 cores=0-7
/proc/7863/task/8106/stat : 8106 (java) S 7861 7861 7657 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 21 0 419214584 28979539968 5962221 33554432000 4194304 4196468 140730967896144 140289049083200 140290939311829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140730967905258 140730967905430 140730967905430 140730967908303 0
Current children cumulated CPU time: 18215.3 s
Current children cumulated vsize: 28413460 KiB
Current children cumulated memory: 23850340 KiB

[startup+2398 s]*
/proc/loadavg: 7.86 8.01 7.95 2/192 8107
/proc/meminfo: memFree=20168884/32770624 swapFree=66937012/67108860
[pid=7861] ppid=7858 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/7861/stat : 7861 (xcsp3-exec) S 7858 7861 7657 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 418976610 115843072 364 33554432000 4194304 5098028 140735744895376 140735744893480 139895096463996 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8495104 140735744897909 140735744898153 140735744898153 140735744901066 0
/proc/7861/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): 2398.06
CPU time (s): 18216.7
CPU user time (s): 18138.9
CPU system time (s): 77.7624
CPU usage (%): 759.644
Max. virtual memory (cumulated for all children) (KiB): 28413460
Max. memory (cumulated for all children) (KiB): 23850340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18138.9
system time used= 77.7624
maximum resident set size= 23849020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3249120
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2832
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 233226
involuntary context switches= 661968


# summary of solver processes directly reported to runsolver:
#   pid: 7861
#   total CPU time (s): 18216.7
#   total CPU user time (s): 18138.9
#   total CPU system time (s): 77.7624

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6676 second user time and 26.9483 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-14 03:11:27
IDJOB=4393738
IDBENCH=126708
IDSOLVER=2841
FILE ID=node105/4393738-1568427182
RUNJOBID= node105-1568422931-7684
PBS_JOBID= 21702288
Free space on /tmp= 60864 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-cp-s1/SocialGolfers-8-4-8-cp.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-4393738-1568427182/watcher-4393738-1568427182 -o /tmp/evaluation-result-4393738-1568427182/solver-4393738-1568427182 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568422931-7684 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1732911806 HOME/instance-4393738-1568427182.xml

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

MD5SUM BENCH= 98d7ab41a8bb825fcbc10f63a442bd58
RANDOM SEED=1732911806

node105.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
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:        31397540 kB
MemAvailable:   31862876 kB
Buffers:          178356 kB
Cached:           581112 kB
SwapCached:        67900 kB
Active:           425128 kB
Inactive:         406592 kB
Active(anon):      11788 kB
Inactive(anon):    93592 kB
Active(file):     413340 kB
Inactive(file):   313000 kB
Unevictable:      107580 kB
Mlocked:          107580 kB
SwapTotal:      67108860 kB
SwapFree:       66936988 kB
Dirty:             27008 kB
Writeback:             0 kB
AnonPages:        223488 kB
Mapped:            37784 kB
Shmem:             24668 kB
Slab:             137752 kB
SReclaimable:     109664 kB
SUnreclaim:        28088 kB
KernelStack:        3680 kB
PageTables:         5556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     490208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    178176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60836 MiB
End job on node105 at 2019-09-14 03:51:26