Trace number 4393256

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-06-14OPT55 29.8003 7.84694

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark29.8003
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4393256-1568355599.xml"  -tl '2520s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393256-1568355599.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.01/0.60	c solve instance...
1.56/0.70	o 80 
1.56/0.71	o 75 
1.56/0.73	o 73 
1.56/0.75	o 72 
1.56/0.80	o 70 
1.93/0.82	o 68 
1.93/0.84	o 66 
1.93/0.87	o 62 
2.72/1.10	o 60 
6.65/2.04	o 55 
29.62/7.84	s OPTIMUM FOUND
29.62/7.84	v <instantiation>
29.62/7.84	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
29.62/7.84	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
29.62/7.84	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393256-1568355599/watcher-4393256-1568355599 -o /tmp/evaluation-result-4393256-1568355599/solver-4393256-1568355599 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568348173-2741 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 728749726 HOME/instance-4393256-1568355599.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
solver pid=4702, runsolver pid=4699
Current StackSize limit: 8192 KiB


[startup+0.101405 s]*
/proc/loadavg: 5.02 5.94 7.09 4/232 4718
/proc/meminfo: memFree=24481400/32770624 swapFree=66921496/67108860
[pid=4702] ppid=4699 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (xcsp3-exec) S 4699 4702 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411815947 115843072 362 33554432000 4194304 5098028 140722307009824 140722307007928 140244653539964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9248768 140722307011451 140722307011693 140722307011693 140722307014602 0
/proc/4702/statm: 28282 362 304 221 0 87 0
[pid=4704] ppid=4702 vsize=15144768 memory=29084 CPUtime=0.12 cores=0,2,4,6
/proc/4704/stat : 4704 (java) S 4702 4702 2710 0 -1 1077944320 5678 0 0 0 11 1 0 0 20 0 15 0 411815947 15508242432 7271 33554432000 4194304 4196468 140722744666896 140722744649440 140354549473015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
/proc/4704/statm: 3786192 7271 3151 1 0 3748377 0
[pid=4704/tid=4705] ppid=4702 vsize=15144768 memory=-2698087569006908830 CPUtime=0.09 cores=0,2,4,6
/proc/4704/task/4705/stat : 4705 (java) R 4702 4702 2710 0 -1 4202560 3572 0 0 0 8 1 0 0 20 0 15 0 411815948 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354553704160 140354179432315 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4706] ppid=4702 vsize=15144768 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4706/stat : 4706 (java) S 4702 4702 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411815948 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354502093968 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4707] ppid=4702 vsize=15144768 memory=140320015443584 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4707/stat : 4707 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411815948 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354501041168 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4708] ppid=4702 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4708/stat : 4708 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411815948 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354499988368 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4709] ppid=4702 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4709/stat : 4709 (java) S 4702 4702 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411815948 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354138331920 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4710] ppid=4702 vsize=15144768 memory=140320015443584 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4710/stat : 4710 (java) S 4702 4702 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411815950 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354017773936 140354549484162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4711] ppid=4702 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4711/stat : 4711 (java) S 4702 4702 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411815950 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354016719904 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4712] ppid=4702 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4712/stat : 4712 (java) S 4702 4702 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411815950 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354015667056 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4713] ppid=4702 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4713/stat : 4713 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411815953 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354014615376 140354549491611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4714] ppid=4702 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4714/stat : 4714 (java) S 4702 4702 2710 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 15 0 411815953 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354013563760 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4715] ppid=4702 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4715/stat : 4715 (java) S 4702 4702 2710 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 411815953 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354012510960 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4716] ppid=4702 vsize=15144768 memory=140320015443584 CPUtime=0.02 cores=0,2,4,6
/proc/4704/task/4716/stat : 4716 (java) R 4702 4702 2710 0 -1 4202560 361 0 0 0 2 0 0 0 20 0 15 0 411815953 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354011458160 140354549494362 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4717] ppid=4702 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4717/stat : 4717 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411815953 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354010405600 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4718] ppid=4702 vsize=15144768 memory=140320015443584 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4718/stat : 4718 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411815953 15508242432 7271 33554432000 4194304 4196468 140722744666896 140354009352880 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 30532 KiB

[startup+0.210639 s]*
/proc/loadavg: 5.02 5.94 7.09 4/232 4718
/proc/meminfo: memFree=24468284/32770624 swapFree=66921496/67108860
[pid=4702] ppid=4699 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (xcsp3-exec) S 4699 4702 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411815947 115843072 362 33554432000 4194304 5098028 140722307009824 140722307007928 140244653539964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9248768 140722307011451 140722307011693 140722307011693 140722307014602 0
/proc/4702/statm: 28282 362 304 221 0 87 0
[pid=4704] ppid=4702 vsize=15144768 memory=40996 CPUtime=0.34 cores=0,2,4,6
/proc/4704/stat : 4704 (java) S 4702 4702 2710 0 -1 1077944320 9457 0 0 0 31 3 0 0 20 0 15 0 411815947 15508242432 10249 33554432000 4194304 4196468 140722744666896 140722744649440 140354549473015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
/proc/4704/statm: 3786192 10249 3306 1 0 3748377 0
[pid=4704/tid=4705] ppid=4702 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/4704/task/4705/stat : 4705 (java) R 4702 4702 2710 0 -1 4202560 6568 0 0 0 18 2 0 0 20 0 15 0 411815948 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354553707056 140354179436853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4706] ppid=4702 vsize=15144768 memory=10592 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4706/stat : 4706 (java) S 4702 4702 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411815948 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354502093968 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4707] ppid=4702 vsize=15144768 memory=140320018279862 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4707/stat : 4707 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411815948 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354501041168 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4708] ppid=4702 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4708/stat : 4708 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411815948 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354499988368 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4709] ppid=4702 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4709/stat : 4709 (java) S 4702 4702 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411815948 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354138331920 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4710] ppid=4702 vsize=15144768 memory=140320015443584 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4710/stat : 4710 (java) S 4702 4702 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411815950 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354017773936 140354549484162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4711] ppid=4702 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4711/stat : 4711 (java) S 4702 4702 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411815950 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354016719904 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4712] ppid=4702 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4712/stat : 4712 (java) S 4702 4702 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411815950 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354015667056 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4713] ppid=4702 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4713/stat : 4713 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411815953 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354014615376 140354549491611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4714] ppid=4702 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/4704/task/4714/stat : 4714 (java) S 4702 4702 2710 0 -1 1077944384 671 0 0 0 2 0 0 0 20 0 15 0 411815953 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354013563760 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4715] ppid=4702 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/4704/task/4715/stat : 4715 (java) S 4702 4702 2710 0 -1 1077944384 142 0 0 0 2 0 0 0 20 0 15 0 411815953 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354012510960 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4716] ppid=4702 vsize=15144768 memory=140320015443584 CPUtime=0.07 cores=0,2,4,6
/proc/4704/task/4716/stat : 4716 (java) R 4702 4702 2710 0 -1 4202560 770 0 0 0 7 0 0 0 20 0 15 0 411815953 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354011458160 140354541710142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4717] ppid=4702 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4717/stat : 4717 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411815953 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354010405600 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4718] ppid=4702 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4718/stat : 4718 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411815953 15508242432 10249 33554432000 4194304 4196468 140722744666896 140354009352880 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 42444 KiB

[startup+0.312971 s]*
/proc/loadavg: 5.02 5.94 7.09 7/232 4718
/proc/meminfo: memFree=24460200/32770624 swapFree=66921496/67108860
[pid=4702] ppid=4699 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (xcsp3-exec) S 4699 4702 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411815947 115843072 362 33554432000 4194304 5098028 140722307009824 140722307007928 140244653539964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9248768 140722307011451 140722307011693 140722307011693 140722307014602 0
/proc/4702/statm: 28282 362 304 221 0 87 0
[pid=4704] ppid=4702 vsize=15149024 memory=49980 CPUtime=0.53 cores=0,2,4,6
/proc/4704/stat : 4704 (java) S 4702 4702 2710 0 -1 1077944320 10856 0 0 0 49 4 0 0 20 0 15 0 411815947 15512600576 12495 33554432000 4194304 4196468 140722744666896 140722744649440 140354549473015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
/proc/4704/statm: 3787256 12495 3356 1 0 3748377 0
[pid=4704/tid=4705] ppid=4702 vsize=15149024 memory=8317482817917895235 CPUtime=0.3 cores=0,2,4,6
/proc/4704/task/4705/stat : 4705 (java) R 4702 4702 2710 0 -1 4202560 7757 0 0 0 27 3 0 0 20 0 15 0 411815948 15512600576 12495 33554432000 4194304 4196468 140722744666896 140354553704128 140354533553502 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4706] ppid=4702 vsize=15149024 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4706/stat : 4706 (java) S 4702 4702 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411815948 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354502093968 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4707] ppid=4702 vsize=15149024 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4707/stat : 4707 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411815948 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354501041168 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4708] ppid=4702 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4708/stat : 4708 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411815948 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354499988368 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4709] ppid=4702 vsize=15149024 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4709/stat : 4709 (java) S 4702 4702 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411815948 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354138331920 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4710] ppid=4702 vsize=15149024 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4710/stat : 4710 (java) S 4702 4702 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411815950 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354017773936 140354549484162 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4711] ppid=4702 vsize=15149024 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4711/stat : 4711 (java) S 4702 4702 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411815950 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354016719904 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4712] ppid=4702 vsize=15149024 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4712/stat : 4712 (java) S 4702 4702 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411815950 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354015667056 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4713] ppid=4702 vsize=15149024 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4713/stat : 4713 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411815953 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354014615376 140354549491611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4714] ppid=4702 vsize=15149024 memory=-8412656567168561567 CPUtime=0.05 cores=0,2,4,6
/proc/4704/task/4714/stat : 4714 (java) R 4702 4702 2710 0 -1 4202560 818 0 0 0 5 0 0 0 20 0 15 0 411815953 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354013562944 140354534399614 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4715] ppid=4702 vsize=15149024 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/4704/task/4715/stat : 4715 (java) S 4702 4702 2710 0 -1 1077944384 150 0 0 0 4 0 0 0 20 0 15 0 411815953 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354012510960 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4716] ppid=4702 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/4704/task/4716/stat : 4716 (java) S 4702 4702 2710 0 -1 1077944384 846 0 0 0 12 0 0 0 20 0 15 0 411815953 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354011458160 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4717] ppid=4702 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4717/stat : 4717 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411815953 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354010405600 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4718] ppid=4702 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4718/stat : 4718 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411815953 15512600576 12560 33554432000 4194304 4196468 140722744666896 140354009352880 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51428 KiB

[startup+0.702766 s]
/proc/loadavg: 5.02 5.94 7.09 6/232 4718
/proc/meminfo: memFree=24443856/32770624 swapFree=66921496/67108860
[pid=4702] ppid=4699 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (xcsp3-exec) S 4699 4702 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411815947 115843072 362 33554432000 4194304 5098028 140722307009824 140722307007928 140244653539964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9248768 140722307011451 140722307011693 140722307011693 140722307014602 0
/proc/4702/statm: 28282 362 304 221 0 87 0
[pid=4704] ppid=4702 vsize=15417404 memory=85756 CPUtime=1.56 cores=0,2,4,6
/proc/4704/stat : 4704 (java) S 4702 4702 2710 0 -1 1077944320 15241 0 0 0 150 6 0 0 20 0 19 0 411815947 15787421696 21439 33554432000 4194304 4196468 140722744666896 140722744649440 140354549473015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
/proc/4704/statm: 3854351 21439 3451 1 0 3815453 0
[pid=4704/tid=4705] ppid=4702 vsize=15417404 memory=0 CPUtime=0.59 cores=0,2,4,6
/proc/4704/task/4705/stat : 4705 (java) S 4702 4702 2710 0 -1 1077944384 9216 0 0 0 55 4 0 0 20 0 19 0 411815948 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354553713792 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4706] ppid=4702 vsize=15417404 memory=33 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4706/stat : 4706 (java) S 4702 4702 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411815948 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354502093968 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4707] ppid=4702 vsize=15417404 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4707/stat : 4707 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411815948 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354501041168 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4708] ppid=4702 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4708/stat : 4708 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411815948 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354499988368 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4709] ppid=4702 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4709/stat : 4709 (java) S 4702 4702 2710 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411815948 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354138331920 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4710] ppid=4702 vsize=15417404 memory=18356 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4710/stat : 4710 (java) S 4702 4702 2710 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 411815950 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354017773936 140354549484162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4711] ppid=4702 vsize=15417404 memory=988 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4711/stat : 4711 (java) S 4702 4702 2710 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 411815950 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354016719904 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4712] ppid=4702 vsize=15417404 memory=2016 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4712/stat : 4712 (java) S 4702 4702 2710 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 411815950 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354015667056 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4713] ppid=4702 vsize=15417404 memory=1284 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4713/stat : 4713 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411815953 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354014615376 140354549491611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4714] ppid=4702 vsize=15417404 memory=1044 CPUtime=0.22 cores=0,2,4,6
/proc/4704/task/4714/stat : 4714 (java) R 4702 4702 2710 0 -1 4202560 1648 0 0 0 21 1 0 0 20 0 19 0 411815953 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354013553648 140354532973418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4715] ppid=4702 vsize=15417404 memory=708 CPUtime=0.23 cores=0,2,4,6
/proc/4704/task/4715/stat : 4715 (java) R 4702 4702 2710 0 -1 4202560 875 0 0 0 23 0 0 0 20 0 19 0 411815953 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354012497504 140354533860064 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4716] ppid=4702 vsize=15417404 memory=9364 CPUtime=0.37 cores=0,2,4,6
/proc/4704/task/4716/stat : 4716 (java) S 4702 4702 2710 0 -1 1077944384 1986 0 0 0 37 0 0 0 20 0 19 0 411815953 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354011458160 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4717] ppid=4702 vsize=15417404 memory=1120 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4717/stat : 4717 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411815953 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354010405600 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4718] ppid=4702 vsize=15417404 memory=776 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4718/stat : 4718 (java) S 4702 4702 2710 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411815953 15787421696 21439 33554432000 4194304 4196468 140722744666896 140354009352880 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
Current children cumulated CPU time: 1.56 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 87204 KiB

[startup+1.50096 s]
/proc/loadavg: 5.02 5.94 7.09 8/236 4754
/proc/meminfo: memFree=24350152/32770624 swapFree=66921496/67108860
[pid=4702] ppid=4699 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (xcsp3-exec) S 4699 4702 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411815947 115843072 362 33554432000 4194304 5098028 140722307009824 140722307007928 140244653539964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9248768 140722307011451 140722307011693 140722307011693 140722307014602 0
/proc/4702/statm: 28282 362 304 221 0 87 0

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

/proc/4704/task/4718/stat : 4718 (java) S 4702 4702 2710 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 411815953 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354009352880 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4759] ppid=4702 vsize=15420480 memory=0 CPUtime=4.03 cores=0,2,4,6
/proc/4704/task/4759/stat : 4759 (java) R 4702 4702 2710 0 -1 4202560 51 0 0 0 403 0 0 0 20 0 19 0 411816151 15790571520 50482 33554432000 4194304 4196468 140722744666896 140353999325632 140354184320983 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4760] ppid=4702 vsize=15420480 memory=1560 CPUtime=4.03 cores=0,2,4,6
/proc/4704/task/4760/stat : 4760 (java) R 4702 4702 2710 0 -1 4202560 394 0 0 0 403 0 0 0 20 0 19 0 411816151 15790571520 50482 33554432000 4194304 4196468 140722744666896 140353997222248 140354184468052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4761] ppid=4702 vsize=15420480 memory=928 CPUtime=3.94 cores=0,2,4,6
/proc/4704/task/4761/stat : 4761 (java) R 4702 4702 2710 0 -1 4202560 361 0 0 0 394 0 0 0 20 0 19 0 411816151 15790571520 50482 33554432000 4194304 4196468 140722744666896 140353996171128 140354183576868 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4762] ppid=4702 vsize=15420480 memory=1680 CPUtime=3.9 cores=0,2,4,6
/proc/4704/task/4762/stat : 4762 (java) R 4702 4702 2710 0 -1 4202560 175 0 0 0 390 0 0 0 20 0 19 0 411816151 15790571520 50482 33554432000 4194304 4196468 140722744666896 140353998275528 140354183805214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
Current children cumulated CPU time: 24.05 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 203376 KiB

[startup+7.20099 s]
/proc/loadavg: 5.10 5.95 7.09 6/236 4763
/proc/meminfo: memFree=24309748/32770624 swapFree=66921496/67108860
[pid=4702] ppid=4699 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (xcsp3-exec) S 4699 4702 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411815947 115843072 362 33554432000 4194304 5098028 140722307009824 140722307007928 140244653539964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9248768 140722307011451 140722307011693 140722307011693 140722307014602 0
/proc/4702/statm: 28282 362 304 221 0 87 0
[pid=4704] ppid=4702 vsize=15420480 memory=201928 CPUtime=27.23 cores=0,2,4,6
/proc/4704/stat : 4704 (java) S 4702 4702 2710 0 -1 1077944320 25395 0 0 0 2712 11 0 0 20 0 19 0 411815947 15790571520 50482 33554432000 4194304 4196468 140722744666896 140722744649440 140354549473015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
/proc/4704/statm: 3855120 50482 3506 1 0 3816222 0
[pid=4704/tid=4705] ppid=4702 vsize=15420480 memory=201928 CPUtime=0.59 cores=0,2,4,6
/proc/4704/task/4705/stat : 4705 (java) S 4702 4702 2710 0 -1 1077944384 9221 0 0 0 55 4 0 0 20 0 19 0 411815948 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354553713792 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4706] ppid=4702 vsize=15420480 memory=1984 CPUtime=0.01 cores=0,2,4,6
/proc/4704/task/4706/stat : 4706 (java) S 4702 4702 2710 0 -1 1077944384 729 0 0 0 1 0 0 0 20 0 19 0 411815948 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354502093968 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4707] ppid=4702 vsize=15420480 memory=2552 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4707/stat : 4707 (java) S 4702 4702 2710 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 19 0 411815948 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354501041168 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4708] ppid=4702 vsize=15420480 memory=1760 CPUtime=0.01 cores=0,2,4,6
/proc/4704/task/4708/stat : 4708 (java) S 4702 4702 2710 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 19 0 411815948 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354499988368 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4709] ppid=4702 vsize=15420480 memory=111632 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4709/stat : 4709 (java) S 4702 4702 2710 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 411815948 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354138331920 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4710] ppid=4702 vsize=15420480 memory=804 CPUtime=0.01 cores=0,2,4,6
/proc/4704/task/4710/stat : 4710 (java) S 4702 4702 2710 0 -1 1077944384 371 0 0 0 0 1 0 0 20 0 19 0 411815950 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354017773936 140354549484162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4711] ppid=4702 vsize=15420480 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4711/stat : 4711 (java) S 4702 4702 2710 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 411815950 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354016719968 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4712] ppid=4702 vsize=15420480 memory=1804 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4712/stat : 4712 (java) S 4702 4702 2710 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 19 0 411815950 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354015667072 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4713] ppid=4702 vsize=15420480 memory=920 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4713/stat : 4713 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411815953 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354014615376 140354549491611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4714] ppid=4702 vsize=15420480 memory=3848 CPUtime=1.77 cores=0,2,4,6
/proc/4704/task/4714/stat : 4714 (java) S 4702 4702 2710 0 -1 1077944384 4896 0 0 0 176 1 0 0 20 0 19 0 411815953 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354013563760 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4715] ppid=4702 vsize=15420480 memory=2908 CPUtime=1.82 cores=0,2,4,6
/proc/4704/task/4715/stat : 4715 (java) S 4702 4702 2710 0 -1 1077944384 3707 0 0 0 182 0 0 0 20 0 19 0 411815953 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354012510960 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4716] ppid=4702 vsize=15420480 memory=2944 CPUtime=0.64 cores=0,2,4,6
/proc/4704/task/4716/stat : 4716 (java) S 4702 4702 2710 0 -1 1077944384 2928 0 0 0 63 1 0 0 20 0 19 0 411815953 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354011458160 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4717] ppid=4702 vsize=15420480 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4717/stat : 4717 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411815953 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354010405600 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4718] ppid=4702 vsize=15420480 memory=280639739947968 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4718/stat : 4718 (java) S 4702 4702 2710 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 411815953 15790571520 50482 33554432000 4194304 4196468 140722744666896 140354009352880 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4759] ppid=4702 vsize=15420480 memory=140319870186128 CPUtime=4.81 cores=0,2,4,6
/proc/4704/task/4759/stat : 4759 (java) R 4702 4702 2710 0 -1 4202560 51 0 0 0 481 0 0 0 20 0 19 0 411816151 15790571520 50482 33554432000 4194304 4196468 140722744666896 140353999326424 140354184468052 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4760] ppid=4702 vsize=15420480 memory=17668 CPUtime=4.83 cores=0,2,4,6
/proc/4704/task/4760/stat : 4760 (java) R 4702 4702 2710 0 -1 4202560 396 0 0 0 483 0 0 0 20 0 19 0 411816151 15790571520 50482 33554432000 4194304 4196468 140722744666896 140353997221504 140354184318328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4761] ppid=4702 vsize=15420480 memory=19876 CPUtime=4.74 cores=0,2,4,6
/proc/4704/task/4761/stat : 4761 (java) R 4702 4702 2710 0 -1 4202560 362 0 0 0 474 0 0 0 20 0 19 0 411816151 15790571520 50482 33554432000 4194304 4196468 140722744666896 140353996169256 140354184318634 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4762] ppid=4702 vsize=15420480 memory=6944656592455360604 CPUtime=4.7 cores=0,2,4,6
/proc/4704/task/4762/stat : 4762 (java) R 4702 4702 2710 0 -1 4202560 176 0 0 0 470 0 0 0 20 0 19 0 411816151 15790571520 50482 33554432000 4194304 4196468 140722744666896 140353998275104 140354185329706 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
Current children cumulated CPU time: 27.23 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 203376 KiB

[startup+7.60099 s]
/proc/loadavg: 5.10 5.95 7.09 6/236 4763
/proc/meminfo: memFree=24309748/32770624 swapFree=66921496/67108860
[pid=4702] ppid=4699 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (xcsp3-exec) S 4699 4702 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411815947 115843072 362 33554432000 4194304 5098028 140722307009824 140722307007928 140244653539964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9248768 140722307011451 140722307011693 140722307011693 140722307014602 0
/proc/4702/statm: 28282 362 304 221 0 87 0
[pid=4704] ppid=4702 vsize=15420480 memory=201944 CPUtime=28.83 cores=0,2,4,6
/proc/4704/stat : 4704 (java) S 4702 4702 2710 0 -1 1077944320 25403 0 0 0 2872 11 0 0 20 0 19 0 411815947 15790571520 50486 33554432000 4194304 4196468 140722744666896 140722744649440 140354549473015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
/proc/4704/statm: 3855120 50486 3506 1 0 3816222 0
[pid=4704/tid=4705] ppid=4702 vsize=15420480 memory=6944665225511868275 CPUtime=0.59 cores=0,2,4,6
/proc/4704/task/4705/stat : 4705 (java) S 4702 4702 2710 0 -1 1077944384 9221 0 0 0 55 4 0 0 20 0 19 0 411815948 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354553713792 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4706] ppid=4702 vsize=15420480 memory=6944665225511868275 CPUtime=0.01 cores=0,2,4,6
/proc/4704/task/4706/stat : 4706 (java) S 4702 4702 2710 0 -1 1077944384 729 0 0 0 1 0 0 0 20 0 19 0 411815948 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354502093968 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4707] ppid=4702 vsize=15420480 memory=4785180571215093856 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4707/stat : 4707 (java) S 4702 4702 2710 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 19 0 411815948 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354501041168 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4708] ppid=4702 vsize=15420480 memory=6944656592455362618 CPUtime=0.01 cores=0,2,4,6
/proc/4704/task/4708/stat : 4708 (java) S 4702 4702 2710 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 19 0 411815948 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354499988368 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4709] ppid=4702 vsize=15420480 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4709/stat : 4709 (java) S 4702 4702 2710 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 19 0 411815948 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354138331920 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4710] ppid=4702 vsize=15420480 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/4704/task/4710/stat : 4710 (java) S 4702 4702 2710 0 -1 1077944384 371 0 0 0 0 1 0 0 20 0 19 0 411815950 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354017773936 140354549484162 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4711] ppid=4702 vsize=15420480 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4711/stat : 4711 (java) S 4702 4702 2710 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 411815950 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354016719968 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4712] ppid=4702 vsize=15420480 memory=280639739933064 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4712/stat : 4712 (java) S 4702 4702 2710 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 19 0 411815950 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354015667072 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4713] ppid=4702 vsize=15420480 memory=984 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4713/stat : 4713 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354014615376 140354549491611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4714] ppid=4702 vsize=15420480 memory=14012 CPUtime=1.77 cores=0,2,4,6
/proc/4704/task/4714/stat : 4714 (java) S 4702 4702 2710 0 -1 1077944384 4898 0 0 0 176 1 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354013563760 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4715] ppid=4702 vsize=15420480 memory=5740 CPUtime=1.82 cores=0,2,4,6
/proc/4704/task/4715/stat : 4715 (java) S 4702 4702 2710 0 -1 1077944384 3713 0 0 0 182 0 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354012510960 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4716] ppid=4702 vsize=15420480 memory=2120 CPUtime=0.64 cores=0,2,4,6
/proc/4704/task/4716/stat : 4716 (java) S 4702 4702 2710 0 -1 1077944384 2928 0 0 0 63 1 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354011458160 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4717] ppid=4702 vsize=15420480 memory=12020 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4717/stat : 4717 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354010405600 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4718] ppid=4702 vsize=15420480 memory=496 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4718/stat : 4718 (java) S 4702 4702 2710 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354009352880 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4759] ppid=4702 vsize=15420480 memory=1560 CPUtime=5.2 cores=0,2,4,6
/proc/4704/task/4759/stat : 4759 (java) R 4702 4702 2710 0 -1 4202560 51 0 0 0 520 0 0 0 20 0 19 0 411816151 15790571520 50486 33554432000 4194304 4196468 140722744666896 140353999326424 140354183576905 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4760] ppid=4702 vsize=15420480 memory=928 CPUtime=5.23 cores=0,2,4,6
/proc/4704/task/4760/stat : 4760 (java) R 4702 4702 2710 0 -1 4202560 396 0 0 0 523 0 0 0 20 0 19 0 411816151 15790571520 50486 33554432000 4194304 4196468 140722744666896 140353997221640 140354183875109 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4761] ppid=4702 vsize=15420480 memory=1680 CPUtime=5.14 cores=0,2,4,6
/proc/4704/task/4761/stat : 4761 (java) R 4702 4702 2710 0 -1 4202560 362 0 0 0 514 0 0 0 20 0 19 0 411816151 15790571520 50486 33554432000 4194304 4196468 140722744666896 140353996169432 140354184811641 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4762] ppid=4702 vsize=15420480 memory=1444 CPUtime=5.1 cores=0,2,4,6
/proc/4704/task/4762/stat : 4762 (java) R 4702 4702 2710 0 -1 4202560 176 0 0 0 510 0 0 0 20 0 19 0 411816151 15790571520 50486 33554432000 4194304 4196468 140722744666896 140353998274992 140354183805411 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
Current children cumulated CPU time: 28.83 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 203392 KiB

[startup+7.80099 s]
/proc/loadavg: 5.10 5.95 7.09 6/236 4763
/proc/meminfo: memFree=24309748/32770624 swapFree=66921496/67108860
[pid=4702] ppid=4699 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/4702/stat : 4702 (xcsp3-exec) S 4699 4702 2710 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 411815947 115843072 362 33554432000 4194304 5098028 140722307009824 140722307007928 140244653539964 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9248768 140722307011451 140722307011693 140722307011693 140722307014602 0
/proc/4702/statm: 28282 362 304 221 0 87 0
[pid=4704] ppid=4702 vsize=15420480 memory=201944 CPUtime=29.62 cores=0,2,4,6
/proc/4704/stat : 4704 (java) S 4702 4702 2710 0 -1 1077944320 25423 0 0 0 2951 11 0 0 20 0 19 0 411815947 15790571520 50486 33554432000 4194304 4196468 140722744666896 140722744649440 140354549473015 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
/proc/4704/statm: 3855120 50486 3506 1 0 3816222 0
[pid=4704/tid=4705] ppid=4702 vsize=15420480 memory=1404238533774450294 CPUtime=0.59 cores=0,2,4,6
/proc/4704/task/4705/stat : 4705 (java) S 4702 4702 2710 0 -1 1077944384 9221 0 0 0 55 4 0 0 20 0 19 0 411815948 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354553713792 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4706] ppid=4702 vsize=15420480 memory=8247907794334132811 CPUtime=0.01 cores=0,2,4,6
/proc/4704/task/4706/stat : 4706 (java) S 4702 4702 2710 0 -1 1077944384 729 0 0 0 1 0 0 0 20 0 19 0 411815948 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354502093968 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4707] ppid=4702 vsize=15420480 memory=6944656591801717918 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4707/stat : 4707 (java) S 4702 4702 2710 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 19 0 411815948 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354501041168 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4708] ppid=4702 vsize=15420480 memory=6083614768325738599 CPUtime=0.01 cores=0,2,4,6
/proc/4704/task/4708/stat : 4708 (java) S 4702 4702 2710 0 -1 1077944384 58 0 0 0 1 0 0 0 20 0 19 0 411815948 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354499988368 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4709] ppid=4702 vsize=15420480 memory=7092157211259003244 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4709/stat : 4709 (java) S 4702 4702 2710 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 411815948 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354138331920 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4710] ppid=4702 vsize=15420480 memory=7518305850592881748 CPUtime=0.01 cores=0,2,4,6
/proc/4704/task/4710/stat : 4710 (java) S 4702 4702 2710 0 -1 1077944384 374 0 0 0 0 1 0 0 20 0 19 0 411815950 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354017773936 140354549484162 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4711] ppid=4702 vsize=15420480 memory=2552 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4711/stat : 4711 (java) S 4702 4702 2710 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 19 0 411815950 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354016719968 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4712] ppid=4702 vsize=15420480 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4712/stat : 4712 (java) S 4702 4702 2710 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 19 0 411815950 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354015667072 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4713] ppid=4702 vsize=15420480 memory=0 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4713/stat : 4713 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354014615376 140354549491611 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4714] ppid=4702 vsize=15420480 memory=3251792165637297042 CPUtime=1.78 cores=0,2,4,6
/proc/4704/task/4714/stat : 4714 (java) S 4702 4702 2710 0 -1 1077944384 4899 0 0 0 177 1 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354013563760 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4715] ppid=4702 vsize=15420480 memory=6656426216303648864 CPUtime=1.83 cores=0,2,4,6
/proc/4704/task/4715/stat : 4715 (java) S 4702 4702 2710 0 -1 1077944384 3713 0 0 0 183 0 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354012510960 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4716] ppid=4702 vsize=15420480 memory=7014751519583131491 CPUtime=0.64 cores=0,2,4,6
/proc/4704/task/4716/stat : 4716 (java) S 4702 4702 2710 0 -1 1077944384 2928 0 0 0 63 1 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354011458160 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4717] ppid=4702 vsize=15420480 memory=13412 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4717/stat : 4717 (java) S 4702 4702 2710 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354010405600 140354549483221 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4718] ppid=4702 vsize=15420480 memory=280639739789552 CPUtime=0 cores=0,2,4,6
/proc/4704/task/4718/stat : 4718 (java) S 4702 4702 2710 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 19 0 411815953 15790571520 50486 33554432000 4194304 4196468 140722744666896 140354009352880 140354549484162 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4759] ppid=4702 vsize=15420480 memory=-6667966544890519924 CPUtime=5.4 cores=0,2,4,6
/proc/4704/task/4759/stat : 4759 (java) R 4702 4702 2710 0 -1 4202560 51 0 0 0 540 0 0 0 20 0 19 0 411816151 15790571520 50486 33554432000 4194304 4196468 140722744666896 140353999325880 140354184468096 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4760] ppid=4702 vsize=15420480 memory=-1189914978686163229 CPUtime=5.43 cores=0,2,4,6
/proc/4704/task/4760/stat : 4760 (java) R 4702 4702 2710 0 -1 4202560 398 0 0 0 543 0 0 0 20 0 19 0 411816151 15790571520 50486 33554432000 4194304 4196468 140722744666896 140353997223568 140354185130472 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4761] ppid=4702 vsize=15420480 memory=6944656592455359580 CPUtime=5.34 cores=0,2,4,6
/proc/4704/task/4761/stat : 4761 (java) R 4702 4702 2710 0 -1 4202560 367 0 0 0 534 0 0 0 20 0 19 0 411816151 15790571520 50486 33554432000 4194304 4196468 140722744666896 140353996168000 140354183577018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
[pid=4704/tid=4762] ppid=4702 vsize=15420480 memory=6655300316396806240 CPUtime=5.29 cores=0,2,4,6
/proc/4704/task/4762/stat : 4762 (java) R 4702 4702 2710 0 -1 4202560 177 0 0 0 529 0 0 0 20 0 19 0 411816151 15790571520 50486 33554432000 4194304 4196468 140722744666896 140353998275104 140354184803235 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6500352 140722744669167 140722744669338 140722744669338 140722744672207 0
Current children cumulated CPU time: 29.62 s
Current children cumulated vsize: 15533608 KiB
Current children cumulated memory: 203392 KiB

Child status: 0
Real time (s): 7.84694
CPU time (s): 29.8003
CPU user time (s): 29.6786
CPU system time (s): 0.121634
CPU usage (%): 379.77
Max. virtual memory (cumulated for all children) (KiB): 15533608
Max. memory (cumulated for all children) (KiB): 203392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.6787
system time used= 0.121634
maximum resident set size= 202260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26474
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= 2803
involuntary context switches= 816


# summary of solver processes directly reported to runsolver:
#   pid: 4702
#   total CPU time (s): 29.8003
#   total CPU user time (s): 29.6786
#   total CPU system time (s): 0.121634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.062196 second user time and 0.131578 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-13 07:18:03
IDJOB=4393256
IDBENCH=141371
IDSOLVER=2840
FILE ID=node107/4393256-1568355599
RUNJOBID= node107-1568348173-2741
PBS_JOBID= 21701178
Free space on /tmp= 55612 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.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-4393256-1568355599/watcher-4393256-1568355599 -o /tmp/evaluation-result-4393256-1568355599/solver-4393256-1568355599 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568348173-2741 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 728749726 HOME/instance-4393256-1568355599.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=728749726

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24497280 kB
MemAvailable:   24987908 kB
Buffers:          136368 kB
Cached:           623040 kB
SwapCached:        79960 kB
Active:          7308064 kB
Inactive:         363084 kB
Active(anon):    6840648 kB
Inactive(anon):   101500 kB
Active(file):     467416 kB
Inactive(file):   261584 kB
Unevictable:      109036 kB
Mlocked:          109036 kB
SwapTotal:      67108860 kB
SwapFree:       66921496 kB
Dirty:             25976 kB
Writeback:             0 kB
AnonPages:       7118568 kB
Mapped:            45924 kB
Shmem:             21236 kB
Slab:             184156 kB
SReclaimable:     154928 kB
SUnreclaim:        29228 kB
KernelStack:        4128 kB
PageTables:        19052 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8506816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6895616 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55584 MiB
End job on node107 at 2019-09-13 07:18:11