Trace number 4403535

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-20SAT 114.541 29.2662

General information on the benchmark

NamePrimes/
Primes-m1-p20/Primes-20-60-3-5.xml
MD5SUM0dd1a305ead2bfc8d563708a38f33655
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark27.4678
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Number of domains1
Minimum domain size70
Maximum domain size70
Distribution of domain sizes[{"size":70,"count":99}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":1},{"degree":1,"count":14},{"degree":2,"count":13},{"degree":3,"count":22},{"degree":4,"count":24},{"degree":5,"count":17},{"degree":6,"count":6},{"degree":7,"count":2},{"degree":8,"count":1}]
Minimum constraint arity3
Maximum constraint arity8
Distribution of constraint arities[{"arity":3,"count":5},{"arity":4,"count":10},{"arity":5,"count":15},{"arity":6,"count":8},{"arity":7,"count":9},{"arity":8,"count":13}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":60}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403535-1568991604.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403535-1568991604.xml, -tl, 2520s, -p, 4]
0.13/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
1.42/0.74	c solve instance...
114.29/29.26	s SATISFIABLE
114.29/29.26	v <instantiation>
114.29/29.26	v 	<list>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] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] </list>
114.29/29.26	v 	<values>7 46 61 53 43 53 17 41 29 3 5 19 31 71 7 17 2 17 41 59 30 23 19 29 5 31 5 7 19 53 29 5 5 67 29 19 43 59 37 5 29 43 3 71 11 61 67 11 53 31 43 17 37 2 59 43 5 31 59 3 13 13 11 19 59 13 17 29 43 61 11 53 5 13 47 19 47 7 31 19 23 59 67 23 11 7 37 47 71 41 49 52 23 71 41 17 17 47 71 </values>
114.29/29.26	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403535-1568991604/watcher-4403535-1568991604 -o /tmp/evaluation-result-4403535-1568991604/solver-4403535-1568991604 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1556971114 HOME/instance-4403535-1568991604.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=16649, runsolver pid=16646

[startup+0.101737 s]*
/proc/loadavg: 8.05 8.19 7.87 7/234 16665
/proc/meminfo: memFree=16455812/32770624 swapFree=66974524/67108860
[pid=16649] ppid=16646 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16649/stat : 16649 (xcsp3-exec) S 16646 16649 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475427158 115843072 363 33554432000 4194304 5098028 140724070140208 140724070138312 139776158249596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15249408 140724070146938 140724070147181 140724070147181 140724070150090 0
/proc/16649/statm: 28282 363 304 221 0 87 0
[pid=16651] ppid=16649 vsize=15144776 memory=29096 CPUtime=0.13 cores=1,3,5,7
/proc/16651/stat : 16651 (java) S 16649 16649 11742 0 -1 1077944320 5715 0 0 0 12 1 0 0 20 0 15 0 475427158 15508250624 7274 33554432000 4194304 4196468 140727649740928 140727649723472 139968874266359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
/proc/16651/statm: 3786194 7274 3161 1 0 3748377 0
[pid=16651/tid=16652] ppid=16649 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=1,3,5,7
/proc/16651/task/16652/stat : 16652 (java) R 16649 16649 11742 0 -1 4202560 3577 0 0 0 9 0 0 0 20 0 15 0 475427158 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968878495952 139968874278294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16653] ppid=16649 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16653/stat : 16653 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968826886928 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16654] ppid=16649 vsize=15144776 memory=140149129352832 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16654/stat : 16654 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968825834384 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16655] ppid=16649 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16655/stat : 16655 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968824781840 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16656] ppid=16649 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16656/stat : 16656 (java) S 16649 16649 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475427159 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968463690896 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16657] ppid=16649 vsize=15144776 memory=140149129352832 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16657/stat : 16657 (java) S 16649 16649 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475427160 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968342861808 139968874277506 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16658] ppid=16649 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16658/stat : 16658 (java) S 16649 16649 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475427161 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968341808032 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16659] ppid=16649 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16659/stat : 16659 (java) S 16649 16649 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475427161 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968340755440 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16660] ppid=16649 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16660/stat : 16660 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475427163 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968339704016 139968874284955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16661] ppid=16649 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16661/stat : 16661 (java) R 16649 16649 11742 0 -1 1077944384 187 0 0 0 0 0 0 0 20 0 15 0 475427163 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968338651632 139968874277506 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16662] ppid=16649 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16662/stat : 16662 (java) R 16649 16649 11742 0 -1 4202560 280 0 0 0 0 0 0 0 20 0 15 0 475427163 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968337599088 139968858244637 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16663] ppid=16649 vsize=15144776 memory=140149129352832 CPUtime=0.02 cores=1,3,5,7
/proc/16651/task/16663/stat : 16663 (java) R 16649 16649 11742 0 -1 4202560 370 0 0 0 2 0 0 0 20 0 15 0 475427163 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968336546544 139968858346846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16664] ppid=16649 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16664/stat : 16664 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475427164 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968335494240 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16665] ppid=16649 vsize=15144776 memory=140149129352832 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16665/stat : 16665 (java) R 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427164 15508250624 7274 33554432000 4194304 4196468 140727649740928 139968334440752 139968874277506 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30548 KiB

[startup+0.212049 s]*
/proc/loadavg: 8.05 8.19 7.87 6/234 16665
/proc/meminfo: memFree=16442796/32770624 swapFree=66974524/67108860
[pid=16649] ppid=16646 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16649/stat : 16649 (xcsp3-exec) S 16646 16649 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475427158 115843072 363 33554432000 4194304 5098028 140724070140208 140724070138312 139776158249596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15249408 140724070146938 140724070147181 140724070147181 140724070150090 0
/proc/16649/statm: 28282 363 304 221 0 87 0
[pid=16651] ppid=16649 vsize=15144776 memory=40788 CPUtime=0.34 cores=1,3,5,7
/proc/16651/stat : 16651 (java) S 16649 16649 11742 0 -1 1077944320 9479 0 0 0 32 2 0 0 20 0 15 0 475427158 15508250624 10197 33554432000 4194304 4196468 140727649740928 140727649723472 139968874266359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
/proc/16651/statm: 3786194 10197 3302 1 0 3748377 0
[pid=16651/tid=16652] ppid=16649 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/16651/task/16652/stat : 16652 (java) R 16649 16649 11742 0 -1 4202560 6625 0 0 0 19 1 0 0 20 0 15 0 475427158 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968878506048 140727649818838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16653] ppid=16649 vsize=15144776 memory=9034 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16653/stat : 16653 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968826886928 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16654] ppid=16649 vsize=15144776 memory=140149132854181 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16654/stat : 16654 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968825834384 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16655] ppid=16649 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16655/stat : 16655 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968824781840 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16656] ppid=16649 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16656/stat : 16656 (java) S 16649 16649 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475427159 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968463690896 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16657] ppid=16649 vsize=15144776 memory=140149129352832 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16657/stat : 16657 (java) S 16649 16649 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475427160 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968342861808 139968874277506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16658] ppid=16649 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16658/stat : 16658 (java) S 16649 16649 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475427161 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968341808032 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16659] ppid=16649 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16659/stat : 16659 (java) S 16649 16649 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475427161 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968340755440 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16660] ppid=16649 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16660/stat : 16660 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475427163 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968339704016 139968874284955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16661] ppid=16649 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16651/task/16661/stat : 16661 (java) S 16649 16649 11742 0 -1 1077944384 380 0 0 0 2 0 0 0 20 0 15 0 475427163 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968338651632 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16662] ppid=16649 vsize=15144776 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/16651/task/16662/stat : 16662 (java) S 16649 16649 11742 0 -1 1077944384 386 0 0 0 3 0 0 0 20 0 15 0 475427163 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968337599088 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16663] ppid=16649 vsize=15144776 memory=140149129352832 CPUtime=0.08 cores=1,3,5,7
/proc/16651/task/16663/stat : 16663 (java) R 16649 16649 11742 0 -1 4202560 782 0 0 0 8 0 0 0 20 0 15 0 475427163 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968336546544 139968866485869 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16664] ppid=16649 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16664/stat : 16664 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475427164 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968335494240 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16665] ppid=16649 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16665/stat : 16665 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427164 15508250624 10197 33554432000 4194304 4196468 140727649740928 139968334440752 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42240 KiB

[startup+0.318912 s]*
/proc/loadavg: 8.05 8.19 7.87 7/234 16665
/proc/meminfo: memFree=16435376/32770624 swapFree=66974524/67108860
[pid=16649] ppid=16646 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16649/stat : 16649 (xcsp3-exec) S 16646 16649 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475427158 115843072 363 33554432000 4194304 5098028 140724070140208 140724070138312 139776158249596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15249408 140724070146938 140724070147181 140724070147181 140724070150090 0
/proc/16649/statm: 28282 363 304 221 0 87 0
[pid=16651] ppid=16649 vsize=15149032 memory=50868 CPUtime=0.53 cores=1,3,5,7
/proc/16651/stat : 16651 (java) S 16649 16649 11742 0 -1 1077944320 11016 0 0 0 50 3 0 0 20 0 15 0 475427158 15512608768 12717 33554432000 4194304 4196468 140727649740928 140727649723472 139968874266359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
/proc/16651/statm: 3787258 12717 3371 1 0 3748377 0
[pid=16651/tid=16652] ppid=16649 vsize=15149032 memory=1398722017469774279 CPUtime=0.31 cores=1,3,5,7
/proc/16651/task/16652/stat : 16652 (java) R 16649 16649 11742 0 -1 4202560 7909 0 0 0 29 2 0 0 20 0 15 0 475427158 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968878504264 139968858346846 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16653] ppid=16649 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16653/stat : 16653 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968826886928 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16654] ppid=16649 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16654/stat : 16654 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968825834384 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16655] ppid=16649 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16655/stat : 16655 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968824781840 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16656] ppid=16649 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16656/stat : 16656 (java) S 16649 16649 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475427159 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968463690896 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16657] ppid=16649 vsize=15149032 memory=4572146057552828020 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16657/stat : 16657 (java) S 16649 16649 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475427160 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968342861808 139968874277506 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16658] ppid=16649 vsize=15149032 memory=6944613755495348631 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16658/stat : 16658 (java) S 16649 16649 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475427161 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968341808032 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16659] ppid=16649 vsize=15149032 memory=7893295687695687954 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16659/stat : 16659 (java) S 16649 16649 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475427161 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968340755440 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16660] ppid=16649 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16660/stat : 16660 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475427163 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968339704016 139968874284955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16661] ppid=16649 vsize=15149032 memory=7827413994055111515 CPUtime=0.03 cores=1,3,5,7
/proc/16651/task/16661/stat : 16661 (java) S 16649 16649 11742 0 -1 1077944384 406 0 0 0 3 0 0 0 20 0 15 0 475427163 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968338651632 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16662] ppid=16649 vsize=15149032 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/16651/task/16662/stat : 16662 (java) S 16649 16649 11742 0 -1 1077944384 516 0 0 0 5 0 0 0 20 0 15 0 475427163 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968337599088 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16663] ppid=16649 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/16651/task/16663/stat : 16663 (java) S 16649 16649 11742 0 -1 1077944384 882 0 0 0 12 0 0 0 20 0 15 0 475427163 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968336546544 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16664] ppid=16649 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16664/stat : 16664 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475427164 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968335494240 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16665] ppid=16649 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16665/stat : 16665 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427164 15512608768 12717 33554432000 4194304 4196468 140727649740928 139968334440752 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 52320 KiB

[startup+0.703676 s]
/proc/loadavg: 8.05 8.19 7.87 7/234 16665
/proc/meminfo: memFree=16427168/32770624 swapFree=66974524/67108860
[pid=16649] ppid=16646 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16649/stat : 16649 (xcsp3-exec) S 16646 16649 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475427158 115843072 363 33554432000 4194304 5098028 140724070140208 140724070138312 139776158249596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15249408 140724070146938 140724070147181 140724070147181 140724070150090 0
/proc/16649/statm: 28282 363 304 221 0 87 0
[pid=16651] ppid=16649 vsize=15151156 memory=71436 CPUtime=1.42 cores=1,3,5,7
/proc/16651/stat : 16651 (java) S 16649 16649 11742 0 -1 1077944320 14080 0 0 0 138 4 0 0 20 0 15 0 475427158 15514783744 17859 33554432000 4194304 4196468 140727649740928 140727649723472 139968874266359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
/proc/16651/statm: 3787789 17859 3452 1 0 3748889 0
[pid=16651/tid=16652] ppid=16649 vsize=15151156 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/16651/task/16652/stat : 16652 (java) R 16649 16649 11742 0 -1 4202560 9091 0 0 0 65 2 0 0 20 0 15 0 475427158 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968878504384 139968504795383 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16653] ppid=16649 vsize=15151156 memory=54392 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16653/stat : 16653 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968826886928 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16654] ppid=16649 vsize=15151156 memory=984 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16654/stat : 16654 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968825834384 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16655] ppid=16649 vsize=15151156 memory=2004 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16655/stat : 16655 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427159 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968824781840 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16656] ppid=16649 vsize=15151156 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16656/stat : 16656 (java) S 16649 16649 11742 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475427159 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968463690896 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16657] ppid=16649 vsize=15151156 memory=1060 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16657/stat : 16657 (java) S 16649 16649 11742 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 475427160 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968342861808 139968874277506 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16658] ppid=16649 vsize=15151156 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16658/stat : 16658 (java) S 16649 16649 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475427161 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968341808032 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16659] ppid=16649 vsize=15151156 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16659/stat : 16659 (java) S 16649 16649 11742 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475427161 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968340755440 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16660] ppid=16649 vsize=15151156 memory=6088 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16660/stat : 16660 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475427163 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968339704016 139968874284955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16661] ppid=16649 vsize=15151156 memory=10564 CPUtime=0.17 cores=1,3,5,7
/proc/16651/task/16661/stat : 16661 (java) R 16649 16649 11742 0 -1 4202560 940 0 0 0 17 0 0 0 20 0 15 0 475427163 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968338638944 139968854116838 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16662] ppid=16649 vsize=15151156 memory=716 CPUtime=0.22 cores=1,3,5,7
/proc/16651/task/16662/stat : 16662 (java) R 16649 16649 11742 0 -1 1077944384 1009 0 0 0 22 0 0 0 20 0 15 0 475427163 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968337599088 139968874277506 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16663] ppid=16649 vsize=15151156 memory=780 CPUtime=0.32 cores=1,3,5,7
/proc/16651/task/16663/stat : 16663 (java) R 16649 16649 11742 0 -1 4202560 1734 0 0 0 32 0 0 0 20 0 15 0 475427163 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968336546544 139968866503486 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16664] ppid=16649 vsize=15151156 memory=1552 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16664/stat : 16664 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475427164 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968335494240 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16665] ppid=16649 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16665/stat : 16665 (java) S 16649 16649 11742 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475427164 15514783744 17859 33554432000 4194304 4196468 140727649740928 139968334440752 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 72888 KiB

[startup+1.50091 s]
/proc/loadavg: 8.05 8.19 7.87 11/238 16669
/proc/meminfo: memFree=16388648/32770624 swapFree=66974524/67108860
[pid=16649] ppid=16646 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16649/stat : 16649 (xcsp3-exec) S 16646 16649 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475427158 115843072 363 33554432000 4194304 5098028 140724070140208 140724070138312 139776158249596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15249408 140724070146938 140724070147181 140724070147181 140724070150090 0
/proc/16649/statm: 28282 363 304 221 0 87 0

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

/proc/16651/task/16665/stat : 16665 (java) S 16649 16649 11742 0 -1 1077944384 603 0 0 0 0 0 0 0 20 0 19 0 475427164 15787429888 38013 33554432000 4194304 4196468 140727649740928 139968334440752 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16666] ppid=16649 vsize=15417412 memory=500 CPUtime=25.28 cores=1,3,5,7
/proc/16651/task/16666/stat : 16666 (java) R 16649 16649 11742 0 -1 4202560 434 0 0 0 2528 0 0 0 20 0 19 0 475427232 15787429888 38013 33554432000 4194304 4196468 140727649740928 139968325221672 139968509728961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16667] ppid=16649 vsize=15417412 memory=1556 CPUtime=25.59 cores=1,3,5,7
/proc/16651/task/16667/stat : 16667 (java) R 16649 16649 11742 0 -1 4202560 1020 0 0 0 2556 3 0 0 20 0 19 0 475427233 15787429888 38013 33554432000 4194304 4196468 140727649740928 139968324170088 139968509728919 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16668] ppid=16649 vsize=15417412 memory=928 CPUtime=25.43 cores=1,3,5,7
/proc/16651/task/16668/stat : 16668 (java) R 16649 16649 11742 0 -1 4202560 450 0 0 0 2543 0 0 0 20 0 19 0 475427233 15787429888 38013 33554432000 4194304 4196468 140727649740928 139968323116944 139968509528294 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16669] ppid=16649 vsize=15417412 memory=1640 CPUtime=25.2 cores=1,3,5,7
/proc/16651/task/16669/stat : 16669 (java) R 16649 16649 11742 0 -1 4202560 977 0 0 0 2520 0 0 0 20 0 19 0 475427233 15787429888 38013 33554432000 4194304 4196468 140727649740928 139968322067216 139968509729035 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
Current children cumulated CPU time: 106.37 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 153504 KiB

[startup+28.0009 s]*
/proc/loadavg: 8.10 8.19 7.88 9/237 16670
/proc/meminfo: memFree=16320648/32770624 swapFree=66974524/67108860
[pid=16649] ppid=16646 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16649/stat : 16649 (xcsp3-exec) S 16646 16649 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475427158 115843072 363 33554432000 4194304 5098028 140724070140208 140724070138312 139776158249596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15249408 140724070146938 140724070147181 140724070147181 140724070150090 0
/proc/16649/statm: 28282 363 304 221 0 87 0
[pid=16651] ppid=16649 vsize=15417412 memory=151024 CPUtime=109.57 cores=1,3,5,7
/proc/16651/stat : 16651 (java) S 16649 16649 11742 0 -1 1077944320 37339 0 0 0 10943 14 0 0 20 0 19 0 475427158 15787429888 37756 33554432000 4194304 4196468 140727649740928 140727649723472 139968874266359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
/proc/16651/statm: 3854353 37756 3527 1 0 3815453 0
[pid=16651/tid=16652] ppid=16649 vsize=15417412 memory=1398722017469774279 CPUtime=0.73 cores=1,3,5,7
/proc/16651/task/16652/stat : 16652 (java) S 16649 16649 11742 0 -1 1077944384 9154 0 0 0 70 3 0 0 20 0 19 0 475427158 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968878507136 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16653] ppid=16649 vsize=15417412 memory=4872558044660077418 CPUtime=0.04 cores=1,3,5,7
/proc/16651/task/16653/stat : 16653 (java) S 16649 16649 11742 0 -1 1077944384 949 0 0 0 4 0 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968826886928 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16654] ppid=16649 vsize=15417412 memory=7902576669593994631 CPUtime=0.03 cores=1,3,5,7
/proc/16651/task/16654/stat : 16654 (java) S 16649 16649 11742 0 -1 1077944384 905 0 0 0 3 0 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968825834384 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16655] ppid=16649 vsize=15417412 memory=6656426216303648864 CPUtime=0.03 cores=1,3,5,7
/proc/16651/task/16655/stat : 16655 (java) S 16649 16649 11742 0 -1 1077944384 479 0 0 0 3 0 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968824781840 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16656] ppid=16649 vsize=15417412 memory=6944656592455097440 CPUtime=0.04 cores=1,3,5,7
/proc/16651/task/16656/stat : 16656 (java) S 16649 16649 11742 0 -1 1077944384 284 0 0 0 3 1 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968463690896 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16657] ppid=16649 vsize=15417412 memory=7090169268364405076 CPUtime=0.04 cores=1,3,5,7
/proc/16651/task/16657/stat : 16657 (java) S 16649 16649 11742 0 -1 1077944384 903 0 0 0 3 1 0 0 20 0 19 0 475427160 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968342861808 139968874277506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16658] ppid=16649 vsize=15417412 memory=7090169268364405076 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16658/stat : 16658 (java) S 16649 16649 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475427161 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968341808096 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16659] ppid=16649 vsize=15417412 memory=7090169268364405076 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16659/stat : 16659 (java) S 16649 16649 11742 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475427161 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968340755456 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16660] ppid=16649 vsize=15417412 memory=3636 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16660/stat : 16660 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968339704016 139968874284955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16661] ppid=16649 vsize=15417412 memory=1724 CPUtime=1.67 cores=1,3,5,7
/proc/16651/task/16661/stat : 16661 (java) S 16649 16649 11742 0 -1 1077944384 6401 0 0 0 167 0 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968338651632 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16662] ppid=16649 vsize=15417412 memory=6088 CPUtime=1.61 cores=1,3,5,7
/proc/16651/task/16662/stat : 16662 (java) S 16649 16649 11742 0 -1 1077944384 8148 0 0 0 160 1 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968337599088 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16663] ppid=16649 vsize=15417412 memory=10564 CPUtime=0.58 cores=1,3,5,7
/proc/16651/task/16663/stat : 16663 (java) S 16649 16649 11742 0 -1 1077944384 5330 0 0 0 57 1 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968336546544 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16664] ppid=16649 vsize=15417412 memory=716 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16664/stat : 16664 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475427164 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968335494240 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16665] ppid=16649 vsize=15417412 memory=780 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16665/stat : 16665 (java) S 16649 16649 11742 0 -1 1077944384 603 0 0 0 0 0 0 0 20 0 19 0 475427164 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968334440752 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16666] ppid=16649 vsize=15417412 memory=1552 CPUtime=26.07 cores=1,3,5,7
/proc/16651/task/16666/stat : 16666 (java) R 16649 16649 11742 0 -1 4202560 434 0 0 0 2607 0 0 0 20 0 19 0 475427232 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968325224328 139968509899139 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16667] ppid=16649 vsize=15417412 memory=2832 CPUtime=26.38 cores=1,3,5,7
/proc/16651/task/16667/stat : 16667 (java) R 16649 16649 11742 0 -1 4202560 1022 0 0 0 2635 3 0 0 20 0 19 0 475427233 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968324170216 139968509736409 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16668] ppid=16649 vsize=15417412 memory=1192 CPUtime=26.22 cores=1,3,5,7
/proc/16651/task/16668/stat : 16668 (java) R 16649 16649 11742 0 -1 4202560 451 0 0 0 2622 0 0 0 20 0 19 0 475427233 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968323120912 139968510881838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16669] ppid=16649 vsize=15417412 memory=940 CPUtime=26 cores=1,3,5,7
/proc/16651/task/16669/stat : 16669 (java) R 16649 16649 11742 0 -1 4202560 978 0 0 0 2600 0 0 0 20 0 19 0 475427233 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968322064400 139968509732972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
Current children cumulated CPU time: 109.57 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 152476 KiB

[startup+28.8009 s]
/proc/loadavg: 8.10 8.19 7.88 9/237 16670
/proc/meminfo: memFree=16320648/32770624 swapFree=66974524/67108860
[pid=16649] ppid=16646 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16649/stat : 16649 (xcsp3-exec) S 16646 16649 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475427158 115843072 363 33554432000 4194304 5098028 140724070140208 140724070138312 139776158249596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15249408 140724070146938 140724070147181 140724070147181 140724070150090 0
/proc/16649/statm: 28282 363 304 221 0 87 0
[pid=16651] ppid=16649 vsize=15417412 memory=151024 CPUtime=112.7 cores=1,3,5,7
/proc/16651/stat : 16651 (java) S 16649 16649 11742 0 -1 1077944320 37345 0 0 0 11256 14 0 0 20 0 19 0 475427158 15787429888 37756 33554432000 4194304 4196468 140727649740928 140727649723472 139968874266359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
/proc/16651/statm: 3854353 37756 3527 1 0 3815453 0
[pid=16651/tid=16652] ppid=16649 vsize=15417412 memory=280298022799728 CPUtime=0.73 cores=1,3,5,7
/proc/16651/task/16652/stat : 16652 (java) S 16649 16649 11742 0 -1 1077944384 9154 0 0 0 70 3 0 0 20 0 19 0 475427158 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968878507136 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16653] ppid=16649 vsize=15417412 memory=7589503725372330068 CPUtime=0.04 cores=1,3,5,7
/proc/16651/task/16653/stat : 16653 (java) S 16649 16649 11742 0 -1 1077944384 949 0 0 0 4 0 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968826886928 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16654] ppid=16649 vsize=15417412 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/16651/task/16654/stat : 16654 (java) S 16649 16649 11742 0 -1 1077944384 905 0 0 0 3 0 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968825834384 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16655] ppid=16649 vsize=15417412 memory=280298021717376 CPUtime=0.03 cores=1,3,5,7
/proc/16651/task/16655/stat : 16655 (java) S 16649 16649 11742 0 -1 1077944384 479 0 0 0 3 0 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968824781840 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16656] ppid=16649 vsize=15417412 memory=280298021829888 CPUtime=0.04 cores=1,3,5,7
/proc/16651/task/16656/stat : 16656 (java) S 16649 16649 11742 0 -1 1077944384 284 0 0 0 3 1 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968463690896 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16657] ppid=16649 vsize=15417412 memory=280298022841856 CPUtime=0.04 cores=1,3,5,7
/proc/16651/task/16657/stat : 16657 (java) S 16649 16649 11742 0 -1 1077944384 903 0 0 0 3 1 0 0 20 0 19 0 475427160 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968342861808 139968874277506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16658] ppid=16649 vsize=15417412 memory=280298021584192 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16658/stat : 16658 (java) S 16649 16649 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475427161 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968341808096 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16659] ppid=16649 vsize=15417412 memory=280298021584384 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16659/stat : 16659 (java) S 16649 16649 11742 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475427161 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968340755456 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16660] ppid=16649 vsize=15417412 memory=280298022396800 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16660/stat : 16660 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968339704016 139968874284955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16661] ppid=16649 vsize=15417412 memory=28016 CPUtime=1.67 cores=1,3,5,7
/proc/16651/task/16661/stat : 16661 (java) S 16649 16649 11742 0 -1 1077944384 6401 0 0 0 167 0 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968338651632 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16662] ppid=16649 vsize=15417412 memory=2120 CPUtime=1.61 cores=1,3,5,7
/proc/16651/task/16662/stat : 16662 (java) S 16649 16649 11742 0 -1 1077944384 8148 0 0 0 160 1 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968337599088 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16663] ppid=16649 vsize=15417412 memory=500 CPUtime=0.58 cores=1,3,5,7
/proc/16651/task/16663/stat : 16663 (java) S 16649 16649 11742 0 -1 1077944384 5330 0 0 0 57 1 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968336546544 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16664] ppid=16649 vsize=15417412 memory=1556 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16664/stat : 16664 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475427164 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968335494240 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16665] ppid=16649 vsize=15417412 memory=928 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16665/stat : 16665 (java) S 16649 16649 11742 0 -1 1077944384 603 0 0 0 0 0 0 0 20 0 19 0 475427164 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968334440752 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16666] ppid=16649 vsize=15417412 memory=1640 CPUtime=26.86 cores=1,3,5,7
/proc/16651/task/16666/stat : 16666 (java) R 16649 16649 11742 0 -1 4202560 434 0 0 0 2686 0 0 0 20 0 19 0 475427232 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968325221024 139968509527133 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16667] ppid=16649 vsize=15417412 memory=1980 CPUtime=27.16 cores=1,3,5,7
/proc/16651/task/16667/stat : 16667 (java) R 16649 16649 11742 0 -1 4202560 1025 0 0 0 2713 3 0 0 20 0 19 0 475427233 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968324169616 139968509527672 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16668] ppid=16649 vsize=15417412 memory=2572 CPUtime=26.99 cores=1,3,5,7
/proc/16651/task/16668/stat : 16668 (java) R 16649 16649 11742 0 -1 4202560 452 0 0 0 2699 0 0 0 20 0 19 0 475427233 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968323120192 139968509029789 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16669] ppid=16649 vsize=15417412 memory=152564 CPUtime=26.78 cores=1,3,5,7
/proc/16651/task/16669/stat : 16669 (java) R 16649 16649 11742 0 -1 4202560 980 0 0 0 2678 0 0 0 20 0 19 0 475427233 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968322064648 139968509528489 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
Current children cumulated CPU time: 112.7 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 152476 KiB

[startup+29.2009 s]
/proc/loadavg: 8.10 8.19 7.88 9/237 16670
/proc/meminfo: memFree=16321156/32770624 swapFree=66974524/67108860
[pid=16649] ppid=16646 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16649/stat : 16649 (xcsp3-exec) S 16646 16649 11742 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475427158 115843072 363 33554432000 4194304 5098028 140724070140208 140724070138312 139776158249596 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 15249408 140724070146938 140724070147181 140724070147181 140724070150090 0
/proc/16649/statm: 28282 363 304 221 0 87 0
[pid=16651] ppid=16649 vsize=15417412 memory=151024 CPUtime=114.29 cores=1,3,5,7
/proc/16651/stat : 16651 (java) S 16649 16649 11742 0 -1 1077944320 37347 0 0 0 11415 14 0 0 20 0 19 0 475427158 15787429888 37756 33554432000 4194304 4196468 140727649740928 140727649723472 139968874266359 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
/proc/16651/statm: 3854353 37756 3527 1 0 3815453 0
[pid=16651/tid=16652] ppid=16649 vsize=15417412 memory=1452 CPUtime=0.73 cores=1,3,5,7
/proc/16651/task/16652/stat : 16652 (java) S 16649 16649 11742 0 -1 1077944384 9154 0 0 0 70 3 0 0 20 0 19 0 475427158 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968878507136 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16653] ppid=16649 vsize=15417412 memory=156156 CPUtime=0.04 cores=1,3,5,7
/proc/16651/task/16653/stat : 16653 (java) S 16649 16649 11742 0 -1 1077944384 949 0 0 0 4 0 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968826886928 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16654] ppid=16649 vsize=15417412 memory=1724 CPUtime=0.03 cores=1,3,5,7
/proc/16651/task/16654/stat : 16654 (java) S 16649 16649 11742 0 -1 1077944384 905 0 0 0 3 0 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968825834384 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16655] ppid=16649 vsize=15417412 memory=1398722017469774279 CPUtime=0.03 cores=1,3,5,7
/proc/16651/task/16655/stat : 16655 (java) S 16649 16649 11742 0 -1 1077944384 479 0 0 0 3 0 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968824781840 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16656] ppid=16649 vsize=15417412 memory=4872558044660077418 CPUtime=0.04 cores=1,3,5,7
/proc/16651/task/16656/stat : 16656 (java) S 16649 16649 11742 0 -1 1077944384 284 0 0 0 3 1 0 0 20 0 19 0 475427159 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968463690896 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16657] ppid=16649 vsize=15417412 memory=6791534058613427641 CPUtime=0.04 cores=1,3,5,7
/proc/16651/task/16657/stat : 16657 (java) S 16649 16649 11742 0 -1 1077944384 903 0 0 0 3 1 0 0 20 0 19 0 475427160 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968342861808 139968874277506 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16658] ppid=16649 vsize=15417412 memory=214068 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16658/stat : 16658 (java) S 16649 16649 11742 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475427161 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968341808096 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16659] ppid=16649 vsize=15417412 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16659/stat : 16659 (java) S 16649 16649 11742 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475427161 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968340755456 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16660] ppid=16649 vsize=15417412 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16660/stat : 16660 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968339704016 139968874284955 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16661] ppid=16649 vsize=15417412 memory=288230583166042426 CPUtime=1.67 cores=1,3,5,7
/proc/16651/task/16661/stat : 16661 (java) S 16649 16649 11742 0 -1 1077944384 6401 0 0 0 167 0 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968338651632 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16662] ppid=16649 vsize=15417412 memory=14134446152486315 CPUtime=1.61 cores=1,3,5,7
/proc/16651/task/16662/stat : 16662 (java) S 16649 16649 11742 0 -1 1077944384 8148 0 0 0 160 1 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968337599088 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16663] ppid=16649 vsize=15417412 memory=111632 CPUtime=0.58 cores=1,3,5,7
/proc/16651/task/16663/stat : 16663 (java) S 16649 16649 11742 0 -1 1077944384 5330 0 0 0 57 1 0 0 20 0 19 0 475427163 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968336546544 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16664] ppid=16649 vsize=15417412 memory=804 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16664/stat : 16664 (java) S 16649 16649 11742 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475427164 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968335494240 139968874276565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16665] ppid=16649 vsize=15417412 memory=4100 CPUtime=0 cores=1,3,5,7
/proc/16651/task/16665/stat : 16665 (java) S 16649 16649 11742 0 -1 1077944384 603 0 0 0 0 0 0 0 20 0 19 0 475427164 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968334440752 139968874277506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16666] ppid=16649 vsize=15417412 memory=1804 CPUtime=27.26 cores=1,3,5,7
/proc/16651/task/16666/stat : 16666 (java) R 16649 16649 11742 0 -1 4202560 434 0 0 0 2726 0 0 0 20 0 19 0 475427232 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968325224880 139968509030175 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16667] ppid=16649 vsize=15417412 memory=920 CPUtime=27.56 cores=1,3,5,7
/proc/16651/task/16667/stat : 16667 (java) R 16649 16649 11742 0 -1 4202560 1026 0 0 0 2753 3 0 0 20 0 19 0 475427233 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968324169952 139968510082443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16668] ppid=16649 vsize=15417412 memory=3848 CPUtime=27.39 cores=1,3,5,7
/proc/16651/task/16668/stat : 16668 (java) R 16649 16649 11742 0 -1 4202560 452 0 0 0 2739 0 0 0 20 0 19 0 475427233 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968323120360 139968509734159 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
[pid=16651/tid=16669] ppid=16649 vsize=15417412 memory=54392 CPUtime=27.16 cores=1,3,5,7
/proc/16651/task/16669/stat : 16669 (java) R 16649 16649 11742 0 -1 4202560 981 0 0 0 2716 0 0 0 20 0 19 0 475427233 15787429888 37756 33554432000 4194304 4196468 140727649740928 139968322064784 139968509732374 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16252928 140727649747951 140727649748122 140727649748122 140727649750991 0
Current children cumulated CPU time: 114.29 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 152476 KiB

Child status: 0
Real time (s): 29.2662
CPU time (s): 114.541
CPU user time (s): 114.382
CPU system time (s): 0.15914
CPU usage (%): 391.377
Max. virtual memory (cumulated for all children) (KiB): 15532212
Max. memory (cumulated for all children) (KiB): 216932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 114.382
system time used= 0.15914
maximum resident set size= 215532
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39344
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= 4145
involuntary context switches= 2521


# summary of solver processes directly reported to runsolver:
#   pid: 16649
#   total CPU time (s): 114.541
#   total CPU user time (s): 114.382
#   total CPU system time (s): 0.15914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.23103 second user time and 0.353523 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-20 16:59:21
IDJOB=4403535
IDBENCH=133319
IDSOLVER=2863
FILE ID=node125/4403535-1568991604
RUNJOBID= node125-1568988175-11774
PBS_JOBID= 21704643
Free space on /tmp= 4136 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/Primes/Primes-m1-p20/Primes-20-60-3-5.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-4403535-1568991604/watcher-4403535-1568991604 -o /tmp/evaluation-result-4403535-1568991604/solver-4403535-1568991604 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568988175-11774 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1556971114 HOME/instance-4403535-1568991604.xml

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

MD5SUM BENCH= 0dd1a305ead2bfc8d563708a38f33655
RANDOM SEED=1556971114

node125.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.29
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.29
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.29
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.29
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:        16472412 kB
MemAvailable:   31445420 kB
Buffers:           86376 kB
Cached:         14793036 kB
SwapCached:        29996 kB
Active:          7755116 kB
Inactive:        7538412 kB
Active(anon):     382256 kB
Inactive(anon):    78264 kB
Active(file):    7372860 kB
Inactive(file):  7460148 kB
Unevictable:      109344 kB
Mlocked:          109344 kB
SwapTotal:      67108860 kB
SwapFree:       66974524 kB
Dirty:             26176 kB
Writeback:             0 kB
AnonPages:        526044 kB
Mapped:            64936 kB
Shmem:             38176 kB
Slab:             598232 kB
SReclaimable:     568460 kB
SUnreclaim:        29772 kB
KernelStack:        4096 kB
PageTables:         6436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1280996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    428032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 4108 MiB
End job on node125 at 2019-09-20 16:59:50