Trace number 4292246

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.7 seq (493a269)OPT7 23.5669 18.5098

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2.86606
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax 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 -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4292246-1532531006.xml"  -tl '2400s' -p 1 -x 0
0.12/0.17	c Choco 493a269
0.12/0.17	c [HOME/instance-4292246-1532531006.xml, -tl, 2400s, -p, 1, -x, 0]
0.12/0.21	c simple solver
0.34/0.28	c parse instance...
1.23/0.66	c solve instance...
1.23/0.69	o 0 
1.55/0.92	o 1 
1.55/0.92	o 2 
1.55/0.92	o 3 
1.55/0.92	o 4 
1.55/0.93	o 5 
4.02/1.53	o 6 
12.92/8.05	o 7 
23.54/18.50	s OPTIMUM FOUND
23.54/18.50	v <instantiation>
23.54/18.50	v 	<list>x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] nb nw </list>
23.54/18.50	v 	<values>0 0 0 0 0 2 0 0 0 0 0 2 0 2 1 1 1 0 0 0 0 0 0 0 0 2 0 2 0 0 0 0 0 2 2 0 1 0 1 0 0 0 1 0 1 0 0 0 0 7 7 </values>
23.54/18.50	v </instantiation>

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4292246-1532531006/watcher-4292246-1532531006 -o /tmp/evaluation-result-4292246-1532531006/solver-4292246-1532531006 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532523806-27753 --watchdog 2560 HOME/xcsp3-exec -seed 333851166 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292246-1532531006.xml 

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

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

solver pid=28780, runsolver pid=28777

[startup+0.100167 s]*
/proc/loadavg: 2.14 2.05 1.97 3/218 28796
/proc/meminfo: memFree=17220408/32770624 swapFree=67108860/67108860
[pid=28780] ppid=28777 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28780/stat : 28780 (xcsp3-exec) S 28777 28780 27722 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 70663806 115843072 363 33554432000 4194304 5098028 140731120217088 140731120215192 140361622913660 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13410304 140731120223291 140731120223492 140731120223492 140731120226250 0
/proc/28780/statm: 28282 363 306 221 0 87 0
[pid=28782] ppid=28780 vsize=14082840 memory=29184 CPUtime=0.12 cores=0,2,4,6
/proc/28782/stat : 28782 (java) S 28780 28780 27722 0 -1 1077944320 5583 0 0 0 11 1 0 0 20 0 15 0 70663806 14420828160 7296 33554432000 4194304 4196468 140730911193984 140730911176528 140647510580983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
/proc/28782/statm: 3520710 7296 3036 1 0 3483008 0
[pid=28782/tid=28783] ppid=28780 vsize=14082840 memory=8514701219880730789 CPUtime=0.09 cores=0,2,4,6
/proc/28782/task/28783/stat : 28783 (java) R 28780 28780 27722 0 -1 4202560 3604 0 0 0 8 1 0 0 20 0 15 0 70663806 14420828160 7296 33554432000 4194304 4196468 140730911193984 140647514814256 140647510592918 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28784] ppid=28780 vsize=14082840 memory=3472468399608136912 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28784/stat : 28784 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14420828160 7296 33554432000 4194304 4196468 140730911193984 140647440669072 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28785] ppid=28780 vsize=14082840 memory=140270712985216 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28785/stat : 28785 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14420828160 7296 33554432000 4194304 4196468 140730911193984 140647439616272 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28786] ppid=28780 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28786/stat : 28786 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14420828160 7296 33554432000 4194304 4196468 140730911193984 140647438563984 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28787] ppid=28780 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28787/stat : 28787 (java) S 28780 28780 27722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 70663807 14420828160 7296 33554432000 4194304 4196468 140730911193984 140647437511184 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28788] ppid=28780 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28788/stat : 28788 (java) S 28780 28780 27722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 70663809 14420828160 7296 33554432000 4194304 4196468 140730911193984 140646984157808 140647510592130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28789] ppid=28780 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28789/stat : 28789 (java) S 28780 28780 27722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 70663809 14420828160 7296 33554432000 4194304 4196468 140730911193984 140646983103776 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28790] ppid=28780 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28790/stat : 28790 (java) S 28780 28780 27722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 70663809 14420828160 7296 33554432000 4194304 4196468 140730911193984 140646982051440 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28791] ppid=28780 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28791/stat : 28791 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14420828160 7296 33554432000 4194304 4196468 140730911193984 140646980999760 140647510599579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28792] ppid=28780 vsize=14082840 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28792/stat : 28792 (java) S 28780 28780 27722 0 -1 1077944384 407 0 0 0 0 0 0 0 20 0 15 0 70663812 14420828160 7296 33554432000 4194304 4196468 140730911193984 140646979946608 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28793] ppid=28780 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28793/stat : 28793 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14420828160 7296 33554432000 4194304 4196468 140730911193984 140646978893808 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28794] ppid=28780 vsize=14082840 memory=140270712985216 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28794/stat : 28794 (java) R 28780 28780 27722 0 -1 4202560 273 0 0 0 1 0 0 0 20 0 15 0 70663812 14420828160 7296 33554432000 4194304 4196468 140730911193984 140646977841520 140647491818544 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28795] ppid=28780 vsize=14082840 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28795/stat : 28795 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14420828160 7296 33554432000 4194304 4196468 140730911193984 140646976788960 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28796] ppid=28780 vsize=14082840 memory=140270712985216 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28796/stat : 28796 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663812 14420828160 7296 33554432000 4194304 4196468 140730911193984 140646975736752 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14195968 KiB
Current children cumulated memory: 30636 KiB

[startup+0.210709 s]*
/proc/loadavg: 2.14 2.05 1.97 4/218 28796
/proc/meminfo: memFree=17210732/32770624 swapFree=67108860/67108860
[pid=28780] ppid=28777 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28780/stat : 28780 (xcsp3-exec) S 28777 28780 27722 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 70663806 115843072 363 33554432000 4194304 5098028 140731120217088 140731120215192 140361622913660 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13410304 140731120223291 140731120223492 140731120223492 140731120226250 0
/proc/28780/statm: 28282 363 306 221 0 87 0
[pid=28782] ppid=28780 vsize=14087096 memory=40876 CPUtime=0.34 cores=0,2,4,6
/proc/28782/stat : 28782 (java) S 28780 28780 27722 0 -1 1077944320 8202 0 0 0 32 2 0 0 20 0 15 0 70663806 14425186304 10219 33554432000 4194304 4196468 140730911193984 140730911176528 140647510580983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
/proc/28782/statm: 3521774 10219 3179 1 0 3483008 0
[pid=28782/tid=28783] ppid=28780 vsize=14087096 memory=5854518564242424225 CPUtime=0.19 cores=0,2,4,6
/proc/28782/task/28783/stat : 28783 (java) R 28780 28780 27722 0 -1 4202560 5463 0 0 0 18 1 0 0 20 0 15 0 70663806 14425186304 10219 33554432000 4194304 4196468 140730911193984 140647514801976 140647503262914 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28784] ppid=28780 vsize=14087096 memory=3472468399608136912 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28784/stat : 28784 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14425186304 10219 33554432000 4194304 4196468 140730911193984 140647440669072 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28785] ppid=28780 vsize=14087096 memory=140270712985216 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28785/stat : 28785 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14425186304 10219 33554432000 4194304 4196468 140730911193984 140647439616272 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28786] ppid=28780 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28786/stat : 28786 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14425186304 10219 33554432000 4194304 4196468 140730911193984 140647438563984 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28787] ppid=28780 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28787/stat : 28787 (java) S 28780 28780 27722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 70663807 14425186304 10219 33554432000 4194304 4196468 140730911193984 140647437511184 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28788] ppid=28780 vsize=14087096 memory=140270712985216 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28788/stat : 28788 (java) S 28780 28780 27722 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 70663809 14425186304 10219 33554432000 4194304 4196468 140730911193984 140646984157808 140647510592130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28789] ppid=28780 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28789/stat : 28789 (java) S 28780 28780 27722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 70663809 14425186304 10219 33554432000 4194304 4196468 140730911193984 140646983103776 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28790] ppid=28780 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28790/stat : 28790 (java) S 28780 28780 27722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 70663809 14425186304 10219 33554432000 4194304 4196468 140730911193984 140646982051440 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28791] ppid=28780 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28791/stat : 28791 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14425186304 10219 33554432000 4194304 4196468 140730911193984 140646980999760 140647510599579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28792] ppid=28780 vsize=14087096 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28782/task/28792/stat : 28792 (java) S 28780 28780 27722 0 -1 1077944384 530 0 0 0 2 0 0 0 20 0 15 0 70663812 14425186304 10219 33554432000 4194304 4196468 140730911193984 140646979946608 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28793] ppid=28780 vsize=14087096 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28782/task/28793/stat : 28793 (java) S 28780 28780 27722 0 -1 1077944384 178 0 0 0 2 0 0 0 20 0 15 0 70663812 14425186304 10219 33554432000 4194304 4196468 140730911193984 140646978893808 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28794] ppid=28780 vsize=14087096 memory=140270712985216 CPUtime=0.07 cores=0,2,4,6
/proc/28782/task/28794/stat : 28794 (java) S 28780 28780 27722 0 -1 1077944384 727 0 0 0 7 0 0 0 20 0 15 0 70663812 14425186304 10219 33554432000 4194304 4196468 140730911193984 140646977841520 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28795] ppid=28780 vsize=14087096 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28795/stat : 28795 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14425186304 10219 33554432000 4194304 4196468 140730911193984 140646976788960 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28796] ppid=28780 vsize=14087096 memory=140270712985216 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28796/stat : 28796 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663812 14425186304 10219 33554432000 4194304 4196468 140730911193984 140646975736752 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 42328 KiB

[startup+0.310796 s]*
/proc/loadavg: 2.14 2.05 1.97 3/218 28796
/proc/meminfo: memFree=17203892/32770624 swapFree=67108860/67108860
[pid=28780] ppid=28777 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28780/stat : 28780 (xcsp3-exec) S 28777 28780 27722 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 70663806 115843072 363 33554432000 4194304 5098028 140731120217088 140731120215192 140361622913660 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13410304 140731120223291 140731120223492 140731120223492 140731120226250 0
/proc/28780/statm: 28282 363 306 221 0 87 0
[pid=28782] ppid=28780 vsize=14087096 memory=47668 CPUtime=0.51 cores=0,2,4,6
/proc/28782/stat : 28782 (java) S 28780 28780 27722 0 -1 1077944320 9050 0 0 0 48 3 0 0 20 0 15 0 70663806 14425186304 11917 33554432000 4194304 4196468 140730911193984 140730911176528 140647510580983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
/proc/28782/statm: 3521774 11917 3209 1 0 3483008 0
[pid=28782/tid=28783] ppid=28780 vsize=14087096 memory=8514701219881125277 CPUtime=0.29 cores=0,2,4,6
/proc/28782/task/28783/stat : 28783 (java) R 28780 28780 27722 0 -1 4202560 6159 0 0 0 27 2 0 0 20 0 15 0 70663806 14425186304 11917 33554432000 4194304 4196468 140730911193984 140647514812096 140647503259076 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28784] ppid=28780 vsize=14087096 memory=3472468399608136912 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28784/stat : 28784 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14425186304 11917 33554432000 4194304 4196468 140730911193984 140647440669072 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28785] ppid=28780 vsize=14087096 memory=140270712985216 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28785/stat : 28785 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14425186304 11917 33554432000 4194304 4196468 140730911193984 140647439616272 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28786] ppid=28780 vsize=14087096 memory=4 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28786/stat : 28786 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14425186304 11917 33554432000 4194304 4196468 140730911193984 140647438563984 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28787] ppid=28780 vsize=14087096 memory=140270612129823 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28787/stat : 28787 (java) S 28780 28780 27722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 70663807 14425186304 11917 33554432000 4194304 4196468 140730911193984 140647437511184 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28788] ppid=28780 vsize=14087096 memory=280541224220416 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28788/stat : 28788 (java) S 28780 28780 27722 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 70663809 14425186304 11917 33554432000 4194304 4196468 140730911193984 140646984157808 140647510592130 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28789] ppid=28780 vsize=14087096 memory=140270612106767 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28789/stat : 28789 (java) S 28780 28780 27722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 70663809 14425186304 11917 33554432000 4194304 4196468 140730911193984 140646983103776 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28790] ppid=28780 vsize=14087096 memory=280541325101152 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28790/stat : 28790 (java) S 28780 28780 27722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 70663809 14425186304 11917 33554432000 4194304 4196468 140730911193984 140646982051440 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28791] ppid=28780 vsize=14087096 memory=140270612111375 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28791/stat : 28791 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14425186304 11917 33554432000 4194304 4196468 140730911193984 140646980999760 140647510599579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28792] ppid=28780 vsize=14087096 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28782/task/28792/stat : 28792 (java) S 28780 28780 27722 0 -1 1077944384 537 0 0 0 3 0 0 0 20 0 15 0 70663812 14425186304 11917 33554432000 4194304 4196468 140730911193984 140646979946608 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28793] ppid=28780 vsize=14087096 memory=-1 CPUtime=0.04 cores=0,2,4,6
/proc/28782/task/28793/stat : 28793 (java) S 28780 28780 27722 0 -1 1077944384 189 0 0 0 4 0 0 0 20 0 15 0 70663812 14425186304 11917 33554432000 4194304 4196468 140730911193984 140646978893808 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28794] ppid=28780 vsize=14087096 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/28782/task/28794/stat : 28794 (java) S 28780 28780 27722 0 -1 1077944384 858 0 0 0 12 0 0 0 20 0 15 0 70663812 14425186304 11917 33554432000 4194304 4196468 140730911193984 140646977841520 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28795] ppid=28780 vsize=14087096 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28795/stat : 28795 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14425186304 11917 33554432000 4194304 4196468 140730911193984 140646976788960 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28796] ppid=28780 vsize=14087096 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28796/stat : 28796 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663812 14425186304 11917 33554432000 4194304 4196468 140730911193984 140646975736752 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200224 KiB
Current children cumulated memory: 49120 KiB

[startup+0.700769 s]
/proc/loadavg: 2.14 2.05 1.97 4/218 28796
/proc/meminfo: memFree=17190544/32770624 swapFree=67108860/67108860
[pid=28780] ppid=28777 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28780/stat : 28780 (xcsp3-exec) S 28777 28780 27722 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 70663806 115843072 363 33554432000 4194304 5098028 140731120217088 140731120215192 140361622913660 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13410304 140731120223291 140731120223492 140731120223492 140731120226250 0
/proc/28780/statm: 28282 363 306 221 0 87 0
[pid=28782] ppid=28780 vsize=14089220 memory=84356 CPUtime=1.55 cores=0,2,4,6
/proc/28782/stat : 28782 (java) S 28780 28780 27722 0 -1 1077944320 12757 0 0 0 150 5 0 0 20 0 15 0 70663806 14427361280 21089 33554432000 4194304 4196468 140730911193984 140730911176528 140647510580983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
/proc/28782/statm: 3522305 21089 3324 1 0 3483520 0
[pid=28782/tid=28783] ppid=28780 vsize=14089220 memory=7660742144744843625 CPUtime=0.67 cores=0,2,4,6
/proc/28782/task/28783/stat : 28783 (java) R 28780 28780 27722 0 -1 4202560 7035 0 0 0 64 3 0 0 20 0 15 0 70663806 14427361280 21089 33554432000 4194304 4196468 140730911193984 140647514812240 140647109643268 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28784] ppid=28780 vsize=14089220 memory=5865465064658194540 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28784/stat : 28784 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14427361280 21089 33554432000 4194304 4196468 140730911193984 140647440669072 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28785] ppid=28780 vsize=14089220 memory=4638778398332764256 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28785/stat : 28785 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14427361280 21089 33554432000 4194304 4196468 140730911193984 140647439616272 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28786] ppid=28780 vsize=14089220 memory=-7242455096852575424 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28786/stat : 28786 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663807 14427361280 21089 33554432000 4194304 4196468 140730911193984 140647438563984 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28787] ppid=28780 vsize=14089220 memory=8326441112149131693 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28787/stat : 28787 (java) S 28780 28780 27722 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 70663807 14427361280 21089 33554432000 4194304 4196468 140730911193984 140647437511184 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28788] ppid=28780 vsize=14089220 memory=-7737605734073691286 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28788/stat : 28788 (java) S 28780 28780 27722 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 21089 33554432000 4194304 4196468 140730911193984 140646984157808 140647510592130 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28789] ppid=28780 vsize=14089220 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28789/stat : 28789 (java) S 28780 28780 27722 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 21089 33554432000 4194304 4196468 140730911193984 140646983103776 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28790] ppid=28780 vsize=14089220 memory=6884 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28790/stat : 28790 (java) S 28780 28780 27722 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 21089 33554432000 4194304 4196468 140730911193984 140646982051440 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28791] ppid=28780 vsize=14089220 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28791/stat : 28791 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 21089 33554432000 4194304 4196468 140730911193984 140646980999760 140647510599579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28792] ppid=28780 vsize=14089220 memory=21368 CPUtime=0.2 cores=0,2,4,6
/proc/28782/task/28792/stat : 28792 (java) R 28780 28780 27722 0 -1 4202560 1103 0 0 0 20 0 0 0 20 0 15 0 70663812 14427361280 21089 33554432000 4194304 4196468 140730911193984 140646979934688 140647495005932 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28793] ppid=28780 vsize=14089220 memory=1296 CPUtime=0.24 cores=0,2,4,6
/proc/28782/task/28793/stat : 28793 (java) R 28780 28780 27722 0 -1 4202560 1246 0 0 0 24 0 0 0 20 0 15 0 70663812 14427361280 21089 33554432000 4194304 4196468 140730911193984 140646978879832 140647495502965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28794] ppid=28780 vsize=14089220 memory=2412 CPUtime=0.41 cores=0,2,4,6
/proc/28782/task/28794/stat : 28794 (java) R 28780 28780 27722 0 -1 1077944384 2066 0 0 0 41 0 0 0 20 0 15 0 70663812 14427361280 21089 33554432000 4194304 4196468 140730911193984 140646977839024 140647510591189 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28795] ppid=28780 vsize=14089220 memory=7091832833820811856 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28795/stat : 28795 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 21089 33554432000 4194304 4196468 140730911193984 140646976788960 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28796] ppid=28780 vsize=14089220 memory=7589803909226524263 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28796/stat : 28796 (java) S 28780 28780 27722 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 21089 33554432000 4194304 4196468 140730911193984 140646975736752 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 85808 KiB

[startup+1.50086 s]
/proc/loadavg: 2.14 2.05 1.97 5/218 28796
/proc/meminfo: memFree=17148348/32770624 swapFree=67108860/67108860
[pid=28780] ppid=28777 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28780/stat : 28780 (xcsp3-exec) S 28777 28780 27722 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 70663806 115843072 363 33554432000 4194304 5098028 140731120217088 140731120215192 140361622913660 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13410304 140731120223291 140731120223492 140731120223492 140731120226250 0
/proc/28780/statm: 28282 363 306 221 0 87 0

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

/proc/28780/stat : 28780 (xcsp3-exec) S 28777 28780 27722 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 70663806 115843072 363 33554432000 4194304 5098028 140731120217088 140731120215192 140361622913660 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13410304 140731120223291 140731120223492 140731120223492 140731120226250 0
/proc/28780/statm: 28282 363 306 221 0 87 0
[pid=28782] ppid=28780 vsize=14089220 memory=213752 CPUtime=22.82 cores=0,2,4,6
/proc/28782/stat : 28782 (java) S 28780 28780 27722 0 -1 1077944320 48364 0 0 0 2270 12 0 0 20 0 15 0 70663806 14427361280 53438 33554432000 4194304 4196468 140730911193984 140730911176528 140647510580983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
/proc/28782/statm: 3522305 53438 3376 1 0 3483520 0
[pid=28782/tid=28783] ppid=28780 vsize=14089220 memory=8560 CPUtime=17.73 cores=0,2,4,6
/proc/28782/task/28783/stat : 28783 (java) R 28780 28780 27722 0 -1 4202560 9133 0 0 0 1768 5 0 0 20 0 15 0 70663806 14427361280 53438 33554432000 4194304 4196468 140730911193984 140647514819840 140647115107911 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28784] ppid=28780 vsize=14089220 memory=15872 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28784/stat : 28784 (java) S 28780 28780 27722 0 -1 1077944384 1297 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53438 33554432000 4194304 4196468 140730911193984 140647440669072 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28785] ppid=28780 vsize=14089220 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28785/stat : 28785 (java) S 28780 28780 27722 0 -1 1077944384 735 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53438 33554432000 4194304 4196468 140730911193984 140647439616272 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28786] ppid=28780 vsize=14089220 memory=213244 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28786/stat : 28786 (java) S 28780 28780 27722 0 -1 1077944384 129 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53438 33554432000 4194304 4196468 140730911193984 140647438563984 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28787] ppid=28780 vsize=14089220 memory=4420 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28787/stat : 28787 (java) S 28780 28780 27722 0 -1 1077944384 446 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53438 33554432000 4194304 4196468 140730911193984 140647437511184 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28788] ppid=28780 vsize=14089220 memory=6791534058613427641 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28788/stat : 28788 (java) S 28780 28780 27722 0 -1 1077944384 845 0 0 0 1 0 0 0 20 0 15 0 70663809 14427361280 53438 33554432000 4194304 4196468 140730911193984 140646984157808 140647510592130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28789] ppid=28780 vsize=14089220 memory=303430231908417850 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28789/stat : 28789 (java) S 28780 28780 27722 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 53438 33554432000 4194304 4196468 140730911193984 140646983103776 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28790] ppid=28780 vsize=14089220 memory=15540717229443787 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28790/stat : 28790 (java) S 28780 28780 27722 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 53438 33554432000 4194304 4196468 140730911193984 140646982051440 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28791] ppid=28780 vsize=14089220 memory=-8412652152092201843 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28791/stat : 28791 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53438 33554432000 4194304 4196468 140730911193984 140646980999760 140647510599579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28792] ppid=28780 vsize=14089220 memory=-8486080722631693414 CPUtime=2.15 cores=0,2,4,6
/proc/28782/task/28792/stat : 28792 (java) S 28780 28780 27722 0 -1 1077944384 15511 0 0 0 213 2 0 0 20 0 15 0 70663812 14427361280 53438 33554432000 4194304 4196468 140730911193984 140646979946608 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28793] ppid=28780 vsize=14089220 memory=280541224837648 CPUtime=2.27 cores=0,2,4,6
/proc/28782/task/28793/stat : 28793 (java) S 28780 28780 27722 0 -1 1077944384 13599 0 0 0 226 1 0 0 20 0 15 0 70663812 14427361280 53438 33554432000 4194304 4196468 140730911193984 140646978893808 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28794] ppid=28780 vsize=14089220 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/28782/task/28794/stat : 28794 (java) S 28780 28780 27722 0 -1 1077944384 4763 0 0 0 53 1 0 0 20 0 15 0 70663812 14427361280 53438 33554432000 4194304 4196468 140730911193984 140646977841520 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28795] ppid=28780 vsize=14089220 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28795/stat : 28795 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53438 33554432000 4194304 4196468 140730911193984 140646976788960 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28796] ppid=28780 vsize=14089220 memory=7523369179015108195 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28796/stat : 28796 (java) S 28780 28780 27722 0 -1 1077944384 544 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53438 33554432000 4194304 4196468 140730911193984 140646975736752 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
Current children cumulated CPU time: 22.82 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 215204 KiB

[startup+18.2008 s]*
/proc/loadavg: 2.04 2.03 1.97 3/218 28796
/proc/meminfo: memFree=17035676/32770624 swapFree=67108860/67108860
[pid=28780] ppid=28777 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28780/stat : 28780 (xcsp3-exec) S 28777 28780 27722 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 70663806 115843072 363 33554432000 4194304 5098028 140731120217088 140731120215192 140361622913660 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13410304 140731120223291 140731120223492 140731120223492 140731120226250 0
/proc/28780/statm: 28282 363 306 221 0 87 0
[pid=28782] ppid=28780 vsize=14089220 memory=213800 CPUtime=23.25 cores=0,2,4,6
/proc/28782/stat : 28782 (java) S 28780 28780 27722 0 -1 1077944320 49130 0 0 0 2313 12 0 0 20 0 15 0 70663806 14427361280 53450 33554432000 4194304 4196468 140730911193984 140730911176528 140647510580983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
/proc/28782/statm: 3522305 53450 3376 1 0 3483520 0
[pid=28782/tid=28783] ppid=28780 vsize=14089220 memory=4026531863 CPUtime=18.14 cores=0,2,4,6
/proc/28782/task/28783/stat : 28783 (java) R 28780 28780 27722 0 -1 4202560 9187 0 0 0 1809 5 0 0 20 0 15 0 70663806 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647514817352 140647114852126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28784] ppid=28780 vsize=14089220 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28784/stat : 28784 (java) S 28780 28780 27722 0 -1 1077944384 1297 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647440669072 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28785] ppid=28780 vsize=14089220 memory=3472478462575974048 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28785/stat : 28785 (java) S 28780 28780 27722 0 -1 1077944384 735 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647439616272 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28786] ppid=28780 vsize=14089220 memory=-9181546050914066336 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28786/stat : 28786 (java) S 28780 28780 27722 0 -1 1077944384 129 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647438563984 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28787] ppid=28780 vsize=14089220 memory=-6876588427028963228 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28787/stat : 28787 (java) S 28780 28780 27722 0 -1 1077944384 446 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647437511184 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28788] ppid=28780 vsize=14089220 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28788/stat : 28788 (java) S 28780 28780 27722 0 -1 1077944384 845 0 0 0 1 0 0 0 20 0 15 0 70663809 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646984157808 140647510592130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28789] ppid=28780 vsize=14089220 memory=3472328295574037604 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28789/stat : 28789 (java) S 28780 28780 27722 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646983103776 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28790] ppid=28780 vsize=14089220 memory=6944656592455359580 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28790/stat : 28790 (java) S 28780 28780 27722 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646982051440 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28791] ppid=28780 vsize=14089220 memory=8110268427993965962 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28791/stat : 28791 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646980999760 140647510599579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28792] ppid=28780 vsize=14089220 memory=0 CPUtime=2.17 cores=0,2,4,6
/proc/28782/task/28792/stat : 28792 (java) S 28780 28780 27722 0 -1 1077944384 15807 0 0 0 215 2 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646979946608 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28793] ppid=28780 vsize=14089220 memory=3544385890265608200 CPUtime=2.27 cores=0,2,4,6
/proc/28782/task/28793/stat : 28793 (java) S 28780 28780 27722 0 -1 1077944384 13704 0 0 0 226 1 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646978893808 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28794] ppid=28780 vsize=14089220 memory=7016593928867684531 CPUtime=0.54 cores=0,2,4,6
/proc/28782/task/28794/stat : 28794 (java) S 28780 28780 27722 0 -1 1077944384 5074 0 0 0 53 1 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646977841520 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28795] ppid=28780 vsize=14089220 memory=3472328296160571439 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28795/stat : 28795 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646976788960 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28796] ppid=28780 vsize=14089220 memory=3472468549760796336 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28796/stat : 28796 (java) S 28780 28780 27722 0 -1 1077944384 544 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646975736752 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
Current children cumulated CPU time: 23.25 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 215252 KiB

[startup+18.4009 s]
/proc/loadavg: 2.04 2.03 1.97 3/218 28796
/proc/meminfo: memFree=17035676/32770624 swapFree=67108860/67108860
[pid=28780] ppid=28777 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28780/stat : 28780 (xcsp3-exec) S 28777 28780 27722 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 70663806 115843072 363 33554432000 4194304 5098028 140731120217088 140731120215192 140361622913660 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13410304 140731120223291 140731120223492 140731120223492 140731120226250 0
/proc/28780/statm: 28282 363 306 221 0 87 0
[pid=28782] ppid=28780 vsize=14089220 memory=213800 CPUtime=23.44 cores=0,2,4,6
/proc/28782/stat : 28782 (java) S 28780 28780 27722 0 -1 1077944320 49132 0 0 0 2332 12 0 0 20 0 15 0 70663806 14427361280 53450 33554432000 4194304 4196468 140730911193984 140730911176528 140647510580983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
/proc/28782/statm: 3522305 53450 3376 1 0 3483520 0
[pid=28782/tid=28783] ppid=28780 vsize=14089220 memory=7380385388137112419 CPUtime=18.33 cores=0,2,4,6
/proc/28782/task/28783/stat : 28783 (java) R 28780 28780 27722 0 -1 4202560 9189 0 0 0 1828 5 0 0 20 0 15 0 70663806 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647514817352 140647114328688 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28784] ppid=28780 vsize=14089220 memory=7380385388137112419 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28784/stat : 28784 (java) S 28780 28780 27722 0 -1 1077944384 1297 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647440669072 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28785] ppid=28780 vsize=14089220 memory=5867439761705037669 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28785/stat : 28785 (java) S 28780 28780 27722 0 -1 1077944384 735 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647439616272 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28786] ppid=28780 vsize=14089220 memory=7523107478184158290 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28786/stat : 28786 (java) S 28780 28780 27722 0 -1 1077944384 129 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647438563984 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28787] ppid=28780 vsize=14089220 memory=7883944095636153959 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28787/stat : 28787 (java) S 28780 28780 27722 0 -1 1077944384 446 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647437511184 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28788] ppid=28780 vsize=14089220 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28788/stat : 28788 (java) S 28780 28780 27722 0 -1 1077944384 845 0 0 0 1 0 0 0 20 0 15 0 70663809 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646984157808 140647510592130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28789] ppid=28780 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28789/stat : 28789 (java) S 28780 28780 27722 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646983103776 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28790] ppid=28780 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28790/stat : 28790 (java) S 28780 28780 27722 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646982051440 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28791] ppid=28780 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28791/stat : 28791 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646980999760 140647510599579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28792] ppid=28780 vsize=14089220 memory=0 CPUtime=2.17 cores=0,2,4,6
/proc/28782/task/28792/stat : 28792 (java) S 28780 28780 27722 0 -1 1077944384 15807 0 0 0 215 2 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646979946608 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28793] ppid=28780 vsize=14089220 memory=0 CPUtime=2.27 cores=0,2,4,6
/proc/28782/task/28793/stat : 28793 (java) S 28780 28780 27722 0 -1 1077944384 13704 0 0 0 226 1 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646978893808 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28794] ppid=28780 vsize=14089220 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/28782/task/28794/stat : 28794 (java) S 28780 28780 27722 0 -1 1077944384 5074 0 0 0 53 1 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646977841520 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28795] ppid=28780 vsize=14089220 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28795/stat : 28795 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646976788960 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28796] ppid=28780 vsize=14089220 memory=-2331055268852096867 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28796/stat : 28796 (java) S 28780 28780 27722 0 -1 1077944384 544 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646975736752 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
Current children cumulated CPU time: 23.44 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 215252 KiB

[startup+18.5008 s]
/proc/loadavg: 2.04 2.03 1.97 3/218 28796
/proc/meminfo: memFree=17035676/32770624 swapFree=67108860/67108860
[pid=28780] ppid=28777 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28780/stat : 28780 (xcsp3-exec) S 28777 28780 27722 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 70663806 115843072 363 33554432000 4194304 5098028 140731120217088 140731120215192 140361622913660 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 13410304 140731120223291 140731120223492 140731120223492 140731120226250 0
/proc/28780/statm: 28282 363 306 221 0 87 0
[pid=28782] ppid=28780 vsize=14089220 memory=213800 CPUtime=23.54 cores=0,2,4,6
/proc/28782/stat : 28782 (java) S 28780 28780 27722 0 -1 1077944320 49140 0 0 0 2342 12 0 0 20 0 15 0 70663806 14427361280 53450 33554432000 4194304 4196468 140730911193984 140730911176528 140647510580983 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
/proc/28782/statm: 3522305 53450 3376 1 0 3483520 0
[pid=28782/tid=28783] ppid=28780 vsize=14089220 memory=213800 CPUtime=18.43 cores=0,2,4,6
/proc/28782/task/28783/stat : 28783 (java) R 28780 28780 27722 0 -1 4202560 9197 0 0 0 1838 5 0 0 20 0 15 0 70663806 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647514817352 140647114654513 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28784] ppid=28780 vsize=14089220 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28784/stat : 28784 (java) S 28780 28780 27722 0 -1 1077944384 1297 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647440669072 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28785] ppid=28780 vsize=14089220 memory=7522226700519170403 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28785/stat : 28785 (java) S 28780 28780 27722 0 -1 1077944384 735 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647439616272 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28786] ppid=28780 vsize=14089220 memory=4104 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28786/stat : 28786 (java) S 28780 28780 27722 0 -1 1077944384 129 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647438563984 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28787] ppid=28780 vsize=14089220 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28787/stat : 28787 (java) S 28780 28780 27722 0 -1 1077944384 446 0 0 0 1 0 0 0 20 0 15 0 70663807 14427361280 53450 33554432000 4194304 4196468 140730911193984 140647437511184 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28788] ppid=28780 vsize=14089220 memory=12612 CPUtime=0.01 cores=0,2,4,6
/proc/28782/task/28788/stat : 28788 (java) S 28780 28780 27722 0 -1 1077944384 845 0 0 0 1 0 0 0 20 0 15 0 70663809 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646984157808 140647510592130 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28789] ppid=28780 vsize=14089220 memory=18484 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28789/stat : 28789 (java) S 28780 28780 27722 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646983103776 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28790] ppid=28780 vsize=14089220 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28790/stat : 28790 (java) S 28780 28780 27722 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 70663809 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646982051440 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28791] ppid=28780 vsize=14089220 memory=4420 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28791/stat : 28791 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646980999760 140647510599579 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28792] ppid=28780 vsize=14089220 memory=1452 CPUtime=2.17 cores=0,2,4,6
/proc/28782/task/28792/stat : 28792 (java) S 28780 28780 27722 0 -1 1077944384 15807 0 0 0 215 2 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646979946608 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28793] ppid=28780 vsize=14089220 memory=211168 CPUtime=2.27 cores=0,2,4,6
/proc/28782/task/28793/stat : 28793 (java) S 28780 28780 27722 0 -1 1077944384 13704 0 0 0 226 1 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646978893808 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28794] ppid=28780 vsize=14089220 memory=1452 CPUtime=0.54 cores=0,2,4,6
/proc/28782/task/28794/stat : 28794 (java) S 28780 28780 27722 0 -1 1077944384 5074 0 0 0 53 1 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646977841520 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28795] ppid=28780 vsize=14089220 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28795/stat : 28795 (java) S 28780 28780 27722 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646976788960 140647510591189 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
[pid=28782/tid=28796] ppid=28780 vsize=14089220 memory=212676 CPUtime=0 cores=0,2,4,6
/proc/28782/task/28796/stat : 28796 (java) S 28780 28780 27722 0 -1 1077944384 544 0 0 0 0 0 0 0 20 0 15 0 70663812 14427361280 53450 33554432000 4194304 4196468 140730911193984 140646975736752 140647510592130 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14401536 140730911196289 140730911196465 140730911196465 140730911199183 0
Current children cumulated CPU time: 23.54 s
Current children cumulated vsize: 14202348 KiB
Current children cumulated memory: 215252 KiB

Child status: 0
Real time (s): 18.5098
CPU time (s): 23.5669
CPU user time (s): 23.434
CPU system time (s): 0.132936
CPU usage (%): 127.321
Max. virtual memory (cumulated for all children) (KiB): 14204456
Max. memory (cumulated for all children) (KiB): 229668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.434
system time used= 0.132936
maximum resident set size= 228220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 50101
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2760
involuntary context switches= 42


# summary of solver processes directly reported to runsolver:
#   pid: 28780
#   total CPU time (s): 23.5669
#   total CPU user time (s): 23.434
#   total CPU system time (s): 0.132936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.130613 second user time and 0.225961 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-25 17:03:26
IDJOB=4292246
IDBENCH=141494
IDSOLVER=2747
FILE ID=node103/4292246-1532531006
RUNJOBID= node103-1532523806-27753
PBS_JOBID= 21021595
Free space on /tmp= 56508 MiB

SOLVER NAME= Choco-solver 4.0.7 seq (493a269)
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4292246-1532531006/watcher-4292246-1532531006 -o /tmp/evaluation-result-4292246-1532531006/solver-4292246-1532531006 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532523806-27753 --watchdog 2560  HOME/xcsp3-exec -seed 333851166 -dir HOME -tl 2400 -ml 11000 -p 1 HOME/instance-4292246-1532531006.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=333851166

node103.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.48
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.48
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.48
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.48
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:        17237104 kB
MemAvailable:   28767940 kB
Buffers:          277864 kB
Cached:         11443548 kB
SwapCached:            0 kB
Active:          6938484 kB
Inactive:        7993520 kB
Active(anon):    3213824 kB
Inactive(anon):    25188 kB
Active(file):    3724660 kB
Inactive(file):  7968332 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             20532 kB
Writeback:             0 kB
AnonPages:       3373708 kB
Mapped:            52588 kB
Shmem:             25228 kB
Slab:             294236 kB
SReclaimable:     266304 kB
SUnreclaim:        27932 kB
KernelStack:        3824 kB
PageTables:        11664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4899568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3252224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56488 MiB
End job on node103 at 2018-07-25 17:03:45