Trace number 4394192

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 16.0207 4.34829

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
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 benchmark16.0207
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"type":"ordered","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-4394192-1568330383.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4394192-1568330383.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.30/0.62	c solve instance...
1.62/0.73	o 467 
1.62/0.73	o 80 
1.62/0.74	o 75 
1.62/0.76	o 73 
1.97/0.80	o 72 
1.97/0.82	o 70 
1.97/0.83	o 69 
1.97/0.84	o 68 
2.36/0.91	o 66 
2.36/0.92	o 62 
2.79/1.09	o 60 
6.78/2.04	o 55 
15.85/4.34	s OPTIMUM FOUND
15.85/4.34	v <instantiation>
15.85/4.34	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>
15.85/4.34	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>
15.85/4.34	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 (9886 MiB free)
  memory of node 1: 16384 MiB (8683 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394192-1568330383/watcher-4394192-1568330383 -o /tmp/evaluation-result-4394192-1568330383/solver-4394192-1568330383 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18217 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1395230304 HOME/instance-4394192-1568330383.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=20930, runsolver pid=20927
Current StackSize limit: 8192 KiB


[startup+0.100437 s]*
/proc/loadavg: 8.81 8.06 5.77 6/233 20946
/proc/meminfo: memFree=19009936/32770624 swapFree=66959212/67108860
[pid=20930] ppid=20927 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (xcsp3-exec) S 20927 20930 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408978499 115843072 362 33554432000 4194304 5098028 140720562180560 140720562178664 140555925856892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20426752 140720562185082 140720562185325 140720562185325 140720562188234 0
/proc/20930/statm: 28282 362 304 221 0 87 0
[pid=20932] ppid=20930 vsize=15144768 memory=29616 CPUtime=0.12 cores=0,2,4,6
/proc/20932/stat : 20932 (java) S 20930 20930 18186 0 -1 1077944320 5804 0 0 0 11 1 0 0 20 0 15 0 408978500 15508242432 7404 33554432000 4194304 4196468 140721001876848 140721001859392 139861802118903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
/proc/20932/statm: 3786192 7404 3153 1 0 3748377 0
[pid=20932/tid=20933] ppid=20930 vsize=15144768 memory=-6962121287837372198 CPUtime=0.09 cores=0,2,4,6
/proc/20932/task/20933/stat : 20933 (java) R 20930 20930 18186 0 -1 4202560 3725 0 0 0 8 1 0 0 20 0 15 0 408978500 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861806351792 139861802130838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20934] ppid=20930 vsize=15144768 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20934/stat : 20934 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978501 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861730159248 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20935] ppid=20930 vsize=15144768 memory=140283316074112 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20935/stat : 20935 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978501 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861729106448 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20936] ppid=20930 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20936/stat : 20936 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978501 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861728053648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20937] ppid=20930 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20937/stat : 20937 (java) S 20930 20930 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408978501 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861727000848 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20938] ppid=20930 vsize=15144768 memory=140283316074112 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20938/stat : 20938 (java) S 20930 20930 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408978502 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861270477680 139861802130050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20939] ppid=20930 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20939/stat : 20939 (java) S 20930 20930 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408978503 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861269423648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20940] ppid=20930 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20940/stat : 20940 (java) S 20930 20930 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408978503 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861268370800 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20941] ppid=20930 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20941/stat : 20941 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408978505 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861267319120 139861802137499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20942] ppid=20930 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20942/stat : 20942 (java) R 20930 20930 18186 0 -1 1077944384 415 0 0 0 0 0 0 0 20 0 15 0 408978505 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861266266480 139861802130050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20943] ppid=20930 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20943/stat : 20943 (java) R 20930 20930 18186 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 15 0 408978505 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861265213680 139861781979577 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20944] ppid=20930 vsize=15144768 memory=140283316074112 CPUtime=0.02 cores=0,2,4,6
/proc/20932/task/20944/stat : 20944 (java) R 20930 20930 18186 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 15 0 408978505 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861264160880 139861786299689 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20945] ppid=20930 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20945/stat : 20945 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408978505 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861263108320 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20946] ppid=20930 vsize=15144768 memory=140283316074112 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20946/stat : 20946 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978506 15508242432 7404 33554432000 4194304 4196468 140721001876848 139861262056624 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 31064 KiB

[startup+0.210835 s]*
/proc/loadavg: 8.81 8.06 5.77 6/233 20946
/proc/meminfo: memFree=18997412/32770624 swapFree=66959212/67108860
[pid=20930] ppid=20927 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (xcsp3-exec) S 20927 20930 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408978499 115843072 362 33554432000 4194304 5098028 140720562180560 140720562178664 140555925856892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20426752 140720562185082 140720562185325 140720562185325 140720562188234 0
/proc/20930/statm: 28282 362 304 221 0 87 0
[pid=20932] ppid=20930 vsize=15144768 memory=40508 CPUtime=0.34 cores=0,2,4,6
/proc/20932/stat : 20932 (java) S 20930 20930 18186 0 -1 1077944320 9330 0 0 0 30 4 0 0 20 0 15 0 408978500 15508242432 10127 33554432000 4194304 4196468 140721001876848 140721001859392 139861802118903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
/proc/20932/statm: 3786192 10127 3301 1 0 3748377 0
[pid=20932/tid=20933] ppid=20930 vsize=15144768 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/20932/task/20933/stat : 20933 (java) R 20930 20930 18186 0 -1 4202560 6633 0 0 0 17 3 0 0 20 0 15 0 408978500 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861806351632 139861802130838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20934] ppid=20930 vsize=15144768 memory=1965945 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20934/stat : 20934 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978501 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861730159248 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20935] ppid=20930 vsize=15144768 memory=3688925070031124128 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20935/stat : 20935 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978501 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861729106448 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20936] ppid=20930 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20936/stat : 20936 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978501 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861728053648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20937] ppid=20930 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20937/stat : 20937 (java) S 20930 20930 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408978501 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861727000848 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20938] ppid=20930 vsize=15144768 memory=140283316074112 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20938/stat : 20938 (java) S 20930 20930 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408978502 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861270477680 139861802130050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20939] ppid=20930 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20939/stat : 20939 (java) S 20930 20930 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408978503 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861269423648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20940] ppid=20930 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20940/stat : 20940 (java) S 20930 20930 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408978503 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861268370800 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20941] ppid=20930 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20941/stat : 20941 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408978505 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861267319120 139861802137499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20942] ppid=20930 vsize=15144768 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20932/task/20942/stat : 20942 (java) S 20930 20930 18186 0 -1 1077944384 488 0 0 0 2 0 0 0 20 0 15 0 408978505 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861266266480 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20943] ppid=20930 vsize=15144768 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/20932/task/20943/stat : 20943 (java) S 20930 20930 18186 0 -1 1077944384 136 0 0 0 2 0 0 0 20 0 15 0 408978505 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861265213680 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20944] ppid=20930 vsize=15144768 memory=140283316074112 CPUtime=0.08 cores=0,2,4,6
/proc/20932/task/20944/stat : 20944 (java) R 20930 20930 18186 0 -1 4202560 768 0 0 0 8 0 0 0 20 0 15 0 408978505 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861264160880 139861794356030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20945] ppid=20930 vsize=15144768 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20945/stat : 20945 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408978505 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861263108320 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20946] ppid=20930 vsize=15144768 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20946/stat : 20946 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978506 15508242432 10127 33554432000 4194304 4196468 140721001876848 139861262056624 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41956 KiB

[startup+0.310732 s]*
/proc/loadavg: 8.81 8.06 5.77 7/233 20946
/proc/meminfo: memFree=18992944/32770624 swapFree=66959212/67108860
[pid=20930] ppid=20927 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (xcsp3-exec) S 20927 20930 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408978499 115843072 362 33554432000 4194304 5098028 140720562180560 140720562178664 140555925856892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20426752 140720562185082 140720562185325 140720562185325 140720562188234 0
/proc/20930/statm: 28282 362 304 221 0 87 0
[pid=20932] ppid=20930 vsize=15149024 memory=49952 CPUtime=0.53 cores=0,2,4,6
/proc/20932/stat : 20932 (java) S 20930 20930 18186 0 -1 1077944320 10769 0 0 0 49 4 0 0 20 0 15 0 408978500 15512600576 12488 33554432000 4194304 4196468 140721001876848 140721001859392 139861802118903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
/proc/20932/statm: 3787256 12488 3352 1 0 3748377 0
[pid=20932/tid=20933] ppid=20930 vsize=15149024 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/20932/task/20933/stat : 20933 (java) R 20930 20930 18186 0 -1 4202560 7782 0 0 0 26 3 0 0 20 0 15 0 408978500 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861806350016 139861786199390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20934] ppid=20930 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20934/stat : 20934 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978501 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861730159248 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20935] ppid=20930 vsize=15149024 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20935/stat : 20935 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978501 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861729106448 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20936] ppid=20930 vsize=15149024 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20936/stat : 20936 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978501 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861728053648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20937] ppid=20930 vsize=15149024 memory=4572146057552828020 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20937/stat : 20937 (java) S 20930 20930 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 408978501 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861727000848 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20938] ppid=20930 vsize=15149024 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20938/stat : 20938 (java) S 20930 20930 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 408978502 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861270477680 139861802130050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20939] ppid=20930 vsize=15149024 memory=7893295687695687954 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20939/stat : 20939 (java) S 20930 20930 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 408978503 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861269423648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20940] ppid=20930 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20940/stat : 20940 (java) S 20930 20930 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 408978503 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861268370800 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20941] ppid=20930 vsize=15149024 memory=7827413994055111515 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20941/stat : 20941 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408978505 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861267319120 139861802137499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20942] ppid=20930 vsize=15149024 memory=8508281356422055839 CPUtime=0.03 cores=0,2,4,6
/proc/20932/task/20942/stat : 20942 (java) S 20930 20930 18186 0 -1 1077944384 507 0 0 0 3 0 0 0 20 0 15 0 408978505 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861266266480 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20943] ppid=20930 vsize=15149024 memory=0 CPUtime=0.05 cores=0,2,4,6
/proc/20932/task/20943/stat : 20943 (java) R 20930 20930 18186 0 -1 4202560 269 0 0 0 5 0 0 0 20 0 15 0 408978505 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861265194696 139861779715056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20944] ppid=20930 vsize=15149024 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/20932/task/20944/stat : 20944 (java) S 20930 20930 18186 0 -1 1077944384 913 0 0 0 12 0 0 0 20 0 15 0 408978505 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861264160880 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20945] ppid=20930 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20945/stat : 20945 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 408978505 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861263108320 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20946] ppid=20930 vsize=15149024 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20946/stat : 20946 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 408978506 15512600576 12488 33554432000 4194304 4196468 140721001876848 139861262056624 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51400 KiB

[startup+0.70636 s]
/proc/loadavg: 8.81 8.06 5.77 7/233 20946
/proc/meminfo: memFree=18972764/32770624 swapFree=66959212/67108860
[pid=20930] ppid=20927 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (xcsp3-exec) S 20927 20930 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408978499 115843072 362 33554432000 4194304 5098028 140720562180560 140720562178664 140555925856892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20426752 140720562185082 140720562185325 140720562185325 140720562188234 0
/proc/20930/statm: 28282 362 304 221 0 87 0
[pid=20932] ppid=20930 vsize=15417404 memory=91628 CPUtime=1.62 cores=0,2,4,6
/proc/20932/stat : 20932 (java) S 20930 20930 18186 0 -1 1077944320 15132 0 0 0 156 6 0 0 20 0 19 0 408978500 15787421696 22907 33554432000 4194304 4196468 140721001876848 140721001859392 139861802118903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
/proc/20932/statm: 3854351 22907 3454 1 0 3815453 0
[pid=20932/tid=20933] ppid=20930 vsize=15417404 memory=33 CPUtime=0.61 cores=0,2,4,6
/proc/20932/task/20933/stat : 20933 (java) S 20930 20930 18186 0 -1 1077944384 9343 0 0 0 57 4 0 0 20 0 19 0 408978500 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861806359680 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20934] ppid=20930 vsize=15417404 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20934/stat : 20934 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978501 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861730159248 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20935] ppid=20930 vsize=15417404 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20935/stat : 20935 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978501 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861729106448 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20936] ppid=20930 vsize=15417404 memory=1660 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20936/stat : 20936 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978501 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861728053648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20937] ppid=20930 vsize=15417404 memory=38300 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20937/stat : 20937 (java) S 20930 20930 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408978501 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861727000848 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20938] ppid=20930 vsize=15417404 memory=988 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20938/stat : 20938 (java) S 20930 20930 18186 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 408978502 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861270477680 139861802130050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20939] ppid=20930 vsize=15417404 memory=2008 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20939/stat : 20939 (java) S 20930 20930 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408978503 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861269423648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20940] ppid=20930 vsize=15417404 memory=1436 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20940/stat : 20940 (java) S 20930 20930 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408978503 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861268370800 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20941] ppid=20930 vsize=15417404 memory=580 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20941/stat : 20941 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408978505 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861267319120 139861802137499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20942] ppid=20930 vsize=15417404 memory=1720 CPUtime=0.19 cores=0,2,4,6
/proc/20932/task/20942/stat : 20942 (java) R 20930 20930 18186 0 -1 4202560 1235 0 0 0 19 0 0 0 20 0 19 0 408978505 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861266253048 139861781781137 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20943] ppid=20930 vsize=15417404 memory=10604 CPUtime=0.22 cores=0,2,4,6
/proc/20932/task/20943/stat : 20943 (java) R 20930 20930 18186 0 -1 4202560 964 0 0 0 22 0 0 0 20 0 19 0 408978505 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861265205216 139861787226340 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20944] ppid=20930 vsize=15417404 memory=3360 CPUtime=0.37 cores=0,2,4,6
/proc/20932/task/20944/stat : 20944 (java) S 20930 20930 18186 0 -1 1077944384 2076 0 0 0 37 0 0 0 20 0 19 0 408978505 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861264158672 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20945] ppid=20930 vsize=15417404 memory=776 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20945/stat : 20945 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408978505 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861263108320 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20946] ppid=20930 vsize=15417404 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20946/stat : 20946 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978506 15787421696 22907 33554432000 4194304 4196468 140721001876848 139861262056624 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
Current children cumulated CPU time: 1.62 s
Current children cumulated vsize: 15530532 KiB
Current children cumulated memory: 93076 KiB

[startup+1.50078 s]
/proc/loadavg: 8.81 8.06 5.77 11/237 20990
/proc/meminfo: memFree=18865128/32770624 swapFree=66959212/67108860
[pid=20930] ppid=20927 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (xcsp3-exec) S 20927 20930 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408978499 115843072 362 33554432000 4194304 5098028 140720562180560 140720562178664 140555925856892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20426752 140720562185082 140720562185325 140720562185325 140720562188234 0
/proc/20930/statm: 28282 362 304 221 0 87 0

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

/proc/20932/task/20946/stat : 20946 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978506 15858733056 44830 33554432000 4194304 4196468 140721001876848 139861262056624 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20997] ppid=20930 vsize=15487044 memory=6791534058613427641 CPUtime=0.79 cores=0,2,4,6
/proc/20932/task/20997/stat : 20997 (java) R 20930 20930 18186 0 -1 4202560 53 0 0 0 79 0 0 0 20 0 19 0 408978703 15858733056 44830 33554432000 4194304 4196468 140721001876848 139860787581096 139861405750361 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20998] ppid=20930 vsize=15487044 memory=0 CPUtime=1.03 cores=0,2,4,6
/proc/20932/task/20998/stat : 20998 (java) R 20930 20930 18186 0 -1 4202560 40 0 0 0 103 0 0 0 20 0 19 0 408978703 15858733056 44830 33554432000 4194304 4196468 140721001876848 139861249925832 139861404663870 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20999] ppid=20930 vsize=15487044 memory=0 CPUtime=0.86 cores=0,2,4,6
/proc/20932/task/20999/stat : 20999 (java) R 20930 20930 18186 0 -1 4202560 54 0 0 0 86 0 0 0 20 0 19 0 408978703 15858733056 44830 33554432000 4194304 4196468 140721001876848 139860786529224 139861404086056 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=21000] ppid=20930 vsize=15487044 memory=0 CPUtime=0.74 cores=0,2,4,6
/proc/20932/task/21000/stat : 21000 (java) R 20930 20930 18186 0 -1 4202560 37 0 0 0 74 0 0 0 20 0 19 0 408978703 15858733056 44830 33554432000 4194304 4196468 140721001876848 139861250978616 139861404084816 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
Current children cumulated CPU time: 11.46 s
Current children cumulated vsize: 15600172 KiB
Current children cumulated memory: 180768 KiB

[startup+4.00136 s]*
/proc/loadavg: 8.90 8.10 5.80 9/238 21000
/proc/meminfo: memFree=18854748/32770624 swapFree=66959212/67108860
[pid=20930] ppid=20927 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (xcsp3-exec) S 20927 20930 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408978499 115843072 362 33554432000 4194304 5098028 140720562180560 140720562178664 140555925856892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20426752 140720562185082 140720562185325 140720562185325 140720562188234 0
/proc/20930/statm: 28282 362 304 221 0 87 0
[pid=20932] ppid=20930 vsize=15487044 memory=185760 CPUtime=14.68 cores=0,2,4,6
/proc/20932/stat : 20932 (java) S 20930 20930 18186 0 -1 1077944320 19961 0 0 0 1460 8 0 0 20 0 19 0 408978500 15858733056 46440 33554432000 4194304 4196468 140721001876848 140721001859392 139861802118903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
/proc/20932/statm: 3871761 46440 3497 1 0 3832863 0
[pid=20932/tid=20933] ppid=20930 vsize=15487044 memory=6791534058613427641 CPUtime=0.61 cores=0,2,4,6
/proc/20932/task/20933/stat : 20933 (java) S 20930 20930 18186 0 -1 1077944384 9348 0 0 0 57 4 0 0 20 0 19 0 408978500 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861806359680 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20934] ppid=20930 vsize=15487044 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20934/stat : 20934 (java) S 20930 20930 18186 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861730159248 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20935] ppid=20930 vsize=15487044 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20935/stat : 20935 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861729106448 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20936] ppid=20930 vsize=15487044 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20936/stat : 20936 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861728053648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20937] ppid=20930 vsize=15487044 memory=6944656592455348282 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20937/stat : 20937 (java) S 20930 20930 18186 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861727000848 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20938] ppid=20930 vsize=15487044 memory=4206468019014099040 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20938/stat : 20938 (java) S 20930 20930 18186 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 19 0 408978502 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861270477680 139861802130050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20939] ppid=20930 vsize=15487044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20939/stat : 20939 (java) S 20930 20930 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408978503 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861269423648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20940] ppid=20930 vsize=15487044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20940/stat : 20940 (java) S 20930 20930 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408978503 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861268370800 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20941] ppid=20930 vsize=15487044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20941/stat : 20941 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408978505 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861267319120 139861802137499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20942] ppid=20930 vsize=15487044 memory=0 CPUtime=1.75 cores=0,2,4,6
/proc/20932/task/20942/stat : 20942 (java) S 20930 20930 18186 0 -1 1077944384 2514 0 0 0 175 0 0 0 20 0 19 0 408978505 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861266266480 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20943] ppid=20930 vsize=15487044 memory=0 CPUtime=1.66 cores=0,2,4,6
/proc/20932/task/20943/stat : 20943 (java) S 20930 20930 18186 0 -1 1077944384 2560 0 0 0 166 0 0 0 20 0 19 0 408978505 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861265213680 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20944] ppid=20930 vsize=15487044 memory=8026650869813564775 CPUtime=0.59 cores=0,2,4,6
/proc/20932/task/20944/stat : 20944 (java) S 20930 20930 18186 0 -1 1077944384 2917 0 0 0 59 0 0 0 20 0 19 0 408978505 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861264160880 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20945] ppid=20930 vsize=15487044 memory=7595717061252245608 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20945/stat : 20945 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408978505 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861263108320 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20946] ppid=20930 vsize=15487044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20946/stat : 20946 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978506 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861262056624 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20997] ppid=20930 vsize=15487044 memory=2478196130367 CPUtime=1.6 cores=0,2,4,6
/proc/20932/task/20997/stat : 20997 (java) R 20930 20930 18186 0 -1 4202560 54 0 0 0 160 0 0 0 20 0 19 0 408978703 15858733056 46440 33554432000 4194304 4196468 140721001876848 139860787580152 139861404087438 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20998] ppid=20930 vsize=15487044 memory=1966223 CPUtime=1.82 cores=0,2,4,6
/proc/20932/task/20998/stat : 20998 (java) R 20930 20930 18186 0 -1 4202560 82 0 0 0 182 0 0 0 20 0 19 0 408978703 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861249925352 139861404741772 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20999] ppid=20930 vsize=15487044 memory=1973182 CPUtime=1.63 cores=0,2,4,6
/proc/20932/task/20999/stat : 20999 (java) R 20930 20930 18186 0 -1 4202560 56 0 0 0 163 0 0 0 20 0 19 0 408978703 15858733056 46440 33554432000 4194304 4196468 140721001876848 139860786529112 139861403425240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=21000] ppid=20930 vsize=15487044 memory=0 CPUtime=1.49 cores=0,2,4,6
/proc/20932/task/21000/stat : 21000 (java) R 20930 20930 18186 0 -1 4202560 51 0 0 0 149 0 0 0 20 0 19 0 408978703 15858733056 46440 33554432000 4194304 4196468 140721001876848 139861250977688 139861403441705 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
Current children cumulated CPU time: 14.68 s
Current children cumulated vsize: 15600172 KiB
Current children cumulated memory: 187208 KiB

[startup+4.20436 s]
/proc/loadavg: 8.90 8.10 5.80 9/238 21000
/proc/meminfo: memFree=18854748/32770624 swapFree=66959212/67108860
[pid=20930] ppid=20927 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (xcsp3-exec) S 20927 20930 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408978499 115843072 362 33554432000 4194304 5098028 140720562180560 140720562178664 140555925856892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20426752 140720562185082 140720562185325 140720562185325 140720562188234 0
/proc/20930/statm: 28282 362 304 221 0 87 0
[pid=20932] ppid=20930 vsize=15487044 memory=188088 CPUtime=15.46 cores=0,2,4,6
/proc/20932/stat : 20932 (java) S 20930 20930 18186 0 -1 1077944320 20447 0 0 0 1537 9 0 0 20 0 19 0 408978500 15858733056 47022 33554432000 4194304 4196468 140721001876848 140721001859392 139861802118903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
/proc/20932/statm: 3871761 47022 3514 1 0 3832863 0
[pid=20932/tid=20933] ppid=20930 vsize=15487044 memory=2990164 CPUtime=0.61 cores=0,2,4,6
/proc/20932/task/20933/stat : 20933 (java) S 20930 20930 18186 0 -1 1077944384 9348 0 0 0 57 4 0 0 20 0 19 0 408978500 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861806359680 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20934] ppid=20930 vsize=15487044 memory=-4059589565078923626 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20934/stat : 20934 (java) S 20930 20930 18186 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861730159248 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20935] ppid=20930 vsize=15487044 memory=-7812193691855986592 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20935/stat : 20935 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861729106448 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20936] ppid=20930 vsize=15487044 memory=-6368199152461293614 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20936/stat : 20936 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861728053648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20937] ppid=20930 vsize=15487044 memory=7295950583417696866 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20937/stat : 20937 (java) S 20930 20930 18186 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861727000848 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20938] ppid=20930 vsize=15487044 memory=8026650869813564775 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20938/stat : 20938 (java) S 20930 20930 18186 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 19 0 408978502 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861270477680 139861802130050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20939] ppid=20930 vsize=15487044 memory=7380671248541445222 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20939/stat : 20939 (java) S 20930 20930 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408978503 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861269423648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20940] ppid=20930 vsize=15487044 memory=7590082047082458197 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20940/stat : 20940 (java) S 20930 20930 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408978503 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861268370800 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20941] ppid=20930 vsize=15487044 memory=5859271421085237344 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20941/stat : 20941 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408978505 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861267319120 139861802137499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20942] ppid=20930 vsize=15487044 memory=0 CPUtime=1.75 cores=0,2,4,6
/proc/20932/task/20942/stat : 20942 (java) S 20930 20930 18186 0 -1 1077944384 2514 0 0 0 175 0 0 0 20 0 19 0 408978505 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861266266480 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20943] ppid=20930 vsize=15487044 memory=0 CPUtime=1.66 cores=0,2,4,6
/proc/20932/task/20943/stat : 20943 (java) S 20930 20930 18186 0 -1 1077944384 2561 0 0 0 166 0 0 0 20 0 19 0 408978505 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861265213680 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20944] ppid=20930 vsize=15487044 memory=16267711559 CPUtime=0.59 cores=0,2,4,6
/proc/20932/task/20944/stat : 20944 (java) S 20930 20930 18186 0 -1 1077944384 2919 0 0 0 59 0 0 0 20 0 19 0 408978505 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861264160880 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20945] ppid=20930 vsize=15487044 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20945/stat : 20945 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408978505 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861263108320 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20946] ppid=20930 vsize=15487044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20946/stat : 20946 (java) S 20930 20930 18186 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 408978506 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861262056624 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20997] ppid=20930 vsize=15487044 memory=0 CPUtime=1.8 cores=0,2,4,6
/proc/20932/task/20997/stat : 20997 (java) R 20930 20930 18186 0 -1 4202560 117 0 0 0 180 0 0 0 20 0 19 0 408978703 15858733056 47022 33554432000 4194304 4196468 140721001876848 139860787583960 139861403441564 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20998] ppid=20930 vsize=15487044 memory=0 CPUtime=2.01 cores=0,2,4,6
/proc/20932/task/20998/stat : 20998 (java) R 20930 20930 18186 0 -1 4202560 176 0 0 0 201 0 0 0 20 0 19 0 408978703 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861249925512 139861403441490 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20999] ppid=20930 vsize=15487044 memory=0 CPUtime=1.82 cores=0,2,4,6
/proc/20932/task/20999/stat : 20999 (java) R 20930 20930 18186 0 -1 4202560 112 0 0 0 182 0 0 0 20 0 19 0 408978703 15858733056 47022 33554432000 4194304 4196468 140721001876848 139860786528568 139861403441137 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=21000] ppid=20930 vsize=15487044 memory=0 CPUtime=1.68 cores=0,2,4,6
/proc/20932/task/21000/stat : 21000 (java) R 20930 20930 18186 0 -1 4202560 117 0 0 0 168 0 0 0 20 0 19 0 408978703 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861250978072 139861403441409 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
Current children cumulated CPU time: 15.46 s
Current children cumulated vsize: 15600172 KiB
Current children cumulated memory: 189536 KiB

[startup+4.30136 s]
/proc/loadavg: 8.90 8.10 5.80 9/238 21000
/proc/meminfo: memFree=18854748/32770624 swapFree=66959212/67108860
[pid=20930] ppid=20927 vsize=113128 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20930/stat : 20930 (xcsp3-exec) S 20927 20930 18186 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 408978499 115843072 362 33554432000 4194304 5098028 140720562180560 140720562178664 140555925856892 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20426752 140720562185082 140720562185325 140720562185325 140720562188234 0
/proc/20930/statm: 28282 362 304 221 0 87 0
[pid=20932] ppid=20930 vsize=15487044 memory=188088 CPUtime=15.85 cores=0,2,4,6
/proc/20932/stat : 20932 (java) S 20930 20930 18186 0 -1 1077944320 20980 0 0 0 1576 9 0 0 20 0 19 0 408978500 15858733056 47022 33554432000 4194304 4196468 140721001876848 140721001859392 139861802118903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
/proc/20932/statm: 3871761 47022 3514 1 0 3832863 0
[pid=20932/tid=20933] ppid=20930 vsize=15487044 memory=127712 CPUtime=0.61 cores=0,2,4,6
/proc/20932/task/20933/stat : 20933 (java) S 20930 20930 18186 0 -1 1077944384 9348 0 0 0 57 4 0 0 20 0 19 0 408978500 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861806359680 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20934] ppid=20930 vsize=15487044 memory=185760 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20934/stat : 20934 (java) S 20930 20930 18186 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861730159248 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20935] ppid=20930 vsize=15487044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20935/stat : 20935 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861729106448 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20936] ppid=20930 vsize=15487044 memory=280566322779200 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20936/stat : 20936 (java) S 20930 20930 18186 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861728053648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20937] ppid=20930 vsize=15487044 memory=280566323395216 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20937/stat : 20937 (java) S 20930 20930 18186 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 408978501 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861727000848 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20938] ppid=20930 vsize=15487044 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20938/stat : 20938 (java) S 20930 20930 18186 0 -1 1077944384 237 0 0 0 0 0 0 0 20 0 19 0 408978502 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861270477680 139861802130050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20939] ppid=20930 vsize=15487044 memory=1448 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20939/stat : 20939 (java) S 20930 20930 18186 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 408978503 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861269423648 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20940] ppid=20930 vsize=15487044 memory=177284 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20940/stat : 20940 (java) S 20930 20930 18186 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 408978503 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861268370800 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20941] ppid=20930 vsize=15487044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20941/stat : 20941 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408978505 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861267319120 139861802137499 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20942] ppid=20930 vsize=15487044 memory=0 CPUtime=1.76 cores=0,2,4,6
/proc/20932/task/20942/stat : 20942 (java) S 20930 20930 18186 0 -1 1077944384 2843 0 0 0 176 0 0 0 20 0 19 0 408978505 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861266266480 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20943] ppid=20930 vsize=15487044 memory=179256 CPUtime=1.66 cores=0,2,4,6
/proc/20932/task/20943/stat : 20943 (java) S 20930 20930 18186 0 -1 1077944384 2563 0 0 0 166 0 0 0 20 0 19 0 408978505 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861265213680 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20944] ppid=20930 vsize=15487044 memory=178644 CPUtime=0.59 cores=0,2,4,6
/proc/20932/task/20944/stat : 20944 (java) S 20930 20930 18186 0 -1 1077944384 2924 0 0 0 59 0 0 0 20 0 19 0 408978505 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861264160880 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20945] ppid=20930 vsize=15487044 memory=61 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20945/stat : 20945 (java) S 20930 20930 18186 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 408978505 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861263108320 139861802129109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20946] ppid=20930 vsize=15487044 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20932/task/20946/stat : 20946 (java) S 20930 20930 18186 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 19 0 408978506 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861262056624 139861802130050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20997] ppid=20930 vsize=15487044 memory=1448 CPUtime=1.89 cores=0,2,4,6
/proc/20932/task/20997/stat : 20997 (java) R 20930 20930 18186 0 -1 4202560 130 0 0 0 189 0 0 0 20 0 19 0 408978703 15858733056 47022 33554432000 4194304 4196468 140721001876848 139860787580856 139861404084672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20998] ppid=20930 vsize=15487044 memory=1448 CPUtime=2.1 cores=0,2,4,6
/proc/20932/task/20998/stat : 20998 (java) R 20930 20930 18186 0 -1 4202560 198 0 0 0 210 0 0 0 20 0 19 0 408978703 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861249925512 139861404496207 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=20999] ppid=20930 vsize=15487044 memory=178904 CPUtime=1.92 cores=0,2,4,6
/proc/20932/task/20999/stat : 20999 (java) R 20930 20930 18186 0 -1 4202560 112 0 0 0 192 0 0 0 20 0 19 0 408978703 15858733056 47022 33554432000 4194304 4196468 140721001876848 139860786528568 139861403441611 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
[pid=20932/tid=21000] ppid=20930 vsize=15487044 memory=8029470979733349720 CPUtime=1.78 cores=0,2,4,6
/proc/20932/task/21000/stat : 21000 (java) R 20930 20930 18186 0 -1 4202560 263 0 0 0 178 0 0 0 20 0 19 0 408978703 15858733056 47022 33554432000 4194304 4196468 140721001876848 139861250978072 139861403441564 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23117824 140721001882607 140721001882778 140721001882778 140721001885647 0
Current children cumulated CPU time: 15.85 s
Current children cumulated vsize: 15600172 KiB
Current children cumulated memory: 189536 KiB

Child status: 0
Real time (s): 4.34829
CPU time (s): 16.0207
CPU user time (s): 15.9206
CPU system time (s): 0.100109
CPU usage (%): 368.436
Max. virtual memory (cumulated for all children) (KiB): 15600172
Max. memory (cumulated for all children) (KiB): 189536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9206
system time used= 0.100109
maximum resident set size= 188492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2527
involuntary context switches= 707


# summary of solver processes directly reported to runsolver:
#   pid: 20930
#   total CPU time (s): 16.0207
#   total CPU user time (s): 15.9206
#   total CPU system time (s): 0.100109

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.056271 second user time and 0.086752 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 01:19:03
IDJOB=4394192
IDBENCH=126224
IDSOLVER=2842
FILE ID=node124/4394192-1568330383
RUNJOBID= node124-1568329129-18217
PBS_JOBID= 21701157
Free space on /tmp= 55340 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.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-4394192-1568330383/watcher-4394192-1568330383 -o /tmp/evaluation-result-4394192-1568330383/solver-4394192-1568330383 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568329129-18217 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1395230304 HOME/instance-4394192-1568330383.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=1395230304

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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:        19016836 kB
MemAvailable:   30893364 kB
Buffers:          158188 kB
Cached:         11882076 kB
SwapCached:        45868 kB
Active:          1914876 kB
Inactive:       11097628 kB
Active(anon):     927784 kB
Inactive(anon):    85948 kB
Active(file):     987092 kB
Inactive(file): 11011680 kB
Unevictable:      108768 kB
Mlocked:          108768 kB
SwapTotal:      67108860 kB
SwapFree:       66959212 kB
Dirty:             25680 kB
Writeback:           388 kB
AnonPages:       1046812 kB
Mapped:            56196 kB
Shmem:             32744 kB
Slab:             335452 kB
SReclaimable:     306216 kB
SUnreclaim:        29236 kB
KernelStack:        4080 kB
PageTables:         7852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2098324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    940032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55316 MiB
End job on node124 at 2019-09-13 01:19:08