Trace number 4399156

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-16OPT1049 42.708 11.1334

General information on the benchmark

NameKnapsack/Knapsack-m1-s50/
Knapsack-50-200-11.xml
MD5SUMf07db2d4579cd982e010e3ec5f98a04a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1049
Best CPU time to get the best result obtained on this benchmark35.8095
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"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 -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399156-1568698301.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399156-1568698301.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.29	c parse instance...
0.71/0.46	c solve instance...
0.71/0.47	o 205 
0.71/0.48	o 226 
0.71/0.48	o 240 
0.71/0.48	o 268 
0.71/0.49	o 272 
0.71/0.49	o 275 
0.71/0.49	o 314 
0.71/0.50	o 335 
0.71/0.50	o 339 
0.71/0.50	o 342 
0.71/0.50	o 381 
0.71/0.51	o 395 
0.71/0.51	o 396 
0.71/0.51	o 398 
1.03/0.52	o 405 
1.03/0.52	o 408 
1.03/0.53	o 447 
1.03/0.53	o 454 
1.03/0.54	o 457 
1.03/0.54	o 460 
1.03/0.54	o 461 
1.03/0.54	o 464 
1.03/0.55	o 717 
1.03/0.55	o 734 
1.03/0.56	o 758 
1.03/0.60	o 769 
1.35/0.63	o 862 
1.35/0.69	o 882 
1.68/0.72	o 900 
1.68/0.75	o 935 
1.68/0.79	o 941 
2.02/0.81	o 979 
2.02/0.85	o 982 
2.02/0.86	o 992 
2.02/0.89	o 999 
2.39/0.92	o 1004 
2.39/0.95	o 1011 
2.39/0.97	o 1018 
2.39/0.99	o 1028 
2.82/1.01	o 1035 
2.82/1.03	o 1040 
3.21/1.17	o 1046 
3.56/1.24	o 1049 
42.63/11.12	s OPTIMUM FOUND
42.63/11.12	v <instantiation>
42.63/11.12	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] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] </list>
42.63/11.12	v 	<values>0 0 1 0 0 1 0 0 0 0 1 0 0 1 1 1 0 0 0 1 0 1 0 1 1 0 0 0 1 0 1 0 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 0 </values>
42.63/11.12	v </instantiation>

Verifier Data

OK	1049

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399156-1568698301/watcher-4399156-1568698301 -o /tmp/evaluation-result-4399156-1568698301/solver-4399156-1568698301 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568690084-23428 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1900003361 HOME/instance-4399156-1568698301.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=31647, runsolver pid=31644

[startup+0.100062 s]*
/proc/loadavg: 8.46 8.41 8.30 7/232 31663
/proc/meminfo: memFree=30630680/32770624 swapFree=66977408/67108860
[pid=31647] ppid=31644 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/31647/stat : 31647 (xcsp3-exec) S 31644 31647 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446087159 115843072 362 33554432000 4194304 5098028 140733895046048 140733895044152 140146414695036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19828736 140733895050106 140733895050349 140733895050349 140733895053258 0
/proc/31647/statm: 28282 362 304 221 0 87 0
[pid=31649] ppid=31647 vsize=15144776 memory=29756 CPUtime=0.13 cores=0,2,4,6
/proc/31649/stat : 31649 (java) S 31647 31647 23397 0 -1 1077944320 5915 0 0 0 12 1 0 0 20 0 15 0 446087159 15508250624 7439 33554432000 4194304 4196468 140720427205440 140720427187984 139828629995255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
/proc/31649/statm: 3786194 7439 3120 1 0 3748377 0
[pid=31649/tid=31650] ppid=31647 vsize=15144776 memory=576460756329955459 CPUtime=0.08 cores=0,2,4,6
/proc/31649/task/31650/stat : 31650 (java) R 31647 31647 23397 0 -1 4202560 3819 0 0 0 8 0 0 0 20 0 15 0 446087159 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828634219664 139828630007190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31651] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31651/stat : 31651 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087160 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828222549008 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31652] ppid=31647 vsize=15144776 memory=140319898761388 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31652/stat : 31652 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087160 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828221496464 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31653] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31653/stat : 31653 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087160 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828220443408 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31654] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31654/stat : 31654 (java) S 31647 31647 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446087160 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828219390864 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31655] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31655/stat : 31655 (java) S 31647 31647 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446087161 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828165794032 139828630006402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31656] ppid=31647 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31656/stat : 31656 (java) S 31647 31647 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446087162 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828164740256 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31657] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31657/stat : 31657 (java) S 31647 31647 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446087162 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828096131824 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31658] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31658/stat : 31658 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446087165 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828095080400 139828630013851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31659] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31659/stat : 31659 (java) R 31647 31647 23397 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 446087165 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828094028528 139828630006402 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31660] ppid=31647 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31660/stat : 31660 (java) R 31647 31647 23397 0 -1 4202560 127 0 0 0 0 0 0 0 20 0 15 0 446087165 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828092967488 139828614811757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31661] ppid=31647 vsize=15144776 memory=140319895594624 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31661/stat : 31661 (java) R 31647 31647 23397 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 446087165 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828091922928 139828630007190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31662] ppid=31647 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31662/stat : 31662 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446087165 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828090870624 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31663] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31663/stat : 31663 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087165 15508250624 7439 33554432000 4194304 4196468 140720427205440 139828089817648 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31204 KiB

[startup+0.210728 s]*
/proc/loadavg: 8.46 8.41 8.30 7/232 31663
/proc/meminfo: memFree=30619004/32770624 swapFree=66977408/67108860
[pid=31647] ppid=31644 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/31647/stat : 31647 (xcsp3-exec) S 31644 31647 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446087159 115843072 362 33554432000 4194304 5098028 140733895046048 140733895044152 140146414695036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19828736 140733895050106 140733895050349 140733895050349 140733895053258 0
/proc/31647/statm: 28282 362 304 221 0 87 0
[pid=31649] ppid=31647 vsize=15144776 memory=40684 CPUtime=0.34 cores=0,2,4,6
/proc/31649/stat : 31649 (java) S 31647 31647 23397 0 -1 1077944320 9388 0 0 0 32 2 0 0 20 0 15 0 446087159 15508250624 10171 33554432000 4194304 4196468 140720427205440 140720427187984 139828629995255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
/proc/31649/statm: 3786194 10171 3270 1 0 3748377 0
[pid=31649/tid=31650] ppid=31647 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/31649/task/31650/stat : 31650 (java) R 31647 31647 23397 0 -1 4202560 6599 0 0 0 18 2 0 0 20 0 15 0 446087159 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828634229312 139828622673269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31651] ppid=31647 vsize=15144776 memory=1898158 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31651/stat : 31651 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087160 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828222549008 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31652] ppid=31647 vsize=15144776 memory=3472752303038801568 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31652/stat : 31652 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087160 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828221496464 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31653] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31653/stat : 31653 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087160 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828220443408 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31654] ppid=31647 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31654/stat : 31654 (java) S 31647 31647 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446087160 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828219390864 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31655] ppid=31647 vsize=15144776 memory=140319895594624 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31655/stat : 31655 (java) S 31647 31647 23397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446087161 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828165794032 139828630006402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31656] ppid=31647 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31656/stat : 31656 (java) S 31647 31647 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446087162 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828164740256 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31657] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31657/stat : 31657 (java) S 31647 31647 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446087162 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828096131824 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31658] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31658/stat : 31658 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446087165 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828095080400 139828630013851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31659] ppid=31647 vsize=15144776 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/31649/task/31659/stat : 31659 (java) S 31647 31647 23397 0 -1 1077944384 546 0 0 0 3 0 0 0 20 0 15 0 446087165 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828094028528 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31660] ppid=31647 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/31649/task/31660/stat : 31660 (java) S 31647 31647 23397 0 -1 1077944384 183 0 0 0 1 0 0 0 20 0 15 0 446087165 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828092975984 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31661] ppid=31647 vsize=15144776 memory=140319895594624 CPUtime=0.08 cores=0,2,4,6
/proc/31649/task/31661/stat : 31661 (java) R 31647 31647 23397 0 -1 4202560 754 0 0 0 8 0 0 0 20 0 15 0 446087165 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828091922928 139828630016602 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31662] ppid=31647 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31662/stat : 31662 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446087165 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828090870624 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31663] ppid=31647 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31663/stat : 31663 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087165 15508250624 10171 33554432000 4194304 4196468 140720427205440 139828089817648 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42132 KiB

[startup+0.311067 s]*
/proc/loadavg: 8.46 8.41 8.30 4/210 31667
/proc/meminfo: memFree=31159644/32770624 swapFree=66977408/67108860
[pid=31647] ppid=31644 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/31647/stat : 31647 (xcsp3-exec) S 31644 31647 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446087159 115843072 362 33554432000 4194304 5098028 140733895046048 140733895044152 140146414695036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19828736 140733895050106 140733895050349 140733895050349 140733895053258 0
/proc/31647/statm: 28282 362 304 221 0 87 0
[pid=31649] ppid=31647 vsize=15149032 memory=49608 CPUtime=0.53 cores=0,2,4,6
/proc/31649/stat : 31649 (java) S 31647 31647 23397 0 -1 1077944320 10729 0 0 0 50 3 0 0 20 0 15 0 446087159 15512608768 12402 33554432000 4194304 4196468 140720427205440 140720427187984 139828629995255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
/proc/31649/statm: 3787258 12402 3354 1 0 3748377 0
[pid=31649/tid=31650] ppid=31647 vsize=15149032 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/31649/task/31650/stat : 31650 (java) R 31647 31647 23397 0 -1 4202560 7692 0 0 0 28 2 0 0 20 0 15 0 446087159 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828634229040 139828630017181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31651] ppid=31647 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31651/stat : 31651 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087160 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828222549008 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31652] ppid=31647 vsize=15149032 memory=35809 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31652/stat : 31652 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087160 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828221496464 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31653] ppid=31647 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31653/stat : 31653 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087160 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828220443408 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31654] ppid=31647 vsize=15149032 memory=9123589904177684695 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31654/stat : 31654 (java) S 31647 31647 23397 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446087160 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828219390864 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31655] ppid=31647 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31655/stat : 31655 (java) S 31647 31647 23397 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446087161 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828165794032 139828630006402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31656] ppid=31647 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31656/stat : 31656 (java) S 31647 31647 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446087162 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828164740256 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31657] ppid=31647 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31657/stat : 31657 (java) S 31647 31647 23397 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446087162 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828096131824 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31658] ppid=31647 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31658/stat : 31658 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446087165 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828095080400 139828630013851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31659] ppid=31647 vsize=15149032 memory=4572146057552828020 CPUtime=0.05 cores=0,2,4,6
/proc/31649/task/31659/stat : 31659 (java) R 31647 31647 23397 0 -1 1077944384 561 0 0 0 5 0 0 0 20 0 15 0 446087165 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828094028624 139828630005461 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31660] ppid=31647 vsize=15149032 memory=6944613755495348631 CPUtime=0.03 cores=0,2,4,6
/proc/31649/task/31660/stat : 31660 (java) R 31647 31647 23397 0 -1 4202560 321 0 0 0 3 0 0 0 20 0 15 0 446087165 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828092957000 139828610384896 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31661] ppid=31647 vsize=15149032 memory=7893295687695687954 CPUtime=0.12 cores=0,2,4,6
/proc/31649/task/31661/stat : 31661 (java) S 31647 31647 23397 0 -1 1077944384 856 0 0 0 12 0 0 0 20 0 15 0 446087165 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828091922928 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31662] ppid=31647 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31662/stat : 31662 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446087165 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828090870624 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31663] ppid=31647 vsize=15149032 memory=7827413994055111515 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31663/stat : 31663 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446087165 15512608768 12402 33554432000 4194304 4196468 140720427205440 139828089817648 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51056 KiB

[startup+0.701692 s]
/proc/loadavg: 8.02 8.32 8.27 12/232 31744
/proc/meminfo: memFree=31022804/32770624 swapFree=66977408/67108860
[pid=31647] ppid=31644 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/31647/stat : 31647 (xcsp3-exec) S 31644 31647 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446087159 115843072 362 33554432000 4194304 5098028 140733895046048 140733895044152 140146414695036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19828736 140733895050106 140733895050349 140733895050349 140733895053258 0
/proc/31647/statm: 28282 362 304 221 0 87 0
[pid=31649] ppid=31647 vsize=15551568 memory=174180 CPUtime=1.68 cores=0,2,4,6
/proc/31649/stat : 31649 (java) S 31647 31647 23397 0 -1 1077944320 16261 0 0 0 161 7 0 0 20 0 20 0 446087159 15924805632 43545 33554432000 4194304 4196468 140720427205440 140720427187984 139828629995255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
/proc/31649/statm: 3887892 43545 3462 1 0 3848992 0
[pid=31649/tid=31650] ppid=31647 vsize=15551568 memory=-7533522213388100735 CPUtime=0.45 cores=0,2,4,6
/proc/31649/task/31650/stat : 31650 (java) S 31647 31647 23397 0 -1 1077944384 9004 0 0 0 42 3 0 0 20 0 20 0 446087159 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828634236032 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31651] ppid=31647 vsize=15551568 memory=7595725831727968097 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31651/stat : 31651 (java) S 31647 31647 23397 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 446087160 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828222549008 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31652] ppid=31647 vsize=15551568 memory=7156334510635766096 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31652/stat : 31652 (java) S 31647 31647 23397 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 446087160 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828221496464 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31653] ppid=31647 vsize=15551568 memory=692 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31653/stat : 31653 (java) S 31647 31647 23397 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 446087160 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828220443408 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31654] ppid=31647 vsize=15551568 memory=1056 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31654/stat : 31654 (java) S 31647 31647 23397 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 446087160 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828219390864 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31655] ppid=31647 vsize=15551568 memory=1556 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31655/stat : 31655 (java) S 31647 31647 23397 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 446087161 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828165794032 139828630006402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31656] ppid=31647 vsize=15551568 memory=780 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31656/stat : 31656 (java) S 31647 31647 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 446087162 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828164740256 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31657] ppid=31647 vsize=15551568 memory=4132 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31657/stat : 31657 (java) S 31647 31647 23397 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 446087162 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828096131824 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31658] ppid=31647 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31658/stat : 31658 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446087165 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828095080400 139828630013851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31659] ppid=31647 vsize=15551568 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/31649/task/31659/stat : 31659 (java) R 31647 31647 23397 0 -1 4202560 1189 0 0 0 29 0 0 0 20 0 20 0 446087165 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828094009544 139828614283964 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31660] ppid=31647 vsize=15551568 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/31649/task/31660/stat : 31660 (java) R 31647 31647 23397 0 -1 4202560 806 0 0 0 24 0 0 0 20 0 20 0 446087165 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828092957000 139828613902673 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31661] ppid=31647 vsize=15551568 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/31649/task/31661/stat : 31661 (java) R 31647 31647 23397 0 -1 1077944384 1683 0 0 0 29 0 0 0 20 0 20 0 446087165 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828091922928 139828630006402 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31662] ppid=31647 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31662/stat : 31662 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 446087165 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828090870624 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31663] ppid=31647 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31663/stat : 31663 (java) S 31647 31647 23397 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 446087165 15924805632 43545 33554432000 4194304 4196468 140720427205440 139828089817648 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
Current children cumulated CPU time: 1.68 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 175628 KiB

[startup+1.5077 s]
/proc/loadavg: 8.02 8.32 8.27 8/226 31893
/proc/meminfo: memFree=31003552/32770624 swapFree=66977408/67108860
[pid=31647] ppid=31644 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/31647/stat : 31647 (xcsp3-exec) S 31644 31647 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446087159 115843072 362 33554432000 4194304 5098028 140733895046048 140733895044152 140146414695036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19828736 140733895050106 140733895050349 140733895050349 140733895053258 0
/proc/31647/statm: 28282 362 304 221 0 87 0

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

/proc/31649/task/31663/stat : 31663 (java) S 31647 31647 23397 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 19 0 446087165 15924805632 45052 33554432000 4194304 4196468 140720427205440 139828089817648 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31912] ppid=31647 vsize=15551568 memory=7163085330834273590 CPUtime=8.71 cores=0,2,4,6
/proc/31649/task/31912/stat : 31912 (java) R 31647 31647 23397 0 -1 4202560 276 0 0 0 870 1 0 0 20 0 19 0 446087283 15924805632 45052 33554432000 4194304 4196468 140720427205440 139828075573432 139828615205700 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31913] ppid=31647 vsize=15551568 memory=0 CPUtime=8.7 cores=0,2,4,6
/proc/31649/task/31913/stat : 31913 (java) R 31647 31647 23397 0 -1 4202560 452 0 0 0 869 1 0 0 20 0 19 0 446087283 15924805632 45052 33554432000 4194304 4196468 140720427205440 139828079784688 139828251697773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31914] ppid=31647 vsize=15551568 memory=40804 CPUtime=8.86 cores=0,2,4,6
/proc/31649/task/31914/stat : 31914 (java) R 31647 31647 23397 0 -1 4202560 698 0 0 0 886 0 0 0 20 0 19 0 446087283 15924805632 45052 33554432000 4194304 4196468 140720427205440 139828074521456 139828250649524 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31915] ppid=31647 vsize=15551568 memory=6944656592455359580 CPUtime=8.73 cores=0,2,4,6
/proc/31649/task/31915/stat : 31915 (java) R 31647 31647 23397 0 -1 4202560 355 0 0 0 873 0 0 0 20 0 19 0 446087283 15924805632 45052 33554432000 4194304 4196468 140720427205440 139828076627824 139828251171634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
Current children cumulated CPU time: 39.87 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 181656 KiB

[startup+10.8017 s]
/proc/loadavg: 8.02 8.32 8.27 9/236 32183
/proc/meminfo: memFree=30826888/32770624 swapFree=66977408/67108860
[pid=31647] ppid=31644 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/31647/stat : 31647 (xcsp3-exec) S 31644 31647 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446087159 115843072 362 33554432000 4194304 5098028 140733895046048 140733895044152 140146414695036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19828736 140733895050106 140733895050349 140733895050349 140733895053258 0
/proc/31647/statm: 28282 362 304 221 0 87 0
[pid=31649] ppid=31647 vsize=15551568 memory=178204 CPUtime=41.46 cores=0,2,4,6
/proc/31649/stat : 31649 (java) S 31647 31647 23397 0 -1 1077944320 30874 0 0 0 4131 15 0 0 20 0 19 0 446087159 15924805632 44551 33554432000 4194304 4196468 140720427205440 140720427187984 139828629995255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
/proc/31649/statm: 3887892 44551 3515 1 0 3848992 0
[pid=31649/tid=31650] ppid=31647 vsize=15551568 memory=-9123011406873178988 CPUtime=0.46 cores=0,2,4,6
/proc/31649/task/31650/stat : 31650 (java) S 31647 31647 23397 0 -1 1077944384 9004 0 0 0 43 3 0 0 20 0 19 0 446087159 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828634236032 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31651] ppid=31647 vsize=15551568 memory=8514726395714956678 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31651/stat : 31651 (java) S 31647 31647 23397 0 -1 1077944384 534 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828222549008 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31652] ppid=31647 vsize=15551568 memory=8261186656868483443 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31652/stat : 31652 (java) S 31647 31647 23397 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828221496464 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31653] ppid=31647 vsize=15551568 memory=-5082702989052053089 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31653/stat : 31653 (java) S 31647 31647 23397 0 -1 1077944384 53 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828220443408 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31654] ppid=31647 vsize=15551568 memory=1448 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31654/stat : 31654 (java) S 31647 31647 23397 0 -1 1077944384 796 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828219390864 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31655] ppid=31647 vsize=15551568 memory=180208 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31655/stat : 31655 (java) S 31647 31647 23397 0 -1 1077944384 452 0 0 0 2 0 0 0 20 0 19 0 446087161 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828165794032 139828630006402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31656] ppid=31647 vsize=15551568 memory=7451860223997798228 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31656/stat : 31656 (java) S 31647 31647 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446087162 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828164740320 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31657] ppid=31647 vsize=15551568 memory=7523932150493768552 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31657/stat : 31657 (java) S 31647 31647 23397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 446087162 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828096131840 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31658] ppid=31647 vsize=15551568 memory=8243665748970333806 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31658/stat : 31658 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828095080400 139828630013851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31659] ppid=31647 vsize=15551568 memory=7367995975065948240 CPUtime=1.18 cores=0,2,4,6
/proc/31649/task/31659/stat : 31659 (java) S 31647 31647 23397 0 -1 1077944384 5958 0 0 0 118 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828094028528 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31660] ppid=31647 vsize=15551568 memory=7018411772518820714 CPUtime=1.13 cores=0,2,4,6
/proc/31649/task/31660/stat : 31660 (java) S 31647 31647 23397 0 -1 1077944384 4511 0 0 0 113 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828092975984 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31661] ppid=31647 vsize=15551568 memory=-7233780906022726806 CPUtime=0.43 cores=0,2,4,6
/proc/31649/task/31661/stat : 31661 (java) S 31647 31647 23397 0 -1 1077944384 2726 0 0 0 43 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828091922928 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31662] ppid=31647 vsize=15551568 memory=7377829019559083116 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31662/stat : 31662 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828090870624 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31663] ppid=31647 vsize=15551568 memory=7089056485457617985 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31663/stat : 31663 (java) S 31647 31647 23397 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828089817648 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31912] ppid=31647 vsize=15551568 memory=-7316765472996040608 CPUtime=9.1 cores=0,2,4,6
/proc/31649/task/31912/stat : 31912 (java) R 31647 31647 23397 0 -1 4202560 276 0 0 0 909 1 0 0 20 0 19 0 446087283 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828075572640 139828611401479 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31913] ppid=31647 vsize=15551568 memory=-6876588461455810464 CPUtime=9.09 cores=0,2,4,6
/proc/31649/task/31913/stat : 31913 (java) R 31647 31647 23397 0 -1 4202560 461 0 0 0 908 1 0 0 20 0 19 0 446087283 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828079783776 139828250732979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31914] ppid=31647 vsize=15551568 memory=4206468019014099040 CPUtime=9.26 cores=0,2,4,6
/proc/31649/task/31914/stat : 31914 (java) R 31647 31647 23397 0 -1 4202560 699 0 0 0 926 0 0 0 20 0 19 0 446087283 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828074523920 139828615206634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31915] ppid=31647 vsize=15551568 memory=6944656592455360569 CPUtime=9.11 cores=0,2,4,6
/proc/31649/task/31915/stat : 31915 (java) R 31647 31647 23397 0 -1 4202560 356 0 0 0 911 0 0 0 20 0 19 0 446087283 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828076626728 139828252334560 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
Current children cumulated CPU time: 41.46 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 179652 KiB

[startup+11.0017 s]*
/proc/loadavg: 8.10 8.33 8.27 9/236 32183
/proc/meminfo: memFree=30831476/32770624 swapFree=66977408/67108860
[pid=31647] ppid=31644 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/31647/stat : 31647 (xcsp3-exec) S 31644 31647 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446087159 115843072 362 33554432000 4194304 5098028 140733895046048 140733895044152 140146414695036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19828736 140733895050106 140733895050349 140733895050349 140733895053258 0
/proc/31647/statm: 28282 362 304 221 0 87 0
[pid=31649] ppid=31647 vsize=15551568 memory=178204 CPUtime=42.28 cores=0,2,4,6
/proc/31649/stat : 31649 (java) S 31647 31647 23397 0 -1 1077944320 30947 0 0 0 4213 15 0 0 20 0 19 0 446087159 15924805632 44551 33554432000 4194304 4196468 140720427205440 140720427187984 139828629995255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
/proc/31649/statm: 3887892 44551 3515 1 0 3848992 0
[pid=31649/tid=31650] ppid=31647 vsize=15551568 memory=7883960649037381690 CPUtime=0.46 cores=0,2,4,6
/proc/31649/task/31650/stat : 31650 (java) S 31647 31647 23397 0 -1 1077944384 9004 0 0 0 43 3 0 0 20 0 19 0 446087159 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828634236032 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31651] ppid=31647 vsize=15551568 memory=1898158 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31651/stat : 31651 (java) S 31647 31647 23397 0 -1 1077944384 536 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828222549008 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31652] ppid=31647 vsize=15551568 memory=3472752303038801568 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31652/stat : 31652 (java) S 31647 31647 23397 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828221496464 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31653] ppid=31647 vsize=15551568 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31653/stat : 31653 (java) S 31647 31647 23397 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828220443408 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31654] ppid=31647 vsize=15551568 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31654/stat : 31654 (java) S 31647 31647 23397 0 -1 1077944384 796 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828219390864 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31655] ppid=31647 vsize=15551568 memory=140319895594624 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31655/stat : 31655 (java) S 31647 31647 23397 0 -1 1077944384 452 0 0 0 2 0 0 0 20 0 19 0 446087161 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828165794032 139828630006402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31656] ppid=31647 vsize=15551568 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31656/stat : 31656 (java) S 31647 31647 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446087162 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828164740320 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31657] ppid=31647 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31657/stat : 31657 (java) S 31647 31647 23397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 446087162 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828096131840 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31658] ppid=31647 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31658/stat : 31658 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828095080400 139828630013851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31659] ppid=31647 vsize=15551568 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/31649/task/31659/stat : 31659 (java) S 31647 31647 23397 0 -1 1077944384 5958 0 0 0 118 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828094028528 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31660] ppid=31647 vsize=15551568 memory=-1 CPUtime=1.13 cores=0,2,4,6
/proc/31649/task/31660/stat : 31660 (java) R 31647 31647 23397 0 -1 4202560 4576 0 0 0 113 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828092975984 139828622236236 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31661] ppid=31647 vsize=15551568 memory=140319895594624 CPUtime=0.43 cores=0,2,4,6
/proc/31649/task/31661/stat : 31661 (java) S 31647 31647 23397 0 -1 1077944384 2726 0 0 0 43 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828091922928 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31662] ppid=31647 vsize=15551568 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31662/stat : 31662 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828090870624 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31663] ppid=31647 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31663/stat : 31663 (java) S 31647 31647 23397 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 19 0 446087165 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828089817648 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31912] ppid=31647 vsize=15551568 memory=0 CPUtime=9.31 cores=0,2,4,6
/proc/31649/task/31912/stat : 31912 (java) R 31647 31647 23397 0 -1 4202560 276 0 0 0 930 1 0 0 20 0 19 0 446087283 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828075572528 139828250732093 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31913] ppid=31647 vsize=15551568 memory=0 CPUtime=9.3 cores=0,2,4,6
/proc/31649/task/31913/stat : 31913 (java) R 31647 31647 23397 0 -1 4202560 465 0 0 0 929 1 0 0 20 0 19 0 446087283 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828079783968 139828251171530 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31914] ppid=31647 vsize=15551568 memory=0 CPUtime=9.46 cores=0,2,4,6
/proc/31649/task/31914/stat : 31914 (java) R 31647 31647 23397 0 -1 4202560 700 0 0 0 946 0 0 0 20 0 19 0 446087283 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828074521592 139828251213978 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31915] ppid=31647 vsize=15551568 memory=0 CPUtime=9.3 cores=0,2,4,6
/proc/31649/task/31915/stat : 31915 (java) R 31647 31647 23397 0 -1 4202560 357 0 0 0 930 0 0 0 20 0 19 0 446087283 15924805632 44551 33554432000 4194304 4196468 140720427205440 139828076627712 139828251608756 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
Current children cumulated CPU time: 42.28 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 179652 KiB

[startup+11.1117 s]
/proc/loadavg: 8.10 8.33 8.27 9/236 32183
/proc/meminfo: memFree=30831476/32770624 swapFree=66977408/67108860
[pid=31647] ppid=31644 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/31647/stat : 31647 (xcsp3-exec) S 31644 31647 23397 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 446087159 115843072 362 33554432000 4194304 5098028 140733895046048 140733895044152 140146414695036 0 65536 4100 65538 18446744071579417331 0 0 17 0 0 0 0 0 0 7196144 7232144 19828736 140733895050106 140733895050349 140733895050349 140733895053258 0
/proc/31647/statm: 28282 362 304 221 0 87 0
[pid=31649] ppid=31647 vsize=15551568 memory=177196 CPUtime=42.63 cores=0,2,4,6
/proc/31649/stat : 31649 (java) S 31647 31647 23397 0 -1 1077944320 31034 0 0 0 4248 15 0 0 20 0 19 0 446087159 15924805632 44299 33554432000 4194304 4196468 140720427205440 140720427187984 139828629995255 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
/proc/31649/statm: 3887892 44299 3515 1 0 3848992 0
[pid=31649/tid=31650] ppid=31647 vsize=15551568 memory=180916 CPUtime=0.46 cores=0,2,4,6
/proc/31649/task/31650/stat : 31650 (java) S 31647 31647 23397 0 -1 1077944384 9004 0 0 0 43 3 0 0 20 0 19 0 446087159 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828634236032 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31651] ppid=31647 vsize=15551568 memory=201272 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31651/stat : 31651 (java) S 31647 31647 23397 0 -1 1077944384 536 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828222549008 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31652] ppid=31647 vsize=15551568 memory=204256 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31652/stat : 31652 (java) S 31647 31647 23397 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828221496464 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31653] ppid=31647 vsize=15551568 memory=6791534058613427641 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31653/stat : 31653 (java) S 31647 31647 23397 0 -1 1077944384 54 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828220443408 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31654] ppid=31647 vsize=15551568 memory=6944656591801717918 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31654/stat : 31654 (java) S 31647 31647 23397 0 -1 1077944384 796 0 0 0 2 0 0 0 20 0 19 0 446087160 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828219390864 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31655] ppid=31647 vsize=15551568 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/31649/task/31655/stat : 31655 (java) S 31647 31647 23397 0 -1 1077944384 454 0 0 0 2 0 0 0 20 0 19 0 446087161 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828165794032 139828630006402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31656] ppid=31647 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31656/stat : 31656 (java) S 31647 31647 23397 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 446087162 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828164740320 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31657] ppid=31647 vsize=15551568 memory=280639472294640 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31657/stat : 31657 (java) S 31647 31647 23397 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 446087162 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828096131840 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31658] ppid=31647 vsize=15551568 memory=0 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31658/stat : 31658 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446087165 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828095080400 139828630013851 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31659] ppid=31647 vsize=15551568 memory=0 CPUtime=1.18 cores=0,2,4,6
/proc/31649/task/31659/stat : 31659 (java) S 31647 31647 23397 0 -1 1077944384 5958 0 0 0 118 0 0 0 20 0 19 0 446087165 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828094028528 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31660] ppid=31647 vsize=15551568 memory=0 CPUtime=1.15 cores=0,2,4,6
/proc/31649/task/31660/stat : 31660 (java) S 31647 31647 23397 0 -1 1077944384 4657 0 0 0 115 0 0 0 20 0 19 0 446087165 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828092975984 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31661] ppid=31647 vsize=15551568 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/31649/task/31661/stat : 31661 (java) S 31647 31647 23397 0 -1 1077944384 2726 0 0 0 43 0 0 0 20 0 19 0 446087165 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828091922928 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31662] ppid=31647 vsize=15551568 memory=891 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31662/stat : 31662 (java) S 31647 31647 23397 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446087165 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828090870624 139828630005461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31663] ppid=31647 vsize=15551568 memory=890 CPUtime=0 cores=0,2,4,6
/proc/31649/task/31663/stat : 31663 (java) S 31647 31647 23397 0 -1 1077944384 341 0 0 0 0 0 0 0 20 0 19 0 446087165 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828089817648 139828630006402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31912] ppid=31647 vsize=15551568 memory=906 CPUtime=9.4 cores=0,2,4,6
/proc/31649/task/31912/stat : 31912 (java) R 31647 31647 23397 0 -1 4202560 277 0 0 0 939 1 0 0 20 0 19 0 446087283 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828075572752 139828250732906 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31913] ppid=31647 vsize=15551568 memory=891 CPUtime=9.38 cores=0,2,4,6
/proc/31649/task/31913/stat : 31913 (java) R 31647 31647 23397 0 -1 4202560 465 0 0 0 937 1 0 0 20 0 19 0 446087283 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828079784824 139828251501703 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31914] ppid=31647 vsize=15551568 memory=1716 CPUtime=9.54 cores=0,2,4,6
/proc/31649/task/31914/stat : 31914 (java) R 31647 31647 23397 0 -1 4202560 701 0 0 0 954 0 0 0 20 0 19 0 446087283 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828074521592 139828251087297 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
[pid=31649/tid=31915] ppid=31647 vsize=15551568 memory=692 CPUtime=9.39 cores=0,2,4,6
/proc/31649/task/31915/stat : 31915 (java) R 31647 31647 23397 0 -1 4202560 358 0 0 0 939 0 0 0 20 0 19 0 446087283 15924805632 44299 33554432000 4194304 4196468 140720427205440 139828076627712 139828251171432 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16150528 140720427213807 140720427213978 140720427213978 140720427216847 0
Current children cumulated CPU time: 42.63 s
Current children cumulated vsize: 15664696 KiB
Current children cumulated memory: 178644 KiB

Child status: 0
Real time (s): 11.1334
CPU time (s): 42.708
CPU user time (s): 42.5487
CPU system time (s): 0.159265
CPU usage (%): 383.601
Max. virtual memory (cumulated for all children) (KiB): 15664696
Max. memory (cumulated for all children) (KiB): 209508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 42.5487
system time used= 0.159265
maximum resident set size= 210172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32305
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4112
involuntary context switches= 1148


# summary of solver processes directly reported to runsolver:
#   pid: 31647
#   total CPU time (s): 42.708
#   total CPU user time (s): 42.5487
#   total CPU system time (s): 0.159265

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.090089 second user time and 0.175956 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 06:21:22
IDJOB=4399156
IDBENCH=133458
IDSOLVER=2853
FILE ID=node104/4399156-1568698301
RUNJOBID= node104-1568690084-23428
PBS_JOBID= 21703803
Free space on /tmp= 58988 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s50/Knapsack-50-200-11.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4399156-1568698301/watcher-4399156-1568698301 -o /tmp/evaluation-result-4399156-1568698301/solver-4399156-1568698301 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568690084-23428 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1900003361 HOME/instance-4399156-1568698301.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= f07db2d4579cd982e010e3ec5f98a04a
RANDOM SEED=1900003361

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.09
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:        30647492 kB
MemAvailable:   31311600 kB
Buffers:          100560 kB
Cached:           853024 kB
SwapCached:        32296 kB
Active:          1202944 kB
Inactive:         332152 kB
Active(anon):     550076 kB
Inactive(anon):    80728 kB
Active(file):     652868 kB
Inactive(file):   251424 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       66977408 kB
Dirty:             26676 kB
Writeback:             0 kB
AnonPages:        661900 kB
Mapped:            61356 kB
Shmem:             40484 kB
Slab:             182532 kB
SReclaimable:     151300 kB
SUnreclaim:        31232 kB
KernelStack:        3760 kB
PageTables:         6928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1824452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58960 MiB
End job on node104 at 2019-09-17 06:21:33