Trace number 4400466

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-09-16OPT0 81.9117 21.0532

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-07.xml
MD5SUM7aff4fe352a8c3fb8c4e8479cd8d4369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark44.8839
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints64
Number of domains2
Minimum domain size2
Maximum domain size49
Distribution of domain sizes[{"size":2,"count":15},{"size":49,"count":50}]
Minimum variable degree2
Maximum variable degree15
Distribution of variable degrees[{"degree":2,"count":17},{"degree":3,"count":32},{"degree":4,"count":15},{"degree":15,"count":1}]
Minimum constraint arity2
Maximum constraint arity49
Distribution of constraint arities[{"arity":2,"count":48},{"arity":3,"count":15},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints63
Distribution of constraint types[{"type":"intension","count":63},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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-4400466-1568694537.xml"  -tl '2400s' -p 4
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400466-1568694537.xml, -tl, 2400s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
3.07/1.22	c solve instance...
7.45/2.37	o 7 
7.45/2.37	o 6 
28.07/7.53	o 5 
38.03/10.10	o 4 
44.34/11.67	o 3 
47.93/12.54	o 2 
77.38/19.96	o 1 
81.75/21.04	o 0 
81.75/21.04	s OPTIMUM FOUND
81.75/21.04	v <instantiation>
81.75/21.04	v 	<list>q x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] b[0] b[1] b[2] b[3] b[4] b[5] b[6] b[7] b[8] b[9] b[10] b[11] b[12] b[13] b[14] </list>
81.75/21.04	v 	<values>16 0 15 2 7 22 9 14 1 16 25 20 5 10 19 4 13 18 3 8 21 36 45 40 27 12 17 26 31 44 35 30 43 38 47 34 39 48 33 46 41 32 23 28 37 42 29 24 11 6 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 </values>
81.75/21.04	v </instantiation>

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400466-1568694537/watcher-4400466-1568694537 -o /tmp/evaluation-result-4400466-1568694537/solver-4400466-1568694537 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568691240-24304 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1812442511 HOME/instance-4400466-1568694537.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=2968, runsolver pid=2965

[startup+0.100077 s]*
/proc/loadavg: 8.94 8.64 8.46 8/233 2984
/proc/meminfo: memFree=27294152/32770624 swapFree=66997372/67108860
[pid=2968] ppid=2965 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2968/stat : 2968 (xcsp3-exec) S 2965 2968 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445706797 115843072 363 33554432000 4194304 5098028 140728353154960 140728353153064 140133920215676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15822848 140728353158010 140728353158253 140728353158253 140728353161162 0
/proc/2968/statm: 28282 363 304 221 0 87 0
[pid=2970] ppid=2968 vsize=15144776 memory=29364 CPUtime=0.12 cores=1,3,5,7
/proc/2970/stat : 2970 (java) S 2968 2968 24272 0 -1 1077944320 5752 0 0 0 11 1 0 0 20 0 15 0 445706797 15508250624 7341 33554432000 4194304 4196468 140729427981936 140729427964480 140450440507127 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
/proc/2970/statm: 3786194 7341 3157 1 0 3748377 0
[pid=2970/tid=2971] ppid=2968 vsize=15144776 memory=-7828588039587135835 CPUtime=0.09 cores=1,3,5,7
/proc/2970/task/2971/stat : 2971 (java) R 2968 2968 24272 0 -1 4202560 3674 0 0 0 8 1 0 0 20 0 15 0 445706798 15508250624 7341 33554432000 4194304 4196468 140729427981936 140450444732960 140450078003268 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2972] ppid=2968 vsize=15144776 memory=7378697629483820645 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2972/stat : 2972 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15508250624 7341 33554432000 4194304 4196468 140729427981936 140450032966544 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2973] ppid=2968 vsize=15144776 memory=140510272149120 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2973/stat : 2973 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15508250624 7341 33554432000 4194304 4196468 140729427981936 140450031913744 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2974] ppid=2968 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2974/stat : 2974 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15508250624 7341 33554432000 4194304 4196468 140729427981936 140450030861456 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2975] ppid=2968 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2975/stat : 2975 (java) S 2968 2968 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445706798 15508250624 7341 33554432000 4194304 4196468 140729427981936 140450029808656 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2976] ppid=2968 vsize=15144776 memory=140510272149120 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2976/stat : 2976 (java) S 2968 2968 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445706800 15508250624 7341 33554432000 4194304 4196468 140729427981936 140449314596976 140450440518274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2977] ppid=2968 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2977/stat : 2977 (java) S 2968 2968 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445706800 15508250624 7341 33554432000 4194304 4196468 140729427981936 140449313542944 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2978] ppid=2968 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2978/stat : 2978 (java) S 2968 2968 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445706800 15508250624 7341 33554432000 4194304 4196468 140729427981936 140449312490608 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2979] ppid=2968 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2979/stat : 2979 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445706803 15508250624 7341 33554432000 4194304 4196468 140729427981936 140449311438928 140450440525723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2980] ppid=2968 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2980/stat : 2980 (java) S 2968 2968 24272 0 -1 1077944384 147 0 0 0 0 0 0 0 20 0 15 0 445706803 15508250624 7341 33554432000 4194304 4196468 140729427981936 140449310386800 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2981] ppid=2968 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2981/stat : 2981 (java) S 2968 2968 24272 0 -1 1077944384 321 0 0 0 0 0 0 0 20 0 15 0 445706803 15508250624 7341 33554432000 4194304 4196468 140729427981936 140449309334000 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2982] ppid=2968 vsize=15144776 memory=140510272149120 CPUtime=0.02 cores=1,3,5,7
/proc/2970/task/2982/stat : 2982 (java) R 2968 2968 24272 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 15 0 445706803 15508250624 7341 33554432000 4194304 4196468 140729427981936 140449308281712 140450432744254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2983] ppid=2968 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2983/stat : 2983 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445706803 15508250624 7341 33554432000 4194304 4196468 140729427981936 140449307229152 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2984] ppid=2968 vsize=15144776 memory=140510272149120 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2984/stat : 2984 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706803 15508250624 7341 33554432000 4194304 4196468 140729427981936 140449306175920 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30816 KiB

[startup+0.211186 s]*
/proc/loadavg: 8.94 8.64 8.46 7/233 2984
/proc/meminfo: memFree=27279124/32770624 swapFree=66997372/67108860
[pid=2968] ppid=2965 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2968/stat : 2968 (xcsp3-exec) S 2965 2968 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445706797 115843072 363 33554432000 4194304 5098028 140728353154960 140728353153064 140133920215676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15822848 140728353158010 140728353158253 140728353158253 140728353161162 0
/proc/2968/statm: 28282 363 304 221 0 87 0
[pid=2970] ppid=2968 vsize=15144776 memory=40764 CPUtime=0.34 cores=1,3,5,7
/proc/2970/stat : 2970 (java) S 2968 2968 24272 0 -1 1077944320 9439 0 0 0 31 3 0 0 20 0 15 0 445706797 15508250624 10191 33554432000 4194304 4196468 140729427981936 140729427964480 140450440507127 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
/proc/2970/statm: 3786194 10191 3285 1 0 3748377 0
[pid=2970/tid=2971] ppid=2968 vsize=15144776 memory=7022364632946311227 CPUtime=0.2 cores=1,3,5,7
/proc/2970/task/2971/stat : 2971 (java) R 2968 2968 24272 0 -1 4202560 6644 0 0 0 18 2 0 0 20 0 15 0 445706798 15508250624 10191 33554432000 4194304 4196468 140729427981936 140450444744592 140450440519062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2972] ppid=2968 vsize=15144776 memory=4294976396 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2972/stat : 2972 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15508250624 10191 33554432000 4194304 4196468 140729427981936 140450032966544 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2973] ppid=2968 vsize=15144776 memory=140510272173676 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2973/stat : 2973 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15508250624 10191 33554432000 4194304 4196468 140729427981936 140450031913744 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2974] ppid=2968 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2974/stat : 2974 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15508250624 10191 33554432000 4194304 4196468 140729427981936 140450030861456 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2975] ppid=2968 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2975/stat : 2975 (java) S 2968 2968 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445706798 15508250624 10191 33554432000 4194304 4196468 140729427981936 140450029808656 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2976] ppid=2968 vsize=15144776 memory=140510272149120 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2976/stat : 2976 (java) S 2968 2968 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445706800 15508250624 10191 33554432000 4194304 4196468 140729427981936 140449314596976 140450440518274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2977] ppid=2968 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2977/stat : 2977 (java) S 2968 2968 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445706800 15508250624 10191 33554432000 4194304 4196468 140729427981936 140449313542944 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2978] ppid=2968 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2978/stat : 2978 (java) S 2968 2968 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445706800 15508250624 10191 33554432000 4194304 4196468 140729427981936 140449312490608 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2979] ppid=2968 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2979/stat : 2979 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445706803 15508250624 10191 33554432000 4194304 4196468 140729427981936 140449311438928 140450440525723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2980] ppid=2968 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/2970/task/2980/stat : 2980 (java) S 2968 2968 24272 0 -1 1077944384 324 0 0 0 2 0 0 0 20 0 15 0 445706803 15508250624 10191 33554432000 4194304 4196468 140729427981936 140449310386800 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2981] ppid=2968 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/2970/task/2981/stat : 2981 (java) S 2968 2968 24272 0 -1 1077944384 425 0 0 0 3 0 0 0 20 0 15 0 445706803 15508250624 10191 33554432000 4194304 4196468 140729427981936 140449309334000 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2982] ppid=2968 vsize=15144776 memory=140510272149120 CPUtime=0.08 cores=1,3,5,7
/proc/2970/task/2982/stat : 2982 (java) S 2968 2968 24272 0 -1 1077944384 748 0 0 0 8 0 0 0 20 0 15 0 445706803 15508250624 10191 33554432000 4194304 4196468 140729427981936 140449308281712 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2983] ppid=2968 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2983/stat : 2983 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445706803 15508250624 10191 33554432000 4194304 4196468 140729427981936 140449307229152 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2984] ppid=2968 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2984/stat : 2984 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706803 15508250624 10191 33554432000 4194304 4196468 140729427981936 140449306175920 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42216 KiB

[startup+0.320472 s]*
/proc/loadavg: 8.94 8.64 8.46 7/233 2984
/proc/meminfo: memFree=27271456/32770624 swapFree=66997372/67108860
[pid=2968] ppid=2965 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2968/stat : 2968 (xcsp3-exec) S 2965 2968 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445706797 115843072 363 33554432000 4194304 5098028 140728353154960 140728353153064 140133920215676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15822848 140728353158010 140728353158253 140728353158253 140728353161162 0
/proc/2968/statm: 28282 363 304 221 0 87 0
[pid=2970] ppid=2968 vsize=15149032 memory=50432 CPUtime=0.54 cores=1,3,5,7
/proc/2970/stat : 2970 (java) S 2968 2968 24272 0 -1 1077944320 11007 0 0 0 50 4 0 0 20 0 15 0 445706797 15512608768 12608 33554432000 4194304 4196468 140729427981936 140729427964480 140450440507127 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
/proc/2970/statm: 3787258 12608 3349 1 0 3748377 0
[pid=2970/tid=2971] ppid=2968 vsize=15149032 memory=8317482817917895235 CPUtime=0.31 cores=1,3,5,7
/proc/2970/task/2971/stat : 2971 (java) R 2968 2968 24272 0 -1 4202560 7958 0 0 0 28 3 0 0 20 0 15 0 445706798 15512608768 12608 33554432000 4194304 4196468 140729427981936 140450444740912 140450440519062 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2972] ppid=2968 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2972/stat : 2972 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15512608768 12608 33554432000 4194304 4196468 140729427981936 140450032966544 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2973] ppid=2968 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2973/stat : 2973 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15512608768 12608 33554432000 4194304 4196468 140729427981936 140450031913744 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2974] ppid=2968 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2974/stat : 2974 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15512608768 12608 33554432000 4194304 4196468 140729427981936 140450030861456 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2975] ppid=2968 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2975/stat : 2975 (java) S 2968 2968 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445706798 15512608768 12608 33554432000 4194304 4196468 140729427981936 140450029808656 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2976] ppid=2968 vsize=15149032 memory=667913 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2976/stat : 2976 (java) S 2968 2968 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445706800 15512608768 12608 33554432000 4194304 4196468 140729427981936 140449314596976 140450440518274 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2977] ppid=2968 vsize=15149032 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2977/stat : 2977 (java) S 2968 2968 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445706800 15512608768 12608 33554432000 4194304 4196468 140729427981936 140449313542944 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2978] ppid=2968 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2978/stat : 2978 (java) S 2968 2968 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445706800 15512608768 12608 33554432000 4194304 4196468 140729427981936 140449312490608 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2979] ppid=2968 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2979/stat : 2979 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445706803 15512608768 12608 33554432000 4194304 4196468 140729427981936 140449311438928 140450440525723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2980] ppid=2968 vsize=15149032 memory=-1751206868705893467 CPUtime=0.05 cores=1,3,5,7
/proc/2970/task/2980/stat : 2980 (java) S 2968 2968 24272 0 -1 1077944384 440 0 0 0 5 0 0 0 20 0 15 0 445706803 15512608768 12608 33554432000 4194304 4196468 140729427981936 140449310386800 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2981] ppid=2968 vsize=15149032 memory=7680491646476169235 CPUtime=0.04 cores=1,3,5,7
/proc/2970/task/2981/stat : 2981 (java) S 2968 2968 24272 0 -1 1077944384 457 0 0 0 4 0 0 0 20 0 15 0 445706803 15512608768 12608 33554432000 4194304 4196468 140729427981936 140449309334000 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2982] ppid=2968 vsize=15149032 memory=7088771780547993696 CPUtime=0.12 cores=1,3,5,7
/proc/2970/task/2982/stat : 2982 (java) R 2968 2968 24272 0 -1 4202560 863 0 0 0 12 0 0 0 20 0 15 0 445706803 15512608768 12608 33554432000 4194304 4196468 140729427981936 140449308281712 140450419128096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2983] ppid=2968 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2983/stat : 2983 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445706803 15512608768 12608 33554432000 4194304 4196468 140729427981936 140449307229152 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2984] ppid=2968 vsize=15149032 memory=7317634893576766894 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2984/stat : 2984 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706803 15512608768 12608 33554432000 4194304 4196468 140729427981936 140449306175920 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51884 KiB

[startup+0.700809 s]
/proc/loadavg: 8.94 8.64 8.46 9/233 2984
/proc/meminfo: memFree=27254640/32770624 swapFree=66997372/67108860
[pid=2968] ppid=2965 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2968/stat : 2968 (xcsp3-exec) S 2965 2968 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445706797 115843072 363 33554432000 4194304 5098028 140728353154960 140728353153064 140133920215676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15822848 140728353158010 140728353158253 140728353158253 140728353161162 0
/proc/2968/statm: 28282 363 304 221 0 87 0
[pid=2970] ppid=2968 vsize=15153032 memory=95196 CPUtime=1.66 cores=1,3,5,7
/proc/2970/stat : 2970 (java) S 2968 2968 24272 0 -1 1077944320 18384 0 0 0 159 7 0 0 20 0 15 0 445706797 15516704768 23799 33554432000 4194304 4196468 140729427981936 140729427964480 140450440507127 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
/proc/2970/statm: 3788258 23799 3452 1 0 3749358 0
[pid=2970/tid=2971] ppid=2968 vsize=15153032 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/2970/task/2971/stat : 2971 (java) R 2968 2968 24272 0 -1 4202560 9139 0 0 0 64 4 0 0 20 0 15 0 445706798 15516704768 23799 33554432000 4194304 4196468 140729427981936 140450444740672 140450080849546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2972] ppid=2968 vsize=15153032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2972/stat : 2972 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15516704768 23799 33554432000 4194304 4196468 140729427981936 140450032966544 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2973] ppid=2968 vsize=15153032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2973/stat : 2973 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15516704768 23799 33554432000 4194304 4196468 140729427981936 140450031913744 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2974] ppid=2968 vsize=15153032 memory=143 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2974/stat : 2974 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706798 15516704768 23799 33554432000 4194304 4196468 140729427981936 140450030861456 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2975] ppid=2968 vsize=15153032 memory=2 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2975/stat : 2975 (java) S 2968 2968 24272 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445706798 15516704768 23799 33554432000 4194304 4196468 140729427981936 140450029808656 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2976] ppid=2968 vsize=15153032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2976/stat : 2976 (java) S 2968 2968 24272 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445706800 15516704768 23799 33554432000 4194304 4196468 140729427981936 140449314596976 140450440518274 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2977] ppid=2968 vsize=15153032 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2977/stat : 2977 (java) S 2968 2968 24272 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445706800 15516704768 23799 33554432000 4194304 4196468 140729427981936 140449313542944 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2978] ppid=2968 vsize=15153032 memory=1548 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2978/stat : 2978 (java) S 2968 2968 24272 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445706800 15516704768 23799 33554432000 4194304 4196468 140729427981936 140449312490608 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2979] ppid=2968 vsize=15153032 memory=8560 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2979/stat : 2979 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445706803 15516704768 23799 33554432000 4194304 4196468 140729427981936 140449311438928 140450440525723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2980] ppid=2968 vsize=15153032 memory=1668 CPUtime=0.3 cores=1,3,5,7
/proc/2970/task/2980/stat : 2980 (java) R 2968 2968 24272 0 -1 4202560 1910 0 0 0 30 0 0 0 20 0 15 0 445706803 15516704768 23799 33554432000 4194304 4196468 140729427981936 140449310374032 140450424007510 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2981] ppid=2968 vsize=15153032 memory=1112 CPUtime=0.31 cores=1,3,5,7
/proc/2970/task/2981/stat : 2981 (java) R 2968 2968 24272 0 -1 4202560 3474 0 0 0 31 0 0 0 20 0 15 0 445706803 15516704768 23799 33554432000 4194304 4196468 140729427981936 140449309320160 140450423894425 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2982] ppid=2968 vsize=15153032 memory=1004 CPUtime=0.32 cores=1,3,5,7
/proc/2970/task/2982/stat : 2982 (java) S 2968 2968 24272 0 -1 1077944384 2554 0 0 0 32 0 0 0 20 0 15 0 445706803 15516704768 23799 33554432000 4194304 4196468 140729427981936 140449308281712 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2983] ppid=2968 vsize=15153032 memory=6036 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2983/stat : 2983 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445706803 15516704768 23799 33554432000 4194304 4196468 140729427981936 140449307229152 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2984] ppid=2968 vsize=15153032 memory=14008 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2984/stat : 2984 (java) S 2968 2968 24272 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445706803 15516704768 23799 33554432000 4194304 4196468 140729427981936 140449306175920 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 15266160 KiB
Current children cumulated memory: 96648 KiB

[startup+1.50247 s]
/proc/loadavg: 8.94 8.64 8.46 8/233 2984
/proc/meminfo: memFree=27198292/32770624 swapFree=66997372/67108860
[pid=2968] ppid=2965 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2968/stat : 2968 (xcsp3-exec) S 2965 2968 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445706797 115843072 363 33554432000 4194304 5098028 140728353154960 140728353153064 140133920215676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15822848 140728353158010 140728353158253 140728353158253 140728353161162 0
/proc/2968/statm: 28282 363 304 221 0 87 0

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

/proc/2970/task/2984/stat : 2984 (java) S 2968 2968 24272 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 19 0 445706803 15790579712 60801 33554432000 4194304 4196468 140729427981936 140449306175920 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3011] ppid=2968 vsize=15420488 memory=225860 CPUtime=6.6 cores=1,3,5,7
/proc/2970/task/3011/stat : 3011 (java) R 2968 2968 24272 0 -1 4202560 161 0 0 0 660 0 0 0 20 0 19 0 445708051 15790579712 60801 33554432000 4194304 4196468 140729427981936 140449293797960 140450085406576 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3012] ppid=2968 vsize=15420488 memory=1452 CPUtime=6.42 cores=1,3,5,7
/proc/2970/task/3012/stat : 3012 (java) R 2968 2968 24272 0 -1 4202560 465 0 0 0 642 0 0 0 20 0 19 0 445708051 15790579712 60801 33554432000 4194304 4196468 140729427981936 140449296957624 140450085170847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3013] ppid=2968 vsize=15420488 memory=225628 CPUtime=6.56 cores=1,3,5,7
/proc/2970/task/3013/stat : 3013 (java) R 2968 2968 24272 0 -1 4202560 152 0 0 0 656 0 0 0 20 0 19 0 445708051 15790579712 60801 33554432000 4194304 4196468 140729427981936 140449290649280 140450085193397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3014] ppid=2968 vsize=15420488 memory=12024 CPUtime=6.54 cores=1,3,5,7
/proc/2970/task/3014/stat : 3014 (java) R 2968 2968 24272 0 -1 4202560 419 0 0 0 654 0 0 0 20 0 19 0 445708051 15790579712 60801 33554432000 4194304 4196468 140729427981936 140449294852312 140450084654681 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
Current children cumulated CPU time: 74.58 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 244656 KiB

[startup+20.0015 s]*
/proc/loadavg: 9.09 8.70 8.49 10/238 3020
/proc/meminfo: memFree=27078180/32770624 swapFree=66997372/67108860
[pid=2968] ppid=2965 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2968/stat : 2968 (xcsp3-exec) S 2965 2968 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445706797 115843072 363 33554432000 4194304 5098028 140728353154960 140728353153064 140133920215676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15822848 140728353158010 140728353158253 140728353158253 140728353161162 0
/proc/2968/statm: 28282 363 304 221 0 87 0
[pid=2970] ppid=2968 vsize=15420488 memory=242932 CPUtime=77.77 cores=1,3,5,7
/proc/2970/stat : 2970 (java) S 2968 2968 24272 0 -1 1077944320 55017 0 0 0 7760 17 0 0 20 0 19 0 445706797 15790579712 60733 33554432000 4194304 4196468 140729427981936 140729427964480 140450440507127 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
/proc/2970/statm: 3855122 60733 3535 1 0 3816222 0
[pid=2970/tid=2971] ppid=2968 vsize=15420488 memory=153257318026136 CPUtime=1.21 cores=1,3,5,7
/proc/2970/task/2971/stat : 2971 (java) S 2968 2968 24272 0 -1 1077944384 11465 0 0 0 116 5 0 0 20 0 19 0 445706798 15790579712 60733 33554432000 4194304 4196468 140729427981936 140450444747904 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2972] ppid=2968 vsize=15420488 memory=4872558044660077418 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2972/stat : 2972 (java) S 2968 2968 24272 0 -1 1077944384 1075 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60733 33554432000 4194304 4196468 140729427981936 140450032966544 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2973] ppid=2968 vsize=15420488 memory=1436 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2973/stat : 2973 (java) S 2968 2968 24272 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60733 33554432000 4194304 4196468 140729427981936 140450031913744 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2974] ppid=2968 vsize=15420488 memory=812 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2974/stat : 2974 (java) S 2968 2968 24272 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60733 33554432000 4194304 4196468 140729427981936 140450030861456 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2975] ppid=2968 vsize=15420488 memory=1764 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2975/stat : 2975 (java) S 2968 2968 24272 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60733 33554432000 4194304 4196468 140729427981936 140450029808656 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2976] ppid=2968 vsize=15420488 memory=111628 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2976/stat : 2976 (java) S 2968 2968 24272 0 -1 1077944384 616 0 0 0 1 0 0 0 20 0 19 0 445706800 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449314596976 140450440518274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2977] ppid=2968 vsize=15420488 memory=796 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2977/stat : 2977 (java) S 2968 2968 24272 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 445706800 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449313543008 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2978] ppid=2968 vsize=15420488 memory=1412 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2978/stat : 2978 (java) S 2968 2968 24272 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 19 0 445706800 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449312490624 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2979] ppid=2968 vsize=15420488 memory=3288 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2979/stat : 2979 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445706803 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449311438928 140450440525723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2980] ppid=2968 vsize=15420488 memory=1452 CPUtime=2.96 cores=1,3,5,7
/proc/2970/task/2980/stat : 2980 (java) S 2968 2968 24272 0 -1 1077944384 10756 0 0 0 295 1 0 0 20 0 19 0 445706803 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449310386800 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2981] ppid=2968 vsize=15420488 memory=4177576 CPUtime=3.23 cores=1,3,5,7
/proc/2970/task/2981/stat : 2981 (java) S 2968 2968 24272 0 -1 1077944384 14115 0 0 0 321 2 0 0 20 0 19 0 445706803 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449309334000 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2982] ppid=2968 vsize=15420488 memory=1412 CPUtime=0.89 cores=1,3,5,7
/proc/2970/task/2982/stat : 2982 (java) S 2968 2968 24272 0 -1 1077944384 9948 0 0 0 88 1 0 0 20 0 19 0 445706803 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449308281712 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2983] ppid=2968 vsize=15420488 memory=4828 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2983/stat : 2983 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445706803 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449307229152 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2984] ppid=2968 vsize=15420488 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2984/stat : 2984 (java) S 2968 2968 24272 0 -1 1077944384 419 0 0 0 0 0 0 0 20 0 19 0 445706803 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449306175920 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3017] ppid=2968 vsize=15420488 memory=243204 CPUtime=0.03 cores=1,3,5,7
/proc/2970/task/3017/stat : 3017 (java) R 2968 2968 24272 0 -1 4202560 57 0 0 0 3 0 0 0 20 0 19 0 445708793 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449293797968 140450079020055 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3018] ppid=2968 vsize=15420488 memory=1804 CPUtime=0.03 cores=1,3,5,7
/proc/2970/task/3018/stat : 3018 (java) R 2968 2968 24272 0 -1 4202560 43 0 0 0 3 0 0 0 20 0 19 0 445708793 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449294852568 140450085446489 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3019] ppid=2968 vsize=15420488 memory=916 CPUtime=0.04 cores=1,3,5,7
/proc/2970/task/3019/stat : 3019 (java) R 2968 2968 24272 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 445708793 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449290657224 140450085648540 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3020] ppid=2968 vsize=15420488 memory=3848 CPUtime=0.03 cores=1,3,5,7
/proc/2970/task/3020/stat : 3020 (java) R 2968 2968 24272 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 445708793 15790579712 60733 33554432000 4194304 4196468 140729427981936 140449296958792 140450086038144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
Current children cumulated CPU time: 77.77 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 244384 KiB

[startup+20.8015 s]
/proc/loadavg: 9.09 8.70 8.49 10/238 3020
/proc/meminfo: memFree=27078180/32770624 swapFree=66997372/67108860
[pid=2968] ppid=2965 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2968/stat : 2968 (xcsp3-exec) S 2965 2968 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445706797 115843072 363 33554432000 4194304 5098028 140728353154960 140728353153064 140133920215676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15822848 140728353158010 140728353158253 140728353158253 140728353161162 0
/proc/2968/statm: 28282 363 304 221 0 87 0
[pid=2970] ppid=2968 vsize=15420488 memory=243008 CPUtime=80.93 cores=1,3,5,7
/proc/2970/stat : 2970 (java) S 2968 2968 24272 0 -1 1077944320 56067 0 0 0 8076 17 0 0 20 0 19 0 445706797 15790579712 60752 33554432000 4194304 4196468 140729427981936 140729427964480 140450440507127 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
/proc/2970/statm: 3855122 60752 3535 1 0 3816222 0
[pid=2970/tid=2971] ppid=2968 vsize=15420488 memory=-3252517613199061085 CPUtime=1.21 cores=1,3,5,7
/proc/2970/task/2971/stat : 2971 (java) S 2968 2968 24272 0 -1 1077944384 11465 0 0 0 116 5 0 0 20 0 19 0 445706798 15790579712 60752 33554432000 4194304 4196468 140729427981936 140450444747904 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2972] ppid=2968 vsize=15420488 memory=-3535470213243961690 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2972/stat : 2972 (java) S 2968 2968 24272 0 -1 1077944384 1075 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60752 33554432000 4194304 4196468 140729427981936 140450032966544 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2973] ppid=2968 vsize=15420488 memory=6935654753335332944 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2973/stat : 2973 (java) S 2968 2968 24272 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60752 33554432000 4194304 4196468 140729427981936 140450031913744 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2974] ppid=2968 vsize=15420488 memory=243120 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2974/stat : 2974 (java) S 2968 2968 24272 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60752 33554432000 4194304 4196468 140729427981936 140450030861456 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2975] ppid=2968 vsize=15420488 memory=281020248123280 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2975/stat : 2975 (java) S 2968 2968 24272 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60752 33554432000 4194304 4196468 140729427981936 140450029808656 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2976] ppid=2968 vsize=15420488 memory=140510124183280 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2976/stat : 2976 (java) S 2968 2968 24272 0 -1 1077944384 616 0 0 0 1 0 0 0 20 0 19 0 445706800 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449314596976 140450440518274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2977] ppid=2968 vsize=15420488 memory=140510124183312 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2977/stat : 2977 (java) S 2968 2968 24272 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 445706800 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449313543008 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2978] ppid=2968 vsize=15420488 memory=140510124183344 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2978/stat : 2978 (java) S 2968 2968 24272 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 19 0 445706800 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449312490624 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2979] ppid=2968 vsize=15420488 memory=140510124183408 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2979/stat : 2979 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449311438928 140450440525723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2980] ppid=2968 vsize=15420488 memory=140510124084208 CPUtime=2.96 cores=1,3,5,7
/proc/2970/task/2980/stat : 2980 (java) S 2968 2968 24272 0 -1 1077944384 10756 0 0 0 295 1 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449310386800 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2981] ppid=2968 vsize=15420488 memory=8606357135798035781 CPUtime=3.24 cores=1,3,5,7
/proc/2970/task/2981/stat : 2981 (java) S 2968 2968 24272 0 -1 1077944384 14693 0 0 0 322 2 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449309334000 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2982] ppid=2968 vsize=15420488 memory=1452 CPUtime=0.9 cores=1,3,5,7
/proc/2970/task/2982/stat : 2982 (java) S 2968 2968 24272 0 -1 1077944384 10281 0 0 0 89 1 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449308281712 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2983] ppid=2968 vsize=15420488 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2983/stat : 2983 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449307229152 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2984] ppid=2968 vsize=15420488 memory=243204 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2984/stat : 2984 (java) S 2968 2968 24272 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449306175920 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3017] ppid=2968 vsize=15420488 memory=20050 CPUtime=0.8 cores=1,3,5,7
/proc/2970/task/3017/stat : 3017 (java) R 2968 2968 24272 0 -1 4202560 58 0 0 0 80 0 0 0 20 0 19 0 445708793 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449293797968 140450081521415 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3018] ppid=2968 vsize=15420488 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/2970/task/3018/stat : 3018 (java) R 2968 2968 24272 0 -1 4202560 87 0 0 0 82 0 0 0 20 0 19 0 445708793 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449294854616 140450084931393 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3019] ppid=2968 vsize=15420488 memory=0 CPUtime=0.83 cores=1,3,5,7
/proc/2970/task/3019/stat : 3019 (java) R 2968 2968 24272 0 -1 4202560 27 0 0 0 83 0 0 0 20 0 19 0 445708793 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449290652680 140450085193059 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3020] ppid=2968 vsize=15420488 memory=0 CPUtime=0.82 cores=1,3,5,7
/proc/2970/task/3020/stat : 3020 (java) R 2968 2968 24272 0 -1 4202560 26 0 0 0 82 0 0 0 20 0 19 0 445708793 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449296957672 140450085343054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
Current children cumulated CPU time: 80.93 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 244460 KiB

[startup+21.0015 s]*
/proc/loadavg: 9.09 8.70 8.49 9/238 3020
/proc/meminfo: memFree=27078180/32770624 swapFree=66997372/67108860
[pid=2968] ppid=2965 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/2968/stat : 2968 (xcsp3-exec) S 2965 2968 24272 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445706797 115843072 363 33554432000 4194304 5098028 140728353154960 140728353153064 140133920215676 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15822848 140728353158010 140728353158253 140728353158253 140728353161162 0
/proc/2968/statm: 28282 363 304 221 0 87 0
[pid=2970] ppid=2968 vsize=15420488 memory=243008 CPUtime=81.75 cores=1,3,5,7
/proc/2970/stat : 2970 (java) S 2968 2968 24272 0 -1 1077944320 56078 0 0 0 8158 17 0 0 20 0 19 0 445706797 15790579712 60752 33554432000 4194304 4196468 140729427981936 140729427964480 140450440507127 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
/proc/2970/statm: 3855122 60752 3535 1 0 3816222 0
[pid=2970/tid=2971] ppid=2968 vsize=15420488 memory=-7828588039587135835 CPUtime=1.21 cores=1,3,5,7
/proc/2970/task/2971/stat : 2971 (java) S 2968 2968 24272 0 -1 1077944384 11465 0 0 0 116 5 0 0 20 0 19 0 445706798 15790579712 60752 33554432000 4194304 4196468 140729427981936 140450444747904 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2972] ppid=2968 vsize=15420488 memory=7378697629483820645 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2972/stat : 2972 (java) S 2968 2968 24272 0 -1 1077944384 1075 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60752 33554432000 4194304 4196468 140729427981936 140450032966544 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2973] ppid=2968 vsize=15420488 memory=2320111381574257584 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2973/stat : 2973 (java) S 2968 2968 24272 0 -1 1077944384 215 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60752 33554432000 4194304 4196468 140729427981936 140450031913744 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2974] ppid=2968 vsize=15420488 memory=6009298786683151718 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2974/stat : 2974 (java) S 2968 2968 24272 0 -1 1077944384 216 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60752 33554432000 4194304 4196468 140729427981936 140450030861456 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2975] ppid=2968 vsize=15420488 memory=3689327915381043253 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2975/stat : 2975 (java) S 2968 2968 24272 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 19 0 445706798 15790579712 60752 33554432000 4194304 4196468 140729427981936 140450029808656 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2976] ppid=2968 vsize=15420488 memory=2320111381574257584 CPUtime=0.01 cores=1,3,5,7
/proc/2970/task/2976/stat : 2976 (java) S 2968 2968 24272 0 -1 1077944384 619 0 0 0 1 0 0 0 20 0 19 0 445706800 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449314596976 140450440518274 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2977] ppid=2968 vsize=15420488 memory=3833463921179637807 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2977/stat : 2977 (java) S 2968 2968 24272 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 19 0 445706800 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449313543008 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2978] ppid=2968 vsize=15420488 memory=7733636385443770213 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2978/stat : 2978 (java) S 2968 2968 24272 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 19 0 445706800 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449312490624 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2979] ppid=2968 vsize=15420488 memory=7308026514961361263 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2979/stat : 2979 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449311438928 140450440525723 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2980] ppid=2968 vsize=15420488 memory=0 CPUtime=2.96 cores=1,3,5,7
/proc/2970/task/2980/stat : 2980 (java) S 2968 2968 24272 0 -1 1077944384 10756 0 0 0 295 1 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449310386800 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2981] ppid=2968 vsize=15420488 memory=3474580121542865206 CPUtime=3.24 cores=1,3,5,7
/proc/2970/task/2981/stat : 2981 (java) S 2968 2968 24272 0 -1 1077944384 14693 0 0 0 322 2 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449309334000 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2982] ppid=2968 vsize=15420488 memory=3546506651128041399 CPUtime=0.9 cores=1,3,5,7
/proc/2970/task/2982/stat : 2982 (java) S 2968 2968 24272 0 -1 1077944384 10281 0 0 0 89 1 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449308281712 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2983] ppid=2968 vsize=15420488 memory=3834026952452288567 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2983/stat : 2983 (java) S 2968 2968 24272 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449307229152 140450440517333 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=2984] ppid=2968 vsize=15420488 memory=281020396550016 CPUtime=0 cores=1,3,5,7
/proc/2970/task/2984/stat : 2984 (java) S 2968 2968 24272 0 -1 1077944384 496 0 0 0 0 0 0 0 20 0 19 0 445706803 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449306175920 140450440518274 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3017] ppid=2968 vsize=15420488 memory=3611939815955640351 CPUtime=1 cores=1,3,5,7
/proc/2970/task/3017/stat : 3017 (java) R 2968 2968 24272 0 -1 4202560 58 0 0 0 100 0 0 0 20 0 19 0 445708793 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449293798472 140450084988368 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3018] ppid=2968 vsize=15420488 memory=2321246055678342816 CPUtime=1.03 cores=1,3,5,7
/proc/2970/task/3018/stat : 3018 (java) R 2968 2968 24272 0 -1 4202560 94 0 0 0 103 0 0 0 20 0 19 0 445708793 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449294852208 140450084715752 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3019] ppid=2968 vsize=15420488 memory=3472328296227680303 CPUtime=1.04 cores=1,3,5,7
/proc/2970/task/3019/stat : 3019 (java) R 2968 2968 24272 0 -1 4202560 27 0 0 0 104 0 0 0 20 0 19 0 445708793 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449290649744 140450085122764 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
[pid=2970/tid=3020] ppid=2968 vsize=15420488 memory=-6948055166404804227 CPUtime=1.03 cores=1,3,5,7
/proc/2970/task/3020/stat : 3020 (java) R 2968 2968 24272 0 -1 4202560 27 0 0 0 103 0 0 0 20 0 19 0 445708793 15790579712 60752 33554432000 4194304 4196468 140729427981936 140449296957240 140450084658528 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19185664 140729427985391 140729427985562 140729427985562 140729427988431 0
Current children cumulated CPU time: 81.75 s
Current children cumulated vsize: 15533616 KiB
Current children cumulated memory: 244460 KiB

Child status: 0
Real time (s): 21.0532
CPU time (s): 81.9117
CPU user time (s): 81.7258
CPU system time (s): 0.185956
CPU usage (%): 389.07
Max. virtual memory (cumulated for all children) (KiB): 15533616
Max. memory (cumulated for all children) (KiB): 244656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.7258
system time used= 0.185956
maximum resident set size= 243204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57245
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= 3826
involuntary context switches= 2372


# summary of solver processes directly reported to runsolver:
#   pid: 2968
#   total CPU time (s): 81.9117
#   total CPU user time (s): 81.7258
#   total CPU system time (s): 0.185956

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.160009 second user time and 0.279088 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-17 06:27:58
IDJOB=4400466
IDBENCH=130611
IDSOLVER=2856
FILE ID=node103/4400466-1568694537
RUNJOBID= node103-1568691240-24304
PBS_JOBID= 21703799
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-07.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-4400466-1568694537/watcher-4400466-1568694537 -o /tmp/evaluation-result-4400466-1568694537/solver-4400466-1568694537 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568691240-24304 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 1812442511 HOME/instance-4400466-1568694537.xml

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

MD5SUM BENCH= 7aff4fe352a8c3fb8c4e8479cd8d4369
RANDOM SEED=1812442511

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.74
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.74
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.74
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.74
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:        27311240 kB
MemAvailable:   27712628 kB
Buffers:           76792 kB
Cached:           619528 kB
SwapCached:         9016 kB
Active:          4600084 kB
Inactive:         273560 kB
Active(anon):    4169356 kB
Inactive(anon):    57316 kB
Active(file):     430728 kB
Inactive(file):   216244 kB
Unevictable:      111148 kB
Mlocked:          111148 kB
SwapTotal:      67108860 kB
SwapFree:       66997372 kB
Dirty:             26072 kB
Writeback:             0 kB
AnonPages:       4280332 kB
Mapped:            61792 kB
Shmem:             40856 kB
Slab:             170292 kB
SReclaimable:     140504 kB
SUnreclaim:        29788 kB
KernelStack:        3808 kB
PageTables:        13756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5392432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4159488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61668 MiB
End job on node103 at 2019-09-17 06:28:19