Trace number 4400026

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16 parallelOPT1128 21.6036 3.4923

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-01.xml
MD5SUM8d3b063d869bbc1321103d2dddf1736e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1128
Best CPU time to get the best result obtained on this benchmark9.2843
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400026-1568711194.xml"  -tl '2016s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400026-1568711194.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
0.72/0.46	c solve instance...
0.72/0.49	o 585 
0.72/0.50	o 650 
0.72/0.51	o 655 
0.72/0.52	o 660 
1.06/0.52	o 683 
1.06/0.53	o 685 
1.06/0.53	o 730 
1.06/0.53	o 756 
1.06/0.53	o 762 
1.06/0.53	o 785 
1.06/0.54	o 793 
1.06/0.55	o 800 
1.06/0.57	o 801 
1.06/0.58	o 802 
1.06/0.59	o 807 
1.06/0.60	o 816 
1.70/0.62	o 881 
1.70/0.63	o 897 
1.70/0.63	o 905 
1.70/0.65	o 930 
1.70/0.65	o 951 
1.70/0.65	o 989 
1.70/0.66	o 991 
1.70/0.67	o 1072 
2.30/0.72	o 1074 
2.30/0.73	o 1075 
2.30/0.73	o 1076 
2.30/0.74	o 1081 
2.30/0.79	o 1092 
2.90/0.80	o 1117 
2.90/0.86	o 1126 
3.62/0.91	o 1127 
3.62/0.94	o 1128 
21.10/3.47	s OPTIMUM FOUND
21.10/3.47	v <instantiation>
21.10/3.47	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] </list>
21.10/3.47	v 	<values>0 1 1 0 0 1 0 1 1 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 </values>
21.10/3.47	v </instantiation>

Verifier Data

OK	1128

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400026-1568711194/watcher-4400026-1568711194 -o /tmp/evaluation-result-4400026-1568711194/solver-4400026-1568711194 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568700954-9021 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1461149339 HOME/instance-4400026-1568711194.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=11651, runsolver pid=11648
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 8.60 8.26 8.24 3/212 11672
/proc/meminfo: memFree=30303104/32770624 swapFree=66998792/67108860
[pid=11651] ppid=11648 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11651/stat : 11651 (xcsp3-exec) S 11648 11651 8994 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447384280 115843072 363 33554432000 4194304 5098028 140731738342544 140731738340648 139886873481852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15515648 140731738350459 140731738350702 140731738350702 140731738353610 0
/proc/11651/statm: 28282 363 304 221 0 87 0
[pid=11653] ppid=11651 vsize=28227396 memory=28896 CPUtime=0.13 cores=0-7
/proc/11653/stat : 11653 (java) S 11651 11651 8994 0 -1 1077944320 5701 0 0 0 11 2 0 0 20 0 20 0 447384280 28904853504 7224 33554432000 4194304 4196468 140725957064528 140725957047072 139813261315831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
/proc/11653/statm: 7056849 7224 3120 1 0 7019032 0
[pid=11653/tid=11654] ppid=11651 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/11653/task/11654/stat : 11654 (java) R 11651 11651 8994 0 -1 4202560 3593 0 0 0 8 1 0 0 20 0 20 0 447384280 28904853504 7224 33554432000 4194304 4196468 140725957064528 139813265550848 139813245396318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11655] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11655/stat : 11655 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 7224 33554432000 4194304 4196468 140725957064528 139813213936144 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11656] ppid=11651 vsize=28227396 memory=288370732721915520 CPUtime=0 cores=0-7
/proc/11653/task/11656/stat : 11656 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 7224 33554432000 4194304 4196468 140725957064528 139813212883600 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11657] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11657/stat : 11657 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 7224 33554432000 4194304 4196468 140725957064528 139813211830544 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11658] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11658/stat : 11658 (java) S 11651 11651 8994 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 7224 33554432000 4194304 4196468 140725957064528 139813210778000 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11659] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11659/stat : 11659 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 7224 33554432000 4194304 4196468 140725957064528 139813209725968 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11660] ppid=11651 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11653/task/11660/stat : 11660 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 7224 33554432000 4194304 4196468 140725957064528 139813208673424 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11661] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11661/stat : 11661 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 7224 33554432000 4194304 4196468 140725957064528 139813207620368 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11662] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11662/stat : 11662 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 7224 33554432000 4194304 4196468 140725957064528 139813206567824 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11663] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11663/stat : 11663 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384283 28904853504 7224 33554432000 4194304 4196468 140725957064528 139811591219440 139813261326978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11664] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11664/stat : 11664 (java) S 11651 11651 8994 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447384283 28904853504 7224 33554432000 4194304 4196468 140725957064528 139811590165664 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11665] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11665/stat : 11665 (java) S 11651 11651 8994 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447384283 28904853504 7224 33554432000 4194304 4196468 140725957064528 139811589112560 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11666] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11666/stat : 11666 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384286 28904853504 7224 33554432000 4194304 4196468 140725957064528 139811078625232 139813261334427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11667] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11667/stat : 11667 (java) S 11651 11651 8994 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 447384286 28904853504 7224 33554432000 4194304 4196468 140725957064528 139811077573360 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11668] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11668/stat : 11668 (java) S 11651 11651 8994 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 447384286 28904853504 7224 33554432000 4194304 4196468 140725957064528 139811076520816 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11669] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11669/stat : 11669 (java) S 11651 11651 8994 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447384286 28904853504 7224 33554432000 4194304 4196468 140725957064528 139811075467760 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11670] ppid=11651 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/11653/task/11670/stat : 11670 (java) S 11651 11651 8994 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 20 0 447384286 28904853504 7224 33554432000 4194304 4196468 140725957064528 139811074415216 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11671] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11671/stat : 11671 (java) S 11651 11651 8994 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447384286 28904853504 7224 33554432000 4194304 4196468 140725957064528 139811073362400 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11672] ppid=11651 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11653/task/11672/stat : 11672 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384286 28904853504 7224 33554432000 4194304 4196468 140725957064528 139811072309936 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30348 KiB

[startup+0.210645 s]*
/proc/loadavg: 8.60 8.26 8.24 3/212 11672
/proc/meminfo: memFree=30289220/32770624 swapFree=66998792/67108860
[pid=11651] ppid=11648 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11651/stat : 11651 (xcsp3-exec) S 11648 11651 8994 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447384280 115843072 363 33554432000 4194304 5098028 140731738342544 140731738340648 139886873481852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15515648 140731738350459 140731738350702 140731738350702 140731738353610 0
/proc/11651/statm: 28282 363 304 221 0 87 0
[pid=11653] ppid=11651 vsize=28227396 memory=40940 CPUtime=0.34 cores=0-7
/proc/11653/stat : 11653 (java) S 11651 11651 8994 0 -1 1077944320 9544 0 0 0 30 4 0 0 20 0 20 0 447384280 28904853504 10235 33554432000 4194304 4196468 140725957064528 140725957047072 139813261315831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
/proc/11653/statm: 7056849 10235 3273 1 0 7019032 0
[pid=11653/tid=11654] ppid=11651 vsize=28227396 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/11653/task/11654/stat : 11654 (java) R 11651 11651 8994 0 -1 4202560 6619 0 0 0 17 2 0 0 20 0 20 0 447384280 28904853504 10235 33554432000 4194304 4196468 140725957064528 139813265555504 139813245396318 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11655] ppid=11651 vsize=28227396 memory=10100 CPUtime=0 cores=0-7
/proc/11653/task/11655/stat : 11655 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 10235 33554432000 4194304 4196468 140725957064528 139813213936144 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11656] ppid=11651 vsize=28227396 memory=140356570215476 CPUtime=0 cores=0-7
/proc/11653/task/11656/stat : 11656 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 10235 33554432000 4194304 4196468 140725957064528 139813212883600 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11657] ppid=11651 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11653/task/11657/stat : 11657 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 10235 33554432000 4194304 4196468 140725957064528 139813211830544 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11658] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11658/stat : 11658 (java) S 11651 11651 8994 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 10235 33554432000 4194304 4196468 140725957064528 139813210778000 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11659] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11659/stat : 11659 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 10235 33554432000 4194304 4196468 140725957064528 139813209725968 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11660] ppid=11651 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11653/task/11660/stat : 11660 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 10235 33554432000 4194304 4196468 140725957064528 139813208673424 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11661] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11661/stat : 11661 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 10235 33554432000 4194304 4196468 140725957064528 139813207620368 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11662] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11662/stat : 11662 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28904853504 10235 33554432000 4194304 4196468 140725957064528 139813206567824 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11663] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11663/stat : 11663 (java) S 11651 11651 8994 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447384283 28904853504 10235 33554432000 4194304 4196468 140725957064528 139811591219440 139813261326978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11664] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11664/stat : 11664 (java) S 11651 11651 8994 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447384283 28904853504 10235 33554432000 4194304 4196468 140725957064528 139811590165664 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11665] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11665/stat : 11665 (java) S 11651 11651 8994 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447384283 28904853504 10235 33554432000 4194304 4196468 140725957064528 139811589112560 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11666] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11666/stat : 11666 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384286 28904853504 10235 33554432000 4194304 4196468 140725957064528 139811078625232 139813261334427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11667] ppid=11651 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/11653/task/11667/stat : 11667 (java) R 11651 11651 8994 0 -1 1077944384 399 0 0 0 1 0 0 0 20 0 20 0 447384286 28904853504 10235 33554432000 4194304 4196468 140725957064528 139811077573360 139813261326978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11668] ppid=11651 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/11653/task/11668/stat : 11668 (java) S 11651 11651 8994 0 -1 1077944384 197 0 0 0 1 0 0 0 20 0 20 0 447384286 28904853504 10235 33554432000 4194304 4196468 140725957064528 139811076520816 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11669] ppid=11651 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/11653/task/11669/stat : 11669 (java) R 11651 11651 8994 0 -1 1077944384 256 0 0 0 1 0 0 0 20 0 20 0 447384286 28904853504 10235 33554432000 4194304 4196468 140725957064528 139811075467760 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11670] ppid=11651 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/11653/task/11670/stat : 11670 (java) R 11651 11651 8994 0 -1 4202560 760 0 0 0 8 0 0 0 20 0 20 0 447384286 28904853504 10235 33554432000 4194304 4196468 140725957064528 139811074415216 139813240254140 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11671] ppid=11651 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11671/stat : 11671 (java) S 11651 11651 8994 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447384286 28904853504 10235 33554432000 4194304 4196468 140725957064528 139811073362400 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11672] ppid=11651 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/11653/task/11672/stat : 11672 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384286 28904853504 10235 33554432000 4194304 4196468 140725957064528 139811072309936 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42392 KiB

[startup+0.310535 s]*
/proc/loadavg: 8.60 8.26 8.24 3/212 11672
/proc/meminfo: memFree=30282708/32770624 swapFree=66998792/67108860
[pid=11651] ppid=11648 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11651/stat : 11651 (xcsp3-exec) S 11648 11651 8994 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447384280 115843072 363 33554432000 4194304 5098028 140731738342544 140731738340648 139886873481852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15515648 140731738350459 140731738350702 140731738350702 140731738353610 0
/proc/11651/statm: 28282 363 304 221 0 87 0
[pid=11653] ppid=11651 vsize=28231652 memory=50312 CPUtime=0.53 cores=0-7
/proc/11653/stat : 11653 (java) S 11651 11651 8994 0 -1 1077944320 10908 0 0 0 48 5 0 0 20 0 20 0 447384280 28909211648 12578 33554432000 4194304 4196468 140725957064528 140725957047072 139813261315831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
/proc/11653/statm: 7057913 12578 3365 1 0 7019032 0
[pid=11653/tid=11654] ppid=11651 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/11653/task/11654/stat : 11654 (java) R 11651 11651 8994 0 -1 4202560 7765 0 0 0 26 3 0 0 20 0 20 0 447384280 28909211648 12578 33554432000 4194304 4196468 140725957064528 139813265549616 139813245396318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11655] ppid=11651 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11655/stat : 11655 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28909211648 12578 33554432000 4194304 4196468 140725957064528 139813213936144 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11656] ppid=11651 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11656/stat : 11656 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384281 28909211648 12578 33554432000 4194304 4196468 140725957064528 139813212883600 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11657] ppid=11651 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11657/stat : 11657 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28909211648 12578 33554432000 4194304 4196468 140725957064528 139813211830544 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11658] ppid=11651 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11658/stat : 11658 (java) S 11651 11651 8994 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447384281 28909211648 12578 33554432000 4194304 4196468 140725957064528 139813210778000 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11659] ppid=11651 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11659/stat : 11659 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28909211648 12578 33554432000 4194304 4196468 140725957064528 139813209725968 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11660] ppid=11651 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11660/stat : 11660 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28909211648 12578 33554432000 4194304 4196468 140725957064528 139813208673424 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11661] ppid=11651 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11661/stat : 11661 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384281 28909211648 12578 33554432000 4194304 4196468 140725957064528 139813207620368 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11662] ppid=11651 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11662/stat : 11662 (java) S 11651 11651 8994 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447384281 28909211648 12578 33554432000 4194304 4196468 140725957064528 139813206567824 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11663] ppid=11651 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11663/stat : 11663 (java) S 11651 11651 8994 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447384283 28909211648 12578 33554432000 4194304 4196468 140725957064528 139811591219440 139813261326978 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11664] ppid=11651 vsize=28231652 memory=280712888655232 CPUtime=0 cores=0-7
/proc/11653/task/11664/stat : 11664 (java) S 11651 11651 8994 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447384283 28909211648 12578 33554432000 4194304 4196468 140725957064528 139811590165664 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11665] ppid=11651 vsize=28231652 memory=280712888659840 CPUtime=0 cores=0-7
/proc/11653/task/11665/stat : 11665 (java) S 11651 11651 8994 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447384283 28909211648 12578 33554432000 4194304 4196468 140725957064528 139811589112560 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11666] ppid=11651 vsize=28231652 memory=280712888664448 CPUtime=0 cores=0-7
/proc/11653/task/11666/stat : 11666 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384286 28909211648 12578 33554432000 4194304 4196468 140725957064528 139811078625232 139813261334427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11667] ppid=11651 vsize=28231652 memory=280712888669056 CPUtime=0.03 cores=0-7
/proc/11653/task/11667/stat : 11667 (java) R 11651 11651 8994 0 -1 4202560 488 0 0 0 3 0 0 0 20 0 20 0 447384286 28909211648 12578 33554432000 4194304 4196468 140725957064528 139811077573360 139813240562816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11668] ppid=11651 vsize=28231652 memory=280712888673664 CPUtime=0.02 cores=0-7
/proc/11653/task/11668/stat : 11668 (java) S 11651 11651 8994 0 -1 1077944384 206 0 0 0 2 0 0 0 20 0 20 0 447384286 28909211648 12578 33554432000 4194304 4196468 140725957064528 139811076520816 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11669] ppid=11651 vsize=28231652 memory=280712888678272 CPUtime=0.02 cores=0-7
/proc/11653/task/11669/stat : 11669 (java) S 11651 11651 8994 0 -1 1077944384 285 0 0 0 2 0 0 0 20 0 20 0 447384286 28909211648 12578 33554432000 4194304 4196468 140725957064528 139811075467760 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11670] ppid=11651 vsize=28231652 memory=280712888682880 CPUtime=0.13 cores=0-7
/proc/11653/task/11670/stat : 11670 (java) S 11651 11651 8994 0 -1 1077944384 858 0 0 0 13 0 0 0 20 0 20 0 447384286 28909211648 12578 33554432000 4194304 4196468 140725957064528 139811074415216 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11671] ppid=11651 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11671/stat : 11671 (java) S 11651 11651 8994 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447384286 28909211648 12578 33554432000 4194304 4196468 140725957064528 139811073362400 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11672] ppid=11651 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/11653/task/11672/stat : 11672 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447384286 28909211648 12578 33554432000 4194304 4196468 140725957064528 139811072309936 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51764 KiB

[startup+0.704479 s]
/proc/loadavg: 8.60 8.26 8.24 7/220 11696
/proc/meminfo: memFree=30214480/32770624 swapFree=66998792/67108860
[pid=11651] ppid=11648 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11651/stat : 11651 (xcsp3-exec) S 11648 11651 8994 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447384280 115843072 363 33554432000 4194304 5098028 140731738342544 140731738340648 139886873481852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15515648 140731738350459 140731738350702 140731738350702 140731738353610 0
/proc/11651/statm: 28282 363 304 221 0 87 0
[pid=11653] ppid=11651 vsize=28832852 memory=194096 CPUtime=2.3 cores=0-7
/proc/11653/stat : 11653 (java) S 11651 11651 8994 0 -1 1077944320 19117 0 0 0 217 13 0 0 20 0 28 0 447384280 29524840448 48524 33554432000 4194304 4196468 140725957064528 140725957047072 139813261315831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
/proc/11653/statm: 7208213 48524 3484 1 0 7169313 0
[pid=11653/tid=11654] ppid=11651 vsize=28832852 memory=0 CPUtime=0.47 cores=0-7
/proc/11653/task/11654/stat : 11654 (java) S 11651 11651 8994 0 -1 1077944384 9032 0 0 0 42 5 0 0 20 0 28 0 447384280 29524840448 48524 33554432000 4194304 4196468 140725957064528 139813265556608 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11655] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11655/stat : 11655 (java) S 11651 11651 8994 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 48524 33554432000 4194304 4196468 140725957064528 139813213936144 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11656] ppid=11651 vsize=28832852 memory=140356444529536 CPUtime=0 cores=0-7
/proc/11653/task/11656/stat : 11656 (java) S 11651 11651 8994 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 48524 33554432000 4194304 4196468 140725957064528 139813212883600 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11657] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11657/stat : 11657 (java) S 11651 11651 8994 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 48524 33554432000 4194304 4196468 140725957064528 139813211830544 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0

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

[pid=11653/tid=11938] ppid=11651 vsize=28832852 memory=52223715314410 CPUtime=1.61 cores=0-7
/proc/11653/task/11938/stat : 11938 (java) S 11651 11651 8994 0 -1 1077944384 27 0 0 0 160 1 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811058069216 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11939] ppid=11651 vsize=28832852 memory=52223715314410 CPUtime=1.5 cores=0-7
/proc/11653/task/11939/stat : 11939 (java) R 11651 11651 8994 0 -1 4202560 26 0 0 0 149 1 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811061227872 139812882811633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11940] ppid=11651 vsize=28832852 memory=1452 CPUtime=1.69 cores=0-7
/proc/11653/task/11940/stat : 11940 (java) S 11651 11651 8994 0 -1 1077944384 62 0 0 0 167 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811063333376 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11941] ppid=11651 vsize=28832852 memory=348988 CPUtime=1.65 cores=0-7
/proc/11653/task/11941/stat : 11941 (java) S 11651 11651 8994 0 -1 1077944384 27 0 0 0 163 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811060174944 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11942] ppid=11651 vsize=28832852 memory=-7606742959547834223 CPUtime=1.7 cores=0-7
/proc/11653/task/11942/stat : 11942 (java) R 11651 11651 8994 0 -1 1077944384 49 0 0 0 168 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811054911712 139813261326037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11943] ppid=11651 vsize=28832852 memory=-7595718148000617580 CPUtime=1.57 cores=0-7
/proc/11653/task/11943/stat : 11943 (java) R 11651 11651 8994 0 -1 4202560 51 0 0 0 154 3 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811062280032 139812883042200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11944] ppid=11651 vsize=28832852 memory=6944656591801692218 CPUtime=1.66 cores=0-7
/proc/11653/task/11944/stat : 11944 (java) R 11651 11651 8994 0 -1 4202560 69 0 0 0 163 3 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811057016800 139812884068179 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
Current children cumulated CPU time: 19.03 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 354748 KiB

[startup+3.49224 s]
# the end of solver process 11651 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=21.1425 s, system=0.461101 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20141 s]
/proc/loadavg: 8.47 8.24 8.23 8/220 11944
/proc/meminfo: memFree=29978344/32770624 swapFree=66998792/67108860
[pid=11651] ppid=11648 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11651/stat : 11651 (xcsp3-exec) S 11648 11651 8994 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447384280 115843072 363 33554432000 4194304 5098028 140731738342544 140731738340648 139886873481852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15515648 140731738350459 140731738350702 140731738350702 140731738353610 0
/proc/11651/statm: 28282 363 304 221 0 87 0
[pid=11653] ppid=11651 vsize=28832852 memory=353296 CPUtime=19.67 cores=0-7
/proc/11653/stat : 11653 (java) S 11651 11651 8994 0 -1 1077944320 30073 0 0 0 1928 39 0 0 20 0 28 0 447384280 29524840448 88324 33554432000 4194304 4196468 140725957064528 140725957047072 139813261315831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
/proc/11653/statm: 7208213 88324 3501 1 0 7169313 0
[pid=11653/tid=11654] ppid=11651 vsize=28832852 memory=-8253362762724047225 CPUtime=0.47 cores=0-7
/proc/11653/task/11654/stat : 11654 (java) S 11651 11651 8994 0 -1 1077944384 9032 0 0 0 42 5 0 0 20 0 28 0 447384280 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813265556608 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11655] ppid=11651 vsize=28832852 memory=-6876588461455810464 CPUtime=0 cores=0-7
/proc/11653/task/11655/stat : 11655 (java) S 11651 11651 8994 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813213936144 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11656] ppid=11651 vsize=28832852 memory=-8253362664378451622 CPUtime=0.01 cores=0-7
/proc/11653/task/11656/stat : 11656 (java) S 11651 11651 8994 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813212883600 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11657] ppid=11651 vsize=28832852 memory=1452 CPUtime=0.01 cores=0-7
/proc/11653/task/11657/stat : 11657 (java) S 11651 11651 8994 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813211830544 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11658] ppid=11651 vsize=28832852 memory=206144 CPUtime=0 cores=0-7
/proc/11653/task/11658/stat : 11658 (java) S 11651 11651 8994 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813210778000 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11659] ppid=11651 vsize=28832852 memory=140356444248417 CPUtime=0 cores=0-7
/proc/11653/task/11659/stat : 11659 (java) S 11651 11651 8994 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813209725968 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11660] ppid=11651 vsize=28832852 memory=-5874771483550381248 CPUtime=0 cores=0-7
/proc/11653/task/11660/stat : 11660 (java) S 11651 11651 8994 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813208673424 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11661] ppid=11651 vsize=28832852 memory=-7098080424032564416 CPUtime=0.01 cores=0-7
/proc/11653/task/11661/stat : 11661 (java) S 11651 11651 8994 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813207620368 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11662] ppid=11651 vsize=28832852 memory=7747766295893256779 CPUtime=0 cores=0-7
/proc/11653/task/11662/stat : 11662 (java) S 11651 11651 8994 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813206567824 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11663] ppid=11651 vsize=28832852 memory=8514701219781834910 CPUtime=0 cores=0-7
/proc/11653/task/11663/stat : 11663 (java) S 11651 11651 8994 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 28 0 447384283 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811591219440 139813261326978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11664] ppid=11651 vsize=28832852 memory=-8820188211957838939 CPUtime=0 cores=0-7
/proc/11653/task/11664/stat : 11664 (java) S 11651 11651 8994 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447384283 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811590165728 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11665] ppid=11651 vsize=28832852 memory=6525018278055875452 CPUtime=0 cores=0-7
/proc/11653/task/11665/stat : 11665 (java) S 11651 11651 8994 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447384283 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811589112560 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11666] ppid=11651 vsize=28832852 memory=4638778415798113104 CPUtime=0 cores=0-7
/proc/11653/task/11666/stat : 11666 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811078625232 139813261334427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11667] ppid=11651 vsize=28832852 memory=1452 CPUtime=1.15 cores=0-7
/proc/11653/task/11667/stat : 11667 (java) S 11651 11651 8994 0 -1 1077944384 5451 0 0 0 114 1 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811077573360 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11668] ppid=11651 vsize=28832852 memory=302196 CPUtime=0.89 cores=0-7
/proc/11653/task/11668/stat : 11668 (java) S 11651 11651 8994 0 -1 1077944384 2519 0 0 0 88 1 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811076520816 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11669] ppid=11651 vsize=28832852 memory=0 CPUtime=0.91 cores=0-7
/proc/11653/task/11669/stat : 11669 (java) S 11651 11651 8994 0 -1 1077944384 3335 0 0 0 91 0 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811075467760 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11670] ppid=11651 vsize=28832852 memory=0 CPUtime=0.5 cores=0-7
/proc/11653/task/11670/stat : 11670 (java) S 11651 11651 8994 0 -1 1077944384 2910 0 0 0 50 0 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811074415216 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11671] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11671/stat : 11671 (java) S 11651 11651 8994 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811073362400 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11672] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11672/stat : 11672 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811072309936 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11937] ppid=11651 vsize=28832852 memory=0 CPUtime=1.72 cores=0-7
/proc/11653/task/11937/stat : 11937 (java) S 11651 11651 8994 0 -1 1077944384 27 0 0 0 171 1 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811059120672 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11938] ppid=11651 vsize=28832852 memory=0 CPUtime=1.7 cores=0-7
/proc/11653/task/11938/stat : 11938 (java) R 11651 11651 8994 0 -1 4202560 27 0 0 0 168 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811058069216 139812883041091 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11939] ppid=11651 vsize=28832852 memory=0 CPUtime=1.58 cores=0-7
/proc/11653/task/11939/stat : 11939 (java) R 11651 11651 8994 0 -1 4202560 26 0 0 0 157 1 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811061227872 139813242158109 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11940] ppid=11651 vsize=28832852 memory=0 CPUtime=1.77 cores=0-7
/proc/11653/task/11940/stat : 11940 (java) S 11651 11651 8994 0 -1 1077944384 62 0 0 0 175 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811063333376 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11941] ppid=11651 vsize=28832852 memory=0 CPUtime=1.72 cores=0-7
/proc/11653/task/11941/stat : 11941 (java) R 11651 11651 8994 0 -1 1077944384 27 0 0 0 170 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811060174944 139813261326037 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11942] ppid=11651 vsize=28832852 memory=0 CPUtime=1.78 cores=0-7
/proc/11653/task/11942/stat : 11942 (java) S 11651 11651 8994 0 -1 1077944384 49 0 0 0 176 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811054911616 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11943] ppid=11651 vsize=28832852 memory=0 CPUtime=1.66 cores=0-7
/proc/11653/task/11943/stat : 11943 (java) R 11651 11651 8994 0 -1 4202560 51 0 0 0 162 4 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811062280032 139812883651208 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11944] ppid=11651 vsize=28832852 memory=288230574492221466 CPUtime=1.74 cores=0-7
/proc/11653/task/11944/stat : 11944 (java) R 11651 11651 8994 0 -1 4202560 69 0 0 0 171 3 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811057016800 139812883651327 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
Current children cumulated CPU time: 19.67 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 354748 KiB

[startup+3.40108 s]
/proc/loadavg: 8.47 8.24 8.23 8/220 11944
/proc/meminfo: memFree=29978344/32770624 swapFree=66998792/67108860
[pid=11651] ppid=11648 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/11651/stat : 11651 (xcsp3-exec) S 11648 11651 8994 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447384280 115843072 363 33554432000 4194304 5098028 140731738342544 140731738340648 139886873481852 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15515648 140731738350459 140731738350702 140731738350702 140731738353610 0
/proc/11651/statm: 28282 363 304 221 0 87 0
[pid=11653] ppid=11651 vsize=28832852 memory=353296 CPUtime=21.1 cores=0-7
/proc/11653/stat : 11653 (java) S 11651 11651 8994 0 -1 1077944320 30075 0 0 0 2068 42 0 0 20 0 28 0 447384280 29524840448 88324 33554432000 4194304 4196468 140725957064528 140725957047072 139813261315831 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
/proc/11653/statm: 7208213 88324 3501 1 0 7169313 0
[pid=11653/tid=11654] ppid=11651 vsize=28832852 memory=0 CPUtime=0.47 cores=0-7
/proc/11653/task/11654/stat : 11654 (java) S 11651 11651 8994 0 -1 1077944384 9032 0 0 0 42 5 0 0 20 0 28 0 447384280 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813265556608 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11655] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11655/stat : 11655 (java) S 11651 11651 8994 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813213936144 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11656] ppid=11651 vsize=28832852 memory=0 CPUtime=0.01 cores=0-7
/proc/11653/task/11656/stat : 11656 (java) S 11651 11651 8994 0 -1 1077944384 16 0 0 0 1 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813212883600 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11657] ppid=11651 vsize=28832852 memory=0 CPUtime=0.01 cores=0-7
/proc/11653/task/11657/stat : 11657 (java) S 11651 11651 8994 0 -1 1077944384 24 0 0 0 1 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813211830544 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11658] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11658/stat : 11658 (java) S 11651 11651 8994 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813210778000 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11659] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11659/stat : 11659 (java) S 11651 11651 8994 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813209725968 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11660] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11660/stat : 11660 (java) S 11651 11651 8994 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813208673424 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11661] ppid=11651 vsize=28832852 memory=0 CPUtime=0.01 cores=0-7
/proc/11653/task/11661/stat : 11661 (java) S 11651 11651 8994 0 -1 1077944384 10 0 0 0 1 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813207620368 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11662] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11662/stat : 11662 (java) S 11651 11651 8994 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 28 0 447384281 29524840448 88324 33554432000 4194304 4196468 140725957064528 139813206567824 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11663] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11663/stat : 11663 (java) S 11651 11651 8994 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 28 0 447384283 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811591219440 139813261326978 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11664] ppid=11651 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/11653/task/11664/stat : 11664 (java) S 11651 11651 8994 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447384283 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811590165728 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11665] ppid=11651 vsize=28832852 memory=2020 CPUtime=0 cores=0-7
/proc/11653/task/11665/stat : 11665 (java) S 11651 11651 8994 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447384283 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811589112560 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11666] ppid=11651 vsize=28832852 memory=1432 CPUtime=0 cores=0-7
/proc/11653/task/11666/stat : 11666 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811078625232 139813261334427 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11667] ppid=11651 vsize=28832852 memory=9396 CPUtime=1.15 cores=0-7
/proc/11653/task/11667/stat : 11667 (java) S 11651 11651 8994 0 -1 1077944384 5452 0 0 0 114 1 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811077573360 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11668] ppid=11651 vsize=28832852 memory=656 CPUtime=0.89 cores=0-7
/proc/11653/task/11668/stat : 11668 (java) S 11651 11651 8994 0 -1 1077944384 2519 0 0 0 88 1 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811076520816 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11669] ppid=11651 vsize=28832852 memory=4036 CPUtime=0.91 cores=0-7
/proc/11653/task/11669/stat : 11669 (java) S 11651 11651 8994 0 -1 1077944384 3335 0 0 0 91 0 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811075467760 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11670] ppid=11651 vsize=28832852 memory=2832 CPUtime=0.5 cores=0-7
/proc/11653/task/11670/stat : 11670 (java) S 11651 11651 8994 0 -1 1077944384 2911 0 0 0 50 0 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811074415216 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11671] ppid=11651 vsize=28832852 memory=1552 CPUtime=0 cores=0-7
/proc/11653/task/11671/stat : 11671 (java) S 11651 11651 8994 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811073362400 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11672] ppid=11651 vsize=28832852 memory=1204 CPUtime=0 cores=0-7
/proc/11653/task/11672/stat : 11672 (java) S 11651 11651 8994 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447384286 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811072309936 139813261326978 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11937] ppid=11651 vsize=28832852 memory=1072 CPUtime=1.9 cores=0-7
/proc/11653/task/11937/stat : 11937 (java) R 11651 11651 8994 0 -1 1077944384 27 0 0 0 188 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811059120672 139813261326037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11938] ppid=11651 vsize=28832852 memory=5860 CPUtime=1.88 cores=0-7
/proc/11653/task/11938/stat : 11938 (java) S 11651 11651 8994 0 -1 1077944384 27 0 0 0 186 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811058069216 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11939] ppid=11651 vsize=28832852 memory=1544 CPUtime=1.76 cores=0-7
/proc/11653/task/11939/stat : 11939 (java) R 11651 11651 8994 0 -1 4202560 26 0 0 0 174 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811061227872 139813242158823 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11940] ppid=11651 vsize=28832852 memory=24452 CPUtime=1.95 cores=0-7
/proc/11653/task/11940/stat : 11940 (java) R 11651 11651 8994 0 -1 4202560 62 0 0 0 193 2 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811063333376 139812883042091 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11941] ppid=11651 vsize=28832852 memory=3467827999481083451 CPUtime=1.9 cores=0-7
/proc/11653/task/11941/stat : 11941 (java) S 11651 11651 8994 0 -1 1077944384 27 0 0 0 187 3 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811060174944 139813261326037 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11942] ppid=11651 vsize=28832852 memory=0 CPUtime=1.96 cores=0-7
/proc/11653/task/11942/stat : 11942 (java) R 11651 11651 8994 0 -1 4202560 49 0 0 0 193 3 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811054911712 139812882782161 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11943] ppid=11651 vsize=28832852 memory=0 CPUtime=1.84 cores=0-7
/proc/11653/task/11943/stat : 11943 (java) R 11651 11651 8994 0 -1 4202560 51 0 0 0 180 4 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811062280032 139812884068183 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
[pid=11653/tid=11944] ppid=11651 vsize=28832852 memory=0 CPUtime=1.93 cores=0-7
/proc/11653/task/11944/stat : 11944 (java) R 11651 11651 8994 0 -1 4202560 69 0 0 0 189 4 0 0 20 0 28 0 447384374 29524840448 88324 33554432000 4194304 4196468 140725957064528 139811057016800 139812884551668 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37507072 140725957071856 140725957072027 140725957072027 140725957074895 0
Current children cumulated CPU time: 21.1 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 354748 KiB

Child status: 0
Real time (s): 3.4923
CPU time (s): 21.6036
CPU user time (s): 21.1425
CPU system time (s): 0.461101
CPU usage (%): 618.606
Max. virtual memory (cumulated for all children) (KiB): 28947924
Max. memory (cumulated for all children) (KiB): 354748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.1425
system time used= 0.461101
maximum resident set size= 354512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32477
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= 76743
involuntary context switches= 259


# summary of solver processes directly reported to runsolver:
#   pid: 11651
#   total CPU time (s): 21.6036
#   total CPU user time (s): 21.1425
#   total CPU system time (s): 0.461101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.050618 second user time and 0.082642 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 11:05:55
IDJOB=4400026
IDBENCH=133507
IDSOLVER=2855
FILE ID=node123/4400026-1568711194
RUNJOBID= node123-1568700954-9021
PBS_JOBID= 21703911
Free space on /tmp= 59184 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-01.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-4400026-1568711194/watcher-4400026-1568711194 -o /tmp/evaluation-result-4400026-1568711194/solver-4400026-1568711194 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568700954-9021 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1461149339 HOME/instance-4400026-1568711194.xml

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

MD5SUM BENCH= 8d3b063d869bbc1321103d2dddf1736e
RANDOM SEED=1461149339

node123.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.49
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.49
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.49
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.49
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:        30319992 kB
MemAvailable:   31893240 kB
Buffers:          128912 kB
Cached:          1742948 kB
SwapCached:         7644 kB
Active:          1231096 kB
Inactive:         651928 kB
Active(anon):      10940 kB
Inactive(anon):    48728 kB
Active(file):    1220156 kB
Inactive(file):   603200 kB
Unevictable:      107572 kB
Mlocked:          107572 kB
SwapTotal:      67108860 kB
SwapFree:       66998792 kB
Dirty:             26192 kB
Writeback:             0 kB
AnonPages:        112176 kB
Mapped:            47700 kB
Shmem:             39836 kB
Slab:             161188 kB
SReclaimable:     131452 kB
SUnreclaim:        29736 kB
KernelStack:        3392 kB
PageTables:         5180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 59160 MiB
End job on node123 at 2019-09-17 11:05:59