Trace number 4270542

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 4.0.5 par (2017-08-09)OPT34 9.4740295 1.68012

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-08-a3.xml
MD5SUM86f9a0f9696ddea7c71528c4cbe59182
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark0.33821699
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints31
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":28},{"size":501,"count":8}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":36},{"degree":2,"count":28},{"degree":8,"count":6},{"degree":9,"count":2}]
Minimum constraint arity1
Maximum constraint arity28
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":28},{"arity":8,"count":1},{"arity":28,"count":1}]
Number of extensional constraints0
Number of intensional constraints29
Distribution of constraint types[{"type":"intension","count":29},{"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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270542-1502720435.xml"  -tl '20160s' -p 8 -x 0
0.11/0.15	c [HOME/instance-4270542-1502720435.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.32/0.27	c parse instance...
0.99/0.56	c solve instance...
1.43/0.67	o 497 
1.43/0.69	o 44 
1.98/0.70	o 41 
1.98/0.71	o 40 
1.98/0.73	o 39 
1.98/0.75	o 38 
1.98/0.80	o 34 
8.96/1.66	s OPTIMUM FOUND
8.96/1.66	v <instantiation>
8.96/1.66	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[3][4] y[3][5] y[3][6] y[3][7] y[4][5] y[4][6] y[4][7] y[5][6] y[5][7] y[6][7] </list>
8.96/1.66	v 	<values>0 1 4 9 15 22 32 34 1 4 9 15 22 32 34 3 8 14 21 31 33 5 11 18 28 30 6 13 23 25 7 17 19 10 12 2 </values>
8.96/1.66	v </instantiation>

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270542-1502720435/watcher-4270542-1502720435 -o /tmp/evaluation-result-4270542-1502720435/solver-4270542-1502720435 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502716719-25911 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 398963901 HOME/instance-4270542-1502720435.xml 

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

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

solver pid=26597, runsolver pid=26594

[startup+0.100088 s]*
/proc/loadavg: 4.79 6.23 6.44 2/199 26618
/proc/meminfo: memFree=28699712/32770624 swapFree=67108860/67108860
[pid=26597] ppid=26594 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26597/stat : 26597 (xcsp3-exec) S 26594 26597 25884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105124417 9740288 346 33554432000 4194304 5098028 140732396876496 140732396874600 140008469222012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18178048 140732396880997 140732396881207 140732396881207 140732396883947 0
/proc/26597/statm: 2378 346 289 221 0 87 0
[pid=26599] ppid=26597 vsize=25999808 memory=26948 CPUtime=0.11 cores=0-7
/proc/26599/stat : 26599 (java) S 26597 26597 25884 0 -1 1077944320 5661 0 0 0 10 1 0 0 20 0 20 0 105124418 26623803392 6737 33554432000 4194304 4196468 140722522466448 140722522448992 140249918299895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
/proc/26599/statm: 6499952 6737 2824 1 0 6488269 0
[pid=26599/tid=26600] ppid=26597 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/26599/task/26600/stat : 26600 (java) R 26597 26597 25884 0 -1 4202560 3667 0 0 0 8 0 0 0 20 0 20 0 105124418 26623803392 6737 33554432000 4194304 4196468 140722522466448 140249922525616 140249918311830 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26601] ppid=26597 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26599/task/26601/stat : 26601 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26623803392 6737 33554432000 4194304 4196468 140722522466448 140249877059856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26602] ppid=26597 vsize=25999808 memory=140091246204544 CPUtime=0 cores=0-7
/proc/26599/task/26602/stat : 26602 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105124419 26623803392 6737 33554432000 4194304 4196468 140722522466448 140249475336592 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26603] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26603/stat : 26603 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124419 26623803392 6737 33554432000 4194304 4196468 140722522466448 140249474284048 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26604] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26604/stat : 26604 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26623803392 6737 33554432000 4194304 4196468 140722522466448 140249473231504 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26605] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26605/stat : 26605 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124419 26623803392 6737 33554432000 4194304 4196468 140722522466448 140249472178960 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26606] ppid=26597 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/26599/task/26606/stat : 26606 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26623803392 6737 33554432000 4194304 4196468 140722522466448 140249471126416 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26607] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26607/stat : 26607 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26623803392 6737 33554432000 4194304 4196468 140722522466448 140249470073872 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26608] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26608/stat : 26608 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26623803392 6737 33554432000 4194304 4196468 140722522466448 140249469021328 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26609] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26609/stat : 26609 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124420 26623803392 6737 33554432000 4194304 4196468 140722522466448 140248391579632 140249918311042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26610] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26610/stat : 26610 (java) S 26597 26597 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105124421 26623803392 6737 33554432000 4194304 4196468 140722522466448 140248390525856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26611] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26611/stat : 26611 (java) S 26597 26597 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105124421 26623803392 6737 33554432000 4194304 4196468 140722522466448 140248389473264 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26612] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26612/stat : 26612 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124424 26623803392 6737 33554432000 4194304 4196468 140722522466448 140248388421840 140249918318491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26613] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26613/stat : 26613 (java) R 26597 26597 25884 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 105124424 26623803392 6737 33554432000 4194304 4196468 140722522466448 140248387369456 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26614] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26614/stat : 26614 (java) S 26597 26597 25884 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 20 0 105124424 26623803392 6737 33554432000 4194304 4196468 140722522466448 140248386316912 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26615] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26615/stat : 26615 (java) R 26597 26597 25884 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 105124424 26623803392 6737 33554432000 4194304 4196468 140722522466448 140248385264368 140249918311042 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26616] ppid=26597 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/26599/task/26616/stat : 26616 (java) R 26597 26597 25884 0 -1 4202560 246 0 0 0 1 0 0 0 20 0 20 0 105124424 26623803392 6737 33554432000 4194304 4196468 140722522466448 140248384211824 140249896886547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26617] ppid=26597 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26617/stat : 26617 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105124424 26623803392 6737 33554432000 4194304 4196468 140722522466448 140248383158496 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26618] ppid=26597 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/26599/task/26618/stat : 26618 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124424 26623803392 6737 33554432000 4194304 4196468 140722522466448 140248382106032 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28332 KiB

[startup+0.210147 s]*
/proc/loadavg: 4.79 6.23 6.44 2/199 26618
/proc/meminfo: memFree=28691216/32770624 swapFree=67108860/67108860
[pid=26597] ppid=26594 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26597/stat : 26597 (xcsp3-exec) S 26594 26597 25884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105124417 9740288 346 33554432000 4194304 5098028 140732396876496 140732396874600 140008469222012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18178048 140732396880997 140732396881207 140732396881207 140732396883947 0
/proc/26597/statm: 2378 346 289 221 0 87 0
[pid=26599] ppid=26597 vsize=26004064 memory=39068 CPUtime=0.32 cores=0-7
/proc/26599/stat : 26599 (java) S 26597 26597 25884 0 -1 1077944320 8349 0 0 0 30 2 0 0 20 0 20 0 105124418 26628161536 9767 33554432000 4194304 4196468 140722522466448 140722522448992 140249918299895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
/proc/26599/statm: 6501016 9767 3050 1 0 6488269 0
[pid=26599/tid=26600] ppid=26597 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/26599/task/26600/stat : 26600 (java) R 26597 26597 25884 0 -1 4202560 5445 0 0 0 18 1 0 0 20 0 20 0 105124418 26628161536 9767 33554432000 4194304 4196468 140722522466448 140249922522800 140249902380382 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26601] ppid=26597 vsize=26004064 memory=340 CPUtime=0 cores=0-7
/proc/26599/task/26601/stat : 26601 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 9767 33554432000 4194304 4196468 140722522466448 140249877059856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26602] ppid=26597 vsize=26004064 memory=140091246673329 CPUtime=0 cores=0-7
/proc/26599/task/26602/stat : 26602 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 9767 33554432000 4194304 4196468 140722522466448 140249475336592 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26603] ppid=26597 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26599/task/26603/stat : 26603 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 9767 33554432000 4194304 4196468 140722522466448 140249474284048 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26604] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26604/stat : 26604 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 9767 33554432000 4194304 4196468 140722522466448 140249473231504 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26605] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26605/stat : 26605 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 9767 33554432000 4194304 4196468 140722522466448 140249472178960 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26606] ppid=26597 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26599/task/26606/stat : 26606 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 9767 33554432000 4194304 4196468 140722522466448 140249471126416 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26607] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26607/stat : 26607 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 9767 33554432000 4194304 4196468 140722522466448 140249470073872 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26608] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26608/stat : 26608 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 9767 33554432000 4194304 4196468 140722522466448 140249469021328 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26609] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26609/stat : 26609 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124420 26628161536 9767 33554432000 4194304 4196468 140722522466448 140248391579632 140249918311042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26610] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26610/stat : 26610 (java) S 26597 26597 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105124421 26628161536 9767 33554432000 4194304 4196468 140722522466448 140248390525856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26611] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26611/stat : 26611 (java) S 26597 26597 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105124421 26628161536 9767 33554432000 4194304 4196468 140722522466448 140248389473264 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26612] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26612/stat : 26612 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124424 26628161536 9767 33554432000 4194304 4196468 140722522466448 140248388421840 140249918318491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26613] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26613/stat : 26613 (java) S 26597 26597 25884 0 -1 1077944384 110 0 0 0 0 0 0 0 20 0 20 0 105124424 26628161536 9767 33554432000 4194304 4196468 140722522466448 140248387369456 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26614] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26614/stat : 26614 (java) S 26597 26597 25884 0 -1 1077944384 508 0 0 0 0 0 0 0 20 0 20 0 105124424 26628161536 9767 33554432000 4194304 4196468 140722522466448 140248386316912 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26615] ppid=26597 vsize=26004064 memory=-1 CPUtime=0.02 cores=0-7
/proc/26599/task/26615/stat : 26615 (java) S 26597 26597 25884 0 -1 1077944384 280 0 0 0 2 0 0 0 20 0 20 0 105124424 26628161536 9767 33554432000 4194304 4196468 140722522466448 140248385264368 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26616] ppid=26597 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/26599/task/26616/stat : 26616 (java) S 26597 26597 25884 0 -1 1077944384 695 0 0 0 7 0 0 0 20 0 20 0 105124424 26628161536 9767 33554432000 4194304 4196468 140722522466448 140248384211824 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26617] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26617/stat : 26617 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105124424 26628161536 9767 33554432000 4194304 4196468 140722522466448 140248383158496 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26618] ppid=26597 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26599/task/26618/stat : 26618 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124424 26628161536 9767 33554432000 4194304 4196468 140722522466448 140248382106032 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40452 KiB

[startup+0.310061 s]*
/proc/loadavg: 4.79 6.23 6.44 2/199 26618
/proc/meminfo: memFree=28682468/32770624 swapFree=67108860/67108860
[pid=26597] ppid=26594 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26597/stat : 26597 (xcsp3-exec) S 26594 26597 25884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105124417 9740288 346 33554432000 4194304 5098028 140732396876496 140732396874600 140008469222012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18178048 140732396880997 140732396881207 140732396881207 140732396883947 0
/proc/26597/statm: 2378 346 289 221 0 87 0
[pid=26599] ppid=26597 vsize=26004064 memory=46024 CPUtime=0.49 cores=0-7
/proc/26599/stat : 26599 (java) S 26597 26597 25884 0 -1 1077944320 9251 0 0 0 46 3 0 0 20 0 20 0 105124418 26628161536 11506 33554432000 4194304 4196468 140722522466448 140722522448992 140249918299895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
/proc/26599/statm: 6501016 11506 3078 1 0 6488269 0
[pid=26599/tid=26600] ppid=26597 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/26599/task/26600/stat : 26600 (java) R 26597 26597 25884 0 -1 4202560 6199 0 0 0 27 2 0 0 20 0 20 0 105124418 26628161536 11506 33554432000 4194304 4196468 140722522466448 140249922536144 140249918321242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26601] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26601/stat : 26601 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 11506 33554432000 4194304 4196468 140722522466448 140249877059856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26602] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26602/stat : 26602 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 11506 33554432000 4194304 4196468 140722522466448 140249475336592 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26603] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26603/stat : 26603 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 11506 33554432000 4194304 4196468 140722522466448 140249474284048 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26604] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26604/stat : 26604 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 11506 33554432000 4194304 4196468 140722522466448 140249473231504 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26605] ppid=26597 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/26599/task/26605/stat : 26605 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 11506 33554432000 4194304 4196468 140722522466448 140249472178960 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26606] ppid=26597 vsize=26004064 memory=140091095872431 CPUtime=0 cores=0-7
/proc/26599/task/26606/stat : 26606 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 11506 33554432000 4194304 4196468 140722522466448 140249471126416 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26607] ppid=26597 vsize=26004064 memory=140091095874736 CPUtime=0 cores=0-7
/proc/26599/task/26607/stat : 26607 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 11506 33554432000 4194304 4196468 140722522466448 140249470073872 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26608] ppid=26597 vsize=26004064 memory=140091095877040 CPUtime=0 cores=0-7
/proc/26599/task/26608/stat : 26608 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124419 26628161536 11506 33554432000 4194304 4196468 140722522466448 140249469021328 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26609] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26609/stat : 26609 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 105124420 26628161536 11506 33554432000 4194304 4196468 140722522466448 140248391579632 140249918311042 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26610] ppid=26597 vsize=26004064 memory=280182191761040 CPUtime=0 cores=0-7
/proc/26599/task/26610/stat : 26610 (java) S 26597 26597 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 105124421 26628161536 11506 33554432000 4194304 4196468 140722522466448 140248390525856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26611] ppid=26597 vsize=26004064 memory=280182191767952 CPUtime=0 cores=0-7
/proc/26599/task/26611/stat : 26611 (java) S 26597 26597 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 105124421 26628161536 11506 33554432000 4194304 4196468 140722522466448 140248389473264 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26612] ppid=26597 vsize=26004064 memory=280182191709232 CPUtime=0 cores=0-7
/proc/26599/task/26612/stat : 26612 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124424 26628161536 11506 33554432000 4194304 4196468 140722522466448 140248388421840 140249918318491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26613] ppid=26597 vsize=26004064 memory=280182191781776 CPUtime=0.01 cores=0-7
/proc/26599/task/26613/stat : 26613 (java) S 26597 26597 25884 0 -1 1077944384 112 0 0 0 1 0 0 0 20 0 20 0 105124424 26628161536 11506 33554432000 4194304 4196468 140722522466448 140248387369456 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26614] ppid=26597 vsize=26004064 memory=280182191788688 CPUtime=0.02 cores=0-7
/proc/26599/task/26614/stat : 26614 (java) S 26597 26597 25884 0 -1 1077944384 569 0 0 0 2 0 0 0 20 0 20 0 105124424 26628161536 11526 33554432000 4194304 4196468 140722522466448 140248386316912 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26615] ppid=26597 vsize=26004064 memory=280182191786384 CPUtime=0.02 cores=0-7
/proc/26599/task/26615/stat : 26615 (java) S 26597 26597 25884 0 -1 1077944384 280 0 0 0 2 0 0 0 20 0 20 0 105124424 26628161536 11526 33554432000 4194304 4196468 140722522466448 140248385264368 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26616] ppid=26597 vsize=26004064 memory=280182191802544 CPUtime=0.11 cores=0-7
/proc/26599/task/26616/stat : 26616 (java) S 26597 26597 25884 0 -1 1077944384 783 0 0 0 11 0 0 0 20 0 20 0 105124424 26628161536 11526 33554432000 4194304 4196468 140722522466448 140248384211824 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26617] ppid=26597 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26617/stat : 26617 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 105124424 26628161536 11526 33554432000 4194304 4196468 140722522466448 140248383158496 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26618] ppid=26597 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/26599/task/26618/stat : 26618 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 105124424 26628161536 11526 33554432000 4194304 4196468 140722522466448 140248382106032 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47408 KiB

[startup+0.701606 s]
/proc/loadavg: 4.79 6.23 6.44 4/199 26618
/proc/meminfo: memFree=28664124/32770624 swapFree=67108860/67108860
[pid=26597] ppid=26594 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26597/stat : 26597 (xcsp3-exec) S 26594 26597 25884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105124417 9740288 346 33554432000 4194304 5098028 140732396876496 140732396874600 140008469222012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18178048 140732396880997 140732396881207 140732396881207 140732396883947 0
/proc/26597/statm: 2378 346 289 221 0 87 0
[pid=26599] ppid=26597 vsize=26538700 memory=124096 CPUtime=1.98 cores=0-7
/proc/26599/stat : 26599 (java) S 26597 26597 25884 0 -1 1077944320 13455 0 0 0 193 5 0 0 20 0 26 0 105124418 27175628800 31024 33554432000 4194304 4196468 140722522466448 140722522448992 140249918299895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
/proc/26599/statm: 6634675 31024 3208 1 0 6621909 0
[pid=26599/tid=26600] ppid=26597 vsize=26538700 memory=280182192160432 CPUtime=0.54 cores=0-7
/proc/26599/task/26600/stat : 26600 (java) S 26597 26597 25884 0 -1 1077944384 6903 0 0 0 52 2 0 0 20 0 26 0 105124418 27175628800 31024 33554432000 4194304 4196468 140722522466448 140249922540672 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26601] ppid=26597 vsize=26538700 memory=140091096081264 CPUtime=0 cores=0-7
/proc/26599/task/26601/stat : 26601 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 26 0 105124419 27175628800 31024 33554432000 4194304 4196468 140722522466448 140249877059856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26602] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26602/stat : 26602 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 26 0 105124419 27175628800 31024 33554432000 4194304 4196468 140722522466448 140249475336592 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26603] ppid=26597 vsize=26538700 memory=1200 CPUtime=0 cores=0-7
/proc/26599/task/26603/stat : 26603 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 26 0 105124419 27175628800 31024 33554432000 4194304 4196468 140722522466448 140249474284048 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0

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

[pid=26599/tid=26612] ppid=26597 vsize=26538700 memory=960 CPUtime=0 cores=0-7
/proc/26599/task/26612/stat : 26612 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 27 0 105124424 27175628800 31024 33554432000 4194304 4196468 140722522466448 140248388421840 140249918318491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26613] ppid=26597 vsize=26538700 memory=0 CPUtime=0.13 cores=0-7
/proc/26599/task/26613/stat : 26613 (java) R 26597 26597 25884 0 -1 4202560 690 0 0 0 13 0 0 0 20 0 27 0 105124424 27175628800 31024 33554432000 4194304 4196468 140722522466448 140248387357936 140249899001559 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26614] ppid=26597 vsize=26538700 memory=9992 CPUtime=0.15 cores=0-7
/proc/26599/task/26614/stat : 26614 (java) R 26597 26597 25884 0 -1 4202560 1171 0 0 0 15 0 0 0 20 0 27 0 105124424 27175628800 31024 33554432000 4194304 4196468 140722522466448 140248386306704 140249903181699 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26615] ppid=26597 vsize=26538700 memory=1224 CPUtime=0.17 cores=0-7
/proc/26599/task/26615/stat : 26615 (java) R 26597 26597 25884 0 -1 4202560 1023 0 0 0 17 0 0 0 20 0 27 0 105124424 27175628800 31024 33554432000 4194304 4196468 140722522466448 140248385255824 140249902266446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26616] ppid=26597 vsize=26538700 memory=5716 CPUtime=0.34 cores=0-7
/proc/26599/task/26616/stat : 26616 (java) D 26597 26597 25884 0 -1 4202560 1718 0 0 0 34 0 0 0 20 0 27 0 105124424 27175628800 31024 33554432000 4194304 4196468 140722522466448 140248384208760 140249911017047 0 4 0 16800975 18446744071582151463 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26617] ppid=26597 vsize=26538700 memory=1720 CPUtime=0 cores=0-7
/proc/26599/task/26617/stat : 26617 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 27 0 105124424 27175628800 31024 33554432000 4194304 4196468 140722522466448 140248383158496 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26618] ppid=26597 vsize=26538700 memory=4612 CPUtime=0 cores=0-7
/proc/26599/task/26618/stat : 26618 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105124424 27175628800 31024 33554432000 4194304 4196468 140722522466448 140248382106032 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
Current children cumulated CPU time: 1.98 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 125480 KiB

[startup+1.50156 s]
/proc/loadavg: 4.79 6.23 6.44 10/207 26682
/proc/meminfo: memFree=28543588/32770624 swapFree=67108860/67108860
[pid=26597] ppid=26594 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26597/stat : 26597 (xcsp3-exec) S 26594 26597 25884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105124417 9740288 346 33554432000 4194304 5098028 140732396876496 140732396874600 140008469222012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18178048 140732396880997 140732396881207 140732396881207 140732396883947 0
/proc/26597/statm: 2378 346 289 221 0 87 0
[pid=26599] ppid=26597 vsize=26538700 memory=191924 CPUtime=8.16 cores=0-7
/proc/26599/stat : 26599 (java) S 26597 26597 25884 0 -1 1077944320 19001 0 0 0 807 9 0 0 20 0 28 0 105124418 27175628800 47981 33554432000 4194304 4196468 140722522466448 140722522448992 140249918299895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
/proc/26599/statm: 6634675 47981 3233 1 0 6621909 0
[pid=26599/tid=26600] ppid=26597 vsize=26538700 memory=14692993764428351 CPUtime=0.55 cores=0-7
/proc/26599/task/26600/stat : 26600 (java) S 26597 26597 25884 0 -1 1077944384 6903 0 0 0 52 3 0 0 20 0 28 0 105124418 27175628800 47981 33554432000 4194304 4196468 140722522466448 140249922540672 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26601] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26601/stat : 26601 (java) S 26597 26597 25884 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 47981 33554432000 4194304 4196468 140722522466448 140249877059856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26602] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26602/stat : 26602 (java) S 26597 26597 25884 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 47981 33554432000 4194304 4196468 140722522466448 140249475336592 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26603] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26603/stat : 26603 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 47981 33554432000 4194304 4196468 140722522466448 140249474284048 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26604] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26604/stat : 26604 (java) S 26597 26597 25884 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 47981 33554432000 4194304 4196468 140722522466448 140249473231504 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26605] ppid=26597 vsize=26538700 memory=2244 CPUtime=0 cores=0-7
/proc/26599/task/26605/stat : 26605 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 47981 33554432000 4194304 4196468 140722522466448 140249472178960 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26606] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26606/stat : 26606 (java) S 26597 26597 25884 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 47981 33554432000 4194304 4196468 140722522466448 140249471126416 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26607] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26607/stat : 26607 (java) S 26597 26597 25884 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 47981 33554432000 4194304 4196468 140722522466448 140249470073872 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26608] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26608/stat : 26608 (java) S 26597 26597 25884 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 47981 33554432000 4194304 4196468 140722522466448 140249469021328 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26609] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26609/stat : 26609 (java) S 26597 26597 25884 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 105124420 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248391579632 140249918311042 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26610] ppid=26597 vsize=26538700 memory=187900 CPUtime=0 cores=0-7
/proc/26599/task/26610/stat : 26610 (java) S 26597 26597 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 105124421 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248390525856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26611] ppid=26597 vsize=26538700 memory=4144 CPUtime=0 cores=0-7
/proc/26599/task/26611/stat : 26611 (java) S 26597 26597 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 105124421 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248389473264 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26612] ppid=26597 vsize=26538700 memory=30248 CPUtime=0 cores=0-7
/proc/26599/task/26612/stat : 26612 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105124424 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248388421840 140249918318491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26613] ppid=26597 vsize=26538700 memory=1292 CPUtime=0.5 cores=0-7
/proc/26599/task/26613/stat : 26613 (java) R 26597 26597 25884 0 -1 4202560 1832 0 0 0 50 0 0 0 20 0 28 0 105124424 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248387355808 140249896316907 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26614] ppid=26597 vsize=26538700 memory=2428 CPUtime=0.51 cores=0-7
/proc/26599/task/26614/stat : 26614 (java) R 26597 26597 25884 0 -1 4202560 2793 0 0 0 50 1 0 0 20 0 28 0 105124424 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248386298176 140249899844560 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26615] ppid=26597 vsize=26538700 memory=1728 CPUtime=0.45 cores=0-7
/proc/26599/task/26615/stat : 26615 (java) R 26597 26597 25884 0 -1 4202560 2397 0 0 0 45 0 0 0 20 0 28 0 105124424 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248385250832 140249903221861 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26616] ppid=26597 vsize=26538700 memory=792 CPUtime=0.44 cores=0-7
/proc/26599/task/26616/stat : 26616 (java) S 26597 26597 25884 0 -1 1077944384 2263 0 0 0 44 0 0 0 20 0 28 0 105124424 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248384211824 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26617] ppid=26597 vsize=26538700 memory=9992 CPUtime=0 cores=0-7
/proc/26599/task/26617/stat : 26617 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105124424 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248383158496 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26618] ppid=26597 vsize=26538700 memory=1224 CPUtime=0 cores=0-7
/proc/26599/task/26618/stat : 26618 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105124424 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248382106032 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26675] ppid=26597 vsize=26538700 memory=5716 CPUtime=0.55 cores=0-7
/proc/26599/task/26675/stat : 26675 (java) R 26597 26597 25884 0 -1 4202560 23 0 0 0 55 0 0 0 20 0 28 0 105124498 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248368830672 140249558466002 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26676] ppid=26597 vsize=26538700 memory=1720 CPUtime=0.6 cores=0-7
/proc/26599/task/26676/stat : 26676 (java) R 26597 26597 25884 0 -1 4202560 20 0 0 0 60 0 0 0 20 0 28 0 105124498 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248366730176 140249558260892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26677] ppid=26597 vsize=26538700 memory=0 CPUtime=0.58 cores=0-7
/proc/26599/task/26677/stat : 26677 (java) R 26597 26597 25884 0 -1 4202560 20 0 0 0 58 0 0 0 20 0 28 0 105124498 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248371991560 140249558289852 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26678] ppid=26597 vsize=26538700 memory=0 CPUtime=0.65 cores=0-7
/proc/26599/task/26678/stat : 26678 (java) R 26597 26597 25884 0 -1 4202560 23 0 0 0 65 0 0 0 20 0 28 0 105124498 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248370939304 140249558270338 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26679] ppid=26597 vsize=26538700 memory=280182192434192 CPUtime=0.51 cores=0-7
/proc/26599/task/26679/stat : 26679 (java) R 26597 26597 25884 0 -1 4202560 53 0 0 0 51 0 0 0 20 0 28 0 105124498 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248367779200 140249899142266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26680] ppid=26597 vsize=26538700 memory=140091096218144 CPUtime=0.63 cores=0-7
/proc/26599/task/26680/stat : 26680 (java) R 26597 26597 25884 0 -1 4202560 17 0 0 0 63 0 0 0 20 0 28 0 105124498 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248374099640 140249558270151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26681] ppid=26597 vsize=26538700 memory=0 CPUtime=0.58 cores=0-7
/proc/26599/task/26681/stat : 26681 (java) R 26597 26597 25884 0 -1 4202560 18 0 0 0 58 0 0 0 20 0 28 0 105124498 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248373042792 140249558270531 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26682] ppid=26597 vsize=26538700 memory=0 CPUtime=0.53 cores=0-7
/proc/26599/task/26682/stat : 26682 (java) R 26597 26597 25884 0 -1 4202560 20 0 0 0 53 0 0 0 20 0 28 0 105124498 27175628800 47981 33554432000 4194304 4196468 140722522466448 140248369885536 140249558465204 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
Current children cumulated CPU time: 8.16 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 193308 KiB

[startup+1.68006 s]
# the end of solver process 26597 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=9.36987 s, system=0.10416 s

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

[startup+1.60156 s]
/proc/loadavg: 4.79 6.23 6.44 10/207 26682
/proc/meminfo: memFree=28543588/32770624 swapFree=67108860/67108860
[pid=26597] ppid=26594 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/26597/stat : 26597 (xcsp3-exec) S 26594 26597 25884 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 105124417 9740288 346 33554432000 4194304 5098028 140732396876496 140732396874600 140008469222012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 18178048 140732396880997 140732396881207 140732396881207 140732396883947 0
/proc/26597/statm: 2378 346 289 221 0 87 0
[pid=26599] ppid=26597 vsize=26538700 memory=194668 CPUtime=8.96 cores=0-7
/proc/26599/stat : 26599 (java) S 26597 26597 25884 0 -1 1077944320 19616 0 0 0 887 9 0 0 20 0 28 0 105124418 27175628800 48667 33554432000 4194304 4196468 140722522466448 140722522448992 140249918299895 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
/proc/26599/statm: 6634675 48667 3233 1 0 6621909 0
[pid=26599/tid=26600] ppid=26597 vsize=26538700 memory=0 CPUtime=0.55 cores=0-7
/proc/26599/task/26600/stat : 26600 (java) S 26597 26597 25884 0 -1 1077944384 6903 0 0 0 52 3 0 0 20 0 28 0 105124418 27175628800 48667 33554432000 4194304 4196468 140722522466448 140249922540672 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26601] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26601/stat : 26601 (java) S 26597 26597 25884 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 48667 33554432000 4194304 4196468 140722522466448 140249877059856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26602] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26602/stat : 26602 (java) S 26597 26597 25884 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 48667 33554432000 4194304 4196468 140722522466448 140249475336592 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26603] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26603/stat : 26603 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 48667 33554432000 4194304 4196468 140722522466448 140249474284048 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26604] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26604/stat : 26604 (java) S 26597 26597 25884 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 48667 33554432000 4194304 4196468 140722522466448 140249473231504 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26605] ppid=26597 vsize=26538700 memory=-9174445032661854264 CPUtime=0 cores=0-7
/proc/26599/task/26605/stat : 26605 (java) S 26597 26597 25884 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 48667 33554432000 4194304 4196468 140722522466448 140249472178960 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26606] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26606/stat : 26606 (java) S 26597 26597 25884 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 48667 33554432000 4194304 4196468 140722522466448 140249471126416 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26607] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26607/stat : 26607 (java) S 26597 26597 25884 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 48667 33554432000 4194304 4196468 140722522466448 140249470073872 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26608] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26608/stat : 26608 (java) S 26597 26597 25884 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 28 0 105124419 27175628800 48667 33554432000 4194304 4196468 140722522466448 140249469021328 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26609] ppid=26597 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/26599/task/26609/stat : 26609 (java) S 26597 26597 25884 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 28 0 105124420 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248391579632 140249918311042 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26610] ppid=26597 vsize=26538700 memory=4612 CPUtime=0 cores=0-7
/proc/26599/task/26610/stat : 26610 (java) S 26597 26597 25884 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 105124421 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248390525856 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26611] ppid=26597 vsize=26538700 memory=1008 CPUtime=0 cores=0-7
/proc/26599/task/26611/stat : 26611 (java) S 26597 26597 25884 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 28 0 105124421 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248389473264 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26612] ppid=26597 vsize=26538700 memory=1944 CPUtime=0 cores=0-7
/proc/26599/task/26612/stat : 26612 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105124424 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248388421840 140249918318491 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26613] ppid=26597 vsize=26538700 memory=1200 CPUtime=0.6 cores=0-7
/proc/26599/task/26613/stat : 26613 (java) R 26597 26597 25884 0 -1 4202560 2367 0 0 0 60 0 0 0 20 0 28 0 105124424 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248387355336 140249899821286 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26614] ppid=26597 vsize=26538700 memory=1424 CPUtime=0.61 cores=0-7
/proc/26599/task/26614/stat : 26614 (java) R 26597 26597 25884 0 -1 4202560 2819 0 0 0 60 1 0 0 20 0 28 0 105124424 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248386309400 140249903425776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26615] ppid=26597 vsize=26538700 memory=8556 CPUtime=0.51 cores=0-7
/proc/26599/task/26615/stat : 26615 (java) R 26597 26597 25884 0 -1 4202560 2418 0 0 0 51 0 0 0 20 0 28 0 105124424 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248385246272 140249897546601 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26616] ppid=26597 vsize=26538700 memory=15872 CPUtime=0.46 cores=0-7
/proc/26599/task/26616/stat : 26616 (java) R 26597 26597 25884 0 -1 4202560 2296 0 0 0 46 0 0 0 20 0 28 0 105124424 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248384211824 140249911396731 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26617] ppid=26597 vsize=26538700 memory=4052 CPUtime=0 cores=0-7
/proc/26599/task/26617/stat : 26617 (java) S 26597 26597 25884 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 105124424 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248383158496 140249918310101 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26618] ppid=26597 vsize=26538700 memory=17828 CPUtime=0 cores=0-7
/proc/26599/task/26618/stat : 26618 (java) S 26597 26597 25884 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 105124424 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248382106032 140249918311042 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26675] ppid=26597 vsize=26538700 memory=18472 CPUtime=0.63 cores=0-7
/proc/26599/task/26675/stat : 26675 (java) R 26597 26597 25884 0 -1 4202560 23 0 0 0 63 0 0 0 20 0 28 0 105124498 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248368830864 140249555431779 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26676] ppid=26597 vsize=26538700 memory=640 CPUtime=0.66 cores=0-7
/proc/26599/task/26676/stat : 26676 (java) R 26597 26597 25884 0 -1 4202560 20 0 0 0 66 0 0 0 20 0 28 0 105124498 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248366726800 140249554490209 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26677] ppid=26597 vsize=26538700 memory=6382321403054 CPUtime=0.63 cores=0-7
/proc/26599/task/26677/stat : 26677 (java) R 26597 26597 25884 0 -1 4202560 20 0 0 0 63 0 0 0 20 0 28 0 105124498 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248371987408 140249554506275 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26678] ppid=26597 vsize=26538700 memory=288230596050944315 CPUtime=0.73 cores=0-7
/proc/26599/task/26678/stat : 26678 (java) R 26597 26597 25884 0 -1 4202560 23 0 0 0 73 0 0 0 20 0 28 0 105124498 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248370938024 140249559487747 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26679] ppid=26597 vsize=26538700 memory=14692993764428351 CPUtime=0.55 cores=0-7
/proc/26599/task/26679/stat : 26679 (java) R 26597 26597 25884 0 -1 4202560 53 0 0 0 55 0 0 0 20 0 28 0 105124498 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248367779856 140249558276752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26680] ppid=26597 vsize=26538700 memory=0 CPUtime=0.7 cores=0-7
/proc/26599/task/26680/stat : 26680 (java) R 26597 26597 25884 0 -1 4202560 17 0 0 0 70 0 0 0 20 0 28 0 105124498 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248374096296 140249554499301 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26681] ppid=26597 vsize=26538700 memory=0 CPUtime=0.62 cores=0-7
/proc/26599/task/26681/stat : 26681 (java) R 26597 26597 25884 0 -1 4202560 18 0 0 0 62 0 0 0 20 0 28 0 105124498 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248373041736 140249554499317 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
[pid=26599/tid=26682] ppid=26597 vsize=26538700 memory=6944656592455360604 CPUtime=0.63 cores=0-7
/proc/26599/task/26682/stat : 26682 (java) R 26597 26597 25884 0 -1 4202560 21 0 0 0 63 0 0 0 20 0 28 0 105124498 27175628800 48667 33554432000 4194304 4196468 140722522466448 140248369886816 140249554471457 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36691968 140722522469522 140722522469699 140722522469699 140722522472399 0
Current children cumulated CPU time: 8.96 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 196052 KiB

Child status: 0
Real time (s): 1.68012
CPU time (s): 9.47403
CPU user time (s): 9.36987
CPU system time (s): 0.10416
CPU usage (%): 563.891
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 196052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.36987
system time used= 0.10416
maximum resident set size= 195972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20190
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= 3921
involuntary context switches= 243


# summary of solver processes directly reported to runsolver:
#   pid: 26597
#   total CPU time (s): 9.47403
#   total CPU user time (s): 9.36987
#   total CPU system time (s): 0.10416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036664 second user time and 0.056337 second system time

The end

Launcher Data

Begin job on node151 at 2017-08-14 16:06:17
IDJOB=4270542
IDBENCH=126212
IDSOLVER=2662
FILE ID=node151/4270542-1502720435
RUNJOBID= node151-1502716719-25911
PBS_JOBID= 20629033
Free space on /tmp= 61756 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-08-a3.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270542-1502720435/watcher-4270542-1502720435 -o /tmp/evaluation-result-4270542-1502720435/solver-4270542-1502720435 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1502716719-25911 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 398963901 HOME/instance-4270542-1502720435.xml

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

MD5SUM BENCH= 86f9a0f9696ddea7c71528c4cbe59182
RANDOM SEED=398963901

node151.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	: 5332.95
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	: 5332.95
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	: 5332.95
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	: 5332.95
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:        28716076 kB
MemAvailable:   31989076 kB
Buffers:          273752 kB
Cached:          3288804 kB
SwapCached:            0 kB
Active:           967004 kB
Inactive:        2647568 kB
Active(anon):      54712 kB
Inactive(anon):    25048 kB
Active(file):     912292 kB
Inactive(file):  2622520 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7616 kB
Writeback:             0 kB
AnonPages:         59080 kB
Mapped:            44844 kB
Shmem:             25224 kB
Slab:             134364 kB
SReclaimable:     108048 kB
SUnreclaim:        26316 kB
KernelStack:        3168 kB
PageTables:         4424 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61748 MiB
End job on node151 at 2017-08-14 16:06:18