Trace number 4398826

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-16SAT 478.737 120.654

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-26-080.xml
MD5SUM82f2ba8c739d4bfd8362bd41c1ff224a
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 benchmark7.46308
Satisfiable
(Un)Satisfiability was proved
Number of variables52
Number of constraints325
Number of domains26
Minimum domain size55
Maximum domain size80
Distribution of domain sizes[{"size":55,"count":2},{"size":56,"count":2},{"size":57,"count":2},{"size":58,"count":2},{"size":59,"count":2},{"size":60,"count":2},{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":52}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":325}]
Number of extensional constraints0
Number of intensional constraints325
Distribution of constraint types[{"type":"intension","count":325}]
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-4398826-1568700266.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4398826-1568700266.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
3.05/1.12	c solve instance...
478.55/120.64	s SATISFIABLE
478.55/120.64	v <instantiation>
478.55/120.64	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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] y[25] </list>
478.55/120.64	v 	<values>24 24 45 20 46 59 51 58 10 0 19 46 67 19 43 25 26 41 0 26 59 58 57 33 0 0 52 53 53 51 19 43 18 49 51 51 55 26 43 66 38 2 38 0 61 18 0 21 57 56 0 25 </values>
478.55/120.64	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 (8953 MiB free)
  memory of node 1: 16384 MiB (15784 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398826-1568700266/watcher-4398826-1568700266 -o /tmp/evaluation-result-4398826-1568700266/solver-4398826-1568700266 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568699048-7920 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1751485874 HOME/instance-4398826-1568700266.xml 

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

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

solver pid=8730, runsolver pid=8727

[startup+0.100059 s]*
/proc/loadavg: 8.26 8.25 6.36 7/235 8746
/proc/meminfo: memFree=25314424/32770624 swapFree=66998768/67108860
[pid=8730] ppid=8727 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8730/stat : 8730 (xcsp3-exec) S 8727 8730 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446291509 115843072 362 33554432000 4194304 5098028 140736591129392 140736591127496 139794617139836 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20328448 140736591135610 140736591135853 140736591135853 140736591138762 0
/proc/8730/statm: 28282 362 304 221 0 87 0
[pid=8732] ppid=8730 vsize=15144776 memory=28868 CPUtime=0.13 cores=1,3,5,7
/proc/8732/stat : 8732 (java) S 8730 8730 7888 0 -1 1077944320 5689 0 0 0 12 1 0 0 20 0 15 0 446291509 15508250624 7217 33554432000 4194304 4196468 140733229129712 140733229112256 139886370529015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
/proc/8732/statm: 3786194 7217 3119 1 0 3748377 0
[pid=8732/tid=8733] ppid=8730 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=1,3,5,7
/proc/8732/task/8733/stat : 8733 (java) R 8730 8730 7888 0 -1 4202560 3608 0 0 0 8 1 0 0 20 0 15 0 446291509 15508250624 7217 33554432000 4194304 4196468 140733229129712 139886374751072 139886356664869 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8734] ppid=8730 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8734/stat : 8734 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15508250624 7217 33554432000 4194304 4196468 140733229129712 139886282185360 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8735] ppid=8730 vsize=15144776 memory=140571597612672 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8735/stat : 8735 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15508250624 7217 33554432000 4194304 4196468 140733229129712 139886281132560 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8736] ppid=8730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8736/stat : 8736 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885960751504 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8737] ppid=8730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8737/stat : 8737 (java) S 8730 8730 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446291510 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885959698704 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8738] ppid=8730 vsize=15144776 memory=140571597612672 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8738/stat : 8738 (java) S 8730 8730 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446291511 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885839117168 139886370540162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8739] ppid=8730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8739/stat : 8739 (java) S 8730 8730 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446291512 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885838063136 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8740] ppid=8730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8740/stat : 8740 (java) S 8730 8730 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446291512 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885837010288 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8741] ppid=8730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8741/stat : 8741 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446291515 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885835958608 139886370547611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8742] ppid=8730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8742/stat : 8742 (java) R 8730 8730 7888 0 -1 4202560 329 0 0 0 0 0 0 0 20 0 15 0 446291515 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885834905968 139886348459616 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8743] ppid=8730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8743/stat : 8743 (java) R 8730 8730 7888 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 15 0 446291515 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885833853168 139886370540162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8744] ppid=8730 vsize=15144776 memory=140571597612672 CPUtime=0.02 cores=1,3,5,7
/proc/8732/task/8744/stat : 8744 (java) R 8730 8730 7888 0 -1 4202560 357 0 0 0 2 0 0 0 20 0 15 0 446291515 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885832800368 139886355694688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8745] ppid=8730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8745/stat : 8745 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446291515 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885831747808 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8746] ppid=8730 vsize=15144776 memory=140571597612672 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8746/stat : 8746 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291515 15508250624 7217 33554432000 4194304 4196468 140733229129712 139885830696112 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30316 KiB

[startup+0.213629 s]*
/proc/loadavg: 8.26 8.25 6.36 7/235 8746
/proc/meminfo: memFree=25301556/32770624 swapFree=66998768/67108860
[pid=8730] ppid=8727 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8730/stat : 8730 (xcsp3-exec) S 8727 8730 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446291509 115843072 362 33554432000 4194304 5098028 140736591129392 140736591127496 139794617139836 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20328448 140736591135610 140736591135853 140736591135853 140736591138762 0
/proc/8730/statm: 28282 362 304 221 0 87 0
[pid=8732] ppid=8730 vsize=15144776 memory=40280 CPUtime=0.35 cores=1,3,5,7
/proc/8732/stat : 8732 (java) S 8730 8730 7888 0 -1 1077944320 9300 0 0 0 32 3 0 0 20 0 15 0 446291509 15508250624 10070 33554432000 4194304 4196468 140733229129712 140733229112256 139886370529015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
/proc/8732/statm: 3786194 10070 3274 1 0 3748377 0
[pid=8732/tid=8733] ppid=8730 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/8732/task/8733/stat : 8733 (java) R 8730 8730 7888 0 -1 4202560 6596 0 0 0 18 2 0 0 20 0 15 0 446291509 15508250624 10070 33554432000 4194304 4196468 140733229129712 139886374764000 139886354609502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8734] ppid=8730 vsize=15144776 memory=9776 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8734/stat : 8734 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15508250624 10070 33554432000 4194304 4196468 140733229129712 139886282185360 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8735] ppid=8730 vsize=15144776 memory=140571600907529 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8735/stat : 8735 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15508250624 10070 33554432000 4194304 4196468 140733229129712 139886281132560 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8736] ppid=8730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8736/stat : 8736 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885960751504 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8737] ppid=8730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8737/stat : 8737 (java) S 8730 8730 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446291510 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885959698704 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8738] ppid=8730 vsize=15144776 memory=140571597612672 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8738/stat : 8738 (java) S 8730 8730 7888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446291511 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885839117168 139886370540162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8739] ppid=8730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8739/stat : 8739 (java) S 8730 8730 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446291512 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885838063136 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8740] ppid=8730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8740/stat : 8740 (java) S 8730 8730 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446291512 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885837010288 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8741] ppid=8730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8741/stat : 8741 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446291515 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885835958608 139886370547611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8742] ppid=8730 vsize=15144776 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/8732/task/8742/stat : 8742 (java) S 8730 8730 7888 0 -1 1077944384 453 0 0 0 3 0 0 0 20 0 15 0 446291515 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885834905968 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8743] ppid=8730 vsize=15144776 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/8732/task/8743/stat : 8743 (java) S 8730 8730 7888 0 -1 1077944384 153 0 0 0 1 0 0 0 20 0 15 0 446291515 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885833853168 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8744] ppid=8730 vsize=15144776 memory=140571597612672 CPUtime=0.08 cores=1,3,5,7
/proc/8732/task/8744/stat : 8744 (java) R 8730 8730 7888 0 -1 4202560 800 0 0 0 8 0 0 0 20 0 15 0 446291515 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885832800368 139886370550362 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8745] ppid=8730 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8745/stat : 8745 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446291515 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885831747808 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8746] ppid=8730 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8746/stat : 8746 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291515 15508250624 10070 33554432000 4194304 4196468 140733229129712 139885830696112 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41728 KiB

[startup+0.320279 s]*
/proc/loadavg: 8.26 8.25 6.36 7/235 8746
/proc/meminfo: memFree=25293904/32770624 swapFree=66998768/67108860
[pid=8730] ppid=8727 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8730/stat : 8730 (xcsp3-exec) S 8727 8730 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446291509 115843072 362 33554432000 4194304 5098028 140736591129392 140736591127496 139794617139836 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20328448 140736591135610 140736591135853 140736591135853 140736591138762 0
/proc/8730/statm: 28282 362 304 221 0 87 0
[pid=8732] ppid=8730 vsize=15149032 memory=50396 CPUtime=0.55 cores=1,3,5,7
/proc/8732/stat : 8732 (java) S 8730 8730 7888 0 -1 1077944320 10934 0 0 0 51 4 0 0 20 0 15 0 446291509 15512608768 12599 33554432000 4194304 4196468 140733229129712 140733229112256 139886370529015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
/proc/8732/statm: 3787258 12599 3369 1 0 3748377 0
[pid=8732/tid=8733] ppid=8730 vsize=15149032 memory=1398722017469774279 CPUtime=0.31 cores=1,3,5,7
/proc/8732/task/8733/stat : 8733 (java) R 8730 8730 7888 0 -1 4202560 7902 0 0 0 28 3 0 0 20 0 15 0 446291509 15512608768 12599 33554432000 4194304 4196468 140733229129712 139886374755464 139886354609502 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8734] ppid=8730 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8734/stat : 8734 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15512608768 12599 33554432000 4194304 4196468 140733229129712 139886282185360 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8735] ppid=8730 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8735/stat : 8735 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15512608768 12599 33554432000 4194304 4196468 140733229129712 139886281132560 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8736] ppid=8730 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8736/stat : 8736 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885960751504 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8737] ppid=8730 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8737/stat : 8737 (java) S 8730 8730 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446291510 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885959698704 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8738] ppid=8730 vsize=15149032 memory=7379517702019849078 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8738/stat : 8738 (java) S 8730 8730 7888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446291511 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885839117168 139886370540162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8739] ppid=8730 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8739/stat : 8739 (java) S 8730 8730 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446291512 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885838063136 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8740] ppid=8730 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8740/stat : 8740 (java) S 8730 8730 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446291512 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885837010288 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8741] ppid=8730 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8741/stat : 8741 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446291515 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885835958608 139886370547611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8742] ppid=8730 vsize=15149032 memory=-8412660965215072671 CPUtime=0.05 cores=1,3,5,7
/proc/8732/task/8742/stat : 8742 (java) S 8730 8730 7888 0 -1 1077944384 474 0 0 0 5 0 0 0 20 0 15 0 446291515 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885834905968 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8743] ppid=8730 vsize=15149032 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/8732/task/8743/stat : 8743 (java) S 8730 8730 7888 0 -1 1077944384 307 0 0 0 4 0 0 0 20 0 15 0 446291515 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885833853168 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8744] ppid=8730 vsize=15149032 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/8732/task/8744/stat : 8744 (java) S 8730 8730 7888 0 -1 1077944384 963 0 0 0 13 0 0 0 20 0 15 0 446291515 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885832800368 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8745] ppid=8730 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8745/stat : 8745 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446291515 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885831747808 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8746] ppid=8730 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8746/stat : 8746 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291515 15512608768 12599 33554432000 4194304 4196468 140733229129712 139885830696112 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51844 KiB

[startup+0.70238 s]
/proc/loadavg: 8.26 8.25 6.36 7/235 8746
/proc/meminfo: memFree=25277580/32770624 swapFree=66998768/67108860
[pid=8730] ppid=8727 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8730/stat : 8730 (xcsp3-exec) S 8727 8730 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446291509 115843072 362 33554432000 4194304 5098028 140736591129392 140736591127496 139794617139836 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20328448 140736591135610 140736591135853 140736591135853 140736591138762 0
/proc/8730/statm: 28282 362 304 221 0 87 0
[pid=8732] ppid=8730 vsize=15151156 memory=92028 CPUtime=1.73 cores=1,3,5,7
/proc/8732/stat : 8732 (java) S 8730 8730 7888 0 -1 1077944320 15112 0 0 0 167 6 0 0 20 0 15 0 446291509 15514783744 23007 33554432000 4194304 4196468 140733229129712 140733229112256 139886370529015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
/proc/8732/statm: 3787789 23007 3454 1 0 3748889 0
[pid=8732/tid=8733] ppid=8730 vsize=15151156 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/8732/task/8733/stat : 8733 (java) R 8730 8730 7888 0 -1 4202560 9222 0 0 0 64 4 0 0 20 0 15 0 446291509 15514783744 23007 33554432000 4194304 4196468 140733229129712 139886374763696 139885965197179 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8734] ppid=8730 vsize=15151156 memory=46072 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8734/stat : 8734 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15514783744 23007 33554432000 4194304 4196468 140733229129712 139886282185360 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8735] ppid=8730 vsize=15151156 memory=988 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8735/stat : 8735 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15514783744 23007 33554432000 4194304 4196468 140733229129712 139886281132560 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8736] ppid=8730 vsize=15151156 memory=2020 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8736/stat : 8736 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291510 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885960751504 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8737] ppid=8730 vsize=15151156 memory=1432 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8737/stat : 8737 (java) S 8730 8730 7888 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 446291510 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885959698704 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8738] ppid=8730 vsize=15151156 memory=9396 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8738/stat : 8738 (java) S 8730 8730 7888 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 446291511 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885839117168 139886370540162 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8739] ppid=8730 vsize=15151156 memory=656 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8739/stat : 8739 (java) S 8730 8730 7888 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 446291512 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885838063136 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8740] ppid=8730 vsize=15151156 memory=4036 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8740/stat : 8740 (java) S 8730 8730 7888 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 446291512 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885837010288 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8741] ppid=8730 vsize=15151156 memory=2832 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8741/stat : 8741 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446291515 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885835958608 139886370547611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8742] ppid=8730 vsize=15151156 memory=1552 CPUtime=0.28 cores=1,3,5,7
/proc/8732/task/8742/stat : 8742 (java) S 8730 8730 7888 0 -1 1077944384 1324 0 0 0 28 0 0 0 20 0 15 0 446291515 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885834905968 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8743] ppid=8730 vsize=15151156 memory=1204 CPUtime=0.31 cores=1,3,5,7
/proc/8732/task/8743/stat : 8743 (java) R 8730 8730 7888 0 -1 4202560 1073 0 0 0 31 0 0 0 20 0 15 0 446291515 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885833834048 139886354922772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8744] ppid=8730 vsize=15151156 memory=1072 CPUtime=0.43 cores=1,3,5,7
/proc/8732/task/8744/stat : 8744 (java) R 8730 8730 7888 0 -1 4202560 2188 0 0 0 43 0 0 0 20 0 15 0 446291515 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885832794752 139886354609502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8745] ppid=8730 vsize=15151156 memory=5860 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8745/stat : 8745 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 446291515 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885831747808 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8746] ppid=8730 vsize=15151156 memory=1544 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8746/stat : 8746 (java) S 8730 8730 7888 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 446291515 15514783744 23007 33554432000 4194304 4196468 140733229129712 139885830696112 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 93476 KiB

[startup+1.50078 s]
/proc/loadavg: 8.26 8.25 6.36 8/235 8746
/proc/meminfo: memFree=25161740/32770624 swapFree=66998768/67108860
[pid=8730] ppid=8727 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8730/stat : 8730 (xcsp3-exec) S 8727 8730 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446291509 115843072 362 33554432000 4194304 5098028 140736591129392 140736591127496 139794617139836 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20328448 140736591135610 140736591135853 140736591135853 140736591138762 0
/proc/8730/statm: 28282 362 304 221 0 87 0

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

/proc/8732/task/8746/stat : 8746 (java) S 8730 8730 7888 0 -1 1077944384 355 0 0 0 0 4 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885830696112 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 42 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8747] ppid=8730 vsize=15419460 memory=8112282956445269571 CPUtime=116.07 cores=1,3,5,7
/proc/8732/task/8747/stat : 8747 (java) R 8730 8730 7888 0 -1 4202560 532 0 0 0 11607 0 0 0 20 0 19 0 446291622 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885821479136 139885968009619 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8748] ppid=8730 vsize=15419460 memory=1167644 CPUtime=115.77 cores=1,3,5,7
/proc/8732/task/8748/stat : 8748 (java) R 8730 8730 7888 0 -1 4202560 6767 0 0 0 11566 11 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885820426120 139885964658326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8749] ppid=8730 vsize=15419460 memory=1448 CPUtime=115.24 cores=1,3,5,7
/proc/8732/task/8749/stat : 8749 (java) R 8730 8730 7888 0 -1 4202560 458 0 0 0 11524 0 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885819371584 139885969647968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8750] ppid=8730 vsize=15419460 memory=1167644 CPUtime=115.61 cores=1,3,5,7
/proc/8732/task/8750/stat : 8750 (java) R 8730 8730 7888 0 -1 4202560 1923 0 0 0 11561 0 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885818318872 139885969648108 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
Current children cumulated CPU time: 469.79 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1169104 KiB

[startup+120.001 s]*
/proc/loadavg: 8.59 8.39 6.64 9/239 8840
/proc/meminfo: memFree=27976100/32770624 swapFree=66998768/67108860
[pid=8730] ppid=8727 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8730/stat : 8730 (xcsp3-exec) S 8727 8730 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446291509 115843072 362 33554432000 4194304 5098028 140736591129392 140736591127496 139794617139836 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20328448 140736591135610 140736591135853 140736591135853 140736591138762 0
/proc/8730/statm: 28282 362 304 221 0 87 0
[pid=8732] ppid=8730 vsize=15419460 memory=1167656 CPUtime=476.2 cores=1,3,5,7
/proc/8732/stat : 8732 (java) S 8730 8730 7888 0 -1 1077944320 59666 0 0 0 47578 42 0 0 20 0 19 0 446291509 15789527040 291914 33554432000 4194304 4196468 140733229129712 140733229112256 139886370529015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
/proc/8732/statm: 3854865 291914 3535 1 0 3815965 0
[pid=8732/tid=8733] ppid=8730 vsize=15419460 memory=1398722017469774279 CPUtime=1.09 cores=1,3,5,7
/proc/8732/task/8733/stat : 8733 (java) S 8730 8730 7888 0 -1 1077944384 10207 0 0 0 103 6 0 0 20 0 19 0 446291509 15789527040 291914 33554432000 4194304 4196468 140733229129712 139886374769792 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8734] ppid=8730 vsize=15419460 memory=4126316290023845779 CPUtime=0.14 cores=1,3,5,7
/proc/8732/task/8734/stat : 8734 (java) S 8730 8730 7888 0 -1 1077944384 1003 0 0 0 10 4 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139886282185360 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8735] ppid=8730 vsize=15419460 memory=4638778428397538640 CPUtime=0.11 cores=1,3,5,7
/proc/8732/task/8735/stat : 8735 (java) S 8730 8730 7888 0 -1 1077944384 392 0 0 0 7 4 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139886281132560 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8736] ppid=8730 vsize=15419460 memory=5937503940875731041 CPUtime=0.11 cores=1,3,5,7
/proc/8732/task/8736/stat : 8736 (java) S 8730 8730 7888 0 -1 1077944384 2115 0 0 0 8 3 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885960751504 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8737] ppid=8730 vsize=15419460 memory=5937503940875993185 CPUtime=0.12 cores=1,3,5,7
/proc/8732/task/8737/stat : 8737 (java) S 8730 8730 7888 0 -1 1077944384 1466 0 0 0 8 4 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885959698704 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8738] ppid=8730 vsize=15419460 memory=6943526294502006880 CPUtime=0.02 cores=1,3,5,7
/proc/8732/task/8738/stat : 8738 (java) S 8730 8730 7888 0 -1 1077944384 2019 0 0 0 2 0 0 0 20 0 19 0 446291511 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885839117168 139886370540162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8739] ppid=8730 vsize=15419460 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8739/stat : 8739 (java) S 8730 8730 7888 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 446291512 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885838063200 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8740] ppid=8730 vsize=15419460 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8740/stat : 8740 (java) S 8730 8730 7888 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 446291512 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885837010304 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8741] ppid=8730 vsize=15419460 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8741/stat : 8741 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885835958608 139886370547611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8742] ppid=8730 vsize=15419460 memory=1204 CPUtime=2.28 cores=1,3,5,7
/proc/8732/task/8742/stat : 8742 (java) S 8730 8730 7888 0 -1 1077944384 12390 0 0 0 226 2 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885834905968 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8743] ppid=8730 vsize=15419460 memory=1072 CPUtime=2.24 cores=1,3,5,7
/proc/8732/task/8743/stat : 8743 (java) S 8730 8730 7888 0 -1 1077944384 10574 0 0 0 223 1 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885833853168 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8744] ppid=8730 vsize=15419460 memory=5860 CPUtime=0.83 cores=1,3,5,7
/proc/8732/task/8744/stat : 8744 (java) S 8730 8730 7888 0 -1 1077944384 8084 0 0 0 82 1 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885832800368 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8745] ppid=8730 vsize=15419460 memory=1544 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8745/stat : 8745 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885831747808 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8746] ppid=8730 vsize=15419460 memory=776 CPUtime=0.04 cores=1,3,5,7
/proc/8732/task/8746/stat : 8746 (java) S 8730 8730 7888 0 -1 1077944384 355 0 0 0 0 4 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885830696112 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 42 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8747] ppid=8730 vsize=15419460 memory=1056 CPUtime=117.68 cores=1,3,5,7
/proc/8732/task/8747/stat : 8747 (java) R 8730 8730 7888 0 -1 4202560 532 0 0 0 11768 0 0 0 20 0 19 0 446291622 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885821479136 139885968129192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8748] ppid=8730 vsize=15419460 memory=14012 CPUtime=117.38 cores=1,3,5,7
/proc/8732/task/8748/stat : 8748 (java) R 8730 8730 7888 0 -1 4202560 6783 0 0 0 11727 11 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885820426120 139885966132309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8749] ppid=8730 vsize=15419460 memory=24776 CPUtime=116.85 cores=1,3,5,7
/proc/8732/task/8749/stat : 8749 (java) R 8730 8730 7888 0 -1 4202560 459 0 0 0 11685 0 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885819371584 139885967765143 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8750] ppid=8730 vsize=15419460 memory=12024 CPUtime=117.19 cores=1,3,5,7
/proc/8732/task/8750/stat : 8750 (java) R 8730 8730 7888 0 -1 4202560 1926 0 0 0 11719 0 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885818318872 139885967764939 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
Current children cumulated CPU time: 476.2 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1169104 KiB

[startup+120.401 s]
/proc/loadavg: 8.59 8.39 6.64 9/239 8840
/proc/meminfo: memFree=27976100/32770624 swapFree=66998768/67108860
[pid=8730] ppid=8727 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8730/stat : 8730 (xcsp3-exec) S 8727 8730 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446291509 115843072 362 33554432000 4194304 5098028 140736591129392 140736591127496 139794617139836 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20328448 140736591135610 140736591135853 140736591135853 140736591138762 0
/proc/8730/statm: 28282 362 304 221 0 87 0
[pid=8732] ppid=8730 vsize=15419460 memory=1167656 CPUtime=477.75 cores=1,3,5,7
/proc/8732/stat : 8732 (java) S 8730 8730 7888 0 -1 1077944320 59671 0 0 0 47733 42 0 0 20 0 19 0 446291509 15789527040 291914 33554432000 4194304 4196468 140733229129712 140733229112256 139886370529015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
/proc/8732/statm: 3854865 291914 3535 1 0 3815965 0
[pid=8732/tid=8733] ppid=8730 vsize=15419460 memory=1980 CPUtime=1.09 cores=1,3,5,7
/proc/8732/task/8733/stat : 8733 (java) S 8730 8730 7888 0 -1 1077944384 10207 0 0 0 103 6 0 0 20 0 19 0 446291509 15789527040 291914 33554432000 4194304 4196468 140733229129712 139886374769792 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8734] ppid=8730 vsize=15419460 memory=2428 CPUtime=0.14 cores=1,3,5,7
/proc/8732/task/8734/stat : 8734 (java) S 8730 8730 7888 0 -1 1077944384 1003 0 0 0 10 4 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139886282185360 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8735] ppid=8730 vsize=15419460 memory=1580 CPUtime=0.11 cores=1,3,5,7
/proc/8732/task/8735/stat : 8735 (java) S 8730 8730 7888 0 -1 1077944384 392 0 0 0 7 4 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139886281132560 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8736] ppid=8730 vsize=15419460 memory=908 CPUtime=0.11 cores=1,3,5,7
/proc/8732/task/8736/stat : 8736 (java) S 8730 8730 7888 0 -1 1077944384 2115 0 0 0 8 3 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885960751504 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8737] ppid=8730 vsize=15419460 memory=1440 CPUtime=0.12 cores=1,3,5,7
/proc/8732/task/8737/stat : 8737 (java) S 8730 8730 7888 0 -1 1077944384 1466 0 0 0 8 4 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885959698704 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8738] ppid=8730 vsize=15419460 memory=1760 CPUtime=0.02 cores=1,3,5,7
/proc/8732/task/8738/stat : 8738 (java) S 8730 8730 7888 0 -1 1077944384 2019 0 0 0 2 0 0 0 20 0 19 0 446291511 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885839117168 139886370540162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8739] ppid=8730 vsize=15419460 memory=111632 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8739/stat : 8739 (java) S 8730 8730 7888 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 446291512 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885838063200 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8740] ppid=8730 vsize=15419460 memory=800 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8740/stat : 8740 (java) S 8730 8730 7888 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 446291512 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885837010304 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8741] ppid=8730 vsize=15419460 memory=4096 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8741/stat : 8741 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885835958608 139886370547611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8742] ppid=8730 vsize=15419460 memory=1804 CPUtime=2.28 cores=1,3,5,7
/proc/8732/task/8742/stat : 8742 (java) S 8730 8730 7888 0 -1 1077944384 12390 0 0 0 226 2 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885834905968 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8743] ppid=8730 vsize=15419460 memory=920 CPUtime=2.24 cores=1,3,5,7
/proc/8732/task/8743/stat : 8743 (java) S 8730 8730 7888 0 -1 1077944384 10574 0 0 0 223 1 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885833853168 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8744] ppid=8730 vsize=15419460 memory=3848 CPUtime=0.83 cores=1,3,5,7
/proc/8732/task/8744/stat : 8744 (java) S 8730 8730 7888 0 -1 1077944384 8084 0 0 0 82 1 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885832800368 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8745] ppid=8730 vsize=15419460 memory=2600 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8745/stat : 8745 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885831747808 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8746] ppid=8730 vsize=15419460 memory=2600 CPUtime=0.04 cores=1,3,5,7
/proc/8732/task/8746/stat : 8746 (java) S 8730 8730 7888 0 -1 1077944384 355 0 0 0 0 4 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885830696112 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 42 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8747] ppid=8730 vsize=15419460 memory=1412 CPUtime=118.07 cores=1,3,5,7
/proc/8732/task/8747/stat : 8747 (java) R 8730 8730 7888 0 -1 4202560 532 0 0 0 11807 0 0 0 20 0 19 0 446291622 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885821479136 139885969794160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8748] ppid=8730 vsize=15419460 memory=3104 CPUtime=117.77 cores=1,3,5,7
/proc/8732/task/8748/stat : 8748 (java) R 8730 8730 7888 0 -1 4202560 6788 0 0 0 11766 11 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885820426120 139885966132296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8749] ppid=8730 vsize=15419460 memory=1448 CPUtime=117.24 cores=1,3,5,7
/proc/8732/task/8749/stat : 8749 (java) R 8730 8730 7888 0 -1 4202560 459 0 0 0 11724 0 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885819371584 139885968009781 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8750] ppid=8730 vsize=15419460 memory=1167656 CPUtime=117.57 cores=1,3,5,7
/proc/8732/task/8750/stat : 8750 (java) R 8730 8730 7888 0 -1 4202560 1926 0 0 0 11757 0 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885818318872 139885968128617 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
Current children cumulated CPU time: 477.75 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1169104 KiB

[startup+120.601 s]
/proc/loadavg: 8.59 8.39 6.64 9/239 8840
/proc/meminfo: memFree=27976100/32770624 swapFree=66998768/67108860
[pid=8730] ppid=8727 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/8730/stat : 8730 (xcsp3-exec) S 8727 8730 7888 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 446291509 115843072 362 33554432000 4194304 5098028 140736591129392 140736591127496 139794617139836 0 65536 4100 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 20328448 140736591135610 140736591135853 140736591135853 140736591138762 0
/proc/8730/statm: 28282 362 304 221 0 87 0
[pid=8732] ppid=8730 vsize=15419460 memory=1167656 CPUtime=478.55 cores=1,3,5,7
/proc/8732/stat : 8732 (java) S 8730 8730 7888 0 -1 1077944320 59676 0 0 0 47813 42 0 0 20 0 19 0 446291509 15789527040 291914 33554432000 4194304 4196468 140733229129712 140733229112256 139886370529015 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
/proc/8732/statm: 3854865 291914 3535 1 0 3815965 0
[pid=8732/tid=8733] ppid=8730 vsize=15419460 memory=288230621803970871 CPUtime=1.09 cores=1,3,5,7
/proc/8732/task/8733/stat : 8733 (java) S 8730 8730 7888 0 -1 1077944384 10207 0 0 0 103 6 0 0 20 0 19 0 446291509 15789527040 291914 33554432000 4194304 4196468 140733229129712 139886374769792 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8734] ppid=8730 vsize=15419460 memory=14691894252800627 CPUtime=0.14 cores=1,3,5,7
/proc/8732/task/8734/stat : 8734 (java) S 8730 8730 7888 0 -1 1077944384 1003 0 0 0 10 4 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139886282185360 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8735] ppid=8730 vsize=15419460 memory=288292155867530147 CPUtime=0.11 cores=1,3,5,7
/proc/8732/task/8735/stat : 8735 (java) S 8730 8730 7888 0 -1 1077944384 392 0 0 0 7 4 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139886281132560 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8736] ppid=8730 vsize=15419460 memory=7085964663054688832 CPUtime=0.11 cores=1,3,5,7
/proc/8732/task/8736/stat : 8736 (java) S 8730 8730 7888 0 -1 1077944384 2115 0 0 0 8 3 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885960751504 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8737] ppid=8730 vsize=15419460 memory=7518022159162827609 CPUtime=0.12 cores=1,3,5,7
/proc/8732/task/8737/stat : 8737 (java) S 8730 8730 7888 0 -1 1077944384 1466 0 0 0 8 4 0 0 20 0 19 0 446291510 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885959698704 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8738] ppid=8730 vsize=15419460 memory=2324508702694522976 CPUtime=0.02 cores=1,3,5,7
/proc/8732/task/8738/stat : 8738 (java) S 8730 8730 7888 0 -1 1077944384 2019 0 0 0 2 0 0 0 20 0 19 0 446291511 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885839117168 139886370540162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8739] ppid=8730 vsize=15419460 memory=6221000949919405159 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8739/stat : 8739 (java) S 8730 8730 7888 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 446291512 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885838063200 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8740] ppid=8730 vsize=15419460 memory=-8486080722631693414 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8740/stat : 8740 (java) S 8730 8730 7888 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 19 0 446291512 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885837010304 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8741] ppid=8730 vsize=15419460 memory=-7023579799431922829 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8741/stat : 8741 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885835958608 139886370547611 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8742] ppid=8730 vsize=15419460 memory=4426639978525455914 CPUtime=2.28 cores=1,3,5,7
/proc/8732/task/8742/stat : 8742 (java) S 8730 8730 7888 0 -1 1077944384 12390 0 0 0 226 2 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885834905968 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 39 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8743] ppid=8730 vsize=15419460 memory=3047711553219693942 CPUtime=2.24 cores=1,3,5,7
/proc/8732/task/8743/stat : 8743 (java) S 8730 8730 7888 0 -1 1077944384 10574 0 0 0 223 1 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885833853168 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8744] ppid=8730 vsize=15419460 memory=-7521736447810188379 CPUtime=0.83 cores=1,3,5,7
/proc/8732/task/8744/stat : 8744 (java) S 8730 8730 7888 0 -1 1077944384 8084 0 0 0 82 1 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885832800368 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 42 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8745] ppid=8730 vsize=15419460 memory=7897517683652307531 CPUtime=0 cores=1,3,5,7
/proc/8732/task/8745/stat : 8745 (java) S 8730 8730 7888 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885831747808 139886370539221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8746] ppid=8730 vsize=15419460 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/8732/task/8746/stat : 8746 (java) S 8730 8730 7888 0 -1 1077944384 355 0 0 0 0 4 0 0 20 0 19 0 446291515 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885830696112 139886370540162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 42 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8747] ppid=8730 vsize=15419460 memory=5787477641288517003 CPUtime=118.27 cores=1,3,5,7
/proc/8732/task/8747/stat : 8747 (java) R 8730 8730 7888 0 -1 4202560 532 0 0 0 11827 0 0 0 20 0 19 0 446291622 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885821479136 139885969794174 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8748] ppid=8730 vsize=15419460 memory=-8961168018402230209 CPUtime=117.97 cores=1,3,5,7
/proc/8732/task/8748/stat : 8748 (java) R 8730 8730 7888 0 -1 4202560 6793 0 0 0 11786 11 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885820426120 139885969648314 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8749] ppid=8730 vsize=15419460 memory=-8253362762722141311 CPUtime=117.44 cores=1,3,5,7
/proc/8732/task/8749/stat : 8749 (java) R 8730 8730 7888 0 -1 4202560 459 0 0 0 11744 0 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885819371584 139885967765798 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
[pid=8732/tid=8750] ppid=8730 vsize=15419460 memory=8099255990543994965 CPUtime=117.77 cores=1,3,5,7
/proc/8732/task/8750/stat : 8750 (java) R 8730 8730 7888 0 -1 4202560 1926 0 0 0 11777 0 0 0 20 0 19 0 446291623 15789527040 291914 33554432000 4194304 4196468 140733229129712 139885818318872 139885967765736 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 19955712 140733229134831 140733229135002 140733229135002 140733229137871 0
Current children cumulated CPU time: 478.55 s
Current children cumulated vsize: 15532588 KiB
Current children cumulated memory: 1169104 KiB

Child status: 0
Real time (s): 120.654
CPU time (s): 478.737
CPU user time (s): 478.299
CPU system time (s): 0.438345
CPU usage (%): 396.785
Max. virtual memory (cumulated for all children) (KiB): 15532588
Max. memory (cumulated for all children) (KiB): 1169104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 478.299
system time used= 0.438345
maximum resident set size= 1170192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61080
page faults= 0
swaps= 0
block input operations= 0
block output operations= 232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5594
involuntary context switches= 10106


# summary of solver processes directly reported to runsolver:
#   pid: 8730
#   total CPU time (s): 478.737
#   total CPU user time (s): 478.299
#   total CPU system time (s): 0.438345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.768051 second user time and 1.47682 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 08:03:47
IDJOB=4398826
IDBENCH=141714
IDSOLVER=2853
FILE ID=node123/4398826-1568700266
RUNJOBID= node123-1568699048-7920
PBS_JOBID= 21703821
Free space on /tmp= 59160 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-26-080.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398826-1568700266/watcher-4398826-1568700266 -o /tmp/evaluation-result-4398826-1568700266/solver-4398826-1568700266 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node123-1568699048-7920 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1751485874 HOME/instance-4398826-1568700266.xml

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

MD5SUM BENCH= 82f2ba8c739d4bfd8362bd41c1ff224a
RANDOM SEED=1751485874

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:        25331164 kB
MemAvailable:   26925772 kB
Buffers:          125076 kB
Cached:          1768500 kB
SwapCached:         7604 kB
Active:          6216008 kB
Inactive:         648096 kB
Active(anon):    4970556 kB
Inactive(anon):    48664 kB
Active(file):    1245452 kB
Inactive(file):   599432 kB
Unevictable:      107572 kB
Mlocked:          107572 kB
SwapTotal:      67108860 kB
SwapFree:       66998768 kB
Dirty:             26164 kB
Writeback:             0 kB
AnonPages:       5082084 kB
Mapped:            60732 kB
Shmem:             39812 kB
Slab:             160996 kB
SReclaimable:     131120 kB
SUnreclaim:        29876 kB
KernelStack:        4096 kB
PageTables:        15084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6805512 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4943872 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= 59136 MiB
End job on node123 at 2019-09-17 08:05:48