Trace number 4405820

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-24SAT 16.6453 15.0447

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-07.xml
MD5SUM7f68b5f256bf6bd8019eb0158af88fa3
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 benchmark0.776956
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints126
Number of domains1
Minimum domain size2187
Maximum domain size2187
Distribution of domain sizes[{"size":2187,"count":126}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":125},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":125}]
Number of extensional constraints125
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":125},{"type":"intension","count":1}]
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-4405820-1569412947.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4405820-1569412947.xml, -tl, 2520s, -p, 1]
0.12/0.22	c simple solver
0.36/0.28	c parse instance...
1.97/0.80	c solve instance...
16.59/15.03	s SATISFIABLE
16.59/15.03	v <instantiation>
16.59/15.03	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[77] 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] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] </list>
16.59/15.03	v 	<values>1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 1 0 </values>
16.59/15.03	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 (10841 MiB free)
  memory of node 1: 16384 MiB (14027 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4405820-1569412947/watcher-4405820-1569412947 -o /tmp/evaluation-result-4405820-1569412947/solver-4405820-1569412947 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1569407822-5223 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 323461902 HOME/instance-4405820-1569412947.xml 

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

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


[startup+0.10098 s]*
/proc/loadavg: 2.00 1.83 1.78 5/230 6262
/proc/meminfo: memFree=25449140/32770624 swapFree=66999860/67108860
[pid=6246] ppid=6243 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6246/stat : 6246 (xcsp3-exec) S 6243 6246 5192 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517559477 115843072 363 33554432000 4194304 5098028 140728898357008 140728898355112 140181584188028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32333824 140728898360187 140728898360429 140728898360429 140728898363338 0
/proc/6246/statm: 28282 363 304 221 0 87 0
[pid=6248] ppid=6246 vsize=15144776 memory=29612 CPUtime=0.12 cores=0,2,4,6
/proc/6248/stat : 6248 (java) S 6246 6246 5192 0 -1 1077944320 5812 0 0 0 11 1 0 0 20 0 15 0 517559478 15508250624 7403 33554432000 4194304 4196468 140726691268032 140726691250576 139884887002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
/proc/6248/statm: 3786194 7403 3156 1 0 3748377 0
[pid=6248/tid=6249] ppid=6246 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=0,2,4,6
/proc/6248/task/6249/stat : 6249 (java) R 6246 6246 5192 0 -1 4202560 3744 0 0 0 8 1 0 0 20 0 15 0 517559478 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884891236144 139884887024797 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6250] ppid=6246 vsize=15144776 memory=-3689451258167578675 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6250/stat : 6250 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559479 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884815043728 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6251] ppid=6246 vsize=15144776 memory=140610312341120 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6251/stat : 6251 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559479 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884813990928 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6252] ppid=6246 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6252/stat : 6252 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559479 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884812938128 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6253] ppid=6246 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6253/stat : 6253 (java) S 6246 6246 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517559479 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884811885328 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6254] ppid=6246 vsize=15144776 memory=140610312341120 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6254/stat : 6254 (java) S 6246 6246 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517559480 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884355520880 139884887014018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6255] ppid=6246 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6255/stat : 6255 (java) S 6246 6246 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517559481 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884354466848 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6256] ppid=6246 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6256/stat : 6256 (java) S 6246 6246 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517559481 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884353414000 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6257] ppid=6246 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6257/stat : 6257 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559483 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884352362320 139884887021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6258] ppid=6246 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6258/stat : 6258 (java) R 6246 6246 5192 0 -1 1077944384 411 0 0 0 0 0 0 0 20 0 15 0 517559483 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884351310704 139884887014018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6259] ppid=6246 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6259/stat : 6259 (java) R 6246 6246 5192 0 -1 4202560 44 0 0 0 0 0 0 0 20 0 15 0 517559483 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884350249296 139884864835728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6260] ppid=6246 vsize=15144776 memory=140610312341120 CPUtime=0.02 cores=0,2,4,6
/proc/6248/task/6260/stat : 6260 (java) R 6246 6246 5192 0 -1 4202560 353 0 0 0 2 0 0 0 20 0 15 0 517559483 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884349205104 139884865634187 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6261] ppid=6246 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6261/stat : 6261 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559484 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884348152544 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6262] ppid=6246 vsize=15144776 memory=140610312341120 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6262/stat : 6262 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559484 15508250624 7403 33554432000 4194304 4196468 140726691268032 139884347099824 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 31064 KiB

[startup+0.218282 s]*
/proc/loadavg: 2.08 1.85 1.79 4/230 6263
/proc/meminfo: memFree=25438516/32770624 swapFree=66999860/67108860
[pid=6246] ppid=6243 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6246/stat : 6246 (xcsp3-exec) S 6243 6246 5192 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517559477 115843072 363 33554432000 4194304 5098028 140728898357008 140728898355112 140181584188028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32333824 140728898360187 140728898360429 140728898360429 140728898363338 0
/proc/6246/statm: 28282 363 304 221 0 87 0
[pid=6248] ppid=6246 vsize=15146892 memory=40680 CPUtime=0.36 cores=0,2,4,6
/proc/6248/stat : 6248 (java) S 6246 6246 5192 0 -1 1077944320 9384 0 0 0 33 3 0 0 20 0 15 0 517559478 15510417408 10170 33554432000 4194304 4196468 140726691268032 140726691250576 139884887002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
/proc/6248/statm: 3786723 10170 3312 1 0 3748377 0
[pid=6248/tid=6249] ppid=6246 vsize=15149032 memory=7883960649037381690 CPUtime=0.21 cores=0,2,4,6
/proc/6248/task/6249/stat : 6249 (java) R 6246 6246 5192 0 -1 4202560 6696 0 0 0 19 2 0 0 20 0 15 0 517559478 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884891223864 139884866655543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6250] ppid=6246 vsize=15149032 memory=9780 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6250/stat : 6250 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559479 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884815043728 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6251] ppid=6246 vsize=15149032 memory=140610315833334 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6251/stat : 6251 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559479 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884813990928 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6252] ppid=6246 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6252/stat : 6252 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559479 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884812938128 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6253] ppid=6246 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6253/stat : 6253 (java) S 6246 6246 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517559479 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884811885328 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6254] ppid=6246 vsize=15149032 memory=140610312341120 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6254/stat : 6254 (java) S 6246 6246 5192 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517559480 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884355520880 139884887014018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6255] ppid=6246 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6255/stat : 6255 (java) S 6246 6246 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517559481 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884354466848 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6256] ppid=6246 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6256/stat : 6256 (java) S 6246 6246 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517559481 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884353414000 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6257] ppid=6246 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6257/stat : 6257 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559483 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884352362320 139884887021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6258] ppid=6246 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6248/task/6258/stat : 6258 (java) S 6246 6246 5192 0 -1 1077944384 533 0 0 0 3 0 0 0 20 0 15 0 517559483 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884351310704 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6259] ppid=6246 vsize=15149032 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/6248/task/6259/stat : 6259 (java) S 6246 6246 5192 0 -1 1077944384 93 0 0 0 2 0 0 0 20 0 15 0 517559483 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884350257904 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6260] ppid=6246 vsize=15149032 memory=140610312341120 CPUtime=0.08 cores=0,2,4,6
/proc/6248/task/6260/stat : 6260 (java) S 6246 6246 5192 0 -1 1077944384 780 0 0 0 8 0 0 0 20 0 15 0 517559483 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884349205104 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6261] ppid=6246 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6261/stat : 6261 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559484 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884348152544 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6262] ppid=6246 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6262/stat : 6262 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559484 15512608768 10173 33554432000 4194304 4196468 140726691268032 139884347099824 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 15260020 KiB
Current children cumulated memory: 42132 KiB

[startup+0.311075 s]*
/proc/loadavg: 2.08 1.85 1.79 4/230 6263
/proc/meminfo: memFree=25430068/32770624 swapFree=66999860/67108860
[pid=6246] ppid=6243 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6246/stat : 6246 (xcsp3-exec) S 6243 6246 5192 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517559477 115843072 363 33554432000 4194304 5098028 140728898357008 140728898355112 140181584188028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32333824 140728898360187 140728898360429 140728898360429 140728898363338 0
/proc/6246/statm: 28282 363 304 221 0 87 0
[pid=6248] ppid=6246 vsize=15149032 memory=49828 CPUtime=0.53 cores=0,2,4,6
/proc/6248/stat : 6248 (java) S 6246 6246 5192 0 -1 1077944320 10816 0 0 0 50 3 0 0 20 0 15 0 517559478 15512608768 12457 33554432000 4194304 4196468 140726691268032 140726691250576 139884887002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
/proc/6248/statm: 3787258 12457 3368 1 0 3748377 0
[pid=6248/tid=6249] ppid=6246 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/6248/task/6249/stat : 6249 (java) R 6246 6246 5192 0 -1 4202560 7790 0 0 0 28 2 0 0 20 0 15 0 517559478 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884891233984 139884871083358 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6250] ppid=6246 vsize=15149032 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6250/stat : 6250 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559479 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884815043728 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6251] ppid=6246 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6251/stat : 6251 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559479 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884813990928 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6252] ppid=6246 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6252/stat : 6252 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559479 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884812938128 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6253] ppid=6246 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6253/stat : 6253 (java) S 6246 6246 5192 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 517559479 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884811885328 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6254] ppid=6246 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6254/stat : 6254 (java) S 6246 6246 5192 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 517559480 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884355520880 139884887014018 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6255] ppid=6246 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6255/stat : 6255 (java) S 6246 6246 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517559481 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884354466848 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6256] ppid=6246 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6256/stat : 6256 (java) S 6246 6246 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517559481 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884353414000 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6257] ppid=6246 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6257/stat : 6257 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559483 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884352362320 139884887021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6258] ppid=6246 vsize=15149032 memory=-8412656567168561567 CPUtime=0.06 cores=0,2,4,6
/proc/6248/task/6258/stat : 6258 (java) R 6246 6246 5192 0 -1 4202560 655 0 0 0 6 0 0 0 20 0 15 0 517559483 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884351301088 139884871666565 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6259] ppid=6246 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6248/task/6259/stat : 6259 (java) S 6246 6246 5192 0 -1 1077944384 144 0 0 0 3 0 0 0 20 0 15 0 517559483 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884350257904 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6260] ppid=6246 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/6248/task/6260/stat : 6260 (java) S 6246 6246 5192 0 -1 1077944384 942 0 0 0 13 0 0 0 20 0 15 0 517559483 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884349205104 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6261] ppid=6246 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6261/stat : 6261 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559484 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884348152544 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6262] ppid=6246 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6262/stat : 6262 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559484 15512608768 12526 33554432000 4194304 4196468 140726691268032 139884347099824 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51280 KiB

[startup+0.701168 s]
/proc/loadavg: 2.08 1.85 1.79 6/230 6263
/proc/meminfo: memFree=25404516/32770624 swapFree=66999860/67108860
[pid=6246] ppid=6243 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6246/stat : 6246 (xcsp3-exec) S 6243 6246 5192 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517559477 115843072 363 33554432000 4194304 5098028 140728898357008 140728898355112 140181584188028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32333824 140728898360187 140728898360429 140728898360429 140728898363338 0
/proc/6246/statm: 28282 363 304 221 0 87 0
[pid=6248] ppid=6246 vsize=15151156 memory=256328 CPUtime=1.72 cores=0,2,4,6
/proc/6248/stat : 6248 (java) S 6246 6246 5192 0 -1 1077944320 13443 0 0 0 156 16 0 0 20 0 15 0 517559478 15514783744 64082 33554432000 4194304 4196468 140726691268032 140726691250576 139884887002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
/proc/6248/statm: 3787789 64082 3441 1 0 3748889 0
[pid=6248/tid=6249] ppid=6246 vsize=15151156 memory=0 CPUtime=0.63 cores=0,2,4,6
/proc/6248/task/6249/stat : 6249 (java) S 6246 6246 5192 0 -1 1077944384 8514 0 0 0 59 4 0 0 20 0 15 0 517559478 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884891241360 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6250] ppid=6246 vsize=15151156 memory=65024 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6250/stat : 6250 (java) R 6246 6246 5192 0 -1 4202560 53 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884815041704 139884872026595 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6251] ppid=6246 vsize=15151156 memory=988 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6251/stat : 6251 (java) R 6246 6246 5192 0 -1 4202560 45 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884813991128 139884872030290 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6252] ppid=6246 vsize=15151156 memory=2020 CPUtime=0.03 cores=0,2,4,6
/proc/6248/task/6252/stat : 6252 (java) R 6246 6246 5192 0 -1 4202560 32 0 0 0 1 2 0 0 20 0 15 0 517559479 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884812938128 139884880099572 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6253] ppid=6246 vsize=15151156 memory=1432 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6253/stat : 6253 (java) R 6246 6246 5192 0 -1 4202560 50 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884811883136 139884880099572 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6254] ppid=6246 vsize=15151156 memory=9396 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6254/stat : 6254 (java) S 6246 6246 5192 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 517559480 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884355519392 139884887013077 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6255] ppid=6246 vsize=15151156 memory=656 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6255/stat : 6255 (java) S 6246 6246 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517559481 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884354466848 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6256] ppid=6246 vsize=15151156 memory=3612 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6256/stat : 6256 (java) S 6246 6246 5192 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 517559481 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884353414000 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6257] ppid=6246 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6257/stat : 6257 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559483 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884352362320 139884887021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6258] ppid=6246 vsize=15151156 memory=1712 CPUtime=0.29 cores=0,2,4,6
/proc/6248/task/6258/stat : 6258 (java) S 6246 6246 5192 0 -1 1077944384 1137 0 0 0 29 0 0 0 20 0 15 0 517559483 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884351301664 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6259] ppid=6246 vsize=15151156 memory=1204 CPUtime=0.31 cores=0,2,4,6
/proc/6248/task/6259/stat : 6259 (java) S 6246 6246 5192 0 -1 1077944384 739 0 0 0 31 0 0 0 20 0 15 0 517559483 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884350236912 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6260] ppid=6246 vsize=15151156 memory=1072 CPUtime=0.28 cores=0,2,4,6
/proc/6248/task/6260/stat : 6260 (java) S 6246 6246 5192 0 -1 1077944384 1564 0 0 0 28 0 0 0 20 0 15 0 517559483 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884349205104 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6261] ppid=6246 vsize=15151156 memory=6220 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6261/stat : 6261 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559484 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884348152544 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6262] ppid=6246 vsize=15151156 memory=1544 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6262/stat : 6262 (java) S 6246 6246 5192 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 517559484 15514783744 64082 33554432000 4194304 4196468 140726691268032 139884347099824 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 257780 KiB

[startup+1.50069 s]
/proc/loadavg: 2.08 1.85 1.79 3/230 6263
/proc/meminfo: memFree=25215384/32770624 swapFree=66999860/67108860
[pid=6246] ppid=6243 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6246/stat : 6246 (xcsp3-exec) S 6243 6246 5192 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517559477 115843072 363 33554432000 4194304 5098028 140728898357008 140728898355112 140181584188028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32333824 140728898360187 140728898360429 140728898360429 140728898363338 0
/proc/6246/statm: 28282 363 304 221 0 87 0

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

/proc/6246/stat : 6246 (xcsp3-exec) S 6243 6246 5192 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517559477 115843072 363 33554432000 4194304 5098028 140728898357008 140728898355112 140181584188028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32333824 140728898360187 140728898360429 140728898360429 140728898363338 0
/proc/6246/statm: 28282 363 304 221 0 87 0
[pid=6248] ppid=6246 vsize=15151156 memory=265424 CPUtime=14.36 cores=0,2,4,6
/proc/6248/stat : 6248 (java) S 6246 6246 5192 0 -1 1077944320 19813 0 0 0 1418 18 0 0 20 0 15 0 517559478 15514783744 66356 33554432000 4194304 4196468 140726691268032 140726691250576 139884887002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
/proc/6248/statm: 3787789 66356 3477 1 0 3748889 0
[pid=6248/tid=6249] ppid=6246 vsize=15151156 memory=-7740096080597194087 CPUtime=12.73 cores=0,2,4,6
/proc/6248/task/6249/stat : 6249 (java) R 6246 6246 5192 0 -1 4202560 11050 0 0 0 1267 6 0 0 20 0 15 0 517559478 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884891241688 139884488747452 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6250] ppid=6246 vsize=15151156 memory=140610312349121 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6250/stat : 6250 (java) S 6246 6246 5192 0 -1 1077944384 54 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884815043728 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6251] ppid=6246 vsize=15151156 memory=288230574492221466 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6251/stat : 6251 (java) S 6246 6246 5192 0 -1 1077944384 47 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884813990928 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6252] ppid=6246 vsize=15151156 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/6248/task/6252/stat : 6252 (java) S 6246 6246 5192 0 -1 1077944384 34 0 0 0 1 2 0 0 20 0 15 0 517559479 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884812938128 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6253] ppid=6246 vsize=15151156 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6253/stat : 6253 (java) S 6246 6246 5192 0 -1 1077944384 52 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884811885328 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6254] ppid=6246 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6254/stat : 6254 (java) S 6246 6246 5192 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 15 0 517559480 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884355520880 139884887014018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6255] ppid=6246 vsize=15151156 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6255/stat : 6255 (java) S 6246 6246 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517559481 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884354466848 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6256] ppid=6246 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6256/stat : 6256 (java) S 6246 6246 5192 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 517559481 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884353414000 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6257] ppid=6246 vsize=15151156 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6257/stat : 6257 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559483 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884352362320 139884887021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6258] ppid=6246 vsize=15151156 memory=264692 CPUtime=0.47 cores=0,2,4,6
/proc/6248/task/6258/stat : 6258 (java) S 6246 6246 5192 0 -1 1077944384 2274 0 0 0 47 0 0 0 20 0 15 0 517559483 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884351310704 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6259] ppid=6246 vsize=15151156 memory=8475934422144292502 CPUtime=0.58 cores=0,2,4,6
/proc/6248/task/6259/stat : 6259 (java) S 6246 6246 5192 0 -1 1077944384 2306 0 0 0 58 0 0 0 20 0 15 0 517559483 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884350257904 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6260] ppid=6246 vsize=15151156 memory=8475934422797934688 CPUtime=0.36 cores=0,2,4,6
/proc/6248/task/6260/stat : 6260 (java) S 6246 6246 5192 0 -1 1077944384 2091 0 0 0 36 0 0 0 20 0 15 0 517559483 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884349205104 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6261] ppid=6246 vsize=15151156 memory=-5155633474931496276 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6261/stat : 6261 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559484 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884348152544 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6262] ppid=6246 vsize=15151156 memory=-8600864182466987917 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6262/stat : 6262 (java) S 6246 6246 5192 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 15 0 517559484 15514783744 66356 33554432000 4194304 4196468 140726691268032 139884347099824 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
Current children cumulated CPU time: 14.36 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 266876 KiB

[startup+14.4008 s]
/proc/loadavg: 1.99 1.84 1.78 3/231 6265
/proc/meminfo: memFree=25212468/32770624 swapFree=66999860/67108860
[pid=6246] ppid=6243 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6246/stat : 6246 (xcsp3-exec) S 6243 6246 5192 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517559477 115843072 363 33554432000 4194304 5098028 140728898357008 140728898355112 140181584188028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32333824 140728898360187 140728898360429 140728898360429 140728898363338 0
/proc/6246/statm: 28282 363 304 221 0 87 0
[pid=6248] ppid=6246 vsize=15151156 memory=265448 CPUtime=15.97 cores=0,2,4,6
/proc/6248/stat : 6248 (java) S 6246 6246 5192 0 -1 1077944320 20388 0 0 0 1579 18 0 0 20 0 15 0 517559478 15514783744 66362 33554432000 4194304 4196468 140726691268032 140726691250576 139884887002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
/proc/6248/statm: 3787789 66362 3477 1 0 3748889 0
[pid=6248/tid=6249] ppid=6246 vsize=15151156 memory=3580 CPUtime=14.33 cores=0,2,4,6
/proc/6248/task/6249/stat : 6249 (java) R 6246 6246 5192 0 -1 4202560 11086 0 0 0 1427 6 0 0 20 0 15 0 517559478 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884891242200 139884488747320 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6250] ppid=6246 vsize=15151156 memory=6220 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6250/stat : 6250 (java) S 6246 6246 5192 0 -1 1077944384 54 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884815043728 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6251] ppid=6246 vsize=15151156 memory=1544 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6251/stat : 6251 (java) S 6246 6246 5192 0 -1 1077944384 47 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884813990928 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6252] ppid=6246 vsize=15151156 memory=776 CPUtime=0.03 cores=0,2,4,6
/proc/6248/task/6252/stat : 6252 (java) S 6246 6246 5192 0 -1 1077944384 34 0 0 0 1 2 0 0 20 0 15 0 517559479 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884812938128 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6253] ppid=6246 vsize=15151156 memory=1056 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6253/stat : 6253 (java) S 6246 6246 5192 0 -1 1077944384 52 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884811885328 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6254] ppid=6246 vsize=15151156 memory=14012 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6254/stat : 6254 (java) S 6246 6246 5192 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 15 0 517559480 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884355520880 139884887014018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6255] ppid=6246 vsize=15151156 memory=35092 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6255/stat : 6255 (java) S 6246 6246 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517559481 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884354466848 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6256] ppid=6246 vsize=15151156 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6256/stat : 6256 (java) S 6246 6246 5192 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 517559481 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884353414000 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6257] ppid=6246 vsize=15151156 memory=1432 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6257/stat : 6257 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559483 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884352362320 139884887021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6258] ppid=6246 vsize=15151156 memory=9396 CPUtime=0.47 cores=0,2,4,6
/proc/6248/task/6258/stat : 6258 (java) S 6246 6246 5192 0 -1 1077944384 2435 0 0 0 47 0 0 0 20 0 15 0 517559483 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884351310704 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6259] ppid=6246 vsize=15151156 memory=656 CPUtime=0.59 cores=0,2,4,6
/proc/6248/task/6259/stat : 6259 (java) S 6246 6246 5192 0 -1 1077944384 2549 0 0 0 59 0 0 0 20 0 15 0 517559483 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884350257904 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6260] ppid=6246 vsize=15151156 memory=3612 CPUtime=0.36 cores=0,2,4,6
/proc/6248/task/6260/stat : 6260 (java) S 6246 6246 5192 0 -1 1077944384 2226 0 0 0 36 0 0 0 20 0 15 0 517559483 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884349205104 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6261] ppid=6246 vsize=15151156 memory=2832 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6261/stat : 6261 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559484 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884348152544 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6262] ppid=6246 vsize=15151156 memory=1712 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6262/stat : 6262 (java) S 6246 6246 5192 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 15 0 517559484 15514783744 66362 33554432000 4194304 4196468 140726691268032 139884347099824 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
Current children cumulated CPU time: 15.97 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 266900 KiB

[startup+14.8008 s]
/proc/loadavg: 1.99 1.84 1.78 3/231 6265
/proc/meminfo: memFree=25212468/32770624 swapFree=66999860/67108860
[pid=6246] ppid=6243 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6246/stat : 6246 (xcsp3-exec) S 6243 6246 5192 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517559477 115843072 363 33554432000 4194304 5098028 140728898357008 140728898355112 140181584188028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32333824 140728898360187 140728898360429 140728898360429 140728898363338 0
/proc/6246/statm: 28282 363 304 221 0 87 0
[pid=6248] ppid=6246 vsize=15151156 memory=265460 CPUtime=16.38 cores=0,2,4,6
/proc/6248/stat : 6248 (java) S 6246 6246 5192 0 -1 1077944320 20621 0 0 0 1620 18 0 0 20 0 15 0 517559478 15514783744 66365 33554432000 4194304 4196468 140726691268032 140726691250576 139884887002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
/proc/6248/statm: 3787789 66365 3477 1 0 3748889 0
[pid=6248/tid=6249] ppid=6246 vsize=15151156 memory=-3258418265892434876 CPUtime=14.72 cores=0,2,4,6
/proc/6248/task/6249/stat : 6249 (java) R 6246 6246 5192 0 -1 4202560 11108 0 0 0 1466 6 0 0 20 0 15 0 517559478 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884891242200 139884488747387 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6250] ppid=6246 vsize=15151156 memory=8475934422147845324 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6250/stat : 6250 (java) S 6246 6246 5192 0 -1 1077944384 54 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884815043728 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6251] ppid=6246 vsize=15151156 memory=-9001734000804784231 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6251/stat : 6251 (java) S 6246 6246 5192 0 -1 1077944384 47 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884813990928 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6252] ppid=6246 vsize=15151156 memory=4134606225630022328 CPUtime=0.03 cores=0,2,4,6
/proc/6248/task/6252/stat : 6252 (java) S 6246 6246 5192 0 -1 1077944384 34 0 0 0 1 2 0 0 20 0 15 0 517559479 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884812938128 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6253] ppid=6246 vsize=15151156 memory=1452 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6253/stat : 6253 (java) S 6246 6246 5192 0 -1 1077944384 52 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884811885328 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6254] ppid=6246 vsize=15151156 memory=265424 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6254/stat : 6254 (java) S 6246 6246 5192 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 15 0 517559480 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884355520880 139884887014018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6255] ppid=6246 vsize=15151156 memory=14699590834195078 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6255/stat : 6255 (java) S 6246 6246 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517559481 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884354466848 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6256] ppid=6246 vsize=15151156 memory=6656426216303648864 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6256/stat : 6256 (java) S 6246 6246 5192 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 517559481 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884353414000 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6257] ppid=6246 vsize=15151156 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6257/stat : 6257 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559483 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884352362320 139884887021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6258] ppid=6246 vsize=15151156 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/6248/task/6258/stat : 6258 (java) S 6246 6246 5192 0 -1 1077944384 2554 0 0 0 48 0 0 0 20 0 15 0 517559483 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884351310704 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6259] ppid=6246 vsize=15151156 memory=281220366410464 CPUtime=0.6 cores=0,2,4,6
/proc/6248/task/6259/stat : 6259 (java) S 6246 6246 5192 0 -1 1077944384 2641 0 0 0 60 0 0 0 20 0 15 0 517559483 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884350257904 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6260] ppid=6246 vsize=15151156 memory=3184238530259192352 CPUtime=0.36 cores=0,2,4,6
/proc/6248/task/6260/stat : 6260 (java) S 6246 6246 5192 0 -1 1077944384 2226 0 0 0 36 0 0 0 20 0 15 0 517559483 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884349205104 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6261] ppid=6246 vsize=15151156 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6261/stat : 6261 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559484 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884348152544 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6262] ppid=6246 vsize=15151156 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6262/stat : 6262 (java) S 6246 6246 5192 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 15 0 517559484 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884347099824 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
Current children cumulated CPU time: 16.38 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 266912 KiB

[startup+15.0006 s]*
/proc/loadavg: 1.99 1.84 1.78 3/230 6265
/proc/meminfo: memFree=25212640/32770624 swapFree=66999860/67108860
[pid=6246] ppid=6243 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/6246/stat : 6246 (xcsp3-exec) S 6243 6246 5192 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 517559477 115843072 363 33554432000 4194304 5098028 140728898357008 140728898355112 140181584188028 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 32333824 140728898360187 140728898360429 140728898360429 140728898363338 0
/proc/6246/statm: 28282 363 304 221 0 87 0
[pid=6248] ppid=6246 vsize=15151156 memory=265460 CPUtime=16.59 cores=0,2,4,6
/proc/6248/stat : 6248 (java) S 6246 6246 5192 0 -1 1077944320 20621 0 0 0 1641 18 0 0 20 0 15 0 517559478 15514783744 66365 33554432000 4194304 4196468 140726691268032 140726691250576 139884887002871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
/proc/6248/statm: 3787789 66365 3477 1 0 3748889 0
[pid=6248/tid=6249] ppid=6246 vsize=15151156 memory=1398722017469774279 CPUtime=14.93 cores=0,2,4,6
/proc/6248/task/6249/stat : 6249 (java) R 6246 6246 5192 0 -1 4202560 11108 0 0 0 1487 6 0 0 20 0 15 0 517559478 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884891241688 139884488747400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6250] ppid=6246 vsize=15151156 memory=4872558044660077418 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6250/stat : 6250 (java) S 6246 6246 5192 0 -1 1077944384 54 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884815043728 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6251] ppid=6246 vsize=15151156 memory=16032343223 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6251/stat : 6251 (java) S 6246 6246 5192 0 -1 1077944384 47 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884813990928 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6252] ppid=6246 vsize=15151156 memory=281220366647696 CPUtime=0.03 cores=0,2,4,6
/proc/6248/task/6252/stat : 6252 (java) S 6246 6246 5192 0 -1 1077944384 34 0 0 0 1 2 0 0 20 0 15 0 517559479 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884812938128 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6253] ppid=6246 vsize=15151156 memory=281220366940816 CPUtime=0.04 cores=0,2,4,6
/proc/6248/task/6253/stat : 6253 (java) S 6246 6246 5192 0 -1 1077944384 52 0 0 0 2 2 0 0 20 0 15 0 517559479 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884811885328 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6254] ppid=6246 vsize=15151156 memory=16032343225 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6254/stat : 6254 (java) S 6246 6246 5192 0 -1 1077944384 404 0 0 0 0 0 0 0 20 0 15 0 517559480 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884355520880 139884887014018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6255] ppid=6246 vsize=15151156 memory=140610183476543 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6255/stat : 6255 (java) S 6246 6246 5192 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 517559481 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884354466848 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6256] ppid=6246 vsize=15151156 memory=281220366945008 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6256/stat : 6256 (java) S 6246 6246 5192 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 517559481 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884353414000 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6257] ppid=6246 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6257/stat : 6257 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559483 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884352362320 139884887021467 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6258] ppid=6246 vsize=15151156 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/6248/task/6258/stat : 6258 (java) S 6246 6246 5192 0 -1 1077944384 2554 0 0 0 48 0 0 0 20 0 15 0 517559483 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884351310704 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6259] ppid=6246 vsize=15151156 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/6248/task/6259/stat : 6259 (java) S 6246 6246 5192 0 -1 1077944384 2641 0 0 0 60 0 0 0 20 0 15 0 517559483 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884350257904 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6260] ppid=6246 vsize=15151156 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/6248/task/6260/stat : 6260 (java) S 6246 6246 5192 0 -1 1077944384 2226 0 0 0 36 0 0 0 20 0 15 0 517559483 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884349205104 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6261] ppid=6246 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6261/stat : 6261 (java) S 6246 6246 5192 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 517559484 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884348152544 139884887013077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
[pid=6248/tid=6262] ppid=6246 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/6248/task/6262/stat : 6262 (java) S 6246 6246 5192 0 -1 1077944384 204 0 0 0 0 0 0 0 20 0 15 0 517559484 15514783744 66365 33554432000 4194304 4196468 140726691268032 139884347099824 139884887014018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 23 0 0 6293624 6294260 29966336 140726691275759 140726691275930 140726691275930 140726691278799 0
Current children cumulated CPU time: 16.59 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 266912 KiB

Child status: 0
Real time (s): 15.0447
CPU time (s): 16.6453
CPU user time (s): 16.4497
CPU system time (s): 0.195561
CPU usage (%): 110.639
Max. virtual memory (cumulated for all children) (KiB): 15264284
Max. memory (cumulated for all children) (KiB): 266912

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4497
system time used= 0.195561
maximum resident set size= 265860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22059
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= 2027
involuntary context switches= 38


# summary of solver processes directly reported to runsolver:
#   pid: 6246
#   total CPU time (s): 16.6453
#   total CPU user time (s): 16.4497
#   total CPU system time (s): 0.195561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.112345 second user time and 0.193886 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-25 14:01:47
IDJOB=4405820
IDBENCH=138763
IDSOLVER=2869
FILE ID=node123/4405820-1569412947
RUNJOBID= node123-1569407822-5223
PBS_JOBID= 21705704
Free space on /tmp= 25896 MiB

SOLVER NAME= choco-solver 2019-09-24
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-07.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p 1 -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4405820-1569412947/watcher-4405820-1569412947 -o /tmp/evaluation-result-4405820-1569412947/solver-4405820-1569412947 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1569407822-5223 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 1 -ml 12000 -tdir HOME -seed 323461902 HOME/instance-4405820-1569412947.xml

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

MD5SUM BENCH= 7f68b5f256bf6bd8019eb0158af88fa3
RANDOM SEED=323461902

node123.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.49
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.49
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.49
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.49
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:        25466524 kB
MemAvailable:   31625592 kB
Buffers:          125592 kB
Cached:          6194240 kB
SwapCached:         6600 kB
Active:          3503276 kB
Inactive:        3039740 kB
Active(anon):     215948 kB
Inactive(anon):    63860 kB
Active(file):    3287328 kB
Inactive(file):  2975880 kB
Unevictable:      107776 kB
Mlocked:          107776 kB
SwapTotal:      67108860 kB
SwapFree:       66999860 kB
Dirty:             26284 kB
Writeback:             0 kB
AnonPages:        325384 kB
Mapped:            70968 kB
Shmem:             47992 kB
Slab:             354344 kB
SReclaimable:     324320 kB
SUnreclaim:        30024 kB
KernelStack:        3712 kB
PageTables:         6300 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1440600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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= 25868 MiB
End job on node123 at 2019-09-25 14:02:02