Trace number 4406775

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-24 parallelSAT 39.4284 5.96008

General information on the benchmark

NameKnightTour/KnightTour-int-s1/
KnightTour-08-int.xml
MD5SUM473b10c1a98fbd59115b24ad203b92fd
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 benchmark8.59086
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints66
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":62},{"degree":3,"count":2}]
Minimum constraint arity2
Maximum constraint arity64
Distribution of constraint arities[{"arity":2,"count":65},{"arity":64,"count":1}]
Number of extensional constraints0
Number of intensional constraints64
Distribution of constraint types[{"type":"intension","count":64},{"type":"allDifferent","count":1},{"type":"instantiation","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406775-1569353850.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406775-1569353850.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.34/1.66	c solve instance...
39.04/5.94	s SATISFIABLE
39.04/5.94	v <instantiation>
39.04/5.94	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] </list>
39.04/5.94	v 	<values>0 10 16 1 11 5 15 21 27 33 43 60 54 37 31 46 63 53 59 49 32 26 36 30 47 62 52 58 48 42 57 51 61 55 45 39 29 23 6 12 22 7 13 19 4 14 20 3 9 24 34 40 25 35 41 56 50 44 38 28 18 8 2 17 </values>
39.04/5.94	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 (12716 MiB free)
  memory of node 1: 16384 MiB (10060 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406775-1569353850/watcher-4406775-1569353850 -o /tmp/evaluation-result-4406775-1569353850/solver-4406775-1569353850 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1569351215-14889 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 893214656 HOME/instance-4406775-1569353850.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=15314, runsolver pid=15311

[startup+0.100114 s]*
/proc/loadavg: 2.95 6.64 7.70 2/211 15335
/proc/meminfo: memFree=23307864/32770624 swapFree=66956504/67108860
[pid=15314] ppid=15311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15314/stat : 15314 (xcsp3-exec) S 15311 15314 14862 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511656338 115843072 363 33554432000 4194304 5098028 140733024566464 140733024564568 139685431186044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24854528 140733024572278 140733024572521 140733024572521 140733024575434 0
/proc/15314/statm: 28282 363 304 221 0 87 0
[pid=15316] ppid=15314 vsize=28227396 memory=29208 CPUtime=0.12 cores=0-7
/proc/15316/stat : 15316 (java) S 15314 15314 14862 0 -1 1077944320 5772 0 0 0 11 1 0 0 20 0 20 0 511656338 28904853504 7302 33554432000 4194304 4196468 140727933140016 140727933122560 139800250060535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
/proc/15316/statm: 7056849 7302 3123 1 0 7019032 0
[pid=15316/tid=15317] ppid=15314 vsize=28227396 memory=7897513229686841240 CPUtime=0.08 cores=0-7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15314 14862 0 -1 4202560 3691 0 0 0 8 0 0 0 20 0 20 0 511656339 28904853504 7302 33554432000 4194304 4196468 140727933140016 139800254293328 139800230705202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15318] ppid=15314 vsize=28227396 memory=732370463707225061 CPUtime=0 cores=0-7
/proc/15316/task/15318/stat : 15318 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 7302 33554432000 4194304 4196468 140727933140016 139800202680976 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15319] ppid=15314 vsize=28227396 memory=140325369771648 CPUtime=0 cores=0-7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 7302 33554432000 4194304 4196468 140727933140016 139800201628176 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15320] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 7302 33554432000 4194304 4196468 140727933140016 139800200575376 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15321] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 7302 33554432000 4194304 4196468 140727933140016 139800199522576 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15322] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 7302 33554432000 4194304 4196468 140727933140016 139800198470800 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15323] ppid=15314 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15314 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 7302 33554432000 4194304 4196468 140727933140016 139800197418000 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15324] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15314 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 7302 33554432000 4194304 4196468 140727933140016 139800196365200 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15325] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656340 28904853504 7302 33554432000 4194304 4196468 140727933140016 139800195312400 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15326] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15314 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511656341 28904853504 7302 33554432000 4194304 4196468 140727933140016 139798848309616 139800250071682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15327] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15314 14862 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511656341 28904853504 7302 33554432000 4194304 4196468 140727933140016 139798847255584 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15328] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15314 14862 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511656342 28904853504 7302 33554432000 4194304 4196468 140727933140016 139798846202736 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15329] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656344 28904853504 7302 33554432000 4194304 4196468 140727933140016 139798845151056 139800250079131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15330] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15330/stat : 15330 (java) S 15314 15314 14862 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 511656344 28904853504 7302 33554432000 4194304 4196468 140727933140016 139798844099440 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15331] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15314 14862 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 511656344 28904853504 7302 33554432000 4194304 4196468 140727933140016 139798843046640 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15332] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15332/stat : 15332 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511656344 28904853504 7302 33554432000 4194304 4196468 140727933140016 139798841993840 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15333] ppid=15314 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15314 14862 0 -1 1077944384 351 0 0 0 2 0 0 0 20 0 20 0 511656344 28904853504 7302 33554432000 4194304 4196468 140727933140016 139798840941040 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15334] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511656344 28904853504 7302 33554432000 4194304 4196468 140727933140016 139798839888480 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15335] ppid=15314 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15316/task/15335/stat : 15335 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656345 28904853504 7302 33554432000 4194304 4196468 140727933140016 139798838835760 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30660 KiB

[startup+0.210307 s]*
/proc/loadavg: 2.95 6.64 7.70 2/211 15335
/proc/meminfo: memFree=23295012/32770624 swapFree=66956504/67108860
[pid=15314] ppid=15311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15314/stat : 15314 (xcsp3-exec) S 15311 15314 14862 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511656338 115843072 363 33554432000 4194304 5098028 140733024566464 140733024564568 139685431186044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24854528 140733024572278 140733024572521 140733024572521 140733024575434 0
/proc/15314/statm: 28282 363 304 221 0 87 0
[pid=15316] ppid=15314 vsize=28227396 memory=40460 CPUtime=0.34 cores=0-7
/proc/15316/stat : 15316 (java) S 15314 15314 14862 0 -1 1077944320 9384 0 0 0 31 3 0 0 20 0 20 0 511656338 28904853504 10115 33554432000 4194304 4196468 140727933140016 140727933122560 139800250060535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
/proc/15316/statm: 7056849 10115 3297 1 0 7019032 0
[pid=15316/tid=15317] ppid=15314 vsize=28227396 memory=0 CPUtime=0.2 cores=0-7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15314 14862 0 -1 4202560 6657 0 0 0 18 2 0 0 20 0 20 0 511656339 28904853504 10115 33554432000 4194304 4196468 140727933140016 139800254291184 139800250072470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15318] ppid=15314 vsize=28227396 memory=732370463707225061 CPUtime=0 cores=0-7
/proc/15316/task/15318/stat : 15318 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 10115 33554432000 4194304 4196468 140727933140016 139800202680976 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15319] ppid=15314 vsize=28227396 memory=140325369771648 CPUtime=0 cores=0-7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 10115 33554432000 4194304 4196468 140727933140016 139800201628176 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15320] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 10115 33554432000 4194304 4196468 140727933140016 139800200575376 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15321] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 10115 33554432000 4194304 4196468 140727933140016 139800199522576 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15322] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 10115 33554432000 4194304 4196468 140727933140016 139800198470800 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15323] ppid=15314 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15314 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 10115 33554432000 4194304 4196468 140727933140016 139800197418000 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15324] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15314 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511656339 28904853504 10115 33554432000 4194304 4196468 140727933140016 139800196365200 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15325] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656340 28904853504 10115 33554432000 4194304 4196468 140727933140016 139800195312400 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15326] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15314 14862 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511656341 28904853504 10115 33554432000 4194304 4196468 140727933140016 139798848309616 139800250071682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15327] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15314 14862 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511656341 28904853504 10115 33554432000 4194304 4196468 140727933140016 139798847255584 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15328] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15314 14862 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511656342 28904853504 10115 33554432000 4194304 4196468 140727933140016 139798846202736 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15329] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656344 28904853504 10115 33554432000 4194304 4196468 140727933140016 139798845151056 139800250079131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15330] ppid=15314 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15316/task/15330/stat : 15330 (java) S 15314 15314 14862 0 -1 1077944384 442 0 0 0 2 0 0 0 20 0 20 0 511656344 28904853504 10115 33554432000 4194304 4196468 140727933140016 139798844099440 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15331] ppid=15314 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15314 14862 0 -1 1077944384 184 0 0 0 1 0 0 0 20 0 20 0 511656344 28904853504 10115 33554432000 4194304 4196468 140727933140016 139798843046640 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15332] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15332/stat : 15332 (java) S 15314 15314 14862 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 511656344 28904853504 10115 33554432000 4194304 4196468 140727933140016 139798841993840 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15333] ppid=15314 vsize=28227396 memory=0 CPUtime=0.08 cores=0-7
/proc/15316/task/15333/stat : 15333 (java) R 15314 15314 14862 0 -1 4202560 779 0 0 0 8 0 0 0 20 0 20 0 511656344 28904853504 10115 33554432000 4194304 4196468 140727933140016 139798840940848 139800250081882 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15334] ppid=15314 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511656344 28904853504 10115 33554432000 4194304 4196468 140727933140016 139798839888480 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15335] ppid=15314 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15316/task/15335/stat : 15335 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656345 28904853504 10115 33554432000 4194304 4196468 140727933140016 139798838835760 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41912 KiB

[startup+0.309806 s]*
/proc/loadavg: 2.95 6.64 7.70 5/211 15335
/proc/meminfo: memFree=23288484/32770624 swapFree=66956504/67108860
[pid=15314] ppid=15311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15314/stat : 15314 (xcsp3-exec) S 15311 15314 14862 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511656338 115843072 363 33554432000 4194304 5098028 140733024566464 140733024564568 139685431186044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24854528 140733024572278 140733024572521 140733024572521 140733024575434 0
/proc/15314/statm: 28282 363 304 221 0 87 0
[pid=15316] ppid=15314 vsize=28231652 memory=50044 CPUtime=0.53 cores=0-7
/proc/15316/stat : 15316 (java) S 15314 15314 14862 0 -1 1077944320 10874 0 0 0 49 4 0 0 20 0 20 0 511656338 28909211648 12511 33554432000 4194304 4196468 140727933140016 140727933122560 139800250060535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
/proc/15316/statm: 7057913 12511 3370 1 0 7019032 0
[pid=15316/tid=15317] ppid=15314 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15314 14862 0 -1 4202560 7778 0 0 0 27 3 0 0 20 0 20 0 511656339 28909211648 12511 33554432000 4194304 4196468 140727933140016 139800254287064 139800250082461 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15318] ppid=15314 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15318/stat : 15318 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28909211648 12539 33554432000 4194304 4196468 140727933140016 139800202680976 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15319] ppid=15314 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28909211648 12539 33554432000 4194304 4196468 140727933140016 139800201628176 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15320] ppid=15314 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28909211648 12539 33554432000 4194304 4196468 140727933140016 139800200575376 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15321] ppid=15314 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511656339 28909211648 12539 33554432000 4194304 4196468 140727933140016 139800199522576 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15322] ppid=15314 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28909211648 12539 33554432000 4194304 4196468 140727933140016 139800198470800 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15323] ppid=15314 vsize=28231652 memory=140325238698927 CPUtime=0 cores=0-7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15314 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511656339 28909211648 12539 33554432000 4194304 4196468 140727933140016 139800197418000 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15324] ppid=15314 vsize=28231652 memory=140325238701232 CPUtime=0 cores=0-7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15314 14862 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511656339 28909211648 12539 33554432000 4194304 4196468 140727933140016 139800196365200 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15325] ppid=15314 vsize=28231652 memory=140325238703536 CPUtime=0 cores=0-7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656340 28909211648 12539 33554432000 4194304 4196468 140727933140016 139800195312400 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15326] ppid=15314 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15314 14862 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511656341 28909211648 12539 33554432000 4194304 4196468 140727933140016 139798848309616 139800250071682 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15327] ppid=15314 vsize=28231652 memory=280650477414032 CPUtime=0 cores=0-7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15314 14862 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511656341 28909211648 12539 33554432000 4194304 4196468 140727933140016 139798847255584 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15328] ppid=15314 vsize=28231652 memory=280650477420944 CPUtime=0 cores=0-7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15314 14862 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511656342 28909211648 12539 33554432000 4194304 4196468 140727933140016 139798846202736 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15329] ppid=15314 vsize=28231652 memory=280650477362224 CPUtime=0 cores=0-7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656344 28909211648 12539 33554432000 4194304 4196468 140727933140016 139798845151056 139800250079131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15330] ppid=15314 vsize=28231652 memory=280650477434768 CPUtime=0.04 cores=0-7
/proc/15316/task/15330/stat : 15330 (java) R 15314 15314 14862 0 -1 4202560 591 0 0 0 4 0 0 0 20 0 20 0 511656344 28909211648 12539 33554432000 4194304 4196468 140727933140016 139798844080456 139800231581879 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15331] ppid=15314 vsize=28231652 memory=280650477441680 CPUtime=0.03 cores=0-7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15314 14862 0 -1 1077944384 204 0 0 0 3 0 0 0 20 0 20 0 511656344 28909211648 12539 33554432000 4194304 4196468 140727933140016 139798843046640 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15332] ppid=15314 vsize=28231652 memory=280650477439376 CPUtime=0 cores=0-7
/proc/15316/task/15332/stat : 15332 (java) S 15314 15314 14862 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 511656344 28909211648 12539 33554432000 4194304 4196468 140727933140016 139798841993840 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15333] ppid=15314 vsize=28231652 memory=280650477455536 CPUtime=0.13 cores=0-7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15314 14862 0 -1 1077944384 949 0 0 0 13 0 0 0 20 0 20 0 511656344 28909211648 12539 33554432000 4194304 4196468 140727933140016 139798840941040 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15334] ppid=15314 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511656344 28909211648 12539 33554432000 4194304 4196468 140727933140016 139798839888480 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15335] ppid=15314 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15316/task/15335/stat : 15335 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656345 28909211648 12539 33554432000 4194304 4196468 140727933140016 139798838835760 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51496 KiB

[startup+0.700997 s]
/proc/loadavg: 2.95 6.64 7.70 6/211 15335
/proc/meminfo: memFree=23269716/32770624 swapFree=66956504/67108860
[pid=15314] ppid=15311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15314/stat : 15314 (xcsp3-exec) S 15311 15314 14862 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511656338 115843072 363 33554432000 4194304 5098028 140733024566464 140733024564568 139685431186044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24854528 140733024572278 140733024572521 140733024572521 140733024575434 0
/proc/15314/statm: 28282 363 304 221 0 87 0
[pid=15316] ppid=15314 vsize=28233776 memory=98552 CPUtime=1.85 cores=0-7
/proc/15316/stat : 15316 (java) S 15314 15314 14862 0 -1 1077944320 19299 0 0 0 179 6 0 0 20 0 20 0 511656338 28911386624 24638 33554432000 4194304 4196468 140727933140016 140727933122560 139800250060535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
/proc/15316/statm: 7058444 24638 3452 1 0 7019544 0
[pid=15316/tid=15317] ppid=15314 vsize=28233776 memory=280650477750464 CPUtime=0.68 cores=0-7
/proc/15316/task/15317/stat : 15317 (java) R 15314 15314 14862 0 -1 4202560 9206 0 0 0 64 4 0 0 20 0 20 0 511656339 28911386624 24638 33554432000 4194304 4196468 140727933140016 139800254297888 139800250082461 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15318] ppid=15314 vsize=28233776 memory=1560 CPUtime=0 cores=0-7
/proc/15316/task/15318/stat : 15318 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28911386624 24638 33554432000 4194304 4196468 140727933140016 139800202680976 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15319] ppid=15314 vsize=28233776 memory=976 CPUtime=0 cores=0-7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28911386624 24638 33554432000 4194304 4196468 140727933140016 139800201628176 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15320] ppid=15314 vsize=28233776 memory=772 CPUtime=0 cores=0-7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511656339 28911386624 24638 33554432000 4194304 4196468 140727933140016 139800200575376 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0

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

[pid=15316/tid=15333] ppid=15314 vsize=28768336 memory=0 CPUtime=0.7 cores=0-7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15314 14862 0 -1 1077944384 3670 0 0 0 69 1 0 0 20 0 28 0 511656344 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798840941040 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15334] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511656344 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798839888480 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15335] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15335/stat : 15335 (java) S 15314 15314 14862 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 28 0 511656345 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798838835760 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15336] ppid=15314 vsize=28768336 memory=0 CPUtime=3.46 cores=0-7
/proc/15316/task/15336/stat : 15336 (java) R 15314 15314 14862 0 -1 4202560 115 0 0 0 346 0 0 0 20 0 28 0 511656505 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798051576520 139799867954999 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15337] ppid=15314 vsize=28768336 memory=0 CPUtime=3.38 cores=0-7
/proc/15316/task/15337/stat : 15337 (java) R 15314 15314 14862 0 -1 4202560 78 0 0 0 338 0 0 0 20 0 28 0 511656506 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798050524392 139799861235510 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15338] ppid=15314 vsize=28768336 memory=0 CPUtime=3.36 cores=0-7
/proc/15316/task/15338/stat : 15338 (java) R 15314 15314 14862 0 -1 4202560 91 0 0 0 336 0 0 0 20 0 28 0 511656506 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798049473208 139799863402009 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15339] ppid=15314 vsize=28768336 memory=0 CPUtime=3.44 cores=0-7
/proc/15316/task/15339/stat : 15339 (java) R 15314 15314 14862 0 -1 4202560 128 0 0 0 344 0 0 0 20 0 28 0 511656506 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798048420232 139799863436032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15340] ppid=15314 vsize=28768336 memory=744 CPUtime=3.47 cores=0-7
/proc/15316/task/15340/stat : 15340 (java) R 15314 15314 14862 0 -1 4202560 93 0 0 0 346 1 0 0 20 0 28 0 511656506 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798047367216 139799867572667 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15341] ppid=15314 vsize=28768336 memory=8444 CPUtime=3.56 cores=0-7
/proc/15316/task/15341/stat : 15341 (java) R 15314 15314 14862 0 -1 4202560 68 0 0 0 356 0 0 0 20 0 28 0 511656506 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798046317224 139799860421720 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15342] ppid=15314 vsize=28768336 memory=6172 CPUtime=3.36 cores=0-7
/proc/15316/task/15342/stat : 15342 (java) R 15314 15314 14862 0 -1 4202560 61 0 0 0 336 0 0 0 20 0 28 0 511656506 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798045262344 139799861235480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15343] ppid=15314 vsize=28768336 memory=1124 CPUtime=3.38 cores=0-7
/proc/15316/task/15343/stat : 15343 (java) R 15314 15314 14862 0 -1 4202560 164 0 0 0 338 0 0 0 20 0 28 0 511656506 29458776064 59242 33554432000 4194304 4196468 140727933140016 139798044209064 139799866673279 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
Current children cumulated CPU time: 36.64 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 238420 KiB

[startup+5.80113 s]
/proc/loadavg: 2.95 6.58 7.67 9/219 15343
/proc/meminfo: memFree=23102944/32770624 swapFree=66956504/67108860
[pid=15314] ppid=15311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15314/stat : 15314 (xcsp3-exec) S 15311 15314 14862 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511656338 115843072 363 33554432000 4194304 5098028 140733024566464 140733024564568 139685431186044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24854528 140733024572278 140733024572521 140733024572521 140733024575434 0
/proc/15314/statm: 28282 363 304 221 0 87 0
[pid=15316] ppid=15314 vsize=28768336 memory=237060 CPUtime=38.24 cores=0-7
/proc/15316/stat : 15316 (java) S 15314 15314 14862 0 -1 1077944320 37916 0 0 0 3808 16 0 0 20 0 28 0 511656338 29458776064 59265 33554432000 4194304 4196468 140727933140016 140727933122560 139800250060535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
/proc/15316/statm: 7192084 59265 3523 1 0 7153184 0
[pid=15316/tid=15317] ppid=15314 vsize=28768336 memory=0 CPUtime=1.64 cores=0-7
/proc/15316/task/15317/stat : 15317 (java) S 15314 15314 14862 0 -1 1077944384 9860 0 0 0 159 5 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800254301312 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15318] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15318/stat : 15318 (java) S 15314 15314 14862 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800202680976 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15319] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15314 14862 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800201628176 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15320] ppid=15314 vsize=28768336 memory=5495740422247797458 CPUtime=0 cores=0-7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800200575376 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15321] ppid=15314 vsize=28768336 memory=6944652177228980320 CPUtime=0 cores=0-7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15314 14862 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800199522576 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15322] ppid=15314 vsize=28768336 memory=6656426216303648864 CPUtime=0 cores=0-7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15314 14862 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800198470800 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15323] ppid=15314 vsize=28768336 memory=7740678869088294248 CPUtime=0 cores=0-7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15314 14862 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800197418000 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15324] ppid=15314 vsize=28768336 memory=7162764532348643186 CPUtime=0 cores=0-7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15314 14862 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800196365200 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15325] ppid=15314 vsize=28768336 memory=800 CPUtime=0 cores=0-7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15314 14862 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 511656340 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800195312400 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15326] ppid=15314 vsize=28768336 memory=1772 CPUtime=0 cores=0-7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15314 14862 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 28 0 511656341 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798848309616 139800250071682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15327] ppid=15314 vsize=28768336 memory=111632 CPUtime=0 cores=0-7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15314 14862 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 511656341 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798847255584 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15328] ppid=15314 vsize=28768336 memory=804 CPUtime=0 cores=0-7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15314 14862 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 511656342 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798846202736 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15329] ppid=15314 vsize=28768336 memory=1724 CPUtime=0 cores=0-7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798845151056 139800250079131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15330] ppid=15314 vsize=28768336 memory=1808 CPUtime=2.08 cores=0-7
/proc/15316/task/15330/stat : 15330 (java) S 15314 15314 14862 0 -1 1077944384 6146 0 0 0 207 1 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798844099440 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15331] ppid=15314 vsize=28768336 memory=920 CPUtime=2.34 cores=0-7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15314 14862 0 -1 1077944384 6641 0 0 0 233 1 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798843046640 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15332] ppid=15314 vsize=28768336 memory=4432 CPUtime=2.3 cores=0-7
/proc/15316/task/15332/stat : 15332 (java) R 15314 15314 14862 0 -1 4202560 8993 0 0 0 228 2 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798841993840 139800231235842 0 4 0 16800975 0 0 0 -1 1 0 0 20 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15333] ppid=15314 vsize=28768336 memory=4100 CPUtime=0.7 cores=0-7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15314 14862 0 -1 1077944384 3684 0 0 0 69 1 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798840941040 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15334] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798839888480 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15335] ppid=15314 vsize=28768336 memory=22244 CPUtime=0 cores=0-7
/proc/15316/task/15335/stat : 15335 (java) S 15314 15314 14862 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 28 0 511656345 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798838835760 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 34 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15336] ppid=15314 vsize=28768336 memory=0 CPUtime=3.66 cores=0-7
/proc/15316/task/15336/stat : 15336 (java) R 15314 15314 14862 0 -1 4202560 115 0 0 0 366 0 0 0 20 0 28 0 511656505 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798051576520 139799868002501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15337] ppid=15314 vsize=28768336 memory=0 CPUtime=3.57 cores=0-7
/proc/15316/task/15337/stat : 15337 (java) R 15314 15314 14862 0 -1 4202560 80 0 0 0 357 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798050525576 139799867471541 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15338] ppid=15314 vsize=28768336 memory=6656426216303648864 CPUtime=3.56 cores=0-7
/proc/15316/task/15338/stat : 15338 (java) R 15314 15314 14862 0 -1 4202560 92 0 0 0 356 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798049474456 139799863401991 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15339] ppid=15314 vsize=28768336 memory=140325239098624 CPUtime=3.64 cores=0-7
/proc/15316/task/15339/stat : 15339 (java) R 15314 15314 14862 0 -1 4202560 129 0 0 0 364 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798048420232 139799867895504 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15340] ppid=15314 vsize=28768336 memory=0 CPUtime=3.67 cores=0-7
/proc/15316/task/15340/stat : 15340 (java) R 15314 15314 14862 0 -1 4202560 93 0 0 0 366 1 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798047367216 139799867955045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15341] ppid=15314 vsize=28768336 memory=1452 CPUtime=3.76 cores=0-7
/proc/15316/task/15341/stat : 15341 (java) R 15314 15314 14862 0 -1 4202560 68 0 0 0 376 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798046317224 139799861235510 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15342] ppid=15314 vsize=28768336 memory=233536 CPUtime=3.55 cores=0-7
/proc/15316/task/15342/stat : 15342 (java) R 15314 15314 14862 0 -1 4202560 61 0 0 0 355 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798045262344 139799867714621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15343] ppid=15314 vsize=28768336 memory=280650477669152 CPUtime=3.58 cores=0-7
/proc/15316/task/15343/stat : 15343 (java) R 15314 15314 14862 0 -1 4202560 165 0 0 0 358 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798044209064 139799867955305 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
Current children cumulated CPU time: 38.24 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 238512 KiB

[startup+5.90113 s]
/proc/loadavg: 2.95 6.58 7.67 9/219 15343
/proc/meminfo: memFree=23102944/32770624 swapFree=66956504/67108860
[pid=15314] ppid=15311 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15314/stat : 15314 (xcsp3-exec) S 15311 15314 14862 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 511656338 115843072 363 33554432000 4194304 5098028 140733024566464 140733024564568 139685431186044 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24854528 140733024572278 140733024572521 140733024572521 140733024575434 0
/proc/15314/statm: 28282 363 304 221 0 87 0
[pid=15316] ppid=15314 vsize=28768336 memory=237060 CPUtime=39.04 cores=0-7
/proc/15316/stat : 15316 (java) S 15314 15314 14862 0 -1 1077944320 37942 0 0 0 3888 16 0 0 20 0 28 0 511656338 29458776064 59265 33554432000 4194304 4196468 140727933140016 140727933122560 139800250060535 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
/proc/15316/statm: 7192084 59265 3523 1 0 7153184 0
[pid=15316/tid=15317] ppid=15314 vsize=28768336 memory=236968 CPUtime=1.64 cores=0-7
/proc/15316/task/15317/stat : 15317 (java) S 15314 15314 14862 0 -1 1077944384 9860 0 0 0 159 5 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800254301312 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15318] ppid=15314 vsize=28768336 memory=232968 CPUtime=0 cores=0-7
/proc/15316/task/15318/stat : 15318 (java) S 15314 15314 14862 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800202680976 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15319] ppid=15314 vsize=28768336 memory=-2746958450906831424 CPUtime=0 cores=0-7
/proc/15316/task/15319/stat : 15319 (java) S 15314 15314 14862 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800201628176 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15320] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15320/stat : 15320 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800200575376 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15321] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15321/stat : 15321 (java) S 15314 15314 14862 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800199522576 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15322] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15322/stat : 15322 (java) S 15314 15314 14862 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800198470800 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15323] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15323/stat : 15323 (java) S 15314 15314 14862 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800197418000 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15324] ppid=15314 vsize=28768336 memory=232780 CPUtime=0 cores=0-7
/proc/15316/task/15324/stat : 15324 (java) S 15314 15314 14862 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 28 0 511656339 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800196365200 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15325] ppid=15314 vsize=28768336 memory=154528 CPUtime=0 cores=0-7
/proc/15316/task/15325/stat : 15325 (java) S 15314 15314 14862 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 28 0 511656340 29458776064 59265 33554432000 4194304 4196468 140727933140016 139800195312400 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15326] ppid=15314 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/15316/task/15326/stat : 15326 (java) S 15314 15314 14862 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 28 0 511656341 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798848309616 139800250071682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15327] ppid=15314 vsize=28768336 memory=109996 CPUtime=0 cores=0-7
/proc/15316/task/15327/stat : 15327 (java) S 15314 15314 14862 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 28 0 511656341 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798847255584 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15328] ppid=15314 vsize=28768336 memory=164 CPUtime=0 cores=0-7
/proc/15316/task/15328/stat : 15328 (java) S 15314 15314 14862 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 511656342 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798846202736 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15329] ppid=15314 vsize=28768336 memory=6720696446780543624 CPUtime=0 cores=0-7
/proc/15316/task/15329/stat : 15329 (java) S 15314 15314 14862 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798845151056 139800250079131 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15330] ppid=15314 vsize=28768336 memory=0 CPUtime=2.08 cores=0-7
/proc/15316/task/15330/stat : 15330 (java) S 15314 15314 14862 0 -1 1077944384 6146 0 0 0 207 1 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798844099440 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15331] ppid=15314 vsize=28768336 memory=0 CPUtime=2.34 cores=0-7
/proc/15316/task/15331/stat : 15331 (java) S 15314 15314 14862 0 -1 1077944384 6641 0 0 0 233 1 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798843046640 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 24 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15332] ppid=15314 vsize=28768336 memory=0 CPUtime=2.31 cores=0-7
/proc/15316/task/15332/stat : 15332 (java) S 15314 15314 14862 0 -1 1077944384 9001 0 0 0 229 2 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798841993840 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 20 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15333] ppid=15314 vsize=28768336 memory=57 CPUtime=0.7 cores=0-7
/proc/15316/task/15333/stat : 15333 (java) S 15314 15314 14862 0 -1 1077944384 3684 0 0 0 69 1 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798840941040 139800250071682 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 33 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15334] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15334/stat : 15334 (java) S 15314 15314 14862 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511656344 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798839888480 139800250070741 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15335] ppid=15314 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/15316/task/15335/stat : 15335 (java) R 15314 15314 14862 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 28 0 511656345 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798838835760 139800250071682 0 4 0 16800975 0 0 0 -1 2 0 0 34 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15336] ppid=15314 vsize=28768336 memory=0 CPUtime=3.76 cores=0-7
/proc/15316/task/15336/stat : 15336 (java) R 15314 15314 14862 0 -1 4202560 115 0 0 0 376 0 0 0 20 0 28 0 511656505 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798051576520 139799861235519 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15337] ppid=15314 vsize=28768336 memory=6872598998417432672 CPUtime=3.67 cores=0-7
/proc/15316/task/15337/stat : 15337 (java) R 15314 15314 14862 0 -1 4202560 80 0 0 0 367 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798050525576 139799861235519 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15338] ppid=15314 vsize=28768336 memory=0 CPUtime=3.66 cores=0-7
/proc/15316/task/15338/stat : 15338 (java) R 15314 15314 14862 0 -1 4202560 96 0 0 0 366 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798049474456 139799867955087 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15339] ppid=15314 vsize=28768336 memory=5787498609318921618 CPUtime=3.74 cores=0-7
/proc/15316/task/15339/stat : 15339 (java) R 15314 15314 14862 0 -1 4202560 129 0 0 0 374 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798048420232 139799866374123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15340] ppid=15314 vsize=28768336 memory=1329908597716554842 CPUtime=3.77 cores=0-7
/proc/15316/task/15340/stat : 15340 (java) R 15314 15314 14862 0 -1 4202560 94 0 0 0 376 1 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798047367216 139799867475507 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15341] ppid=15314 vsize=28768336 memory=0 CPUtime=3.86 cores=0-7
/proc/15316/task/15341/stat : 15341 (java) R 15314 15314 14862 0 -1 4202560 68 0 0 0 386 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798046317224 139799867894736 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15342] ppid=15314 vsize=28768336 memory=5859271421084325224 CPUtime=3.65 cores=0-7
/proc/15316/task/15342/stat : 15342 (java) R 15314 15314 14862 0 -1 4202560 61 0 0 0 365 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798045262344 139799860423515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
[pid=15316/tid=15343] ppid=15314 vsize=28768336 memory=7739529780737568101 CPUtime=3.68 cores=0-7
/proc/15316/task/15343/stat : 15343 (java) R 15314 15314 14862 0 -1 4202560 165 0 0 0 368 0 0 0 20 0 28 0 511656506 29458776064 59265 33554432000 4194304 4196468 140727933140016 139798044209064 139799861234555 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11837440 140727933141994 140727933142166 140727933142166 140727933145039 0
Current children cumulated CPU time: 39.04 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 238512 KiB

Child status: 0
Real time (s): 5.96008
CPU time (s): 39.4284
CPU user time (s): 39.2461
CPU system time (s): 0.182339
CPU usage (%): 661.541
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 238512

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.2461
system time used= 0.182339
maximum resident set size= 237264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39396
page faults= 0
swaps= 0
block input operations= 0
block output operations= 120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3608
involuntary context switches= 905


# summary of solver processes directly reported to runsolver:
#   pid: 15314
#   total CPU time (s): 39.4284
#   total CPU user time (s): 39.2461
#   total CPU system time (s): 0.182339

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064184 second user time and 0.108099 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-24 21:36:50
IDJOB=4406775
IDBENCH=134594
IDSOLVER=2871
FILE ID=node151/4406775-1569353850
RUNJOBID= node151-1569351215-14889
PBS_JOBID= 21705099
Free space on /tmp= 12412 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/KnightTour/KnightTour-int-s1/KnightTour-08-int.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4406775-1569353850/watcher-4406775-1569353850 -o /tmp/evaluation-result-4406775-1569353850/solver-4406775-1569353850 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node151-1569351215-14889 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 893214656 HOME/instance-4406775-1569353850.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 473b10c1a98fbd59115b24ad203b92fd
RANDOM SEED=893214656

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23324044 kB
MemAvailable:   31794116 kB
Buffers:          100412 kB
Cached:          8529540 kB
SwapCached:        50736 kB
Active:          2766040 kB
Inactive:        5920272 kB
Active(anon):       5336 kB
Inactive(anon):   105220 kB
Active(file):    2760704 kB
Inactive(file):  5815052 kB
Unevictable:      108536 kB
Mlocked:          108536 kB
SwapTotal:      67108860 kB
SwapFree:       66956504 kB
Dirty:             26228 kB
Writeback:             0 kB
AnonPages:        113396 kB
Mapped:            53792 kB
Shmem:             45968 kB
Slab:             351700 kB
SReclaimable:     322776 kB
SUnreclaim:        28924 kB
KernelStack:        3392 kB
PageTables:         6288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12388 MiB
End job on node151 at 2019-09-24 21:36:56