Trace number 4394149

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-14OPT44 8.6791 2.50583

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-09_c18.xml
MD5SUM967738086e80168f9eb4b0337d9e8cf6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark3.78942
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394149-1568351996.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4394149-1568351996.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.02/0.59	c solve instance...
1.30/0.66	o 65 
1.30/0.66	o 61 
1.30/0.67	o 59 
1.30/0.67	o 59 
1.30/0.69	o 57 
1.30/0.69	o 53 
1.60/0.71	o 52 
1.60/0.73	o 50 
1.60/0.79	o 49 
1.60/0.79	o 47 
2.36/0.91	o 45 
2.36/0.95	o 44 
8.31/2.49	s OPTIMUM FOUND
8.31/2.49	v <instantiation>
8.31/2.49	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] 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[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] </list>
8.31/2.49	v 	<values>0 1 5 12 25 27 35 41 44 1 5 12 25 27 35 41 44 4 11 24 26 34 40 43 7 20 22 30 36 39 13 15 23 29 32 2 10 16 19 8 14 17 6 9 3 </values>
8.31/2.49	v </instantiation>

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394149-1568351996/watcher-4394149-1568351996 -o /tmp/evaluation-result-4394149-1568351996/solver-4394149-1568351996 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568351942-22942 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1748591267 HOME/instance-4394149-1568351996.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB
solver pid=23154, runsolver pid=23151


[startup+0.100295 s]*
/proc/loadavg: 1.28 1.09 1.13 7/239 23170
/proc/meminfo: memFree=30233804/32770624 swapFree=67009020/67108860
[pid=23154] ppid=23151 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23154/stat : 23154 (xcsp3-exec) S 23151 23154 22910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411122315 115843072 362 33554432000 4194304 5098028 140734214082800 140734214080904 140137599812220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8298496 140734214087546 140734214087789 140734214087789 140734214090698 0
/proc/23154/statm: 28282 362 304 221 0 87 0
[pid=23156] ppid=23154 vsize=15144768 memory=27456 CPUtime=0.13 cores=1,3,5,7
/proc/23156/stat : 23156 (java) S 23154 23154 22910 0 -1 1077944320 5821 0 0 0 12 1 0 0 20 0 15 0 411122316 15508242432 6864 33554432000 4194304 4196468 140733530387440 140733530369984 140654373314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
/proc/23156/statm: 3786192 6864 3184 1 0 3748377 0
[pid=23156/tid=23157] ppid=23154 vsize=15144768 memory=-2915664431881770398 CPUtime=0.09 cores=1,3,5,7
/proc/23156/task/23157/stat : 23157 (java) R 23154 23154 22910 0 -1 4202560 3633 0 0 0 9 0 0 0 20 0 15 0 411122316 15508242432 6864 33554432000 4194304 4196468 140733530387440 140654377544480 140654354724445 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23158] ppid=23154 vsize=15144768 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23158/stat : 23158 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122317 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653965798032 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23159] ppid=23154 vsize=15144768 memory=139892377523840 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23159/stat : 23159 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122317 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653964745232 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23160] ppid=23154 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23160/stat : 23160 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122317 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653963692432 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23161] ppid=23154 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23161/stat : 23161 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122317 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653962639632 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23162] ppid=23154 vsize=15144768 memory=139892377523840 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23162/stat : 23162 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122318 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653841918832 140654373325442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23163] ppid=23154 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23163/stat : 23163 (java) S 23154 23154 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411122318 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653840864800 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23164] ppid=23154 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23164/stat : 23164 (java) S 23154 23154 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411122319 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653839811952 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23165] ppid=23154 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23165/stat : 23165 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122321 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653838760272 140654373332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23166] ppid=23154 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23166/stat : 23166 (java) S 23154 23154 22910 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 411122321 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653837707632 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23167] ppid=23154 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23167/stat : 23167 (java) S 23154 23154 22910 0 -1 1077944384 163 0 0 0 0 0 0 0 20 0 15 0 411122321 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653836654832 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23168] ppid=23154 vsize=15144768 memory=139892377523840 CPUtime=0.02 cores=1,3,5,7
/proc/23156/task/23168/stat : 23168 (java) R 23154 23154 22910 0 -1 4202560 419 0 0 0 2 0 0 0 20 0 15 0 411122321 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653835599992 140654357394782 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23169] ppid=23154 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23169/stat : 23169 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122321 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653834549472 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23170] ppid=23154 vsize=15144768 memory=139892377523840 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23170/stat : 23170 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122322 15508242432 6864 33554432000 4194304 4196468 140733530387440 140653833497776 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 28904 KiB

[startup+0.211091 s]*
/proc/loadavg: 1.28 1.09 1.13 8/239 23170
/proc/meminfo: memFree=30220200/32770624 swapFree=67009020/67108860
[pid=23154] ppid=23151 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23154/stat : 23154 (xcsp3-exec) S 23151 23154 22910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411122315 115843072 362 33554432000 4194304 5098028 140734214082800 140734214080904 140137599812220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8298496 140734214087546 140734214087789 140734214087789 140734214090698 0
/proc/23154/statm: 28282 362 304 221 0 87 0
[pid=23156] ppid=23154 vsize=15144768 memory=39852 CPUtime=0.34 cores=1,3,5,7
/proc/23156/stat : 23156 (java) S 23154 23154 22910 0 -1 1077944320 9707 0 0 0 32 2 0 0 20 0 15 0 411122316 15508242432 9963 33554432000 4194304 4196468 140733530387440 140733530369984 140654373314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
/proc/23156/statm: 3786192 9963 3301 1 0 3748377 0
[pid=23156/tid=23157] ppid=23154 vsize=15144768 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/23156/task/23157/stat : 23157 (java) R 23154 23154 22910 0 -1 4202560 6670 0 0 0 19 1 0 0 20 0 15 0 411122316 15508242432 9963 33554432000 4194304 4196468 140733530387440 140654377550096 140654366411131 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23158] ppid=23154 vsize=15144768 memory=544 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23158/stat : 23158 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122317 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653965798032 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23159] ppid=23154 vsize=15144768 memory=139892377546954 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23159/stat : 23159 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122317 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653964745232 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23160] ppid=23154 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23160/stat : 23160 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122317 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653963692432 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23161] ppid=23154 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23161/stat : 23161 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122317 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653962639632 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23162] ppid=23154 vsize=15144768 memory=139892377523840 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23162/stat : 23162 (java) S 23154 23154 22910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411122318 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653841918832 140654373325442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23163] ppid=23154 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23163/stat : 23163 (java) S 23154 23154 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411122318 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653840864800 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23164] ppid=23154 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23164/stat : 23164 (java) S 23154 23154 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411122319 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653839811952 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23165] ppid=23154 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23165/stat : 23165 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122321 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653838760272 140654373332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23166] ppid=23154 vsize=15144768 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/23156/task/23166/stat : 23166 (java) S 23154 23154 22910 0 -1 1077944384 379 0 0 0 2 0 0 0 20 0 15 0 411122321 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653837707632 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23167] ppid=23154 vsize=15144768 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/23156/task/23167/stat : 23167 (java) S 23154 23154 22910 0 -1 1077944384 423 0 0 0 2 0 0 0 20 0 15 0 411122321 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653836654832 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23168] ppid=23154 vsize=15144768 memory=139892377523840 CPUtime=0.08 cores=1,3,5,7
/proc/23156/task/23168/stat : 23168 (java) S 23154 23154 22910 0 -1 1077944384 939 0 0 0 8 0 0 0 20 0 15 0 411122321 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653835602032 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23169] ppid=23154 vsize=15144768 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23169/stat : 23169 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122321 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653834549472 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23170] ppid=23154 vsize=15144768 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23170/stat : 23170 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122322 15508242432 9963 33554432000 4194304 4196468 140733530387440 140653833497776 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257896 KiB
Current children cumulated memory: 41300 KiB

[startup+0.318905 s]*
/proc/loadavg: 1.28 1.09 1.13 8/239 23170
/proc/meminfo: memFree=30212276/32770624 swapFree=67009020/67108860
[pid=23154] ppid=23151 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23154/stat : 23154 (xcsp3-exec) S 23151 23154 22910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411122315 115843072 362 33554432000 4194304 5098028 140734214082800 140734214080904 140137599812220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8298496 140734214087546 140734214087789 140734214087789 140734214090698 0
/proc/23154/statm: 28282 362 304 221 0 87 0
[pid=23156] ppid=23154 vsize=15149024 memory=49768 CPUtime=0.54 cores=1,3,5,7
/proc/23156/stat : 23156 (java) S 23154 23154 22910 0 -1 1077944320 11301 0 0 0 51 3 0 0 20 0 15 0 411122316 15512600576 12442 33554432000 4194304 4196468 140733530387440 140733530369984 140654373314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
/proc/23156/statm: 3787256 12442 3348 1 0 3748377 0
[pid=23156/tid=23157] ppid=23154 vsize=15149024 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/23156/task/23157/stat : 23157 (java) R 23154 23154 22910 0 -1 4202560 7962 0 0 0 28 2 0 0 20 0 15 0 411122316 15512600576 12442 33554432000 4194304 4196468 140733530387440 140654377545408 140654357394812 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23158] ppid=23154 vsize=15149024 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23158/stat : 23158 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122317 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653965798032 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23159] ppid=23154 vsize=15149024 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23159/stat : 23159 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122317 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653964745232 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23160] ppid=23154 vsize=15149024 memory=-3040564339105353098 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23160/stat : 23160 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122317 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653963692432 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23161] ppid=23154 vsize=15149024 memory=7161331908245094050 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23161/stat : 23161 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122317 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653962639632 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23162] ppid=23154 vsize=15149024 memory=6944656591801720471 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23162/stat : 23162 (java) S 23154 23154 22910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 411122318 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653841918832 140654373325442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23163] ppid=23154 vsize=15149024 memory=-8458152057954561420 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23163/stat : 23163 (java) S 23154 23154 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 411122318 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653840864800 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23164] ppid=23154 vsize=15149024 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23164/stat : 23164 (java) S 23154 23154 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 411122319 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653839811952 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23165] ppid=23154 vsize=15149024 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23165/stat : 23165 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122321 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653838760272 140654373332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23166] ppid=23154 vsize=15149024 memory=4426078206164241782 CPUtime=0.05 cores=1,3,5,7
/proc/23156/task/23166/stat : 23166 (java) S 23154 23154 22910 0 -1 1077944384 493 0 0 0 5 0 0 0 20 0 15 0 411122321 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653837707632 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23167] ppid=23154 vsize=15149024 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/23156/task/23167/stat : 23167 (java) S 23154 23154 22910 0 -1 1077944384 456 0 0 0 4 0 0 0 20 0 15 0 411122321 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653836654832 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23168] ppid=23154 vsize=15149024 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/23156/task/23168/stat : 23168 (java) S 23154 23154 22910 0 -1 1077944384 1102 0 0 0 12 0 0 0 20 0 15 0 411122321 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653835602032 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23169] ppid=23154 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23169/stat : 23169 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 411122321 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653834549472 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23170] ppid=23154 vsize=15149024 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23170/stat : 23170 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 411122322 15512600576 12442 33554432000 4194304 4196468 140733530387440 140653833497776 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262152 KiB
Current children cumulated memory: 51216 KiB

[startup+0.704691 s]
/proc/loadavg: 1.28 1.09 1.13 8/239 23170
/proc/meminfo: memFree=30192292/32770624 swapFree=67009020/67108860
[pid=23154] ppid=23151 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23154/stat : 23154 (xcsp3-exec) S 23151 23154 22910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411122315 115843072 362 33554432000 4194304 5098028 140734214082800 140734214080904 140137599812220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8298496 140734214087546 140734214087789 140734214087789 140734214090698 0
/proc/23154/statm: 28282 362 304 221 0 87 0
[pid=23156] ppid=23154 vsize=15418432 memory=126488 CPUtime=1.6 cores=1,3,5,7
/proc/23156/stat : 23156 (java) S 23154 23154 22910 0 -1 1077944320 16056 0 0 0 154 6 0 0 20 0 20 0 411122316 15788474368 31622 33554432000 4194304 4196468 140733530387440 140733530369984 140654373314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
/proc/23156/statm: 3854608 31622 3456 1 0 3815710 0
[pid=23156/tid=23157] ppid=23154 vsize=15418432 memory=293052469 CPUtime=0.57 cores=1,3,5,7
/proc/23156/task/23157/stat : 23157 (java) S 23154 23154 22910 0 -1 1077944384 9265 0 0 0 54 3 0 0 20 0 20 0 411122316 15788474368 31622 33554432000 4194304 4196468 140733530387440 140654377554240 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23158] ppid=23154 vsize=15418432 memory=2372 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23158/stat : 23158 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 411122317 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653965798032 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23159] ppid=23154 vsize=15418432 memory=180 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23159/stat : 23159 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 411122317 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653964745232 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23160] ppid=23154 vsize=15418432 memory=11861 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23160/stat : 23160 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 411122317 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653963692432 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23161] ppid=23154 vsize=15418432 memory=24688 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23161/stat : 23161 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 411122317 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653962639632 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23162] ppid=23154 vsize=15418432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23162/stat : 23162 (java) S 23154 23154 22910 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 411122318 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653841918832 140654373325442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23163] ppid=23154 vsize=15418432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23163/stat : 23163 (java) S 23154 23154 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 411122318 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653840864800 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23164] ppid=23154 vsize=15418432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23164/stat : 23164 (java) S 23154 23154 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 411122319 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653839811952 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23165] ppid=23154 vsize=15418432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23165/stat : 23165 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 411122321 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653838760272 140654373332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23166] ppid=23154 vsize=15418432 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/23156/task/23166/stat : 23166 (java) R 23154 23154 22910 0 -1 4202560 1324 0 0 0 22 0 0 0 20 0 20 0 411122321 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653837693656 140654354835695 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23167] ppid=23154 vsize=15418432 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/23156/task/23167/stat : 23167 (java) R 23154 23154 22910 0 -1 4202560 1224 0 0 0 26 0 0 0 20 0 20 0 411122321 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653836638784 140654354858471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23168] ppid=23154 vsize=15418432 memory=0 CPUtime=0.37 cores=1,3,5,7
/proc/23156/task/23168/stat : 23168 (java) S 23154 23154 22910 0 -1 1077944384 2322 0 0 0 37 0 0 0 20 0 20 0 411122321 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653835602032 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23169] ppid=23154 vsize=15418432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23169/stat : 23169 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 411122321 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653834549472 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23170] ppid=23154 vsize=15418432 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23170/stat : 23170 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 411122322 15788474368 31622 33554432000 4194304 4196468 140733530387440 140653833497776 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
Current children cumulated CPU time: 1.6 s
Current children cumulated vsize: 15531560 KiB
Current children cumulated memory: 127936 KiB

[startup+1.5039 s]
/proc/loadavg: 1.28 1.09 1.13 12/243 23222
/proc/meminfo: memFree=30078980/32770624 swapFree=67009020/67108860
[pid=23154] ppid=23151 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23154/stat : 23154 (xcsp3-exec) S 23151 23154 22910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411122315 115843072 362 33554432000 4194304 5098028 140734214082800 140734214080904 140137599812220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8298496 140734214087546 140734214087789 140734214087789 140734214090698 0
/proc/23154/statm: 28282 362 304 221 0 87 0

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

/proc/23156/task/23165/stat : 23165 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122321 15855583232 45230 33554432000 4194304 4196468 140733530387440 140653838760272 140654373332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23166] ppid=23154 vsize=15483968 memory=1052 CPUtime=0.74 cores=1,3,5,7
/proc/23156/task/23166/stat : 23166 (java) R 23154 23154 22910 0 -1 4202560 2055 0 0 0 74 0 0 0 20 0 19 0 411122321 15855583232 45230 33554432000 4194304 4196468 140733530387440 140653837693368 140654354858529 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23167] ppid=23154 vsize=15483968 memory=776 CPUtime=1.08 cores=1,3,5,7
/proc/23156/task/23167/stat : 23167 (java) R 23154 23154 22910 0 -1 4202560 2766 0 0 0 108 0 0 0 20 0 19 0 411122321 15855583232 45230 33554432000 4194304 4196468 140733530387440 140653836641088 140654354858052 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23168] ppid=23154 vsize=15483968 memory=3940 CPUtime=0.48 cores=1,3,5,7
/proc/23156/task/23168/stat : 23168 (java) S 23154 23154 22910 0 -1 1077944384 2909 0 0 0 48 0 0 0 20 0 19 0 411122321 15855583232 45230 33554432000 4194304 4196468 140733530387440 140653835602032 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23169] ppid=23154 vsize=15483968 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23169/stat : 23169 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122321 15855583232 45230 33554432000 4194304 4196468 140733530387440 140653834549472 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23170] ppid=23154 vsize=15483968 memory=8564 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23170/stat : 23170 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411122322 15855583232 45230 33554432000 4194304 4196468 140733530387440 140653833497776 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23219] ppid=23154 vsize=15483968 memory=1728 CPUtime=0.33 cores=1,3,5,7
/proc/23156/task/23219/stat : 23219 (java) R 23154 23154 22910 0 -1 4202560 30 0 0 0 33 0 0 0 20 0 19 0 411122410 15855583232 45230 33554432000 4194304 4196468 140733530387440 140653823229080 140654010808432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23220] ppid=23154 vsize=15483968 memory=1196 CPUtime=0.38 cores=1,3,5,7
/proc/23156/task/23220/stat : 23220 (java) R 23154 23154 22910 0 -1 4202560 24 0 0 0 38 0 0 0 20 0 19 0 411122410 15855583232 45230 33554432000 4194304 4196468 140733530387440 140653824287256 140654015645675 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23221] ppid=23154 vsize=15483968 memory=1096 CPUtime=0.51 cores=1,3,5,7
/proc/23156/task/23221/stat : 23221 (java) R 23154 23154 22910 0 -1 4202560 19 0 0 0 51 0 0 0 20 0 19 0 411122410 15855583232 45230 33554432000 4194304 4196468 140733530387440 140653822182496 140654010824421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23222] ppid=23154 vsize=15483968 memory=7896 CPUtime=0.3 cores=1,3,5,7
/proc/23156/task/23222/stat : 23222 (java) R 23154 23154 22910 0 -1 4202560 24 0 0 0 30 0 0 0 20 0 19 0 411122412 15855583232 45230 33554432000 4194304 4196468 140733530387440 140653821129960 140654010776880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
Current children cumulated CPU time: 5.13 s
Current children cumulated vsize: 15597096 KiB
Current children cumulated memory: 182368 KiB

[startup+2.00891 s]*
/proc/loadavg: 1.28 1.09 1.13 13/243 23222
/proc/meminfo: memFree=30065036/32770624 swapFree=67009020/67108860
[pid=23154] ppid=23151 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23154/stat : 23154 (xcsp3-exec) S 23151 23154 22910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411122315 115843072 362 33554432000 4194304 5098028 140734214082800 140734214080904 140137599812220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8298496 140734214087546 140734214087789 140734214087789 140734214090698 0
/proc/23154/statm: 28282 362 304 221 0 87 0
[pid=23156] ppid=23154 vsize=15483968 memory=182144 CPUtime=6.82 cores=1,3,5,7
/proc/23156/stat : 23156 (java) S 23154 23154 22910 0 -1 1077944320 19745 0 0 0 675 7 0 0 20 0 19 0 411122316 15855583232 45536 33554432000 4194304 4196468 140733530387440 140733530369984 140654373314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
/proc/23156/statm: 3870992 45536 3478 1 0 3832094 0
[pid=23156/tid=23157] ppid=23154 vsize=15483968 memory=-2915664431881770398 CPUtime=0.58 cores=1,3,5,7
/proc/23156/task/23157/stat : 23157 (java) S 23154 23154 22910 0 -1 1077944384 9265 0 0 0 54 4 0 0 20 0 19 0 411122316 15855583232 45536 33554432000 4194304 4196468 140733530387440 140654377555072 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23158] ppid=23154 vsize=15483968 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23158/stat : 23158 (java) S 23154 23154 22910 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 411122317 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653965798032 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23159] ppid=23154 vsize=15483968 memory=139892377546990 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23159/stat : 23159 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411122317 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653964745232 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23160] ppid=23154 vsize=15483968 memory=279784505176256 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23160/stat : 23160 (java) S 23154 23154 22910 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 411122317 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653963692432 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23161] ppid=23154 vsize=15483968 memory=139892252637663 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23161/stat : 23161 (java) S 23154 23154 22910 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 411122317 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653962639632 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23162] ppid=23154 vsize=15483968 memory=139892377546996 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23162/stat : 23162 (java) S 23154 23154 22910 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 411122318 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653841918832 140654373325442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23163] ppid=23154 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23163/stat : 23163 (java) S 23154 23154 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 411122318 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653840864800 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23164] ppid=23154 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23164/stat : 23164 (java) S 23154 23154 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 411122319 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653839811952 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23165] ppid=23154 vsize=15483968 memory=2319684899342135344 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23165/stat : 23165 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122321 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653838760272 140654373332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23166] ppid=23154 vsize=15483968 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/23156/task/23166/stat : 23166 (java) R 23154 23154 22910 0 -1 1077944384 2133 0 0 0 99 0 0 0 20 0 19 0 411122321 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653837698464 140654373324501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23167] ppid=23154 vsize=15483968 memory=3473455227044640566 CPUtime=1.4 cores=1,3,5,7
/proc/23156/task/23167/stat : 23167 (java) R 23154 23154 22910 0 -1 4202560 2834 0 0 0 140 0 0 0 20 0 19 0 411122321 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653836648024 140654357603008 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23168] ppid=23154 vsize=15483968 memory=6944656592452807316 CPUtime=0.54 cores=1,3,5,7
/proc/23156/task/23168/stat : 23168 (java) R 23154 23154 22910 0 -1 1077944384 3007 0 0 0 54 0 0 0 20 0 19 0 411122321 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653835602032 140654373325442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23169] ppid=23154 vsize=15483968 memory=6944656592452807320 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23169/stat : 23169 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122321 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653834549472 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23170] ppid=23154 vsize=15483968 memory=-7966001734603266090 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23170/stat : 23170 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411122322 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653833497776 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23219] ppid=23154 vsize=15483968 memory=-7740096080597194087 CPUtime=0.59 cores=1,3,5,7
/proc/23156/task/23219/stat : 23219 (java) R 23154 23154 22910 0 -1 4202560 31 0 0 0 59 0 0 0 20 0 19 0 411122410 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653823233912 140654011143200 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23220] ppid=23154 vsize=15483968 memory=6656426216303648864 CPUtime=0.62 cores=1,3,5,7
/proc/23156/task/23220/stat : 23220 (java) R 23154 23154 22910 0 -1 4202560 26 0 0 0 62 0 0 0 20 0 19 0 411122410 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653824287128 140654016476581 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23221] ppid=23154 vsize=15483968 memory=6655300316396806240 CPUtime=0.74 cores=1,3,5,7
/proc/23156/task/23221/stat : 23221 (java) R 23154 23154 22910 0 -1 4202560 22 0 0 0 74 0 0 0 20 0 19 0 411122410 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653822181896 140654015680818 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23222] ppid=23154 vsize=15483968 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/23156/task/23222/stat : 23222 (java) R 23154 23154 22910 0 -1 4202560 25 0 0 0 63 0 0 0 20 0 19 0 411122412 15855583232 46048 33554432000 4194304 4196468 140733530387440 140653821128568 140654015679492 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
Current children cumulated CPU time: 6.82 s
Current children cumulated vsize: 15597096 KiB
Current children cumulated memory: 183592 KiB

[startup+2.4009 s]
/proc/loadavg: 1.28 1.09 1.13 13/243 23222
/proc/meminfo: memFree=30065036/32770624 swapFree=67009020/67108860
[pid=23154] ppid=23151 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23154/stat : 23154 (xcsp3-exec) S 23151 23154 22910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411122315 115843072 362 33554432000 4194304 5098028 140734214082800 140734214080904 140137599812220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8298496 140734214087546 140734214087789 140734214087789 140734214090698 0
/proc/23154/statm: 28282 362 304 221 0 87 0
[pid=23156] ppid=23154 vsize=15483968 memory=184600 CPUtime=8.31 cores=1,3,5,7
/proc/23156/stat : 23156 (java) S 23154 23154 22910 0 -1 1077944320 19861 0 0 0 824 7 0 0 20 0 19 0 411122316 15855583232 46150 33554432000 4194304 4196468 140733530387440 140733530369984 140654373314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
/proc/23156/statm: 3870992 46150 3480 1 0 3832094 0
[pid=23156/tid=23157] ppid=23154 vsize=15483968 memory=6791534058613427641 CPUtime=0.58 cores=1,3,5,7
/proc/23156/task/23157/stat : 23157 (java) S 23154 23154 22910 0 -1 1077944384 9265 0 0 0 54 4 0 0 20 0 19 0 411122316 15855583232 46150 33554432000 4194304 4196468 140733530387440 140654377555072 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23158] ppid=23154 vsize=15483968 memory=81388 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23158/stat : 23158 (java) S 23154 23154 22910 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 411122317 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653965798032 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23159] ppid=23154 vsize=15483968 memory=15262532197681725 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23159/stat : 23159 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 411122317 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653964745232 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23160] ppid=23154 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23160/stat : 23160 (java) S 23154 23154 22910 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 19 0 411122317 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653963692432 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23161] ppid=23154 vsize=15483968 memory=279784505191440 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23161/stat : 23161 (java) S 23154 23154 22910 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 411122317 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653962639632 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23162] ppid=23154 vsize=15483968 memory=3184237812328636112 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23162/stat : 23162 (java) S 23154 23154 22910 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 19 0 411122318 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653841918832 140654373325442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23163] ppid=23154 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23163/stat : 23163 (java) S 23154 23154 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 411122318 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653840864800 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23164] ppid=23154 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23164/stat : 23164 (java) S 23154 23154 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 411122319 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653839811952 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23165] ppid=23154 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23165/stat : 23165 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122321 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653838760272 140654373332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23166] ppid=23154 vsize=15483968 memory=0 CPUtime=1.17 cores=1,3,5,7
/proc/23156/task/23166/stat : 23166 (java) R 23154 23154 22910 0 -1 4202560 2163 0 0 0 117 0 0 0 20 0 19 0 411122321 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653837700824 140654351064893 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23167] ppid=23154 vsize=15483968 memory=0 CPUtime=1.58 cores=1,3,5,7
/proc/23156/task/23167/stat : 23167 (java) R 23154 23154 22910 0 -1 4202560 2859 0 0 0 158 0 0 0 20 0 19 0 411122321 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653836642144 140654373335642 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23168] ppid=23154 vsize=15483968 memory=0 CPUtime=0.56 cores=1,3,5,7
/proc/23156/task/23168/stat : 23168 (java) R 23154 23154 22910 0 -1 1077944384 3067 0 0 0 56 0 0 0 20 0 19 0 411122321 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653835602032 140654373325442 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23169] ppid=23154 vsize=15483968 memory=7090171471699403861 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23169/stat : 23169 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 411122321 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653834549472 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23170] ppid=23154 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23170/stat : 23170 (java) S 23154 23154 22910 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 411122322 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653833497776 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23219] ppid=23154 vsize=15483968 memory=8693810371886175446 CPUtime=0.94 cores=1,3,5,7
/proc/23156/task/23219/stat : 23219 (java) R 23154 23154 22910 0 -1 4202560 31 0 0 0 94 0 0 0 20 0 19 0 411122410 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653823233976 140654015680655 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23220] ppid=23154 vsize=15483968 memory=8695219945792984278 CPUtime=0.89 cores=1,3,5,7
/proc/23156/task/23220/stat : 23220 (java) R 23154 23154 22910 0 -1 4202560 26 0 0 0 89 0 0 0 20 0 19 0 411122410 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653824288936 140654016358269 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23221] ppid=23154 vsize=15483968 memory=-3535359994705172875 CPUtime=0.96 cores=1,3,5,7
/proc/23156/task/23221/stat : 23221 (java) R 23154 23154 22910 0 -1 4202560 22 0 0 0 96 0 0 0 20 0 19 0 411122410 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653822181944 140654357691415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23222] ppid=23154 vsize=15483968 memory=-1161699032755964503 CPUtime=0.91 cores=1,3,5,7
/proc/23156/task/23222/stat : 23222 (java) R 23154 23154 22910 0 -1 4202560 25 0 0 0 91 0 0 0 20 0 19 0 411122412 15855583232 46150 33554432000 4194304 4196468 140733530387440 140653821128856 140654014942167 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
Current children cumulated CPU time: 8.31 s
Current children cumulated vsize: 15597096 KiB
Current children cumulated memory: 186048 KiB

[startup+2.50081 s]
/proc/loadavg: 1.28 1.09 1.13 13/243 23222
/proc/meminfo: memFree=30065036/32770624 swapFree=67009020/67108860
[pid=23154] ppid=23151 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/23154/stat : 23154 (xcsp3-exec) S 23151 23154 22910 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 411122315 115843072 362 33554432000 4194304 5098028 140734214082800 140734214080904 140137599812220 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 8298496 140734214087546 140734214087789 140734214087789 140734214090698 0
/proc/23154/statm: 28282 362 304 221 0 87 0
[pid=23156] ppid=23154 vsize=15483968 memory=185000 CPUtime=8.67 cores=1,3,5,7
/proc/23156/stat : 23156 (java) S 23154 23154 22910 0 -1 1077944320 19909 0 0 0 859 8 0 0 20 0 15 0 411122316 15855583232 46250 33554432000 4194304 4196468 140733530387440 140733530369984 140654373314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
/proc/23156/statm: 3870992 46250 3481 1 0 3832094 0
[pid=23156/tid=23157] ppid=23154 vsize=15483968 memory=0 CPUtime=0.58 cores=1,3,5,7
/proc/23156/task/23157/stat : 23157 (java) S 23154 23154 22910 0 -1 1077944384 9269 0 0 0 54 4 0 0 20 0 15 0 411122316 15855583232 46250 33554432000 4194304 4196468 140733530387440 140654377557136 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23158] ppid=23154 vsize=15483968 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23158/stat : 23158 (java) S 23154 23154 22910 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 411122317 15855583232 46250 33554432000 4194304 4196468 140733530387440 140653965798032 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23159] ppid=23154 vsize=15483968 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23159/stat : 23159 (java) S 23154 23154 22910 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 411122317 15855583232 46250 33554432000 4194304 4196468 140733530387440 140653964745232 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23160] ppid=23154 vsize=15483968 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23160/stat : 23160 (java) S 23154 23154 22910 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 14 0 411122317 15855583232 46269 33554432000 4194304 4196468 140733530387440 140653963692432 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23161] ppid=23154 vsize=15483968 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23161/stat : 23161 (java) S 23154 23154 22910 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 14 0 411122317 15855583232 46269 33554432000 4194304 4196468 140733530387440 140653962639632 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23163] ppid=23154 vsize=15483968 memory=279784504429968 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23163/stat : 23163 (java) S 23154 23154 22910 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 14 0 411122318 15855583232 46269 33554432000 4194304 4196468 140733530387440 140653840864800 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23164] ppid=23154 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23164/stat : 23164 (java) S 23154 23154 22910 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 14 0 411122319 15855583232 46269 33554432000 4194304 4196468 140733530387440 140653839811952 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23165] ppid=23154 vsize=15483968 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23165/stat : 23165 (java) S 23154 23154 22910 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 14 0 411122321 15855583232 46269 33554432000 4194304 4196468 140733530387440 140653838759040 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23166] ppid=23154 vsize=15483968 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/23156/task/23166/stat : 23166 (java) S 23154 23154 22910 0 -1 1077944384 2163 0 0 0 119 0 0 0 20 0 14 0 411122321 15855583232 46241 33554432000 4194304 4196468 140733530387440 140653837707632 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23167] ppid=23154 vsize=15483968 memory=0 CPUtime=1.62 cores=1,3,5,7
/proc/23156/task/23167/stat : 23167 (java) S 23154 23154 22910 0 -1 1077944384 2871 0 0 0 162 0 0 0 20 0 13 0 411122321 15855583232 46241 33554432000 4194304 4196468 140733530387440 140653836635232 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23168] ppid=23154 vsize=15483968 memory=0 CPUtime=0.57 cores=1,3,5,7
/proc/23156/task/23168/stat : 23168 (java) S 23154 23154 22910 0 -1 1077944384 3079 0 0 0 57 0 0 0 20 0 13 0 411122321 15855583232 46241 33554432000 4194304 4196468 140733530387440 140653835602032 140654373325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23169] ppid=23154 vsize=15483968 memory=20 CPUtime=0 cores=1,3,5,7
/proc/23156/task/23169/stat : 23169 (java) S 23154 23154 22910 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 411122321 15855583232 46241 33554432000 4194304 4196468 140733530387440 140653834549472 140654373324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
[pid=23156/tid=23221] ppid=23154 vsize=15483968 memory=0 CPUtime=1.04 cores=1,3,5,7
/proc/23156/task/23221/stat : 23221 (java) S 23154 23154 22910 0 -1 1077944384 23 0 0 0 104 0 0 0 20 0 13 0 411122410 15855583232 46268 33554432000 4194304 4196468 140733530387440 140653822186224 140654373324501 256 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13684736 140733530395631 140733530395802 140733530395802 140733530398671 0
Current children cumulated CPU time: 8.67 s
Current children cumulated vsize: 15597096 KiB
Current children cumulated memory: 186448 KiB

Child status: 0
Real time (s): 2.50583
CPU time (s): 8.6791
CPU user time (s): 8.593
CPU system time (s): 0.086094
CPU usage (%): 346.357
Max. virtual memory (cumulated for all children) (KiB): 15597096
Max. memory (cumulated for all children) (KiB): 186448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.593
system time used= 0.086094
maximum resident set size= 185764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20472
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= 2352
involuntary context switches= 426


# summary of solver processes directly reported to runsolver:
#   pid: 23154
#   total CPU time (s): 8.6791
#   total CPU user time (s): 8.593
#   total CPU system time (s): 0.086094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041894 second user time and 0.070929 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 07:19:06
IDJOB=4394149
IDBENCH=141376
IDSOLVER=2842
FILE ID=node132/4394149-1568351996
RUNJOBID= node132-1568351942-22942
PBS_JOBID= 21701180
Free space on /tmp= 60280 MiB

SOLVER NAME= choco-solver 2019-06-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-09_c18.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394149-1568351996/watcher-4394149-1568351996 -o /tmp/evaluation-result-4394149-1568351996/solver-4394149-1568351996 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568351942-22942 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1748591267 HOME/instance-4394149-1568351996.xml

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

MD5SUM BENCH= 967738086e80168f9eb4b0337d9e8cf6
RANDOM SEED=1748591267

node132.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.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	: 5333.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	: 5333.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	: 5333.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:        30248640 kB
MemAvailable:   31727472 kB
Buffers:          131020 kB
Cached:          1618248 kB
SwapCached:         8352 kB
Active:           577292 kB
Inactive:        1362944 kB
Active(anon):     190136 kB
Inactive(anon):    28068 kB
Active(file):     387156 kB
Inactive(file):  1334876 kB
Unevictable:      109180 kB
Mlocked:          109180 kB
SwapTotal:      67108860 kB
SwapFree:       67009020 kB
Dirty:             26332 kB
Writeback:             0 kB
AnonPages:        302008 kB
Mapped:            43976 kB
Shmem:             18880 kB
Slab:             174400 kB
SReclaimable:     145268 kB
SUnreclaim:        29132 kB
KernelStack:        4160 kB
PageTables:         6312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1617704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 60252 MiB
End job on node132 at 2019-09-13 07:19:09