Trace number 4399451

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-16 parallelUNSAT 15.5874 2.45389

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-queen/
Pb-queen-0975965.xml
MD5SUMa14f05ce5b97c69cdfebe4c47d671ffd
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 benchmark7.26699
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints101
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":169}]
Minimum variable degree7
Maximum variable degree9
Distribution of variable degrees[{"degree":7,"count":148},{"degree":8,"count":20},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":56},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":101}]
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-4399451-1568711461.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399451-1568711461.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.39/0.68	c solve instance...
15.23/2.44	s UNSATISFIABLE

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 (15248 MiB free)
  memory of node 1: 16384 MiB (15504 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399451-1568711461/watcher-4399451-1568711461 -o /tmp/evaluation-result-4399451-1568711461/solver-4399451-1568711461 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568711398-15370 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 152661371 HOME/instance-4399451-1568711461.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=15615, runsolver pid=15612
Current StackSize limit: 8192 KiB


[startup+0.100147 s]*
/proc/loadavg: 6.72 7.36 7.87 2/212 15636
/proc/meminfo: memFree=31474864/32770624 swapFree=66997372/67108860
[pid=15615] ppid=15612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15615/stat : 15615 (xcsp3-exec) S 15612 15615 15343 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447399133 115843072 364 33554432000 4194304 5098028 140721434536944 140721434535048 140357359817340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18501632 140721434538870 140721434539113 140721434539113 140721434542026 0
/proc/15615/statm: 28282 364 306 221 0 87 0
[pid=15617] ppid=15615 vsize=28227396 memory=28888 CPUtime=0.12 cores=0-7
/proc/15617/stat : 15617 (java) S 15615 15615 15343 0 -1 1077944320 5696 0 0 0 11 1 0 0 20 0 20 0 447399133 28904853504 7222 33554432000 4194304 4196468 140728345190896 140728345173440 140209218858743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
/proc/15617/statm: 7056849 7222 3121 1 0 7019032 0
[pid=15617/tid=15618] ppid=15615 vsize=28227396 memory=8317482817917895235 CPUtime=0.08 cores=0-7
/proc/15617/task/15618/stat : 15618 (java) R 15615 15615 15343 0 -1 4202560 3606 0 0 0 8 0 0 0 20 0 20 0 447399133 28904853504 7222 33554432000 4194304 4196468 140728345190896 140209223091632 140209202939230 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15619] ppid=15615 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15617/task/15619/stat : 15619 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 7222 33554432000 4194304 4196468 140728345190896 140209171479568 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15620] ppid=15615 vsize=28227396 memory=140495054034560 CPUtime=0 cores=0-7
/proc/15617/task/15620/stat : 15620 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 7222 33554432000 4194304 4196468 140728345190896 140209170427024 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15621] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15621/stat : 15621 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 7222 33554432000 4194304 4196468 140728345190896 140209169373968 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15622] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15622/stat : 15622 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 7222 33554432000 4194304 4196468 140728345190896 140209168321424 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15623] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15623/stat : 15623 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 7222 33554432000 4194304 4196468 140728345190896 140209167268368 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15624] ppid=15615 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15617/task/15624/stat : 15624 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 7222 33554432000 4194304 4196468 140728345190896 140209166215824 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15625] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15625/stat : 15625 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 7222 33554432000 4194304 4196468 140728345190896 140209165162768 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15626] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15626/stat : 15626 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 7222 33554432000 4194304 4196468 140728345190896 140209164110224 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15627] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15627/stat : 15627 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399136 28904853504 7222 33554432000 4194304 4196468 140728345190896 140207414307568 140209218869890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15628] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15628/stat : 15628 (java) S 15615 15615 15343 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447399136 28904853504 7222 33554432000 4194304 4196468 140728345190896 140207413253792 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15629] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15629/stat : 15629 (java) S 15615 15615 15343 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447399136 28904853504 7222 33554432000 4194304 4196468 140728345190896 140207412200688 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15630] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15630/stat : 15630 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399139 28904853504 7222 33554432000 4194304 4196468 140728345190896 140207411149264 140209218877339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15631] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15631/stat : 15631 (java) S 15615 15615 15343 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 20 0 447399139 28904853504 7222 33554432000 4194304 4196468 140728345190896 140207410096368 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15632] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15632/stat : 15632 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399139 28904853504 7222 33554432000 4194304 4196468 140728345190896 140207409043824 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15633] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15633/stat : 15633 (java) S 15615 15615 15343 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 447399139 28904853504 7222 33554432000 4194304 4196468 140728345190896 140207407990768 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15634] ppid=15615 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15617/task/15634/stat : 15634 (java) R 15615 15615 15343 0 -1 4202560 348 0 0 0 2 0 0 0 20 0 20 0 447399139 28904853504 7222 33554432000 4194304 4196468 140728345190896 140207406938224 140209218880090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15635] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15635/stat : 15635 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399139 28904853504 7222 33554432000 4194304 4196468 140728345190896 140207405886432 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15636] ppid=15615 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15617/task/15636/stat : 15636 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399139 28904853504 7222 33554432000 4194304 4196468 140728345190896 140207404833968 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30344 KiB

[startup+0.21031 s]*
/proc/loadavg: 6.72 7.36 7.87 4/212 15636
/proc/meminfo: memFree=31461420/32770624 swapFree=66997372/67108860
[pid=15615] ppid=15612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15615/stat : 15615 (xcsp3-exec) S 15612 15615 15343 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447399133 115843072 364 33554432000 4194304 5098028 140721434536944 140721434535048 140357359817340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18501632 140721434538870 140721434539113 140721434539113 140721434542026 0
/proc/15615/statm: 28282 364 306 221 0 87 0
[pid=15617] ppid=15615 vsize=28227396 memory=40696 CPUtime=0.34 cores=0-7
/proc/15617/stat : 15617 (java) S 15615 15615 15343 0 -1 1077944320 9407 0 0 0 31 3 0 0 20 0 20 0 447399133 28904853504 10174 33554432000 4194304 4196468 140728345190896 140728345173440 140209218858743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
/proc/15617/statm: 7056849 10174 3302 1 0 7019032 0
[pid=15617/tid=15618] ppid=15615 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15617/task/15618/stat : 15618 (java) R 15615 15615 15343 0 -1 4202560 6621 0 0 0 18 2 0 0 20 0 20 0 447399133 28904853504 10174 33554432000 4194304 4196468 140728345190896 140209223098416 140209218870678 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15619] ppid=15615 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/15617/task/15619/stat : 15619 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 10174 33554432000 4194304 4196468 140728345190896 140209171479568 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15620] ppid=15615 vsize=28227396 memory=3544814478854837920 CPUtime=0 cores=0-7
/proc/15617/task/15620/stat : 15620 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 10174 33554432000 4194304 4196468 140728345190896 140209170427024 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15621] ppid=15615 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15617/task/15621/stat : 15621 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 10174 33554432000 4194304 4196468 140728345190896 140209169373968 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15622] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15622/stat : 15622 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 10174 33554432000 4194304 4196468 140728345190896 140209168321424 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15623] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15623/stat : 15623 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 10174 33554432000 4194304 4196468 140728345190896 140209167268368 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15624] ppid=15615 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15617/task/15624/stat : 15624 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 10174 33554432000 4194304 4196468 140728345190896 140209166215824 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15625] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15625/stat : 15625 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 10174 33554432000 4194304 4196468 140728345190896 140209165162768 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15626] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15626/stat : 15626 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399134 28904853504 10174 33554432000 4194304 4196468 140728345190896 140209164110224 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15627] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15627/stat : 15627 (java) S 15615 15615 15343 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447399136 28904853504 10174 33554432000 4194304 4196468 140728345190896 140207414307568 140209218869890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15628] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15628/stat : 15628 (java) S 15615 15615 15343 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447399136 28904853504 10174 33554432000 4194304 4196468 140728345190896 140207413253792 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15629] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15629/stat : 15629 (java) S 15615 15615 15343 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447399136 28904853504 10174 33554432000 4194304 4196468 140728345190896 140207412200688 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15630] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15630/stat : 15630 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399139 28904853504 10174 33554432000 4194304 4196468 140728345190896 140207411149264 140209218877339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15631] ppid=15615 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15617/task/15631/stat : 15631 (java) S 15615 15615 15343 0 -1 1077944384 404 0 0 0 1 0 0 0 20 0 20 0 447399139 28904853504 10174 33554432000 4194304 4196468 140728345190896 140207410096368 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15632] ppid=15615 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15617/task/15632/stat : 15632 (java) S 15615 15615 15343 0 -1 1077944384 46 0 0 0 1 0 0 0 20 0 20 0 447399139 28904853504 10174 33554432000 4194304 4196468 140728345190896 140207409043824 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15633] ppid=15615 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/15617/task/15633/stat : 15633 (java) S 15615 15615 15343 0 -1 1077944384 214 0 0 0 1 0 0 0 20 0 20 0 447399139 28904853504 10174 33554432000 4194304 4196468 140728345190896 140207407990768 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15634] ppid=15615 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/15617/task/15634/stat : 15634 (java) R 15615 15615 15343 0 -1 4202560 807 0 0 0 8 0 0 0 20 0 20 0 447399139 28904853504 10174 33554432000 4194304 4196468 140728345190896 140207406938032 140209218880090 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15635] ppid=15615 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15635/stat : 15635 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399139 28904853504 10174 33554432000 4194304 4196468 140728345190896 140207405886432 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15636] ppid=15615 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15617/task/15636/stat : 15636 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399139 28904853504 10174 33554432000 4194304 4196468 140728345190896 140207404833968 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42152 KiB

[startup+0.309569 s]*
/proc/loadavg: 6.72 7.36 7.87 5/212 15636
/proc/meminfo: memFree=31454904/32770624 swapFree=66997372/67108860
[pid=15615] ppid=15612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15615/stat : 15615 (xcsp3-exec) S 15612 15615 15343 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447399133 115843072 364 33554432000 4194304 5098028 140721434536944 140721434535048 140357359817340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18501632 140721434538870 140721434539113 140721434539113 140721434542026 0
/proc/15615/statm: 28282 364 306 221 0 87 0
[pid=15617] ppid=15615 vsize=28231652 memory=50072 CPUtime=0.53 cores=0-7
/proc/15617/stat : 15617 (java) S 15615 15615 15343 0 -1 1077944320 10822 0 0 0 49 4 0 0 20 0 20 0 447399133 28909211648 12518 33554432000 4194304 4196468 140728345190896 140728345173440 140209218858743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
/proc/15617/statm: 7057913 12518 3364 1 0 7019032 0
[pid=15617/tid=15618] ppid=15615 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/15617/task/15618/stat : 15618 (java) R 15615 15615 15343 0 -1 4202560 7748 0 0 0 27 3 0 0 20 0 20 0 447399133 28909211648 12518 33554432000 4194304 4196468 140728345190896 140209223089856 140209202939230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15619] ppid=15615 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15619/stat : 15619 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399134 28909211648 12518 33554432000 4194304 4196468 140728345190896 140209171479568 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15620] ppid=15615 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15620/stat : 15620 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399134 28909211648 12549 33554432000 4194304 4196468 140728345190896 140209170427024 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15621] ppid=15615 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15621/stat : 15621 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28909211648 12549 33554432000 4194304 4196468 140728345190896 140209169373968 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15622] ppid=15615 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15622/stat : 15622 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399134 28909211648 12549 33554432000 4194304 4196468 140728345190896 140209168321424 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15623] ppid=15615 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15623/stat : 15623 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28909211648 12549 33554432000 4194304 4196468 140728345190896 140209167268368 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15624] ppid=15615 vsize=28231652 memory=140494957013679 CPUtime=0 cores=0-7
/proc/15617/task/15624/stat : 15624 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28909211648 12549 33554432000 4194304 4196468 140728345190896 140209166215824 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15625] ppid=15615 vsize=28231652 memory=140494957015984 CPUtime=0 cores=0-7
/proc/15617/task/15625/stat : 15625 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447399134 28909211648 12549 33554432000 4194304 4196468 140728345190896 140209165162768 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15626] ppid=15615 vsize=28231652 memory=140494957018288 CPUtime=0 cores=0-7
/proc/15617/task/15626/stat : 15626 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399134 28909211648 12549 33554432000 4194304 4196468 140728345190896 140209164110224 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15627] ppid=15615 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15627/stat : 15627 (java) S 15615 15615 15343 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447399136 28909211648 12549 33554432000 4194304 4196468 140728345190896 140207414307568 140209218869890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15628] ppid=15615 vsize=28231652 memory=280989914050448 CPUtime=0 cores=0-7
/proc/15617/task/15628/stat : 15628 (java) S 15615 15615 15343 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447399136 28909211648 12549 33554432000 4194304 4196468 140728345190896 140207413253792 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15629] ppid=15615 vsize=28231652 memory=280989914048144 CPUtime=0 cores=0-7
/proc/15617/task/15629/stat : 15629 (java) S 15615 15615 15343 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447399136 28909211648 12549 33554432000 4194304 4196468 140728345190896 140207412200688 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15630] ppid=15615 vsize=28231652 memory=280989914055056 CPUtime=0 cores=0-7
/proc/15617/task/15630/stat : 15630 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399139 28909211648 12549 33554432000 4194304 4196468 140728345190896 140207411149264 140209218877339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15631] ppid=15615 vsize=28231652 memory=280989913996336 CPUtime=0.02 cores=0-7
/proc/15617/task/15631/stat : 15631 (java) S 15615 15615 15343 0 -1 1077944384 420 0 0 0 2 0 0 0 20 0 20 0 447399139 28909211648 12549 33554432000 4194304 4196468 140728345190896 140207410096368 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15632] ppid=15615 vsize=28231652 memory=280989914068880 CPUtime=0.02 cores=0-7
/proc/15617/task/15632/stat : 15632 (java) S 15615 15615 15343 0 -1 1077944384 66 0 0 0 2 0 0 0 20 0 20 0 447399139 28909211648 12549 33554432000 4194304 4196468 140728345190896 140207409043824 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15633] ppid=15615 vsize=28231652 memory=280989914075792 CPUtime=0.03 cores=0-7
/proc/15617/task/15633/stat : 15633 (java) R 15615 15615 15343 0 -1 4202560 340 0 0 0 3 0 0 0 20 0 20 0 447399139 28909211648 12549 33554432000 4194304 4196468 140728345190896 140207407981152 140209200402986 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15634] ppid=15615 vsize=28231652 memory=280989914073488 CPUtime=0.12 cores=0-7
/proc/15617/task/15634/stat : 15634 (java) S 15615 15615 15343 0 -1 1077944384 948 0 0 0 12 0 0 0 20 0 20 0 447399139 28909211648 12549 33554432000 4194304 4196468 140728345190896 140207406938224 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15635] ppid=15615 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15635/stat : 15635 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447399139 28909211648 12549 33554432000 4194304 4196468 140728345190896 140207405886432 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15636] ppid=15615 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15617/task/15636/stat : 15636 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447399139 28909211648 12549 33554432000 4194304 4196468 140728345190896 140207404833968 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51528 KiB

[startup+0.700888 s]
/proc/loadavg: 6.72 7.36 7.87 4/212 15636
/proc/meminfo: memFree=31444404/32770624 swapFree=66997372/67108860
[pid=15615] ppid=15612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15615/stat : 15615 (xcsp3-exec) S 15612 15615 15343 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447399133 115843072 364 33554432000 4194304 5098028 140721434536944 140721434535048 140357359817340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18501632 140721434538870 140721434539113 140721434539113 140721434542026 0
/proc/15615/statm: 28282 364 306 221 0 87 0
[pid=15617] ppid=15615 vsize=28433468 memory=97932 CPUtime=1.82 cores=0-7
/proc/15617/stat : 15617 (java) S 15615 15615 15343 0 -1 1077944320 16356 0 0 0 176 6 0 0 20 0 23 0 447399133 29115871232 24483 33554432000 4194304 4196468 140728345190896 140728345173440 140209218858743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
/proc/15617/statm: 7108367 24483 3466 1 0 7069467 0
[pid=15617/tid=15618] ppid=15615 vsize=28433468 memory=0 CPUtime=0.68 cores=0-7
/proc/15617/task/15618/stat : 15618 (java) S 15615 15615 15343 0 -1 1077944384 9252 0 0 0 64 4 0 0 20 0 23 0 447399133 29115871232 24483 33554432000 4194304 4196468 140728345190896 140209223099520 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15619] ppid=15615 vsize=28433468 memory=140494957224816 CPUtime=0 cores=0-7
/proc/15617/task/15619/stat : 15619 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 23 0 447399134 29115871232 24483 33554432000 4194304 4196468 140728345190896 140209171479568 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15620] ppid=15615 vsize=28433468 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15620/stat : 15620 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 23 0 447399134 29115871232 24483 33554432000 4194304 4196468 140728345190896 140209170427024 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15621] ppid=15615 vsize=28433468 memory=1004 CPUtime=0 cores=0-7
/proc/15617/task/15621/stat : 15621 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 23 0 447399134 29115871232 24483 33554432000 4194304 4196468 140728345190896 140209169373968 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0

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

[pid=15617/tid=15634] ppid=15615 vsize=28766288 memory=0 CPUtime=0.58 cores=0-7
/proc/15617/task/15634/stat : 15634 (java) S 15615 15615 15343 0 -1 1077944384 2967 0 0 0 57 1 0 0 20 0 28 0 447399139 29456678912 38447 33554432000 4194304 4196468 140728345190896 140207406938224 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15635] ppid=15615 vsize=28766288 memory=8836 CPUtime=0 cores=0-7
/proc/15617/task/15635/stat : 15635 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447399139 29456678912 38447 33554432000 4194304 4196468 140728345190896 140207405886432 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15636] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15636/stat : 15636 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447399139 29456678912 38447 33554432000 4194304 4196468 140728345190896 140207404833968 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15637] ppid=15615 vsize=28766288 memory=7649399362773464369 CPUtime=0.67 cores=0-7
/proc/15617/task/15637/stat : 15637 (java) R 15615 15615 15343 0 -1 4202560 74 0 0 0 67 0 0 0 20 0 28 0 447399203 29456678912 38447 33554432000 4194304 4196468 140728345190896 140206953806400 140208827731427 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15638] ppid=15615 vsize=28766288 memory=5931329015123694928 CPUtime=0.67 cores=0-7
/proc/15617/task/15638/stat : 15638 (java) R 15615 15615 15343 0 -1 4202560 49 0 0 0 67 0 0 0 20 0 28 0 447399203 29456678912 38447 33554432000 4194304 4196468 140728345190896 140206952755864 140208827729718 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15639] ppid=15615 vsize=28766288 memory=27428 CPUtime=0.65 cores=0-7
/proc/15617/task/15639/stat : 15639 (java) R 15615 15615 15343 0 -1 4202560 65 0 0 0 65 0 0 0 20 0 28 0 447399203 29456678912 38447 33554432000 4194304 4196468 140728345190896 140206951697880 140208828081908 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15640] ppid=15615 vsize=28766288 memory=0 CPUtime=0.57 cores=0-7
/proc/15617/task/15640/stat : 15640 (java) R 15615 15615 15343 0 -1 4202560 77 0 0 0 57 0 0 0 20 0 28 0 447399203 29456678912 38447 33554432000 4194304 4196468 140728345190896 140206950649752 140208827263306 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15641] ppid=15615 vsize=28766288 memory=0 CPUtime=0.71 cores=0-7
/proc/15617/task/15641/stat : 15641 (java) R 15615 15615 15343 0 -1 4202560 38 0 0 0 71 0 0 0 20 0 28 0 447399203 29456678912 38447 33554432000 4194304 4196468 140728345190896 140206949596776 140208827731833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15642] ppid=15615 vsize=28766288 memory=0 CPUtime=0.59 cores=0-7
/proc/15617/task/15642/stat : 15642 (java) R 15615 15615 15343 0 -1 4202560 37 0 0 0 59 0 0 0 20 0 28 0 447399203 29456678912 38447 33554432000 4194304 4196468 140728345190896 140206948543728 140208827263211 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15643] ppid=15615 vsize=28766288 memory=0 CPUtime=0.64 cores=0-7
/proc/15617/task/15643/stat : 15643 (java) R 15615 15615 15343 0 -1 4202560 31 0 0 0 64 0 0 0 20 0 28 0 447399203 29456678912 38447 33554432000 4194304 4196468 140728345190896 140206947491920 140208827731379 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15644] ppid=15615 vsize=28766288 memory=0 CPUtime=0.69 cores=0-7
/proc/15617/task/15644/stat : 15644 (java) R 15615 15615 15343 0 -1 4202560 31 0 0 0 69 0 0 0 20 0 28 0 447399203 29456678912 38447 33554432000 4194304 4196468 140728345190896 140206946439472 140208827252930 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
Current children cumulated CPU time: 8.89 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 155244 KiB

[startup+2.00156 s]*
/proc/loadavg: 6.72 7.36 7.87 10/220 15644
/proc/meminfo: memFree=31328312/32770624 swapFree=66997372/67108860
[pid=15615] ppid=15612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15615/stat : 15615 (xcsp3-exec) S 15612 15615 15343 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447399133 115843072 364 33554432000 4194304 5098028 140721434536944 140721434535048 140357359817340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18501632 140721434538870 140721434539113 140721434539113 140721434542026 0
/proc/15615/statm: 28282 364 306 221 0 87 0
[pid=15617] ppid=15615 vsize=28766288 memory=178552 CPUtime=12.14 cores=0-7
/proc/15617/stat : 15617 (java) S 15615 15615 15343 0 -1 1077944320 25853 0 0 0 1202 12 0 0 20 0 28 0 447399133 29456678912 44638 33554432000 4194304 4196468 140728345190896 140728345173440 140209218858743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
/proc/15617/statm: 7191572 44638 3485 1 0 7152672 0
[pid=15617/tid=15618] ppid=15615 vsize=28766288 memory=4026531863 CPUtime=0.68 cores=0-7
/proc/15617/task/15618/stat : 15618 (java) S 15615 15615 15343 0 -1 1077944384 9252 0 0 0 64 4 0 0 20 0 28 0 447399133 29456678912 45150 33554432000 4194304 4196468 140728345190896 140209223099520 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15619] ppid=15615 vsize=28766288 memory=9365 CPUtime=0 cores=0-7
/proc/15617/task/15619/stat : 15619 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 45150 33554432000 4194304 4196468 140728345190896 140209171479568 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15620] ppid=15615 vsize=28766288 memory=4123524810376887584 CPUtime=0 cores=0-7
/proc/15617/task/15620/stat : 15620 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 45150 33554432000 4194304 4196468 140728345190896 140209170427024 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15621] ppid=15615 vsize=28766288 memory=280989914144128 CPUtime=0 cores=0-7
/proc/15617/task/15621/stat : 15621 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 45150 33554432000 4194304 4196468 140728345190896 140209169373968 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15622] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15622/stat : 15622 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 45150 33554432000 4194304 4196468 140728345190896 140209168321424 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15623] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15623/stat : 15623 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 45150 33554432000 4194304 4196468 140728345190896 140209167268368 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15624] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15624/stat : 15624 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 45150 33554432000 4194304 4196468 140728345190896 140209166215824 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15625] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15625/stat : 15625 (java) S 15615 15615 15343 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 45150 33554432000 4194304 4196468 140728345190896 140209165162768 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15626] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15626/stat : 15626 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 45150 33554432000 4194304 4196468 140728345190896 140209164110224 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15627] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15627/stat : 15627 (java) S 15615 15615 15343 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 28 0 447399136 29456678912 45150 33554432000 4194304 4196468 140728345190896 140207414307568 140209218869890 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15628] ppid=15615 vsize=28766288 memory=3544952147460240435 CPUtime=0 cores=0-7
/proc/15617/task/15628/stat : 15628 (java) S 15615 15615 15343 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447399136 29456678912 45150 33554432000 4194304 4196468 140728345190896 140207413253792 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15629] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15629/stat : 15629 (java) S 15615 15615 15343 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 447399136 29456678912 45150 33554432000 4194304 4196468 140728345190896 140207412200688 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15630] ppid=15615 vsize=28766288 memory=33 CPUtime=0 cores=0-7
/proc/15617/task/15630/stat : 15630 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447399139 29456678912 45150 33554432000 4194304 4196468 140728345190896 140207411149264 140209218877339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15631] ppid=15615 vsize=28766288 memory=0 CPUtime=0.94 cores=0-7
/proc/15617/task/15631/stat : 15631 (java) S 15615 15615 15343 0 -1 1077944384 2585 0 0 0 93 1 0 0 20 0 28 0 447399139 29456678912 45150 33554432000 4194304 4196468 140728345190896 140207410096368 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15632] ppid=15615 vsize=28766288 memory=1456 CPUtime=0.88 cores=0-7
/proc/15617/task/15632/stat : 15632 (java) S 15615 15615 15343 0 -1 1077944384 3244 0 0 0 87 1 0 0 20 0 28 0 447399139 29456678912 45150 33554432000 4194304 4196468 140728345190896 140207409043824 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15633] ppid=15615 vsize=28766288 memory=135920 CPUtime=1.04 cores=0-7
/proc/15617/task/15633/stat : 15633 (java) S 15615 15615 15343 0 -1 1077944384 5696 0 0 0 103 1 0 0 20 0 28 0 447399139 29456678912 45150 33554432000 4194304 4196468 140728345190896 140207407990768 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15634] ppid=15615 vsize=28766288 memory=0 CPUtime=0.58 cores=0-7
/proc/15617/task/15634/stat : 15634 (java) S 15615 15615 15343 0 -1 1077944384 2976 0 0 0 57 1 0 0 20 0 28 0 447399139 29456678912 45150 33554432000 4194304 4196468 140728345190896 140207406938224 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15635] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15635/stat : 15635 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447399139 29456678912 45150 33554432000 4194304 4196468 140728345190896 140207405886432 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15636] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15636/stat : 15636 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447399139 29456678912 45150 33554432000 4194304 4196468 140728345190896 140207404833968 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15637] ppid=15615 vsize=28766288 memory=0 CPUtime=1 cores=0-7
/proc/15617/task/15637/stat : 15637 (java) R 15615 15615 15343 0 -1 4202560 85 0 0 0 100 0 0 0 20 0 28 0 447399203 29456678912 45150 33554432000 4194304 4196468 140728345190896 140206953807624 140208827729806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15638] ppid=15615 vsize=28766288 memory=0 CPUtime=1.05 cores=0-7
/proc/15617/task/15638/stat : 15638 (java) R 15615 15615 15343 0 -1 4202560 82 0 0 0 105 0 0 0 20 0 28 0 447399203 29456678912 45150 33554432000 4194304 4196468 140728345190896 140206952755864 140208827729126 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15639] ppid=15615 vsize=28766288 memory=0 CPUtime=1.04 cores=0-7
/proc/15617/task/15639/stat : 15639 (java) R 15615 15615 15343 0 -1 4202560 137 0 0 0 104 0 0 0 20 0 28 0 447399203 29456678912 45150 33554432000 4194304 4196468 140728345190896 140206951704856 140208826939038 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15640] ppid=15615 vsize=28766288 memory=0 CPUtime=0.9 cores=0-7
/proc/15617/task/15640/stat : 15640 (java) R 15615 15615 15343 0 -1 4202560 142 0 0 0 90 0 0 0 20 0 28 0 447399203 29456678912 45150 33554432000 4194304 4196468 140728345190896 140206950650520 140208827263216 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15641] ppid=15615 vsize=28766288 memory=0 CPUtime=1.11 cores=0-7
/proc/15617/task/15641/stat : 15641 (java) R 15615 15615 15343 0 -1 4202560 103 0 0 0 111 0 0 0 20 0 28 0 447399203 29456678912 45150 33554432000 4194304 4196468 140728345190896 140206949596824 140208827728332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15642] ppid=15615 vsize=28766288 memory=0 CPUtime=0.87 cores=0-7
/proc/15617/task/15642/stat : 15642 (java) R 15615 15615 15343 0 -1 4202560 101 0 0 0 87 0 0 0 20 0 28 0 447399203 29456678912 45150 33554432000 4194304 4196468 140728345190896 140206948545096 140208827252671 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15643] ppid=15615 vsize=28766288 memory=0 CPUtime=0.97 cores=0-7
/proc/15617/task/15643/stat : 15643 (java) R 15615 15615 15343 0 -1 4202560 49 0 0 0 97 0 0 0 20 0 28 0 447399203 29456678912 45150 33554432000 4194304 4196468 140728345190896 140206947491920 140208827847923 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15644] ppid=15615 vsize=28766288 memory=3472592183261933599 CPUtime=0.99 cores=0-7
/proc/15617/task/15644/stat : 15644 (java) R 15615 15615 15343 0 -1 4202560 84 0 0 0 99 0 0 0 20 0 28 0 447399203 29456678912 45150 33554432000 4194304 4196468 140728345190896 140206946439640 140208827252980 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
Current children cumulated CPU time: 12.14 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 180008 KiB

[startup+2.40156 s]
/proc/loadavg: 6.72 7.36 7.87 10/220 15644
/proc/meminfo: memFree=31328312/32770624 swapFree=66997372/67108860
[pid=15615] ppid=15612 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15615/stat : 15615 (xcsp3-exec) S 15612 15615 15343 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447399133 115843072 364 33554432000 4194304 5098028 140721434536944 140721434535048 140357359817340 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18501632 140721434538870 140721434539113 140721434539113 140721434542026 0
/proc/15615/statm: 28282 364 306 221 0 87 0
[pid=15617] ppid=15615 vsize=28766288 memory=215600 CPUtime=15.23 cores=0-7
/proc/15617/stat : 15617 (java) S 15615 15615 15343 0 -1 1077944320 26554 0 0 0 1508 15 0 0 20 0 28 0 447399133 29456678912 53900 33554432000 4194304 4196468 140728345190896 140728345173440 140209218858743 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
/proc/15617/statm: 7191572 53900 3486 1 0 7152672 0
[pid=15617/tid=15618] ppid=15615 vsize=28766288 memory=0 CPUtime=0.68 cores=0-7
/proc/15617/task/15618/stat : 15618 (java) S 15615 15615 15343 0 -1 1077944384 9252 0 0 0 64 4 0 0 20 0 28 0 447399133 29456678912 53900 33554432000 4194304 4196468 140728345190896 140209223099520 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15619] ppid=15615 vsize=28766288 memory=140494957243040 CPUtime=0 cores=0-7
/proc/15617/task/15619/stat : 15619 (java) S 15615 15615 15343 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 53900 33554432000 4194304 4196468 140728345190896 140209171479568 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15620] ppid=15615 vsize=28766288 memory=140494957243136 CPUtime=0 cores=0-7
/proc/15617/task/15620/stat : 15620 (java) S 15615 15615 15343 0 -1 1077944384 203 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 53900 33554432000 4194304 4196468 140728345190896 140209170427024 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15621] ppid=15615 vsize=28766288 memory=140494957243232 CPUtime=0 cores=0-7
/proc/15617/task/15621/stat : 15621 (java) S 15615 15615 15343 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 53900 33554432000 4194304 4196468 140728345190896 140209169373968 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15622] ppid=15615 vsize=28766288 memory=140494957243328 CPUtime=0 cores=0-7
/proc/15617/task/15622/stat : 15622 (java) S 15615 15615 15343 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 53900 33554432000 4194304 4196468 140728345190896 140209168321424 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15623] ppid=15615 vsize=28766288 memory=140494957243424 CPUtime=0 cores=0-7
/proc/15617/task/15623/stat : 15623 (java) S 15615 15615 15343 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 53900 33554432000 4194304 4196468 140728345190896 140209167268368 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15624] ppid=15615 vsize=28766288 memory=6485400618181 CPUtime=0 cores=0-7
/proc/15617/task/15624/stat : 15624 (java) S 15615 15615 15343 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 53900 33554432000 4194304 4196468 140728345190896 140209166215824 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15625] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15625/stat : 15625 (java) S 15615 15615 15343 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 53900 33554432000 4194304 4196468 140728345190896 140209165162768 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15626] ppid=15615 vsize=28766288 memory=14977784455892186 CPUtime=0 cores=0-7
/proc/15617/task/15626/stat : 15626 (java) S 15615 15615 15343 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 447399134 29456678912 53900 33554432000 4194304 4196468 140728345190896 140209164110224 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15627] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15627/stat : 15627 (java) S 15615 15615 15343 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 447399136 29456678912 53900 33554432000 4194304 4196468 140728345190896 140207414307568 140209218869890 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15628] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15628/stat : 15628 (java) S 15615 15615 15343 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 447399136 29456678912 53900 33554432000 4194304 4196468 140728345190896 140207413253792 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15629] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15629/stat : 15629 (java) S 15615 15615 15343 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 447399136 29456678912 53900 33554432000 4194304 4196468 140728345190896 140207412200704 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15630] ppid=15615 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15617/task/15630/stat : 15630 (java) S 15615 15615 15343 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447399139 29456678912 53900 33554432000 4194304 4196468 140728345190896 140207411149264 140209218877339 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15631] ppid=15615 vsize=28766288 memory=0 CPUtime=0.94 cores=0-7
/proc/15617/task/15631/stat : 15631 (java) S 15615 15615 15343 0 -1 1077944384 2612 0 0 0 93 1 0 0 20 0 28 0 447399139 29456678912 53900 33554432000 4194304 4196468 140728345190896 140207410096368 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15632] ppid=15615 vsize=28766288 memory=0 CPUtime=0.88 cores=0-7
/proc/15617/task/15632/stat : 15632 (java) S 15615 15615 15343 0 -1 1077944384 3265 0 0 0 87 1 0 0 20 0 28 0 447399139 29456678912 53900 33554432000 4194304 4196468 140728345190896 140207409043824 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15633] ppid=15615 vsize=28766288 memory=1456 CPUtime=1.06 cores=0-7
/proc/15617/task/15633/stat : 15633 (java) S 15615 15615 15343 0 -1 1077944384 5719 0 0 0 105 1 0 0 20 0 28 0 447399139 29456678912 53900 33554432000 4194304 4196468 140728345190896 140207407990768 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15634] ppid=15615 vsize=28766288 memory=1456 CPUtime=0.59 cores=0-7
/proc/15617/task/15634/stat : 15634 (java) S 15615 15615 15343 0 -1 1077944384 3083 0 0 0 58 1 0 0 20 0 28 0 447399139 29456678912 53900 33554432000 4194304 4196468 140728345190896 140207406938224 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15635] ppid=15615 vsize=28766288 memory=166828 CPUtime=0 cores=0-7
/proc/15617/task/15635/stat : 15635 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447399139 29456678912 53900 33554432000 4194304 4196468 140728345190896 140207405886432 140209218868949 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15636] ppid=15615 vsize=28766288 memory=6944656592455360604 CPUtime=0 cores=0-7
/proc/15617/task/15636/stat : 15636 (java) S 15615 15615 15343 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447399139 29456678912 53900 33554432000 4194304 4196468 140728345190896 140207404833968 140209218869890 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15637] ppid=15615 vsize=28766288 memory=6944656575208382560 CPUtime=1.38 cores=0-7
/proc/15617/task/15637/stat : 15637 (java) R 15615 15615 15343 0 -1 4202560 86 0 0 0 138 0 0 0 20 0 28 0 447399203 29456678912 53900 33554432000 4194304 4196468 140728345190896 140206953811384 140208826939401 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15638] ppid=15615 vsize=28766288 memory=6656426216303648864 CPUtime=1.41 cores=0-7
/proc/15617/task/15638/stat : 15638 (java) R 15615 15615 15343 0 -1 4202560 83 0 0 0 141 0 0 0 20 0 28 0 447399203 29456678912 53900 33554432000 4194304 4196468 140728345190896 140206952759456 140208826938851 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15639] ppid=15615 vsize=28766288 memory=6944652177228980320 CPUtime=1.41 cores=0-7
/proc/15617/task/15639/stat : 15639 (java) R 15615 15615 15343 0 -1 4202560 141 0 0 0 141 0 0 0 20 0 28 0 447399203 29456678912 53900 33554432000 4194304 4196468 140728345190896 140206951703096 140208827263402 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15640] ppid=15615 vsize=28766288 memory=6944656575208382560 CPUtime=1.27 cores=0-7
/proc/15617/task/15640/stat : 15640 (java) R 15615 15615 15343 0 -1 4202560 148 0 0 0 127 0 0 0 20 0 28 0 447399203 29456678912 53900 33554432000 4194304 4196468 140728345190896 140206950653000 140208826938879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15641] ppid=15615 vsize=28766288 memory=6944656592455360604 CPUtime=1.48 cores=0-7
/proc/15617/task/15641/stat : 15641 (java) R 15615 15615 15343 0 -1 4202560 105 0 0 0 148 0 0 0 20 0 28 0 447399203 29456678912 53900 33554432000 4194304 4196468 140728345190896 140206949601304 140208827252671 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15642] ppid=15615 vsize=28766288 memory=6944656592455097440 CPUtime=1.25 cores=0-7
/proc/15617/task/15642/stat : 15642 (java) R 15615 15615 15343 0 -1 4202560 108 0 0 0 125 0 0 0 20 0 28 0 447399203 29456678912 53900 33554432000 4194304 4196468 140728345190896 140206948544376 140208827731050 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15643] ppid=15615 vsize=28766288 memory=6944656592455359580 CPUtime=1.34 cores=0-7
/proc/15617/task/15643/stat : 15643 (java) R 15615 15615 15343 0 -1 4202560 52 0 0 0 134 0 0 0 20 0 28 0 447399203 29456678912 53900 33554432000 4194304 4196468 140728345190896 140206947492920 140208827262777 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
[pid=15617/tid=15644] ppid=15615 vsize=28766288 memory=6944656575208382560 CPUtime=1.37 cores=0-7
/proc/15617/task/15644/stat : 15644 (java) R 15615 15615 15343 0 -1 4202560 86 0 0 0 137 0 0 0 20 0 28 0 447399203 29456678912 53900 33554432000 4194304 4196468 140728345190896 140206946439424 140208827263206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23732224 140728345195498 140728345195670 140728345195670 140728345198543 0
Current children cumulated CPU time: 15.23 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 217056 KiB

Child status: 0
Real time (s): 2.45389
CPU time (s): 15.5874
CPU user time (s): 15.4269
CPU system time (s): 0.160508
CPU usage (%): 635.21
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 217056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.4269
system time used= 0.160508
maximum resident set size= 215932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27260
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3332
involuntary context switches= 446


# summary of solver processes directly reported to runsolver:
#   pid: 15615
#   total CPU time (s): 15.5874
#   total CPU user time (s): 15.4269
#   total CPU system time (s): 0.160508

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.046461 second user time and 0.062622 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 11:10:02
IDJOB=4399451
IDBENCH=135372
IDSOLVER=2854
FILE ID=node103/4399451-1568711461
RUNJOBID= node103-1568711398-15370
PBS_JOBID= 21703932
Free space on /tmp= 61720 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-queen/Pb-queen-0975965.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-4399451-1568711461/watcher-4399451-1568711461 -o /tmp/evaluation-result-4399451-1568711461/solver-4399451-1568711461 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1568711398-15370 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 152661371 HOME/instance-4399451-1568711461.xml

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

MD5SUM BENCH= a14f05ce5b97c69cdfebe4c47d671ffd
RANDOM SEED=152661371

node103.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.74
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.74
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.74
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.74
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:        31491424 kB
MemAvailable:   31881312 kB
Buffers:           86744 kB
Cached:           597716 kB
SwapCached:         9016 kB
Active:           412528 kB
Inactive:         284744 kB
Active(anon):       4968 kB
Inactive(anon):    57316 kB
Active(file):     407560 kB
Inactive(file):   227428 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26432 kB
Writeback:             0 kB
AnonPages:        117720 kB
Mapped:            49792 kB
Shmem:             40856 kB
Slab:             170708 kB
SReclaimable:     141468 kB
SUnreclaim:        29240 kB
KernelStack:        3552 kB
PageTables:         5876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61692 MiB
End job on node103 at 2019-09-17 11:10:04