Trace number 4283412

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 5a (2017-08-18)OPT8 86.161003 79.744598

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16d.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark13.4442
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.10	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4283412-1503191607.xml"  -tl '2520s' -p 1 -x 3
0.05/0.30	c [HOME/instance-4283412-1503191607.xml, -tl, 2520s, -p, 1, -x, 3]
0.24/0.36	c simple solver
0.41/0.42	c parse instance...
0.83/0.62	c solve instance...
1.49/0.88	o 9 
4.94/1.94	o 8 
86.10/79.73	s OPTIMUM FOUND
86.10/79.73	v <instantiation>
86.10/79.73	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] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13] </list>
86.10/79.73	v 	<values>5 2 4 1 3 7 10 9 0 11 15 8 12 13 6 14 0 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 2 0 </values>
86.10/79.73	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4283412-1503191607/watcher-4283412-1503191607 -o /tmp/evaluation-result-4283412-1503191607/solver-4283412-1503191607 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21713 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2025460737 HOME/instance-4283412-1503191607.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
solver pid=26051, runsolver pid=26048
Current StackSize limit: 8192 KiB


[startup+0.100156 s]*
/proc/loadavg: 1.18 1.48 1.60 2/196 26052
/proc/meminfo: memFree=31065600/32770624 swapFree=67105588/67108860
[pid=26051] ppid=26048 vsize=9508 memory=888 CPUtime=0 cores=1,3,5,7
/proc/26051/stat : 26051 (xcsp3-exec) R 26048 26051 8557 0 -1 4202496 398 0 0 0 0 0 0 0 20 0 1 0 121355744 9736192 222 18446744073709551615 4194304 5098028 140724216815072 140724216815072 140519549367547 0 0 5 0 0 0 0 17 1 0 0 10 0 0 7196144 7232144 19124224 140724216815992 140724216816197 140724216816197 140724216819691 0
/proc/26051/statm: 2377 222 186 221 0 86 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9508 KiB
Current children cumulated memory: 888 KiB

[startup+0.209088 s]*
/proc/loadavg: 1.18 1.48 1.60 2/210 26066
/proc/meminfo: memFree=31054448/32770624 swapFree=67105588/67108860
[pid=26051] ppid=26048 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26051/stat : 26051 (xcsp3-exec) S 26048 26051 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121355744 9740288 344 18446744073709551615 4194304 5098028 140724216815072 140724216813176 140519549362812 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19124224 140724216815992 140724216816197 140724216816197 140724216819691 0
/proc/26051/statm: 2378 344 289 221 0 87 0
[pid=26053] ppid=26051 vsize=13973868 memory=21688 CPUtime=0.05 cores=1,3,5,7
/proc/26053/stat : 26053 (java) S 26051 26051 8557 0 -1 1077944320 4832 0 0 0 5 0 0 0 20 0 15 0 121355755 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 140724439549408 139669331906295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
/proc/26053/statm: 3493467 5422 2575 1 0 3482964 0
[pid=26053/tid=26054] ppid=26051 vsize=13973868 memory=7311146985107750967 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26054/stat : 26054 (java) R 26051 26051 8557 0 -1 4202560 3004 0 0 0 4 0 0 0 20 0 15 0 121355755 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139669336148576 139668930787792 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26055] ppid=26051 vsize=13973868 memory=8893 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26055/stat : 26055 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139669251320336 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26056] ppid=26051 vsize=13973868 memory=288370994930431616 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26056/stat : 26056 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668930685584 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26057] ppid=26051 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26057/stat : 26057 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668929632528 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26058] ppid=26051 vsize=13973868 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26058/stat : 26058 (java) S 26051 26051 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121355756 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668928579984 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26059] ppid=26051 vsize=13973868 memory=140618778719872 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26059/stat : 26059 (java) S 26051 26051 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121355757 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668810451696 139669331917442 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26060] ppid=26051 vsize=13973868 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26060/stat : 26060 (java) S 26051 26051 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121355758 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668809397920 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26061] ppid=26051 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26061/stat : 26061 (java) S 26051 26051 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121355758 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668808344816 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26062] ppid=26051 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26062/stat : 26062 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668807293392 139669331924891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26063] ppid=26051 vsize=13973868 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26063/stat : 26063 (java) S 26051 26051 8557 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 15 0 121355761 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668806240496 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26064] ppid=26051 vsize=13973868 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26064/stat : 26064 (java) R 26051 26051 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 121355761 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668805187952 139669331917442 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26065] ppid=26051 vsize=13973868 memory=140618778719872 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26065/stat : 26065 (java) R 26051 26051 8557 0 -1 1077944384 224 0 0 0 0 0 0 0 20 0 15 0 121355761 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668804134896 139669331917442 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26066] ppid=26051 vsize=13973868 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26066/stat : 26066 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668803082592 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26067] ppid=26051 vsize=13973868 memory=140618778719872 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26067/stat : 26067 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355766 14309240832 5422 18446744073709551615 4194304 4196468 140724439566864 139668802030640 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 13983380 KiB
Current children cumulated memory: 23064 KiB

[startup+0.310161 s]*
/proc/loadavg: 1.33 1.50 1.61 3/211 26067
/proc/meminfo: memFree=31042520/32770624 swapFree=67105588/67108860
[pid=26051] ppid=26048 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26051/stat : 26051 (xcsp3-exec) S 26048 26051 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121355744 9740288 344 18446744073709551615 4194304 5098028 140724216815072 140724216813176 140519549362812 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19124224 140724216815992 140724216816197 140724216816197 140724216819691 0
/proc/26051/statm: 2378 344 289 221 0 87 0
[pid=26053] ppid=26051 vsize=13974352 memory=36568 CPUtime=0.24 cores=1,3,5,7
/proc/26053/stat : 26053 (java) S 26051 26051 8557 0 -1 1077944320 8694 0 0 0 22 2 0 0 20 0 15 0 121355755 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 140724439549408 139669331906295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
/proc/26053/statm: 3493588 9142 2978 1 0 3482964 0
[pid=26053/tid=26054] ppid=26051 vsize=13974352 memory=-8774313645642428999 CPUtime=0.14 cores=1,3,5,7
/proc/26053/task/26054/stat : 26054 (java) R 26051 26051 8557 0 -1 4202560 5929 0 0 0 13 1 0 0 20 0 15 0 121355755 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139669336134064 139669315986782 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26055] ppid=26051 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26055/stat : 26055 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139669251320336 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26056] ppid=26051 vsize=13974352 memory=140618778719872 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26056/stat : 26056 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668930685584 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26057] ppid=26051 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26057/stat : 26057 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668929632528 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26058] ppid=26051 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26058/stat : 26058 (java) S 26051 26051 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121355756 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668928579984 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26059] ppid=26051 vsize=13974352 memory=140618778719872 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26059/stat : 26059 (java) S 26051 26051 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121355757 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668810451696 139669331917442 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26060] ppid=26051 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26060/stat : 26060 (java) S 26051 26051 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121355758 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668809397920 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26061] ppid=26051 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26061/stat : 26061 (java) S 26051 26051 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121355758 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668808344816 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26062] ppid=26051 vsize=13974352 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26062/stat : 26062 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668807293392 139669331924891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26063] ppid=26051 vsize=13974352 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/26053/task/26063/stat : 26063 (java) R 26051 26051 8557 0 -1 4202560 479 0 0 0 1 0 0 0 20 0 15 0 121355761 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668806240496 139669331918230 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26064] ppid=26051 vsize=13974352 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26053/task/26064/stat : 26064 (java) R 26051 26051 8557 0 -1 1077944384 269 0 0 0 1 0 0 0 20 0 15 0 121355761 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668805187952 139669331917442 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26065] ppid=26051 vsize=13974352 memory=140618778719872 CPUtime=0.05 cores=1,3,5,7
/proc/26053/task/26065/stat : 26065 (java) S 26051 26051 8557 0 -1 1077944384 714 0 0 0 5 0 0 0 20 0 15 0 121355761 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668804134896 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26066] ppid=26051 vsize=13974352 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26066/stat : 26066 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668803082592 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26067] ppid=26051 vsize=13974352 memory=140618778719872 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26067/stat : 26067 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355766 14309736448 9142 18446744073709551615 4194304 4196468 140724439566864 139668802030640 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 13983864 KiB
Current children cumulated memory: 37944 KiB

[startup+0.706493 s]
/proc/loadavg: 1.33 1.50 1.61 5/211 26067
/proc/meminfo: memFree=31030140/32770624 swapFree=67105588/67108860
[pid=26051] ppid=26048 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26051/stat : 26051 (xcsp3-exec) S 26048 26051 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121355744 9740288 344 18446744073709551615 4194304 5098028 140724216815072 140724216813176 140519549362812 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19124224 140724216815992 140724216816197 140724216816197 140724216819691 0
/proc/26051/statm: 2378 344 289 221 0 87 0
[pid=26053] ppid=26051 vsize=13980732 memory=60424 CPUtime=1.14 cores=1,3,5,7
/proc/26053/stat : 26053 (java) S 26051 26051 8557 0 -1 1077944320 12717 0 0 0 110 4 0 0 20 0 15 0 121355755 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 140724439549408 139669331906295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
/proc/26053/statm: 3495183 15106 3181 1 0 3483476 0
[pid=26053/tid=26054] ppid=26051 vsize=13980732 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/26053/task/26054/stat : 26054 (java) R 26051 26051 8557 0 -1 1077944384 8569 0 0 0 50 3 0 0 20 0 15 0 121355755 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139669336143968 139669331916501 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26055] ppid=26051 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26055/stat : 26055 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139669251320336 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26056] ppid=26051 vsize=13980732 memory=7735038275533956695 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26056/stat : 26056 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668930685584 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26057] ppid=26051 vsize=13980732 memory=5865465064658194540 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26057/stat : 26057 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668929632528 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26058] ppid=26051 vsize=13980732 memory=4638778398332698720 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26058/stat : 26058 (java) S 26051 26051 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121355756 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668928579984 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26059] ppid=26051 vsize=13980732 memory=7100839870037596261 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26059/stat : 26059 (java) S 26051 26051 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 121355757 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668810451696 139669331917442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26060] ppid=26051 vsize=13980732 memory=-8412661042793834637 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26060/stat : 26060 (java) S 26051 26051 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668809397920 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26061] ppid=26051 vsize=13980732 memory=4137282616176187523 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26061/stat : 26061 (java) S 26051 26051 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668808344816 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26062] ppid=26051 vsize=13980732 memory=-7531822216215565666 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26062/stat : 26062 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668807293392 139669331924891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26063] ppid=26051 vsize=13980732 memory=7682475212697334586 CPUtime=0.15 cores=1,3,5,7
/proc/26053/task/26063/stat : 26063 (java) R 26051 26051 8557 0 -1 4202560 861 0 0 0 15 0 0 0 20 0 15 0 121355761 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668806240496 139669316152708 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26064] ppid=26051 vsize=13980732 memory=50088 CPUtime=0.18 cores=1,3,5,7
/proc/26053/task/26064/stat : 26064 (java) R 26051 26051 8557 0 -1 4202560 803 0 0 0 18 0 0 0 20 0 15 0 121355761 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668805178064 139669316827370 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26065] ppid=26051 vsize=13980732 memory=-8774313645642428999 CPUtime=0.26 cores=1,3,5,7
/proc/26053/task/26065/stat : 26065 (java) S 26051 26051 8557 0 -1 1077944384 1177 0 0 0 26 0 0 0 20 0 15 0 121355761 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668804134896 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26066] ppid=26051 vsize=13980732 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26066/stat : 26066 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668803082592 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26067] ppid=26051 vsize=13980732 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26067/stat : 26067 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355766 14316269568 15106 18446744073709551615 4194304 4196468 140724439566864 139668802030640 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 61800 KiB

[startup+1.50087 s]
/proc/loadavg: 1.33 1.50 1.61 6/211 26067
/proc/meminfo: memFree=31003568/32770624 swapFree=67105588/67108860
[pid=26051] ppid=26048 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26051/stat : 26051 (xcsp3-exec) S 26048 26051 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121355744 9740288 344 18446744073709551615 4194304 5098028 140724216815072 140724216813176 140519549362812 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19124224 140724216815992 140724216816197 140724216816197 140724216819691 0
/proc/26051/statm: 2378 344 289 221 0 87 0
[pid=26053] ppid=26051 vsize=13980732 memory=91996 CPUtime=3.71 cores=1,3,5,7
/proc/26053/stat : 26053 (java) S 26051 26051 8557 0 -1 1077944320 21557 0 0 0 365 6 0 0 20 0 15 0 121355755 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 140724439549408 139669331906295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
/proc/26053/statm: 3495183 22999 3200 1 0 3483476 0
[pid=26053/tid=26054] ppid=26051 vsize=13980732 memory=-8774313645642428999 CPUtime=1.31 cores=1,3,5,7
/proc/26053/task/26054/stat : 26054 (java) R 26051 26051 8557 0 -1 4202560 9723 0 0 0 128 3 0 0 20 0 15 0 121355755 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139669336143464 139668934822866 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26055] ppid=26051 vsize=13980732 memory=3472468914058047005 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26055/stat : 26055 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139669251320336 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26056] ppid=26051 vsize=13980732 memory=7162362703456253694 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26056/stat : 26056 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668930685584 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26057] ppid=26051 vsize=13980732 memory=4207740132285235167 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26057/stat : 26057 (java) S 26051 26051 8557 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 121355756 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668929632528 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26058] ppid=26051 vsize=13980732 memory=3472468914058053824 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26058/stat : 26058 (java) S 26051 26051 8557 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 121355756 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668928579984 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26059] ppid=26051 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26059/stat : 26059 (java) S 26051 26051 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 121355757 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668810451696 139669331917442 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26060] ppid=26051 vsize=13980732 memory=6945503147706432880 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26060/stat : 26060 (java) S 26051 26051 8557 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668809397920 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26061] ppid=26051 vsize=13980732 memory=-6804530832991035292 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26061/stat : 26061 (java) S 26051 26051 8557 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668808344816 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26062] ppid=26051 vsize=13980732 memory=6944656591801717918 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26062/stat : 26062 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668807293392 139669331924891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26063] ppid=26051 vsize=13980732 memory=-8412652169205224307 CPUtime=0.94 cores=1,3,5,7
/proc/26053/task/26063/stat : 26063 (java) R 26051 26051 8557 0 -1 4202560 3934 0 0 0 94 0 0 0 20 0 15 0 121355761 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668806227280 139669317970247 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26064] ppid=26051 vsize=13980732 memory=-6158907362674458769 CPUtime=0.97 cores=1,3,5,7
/proc/26053/task/26064/stat : 26064 (java) R 26051 26051 8557 0 -1 4202560 4076 0 0 0 97 0 0 0 20 0 15 0 121355761 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668805177744 139669316454580 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26065] ppid=26051 vsize=13980732 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/26053/task/26065/stat : 26065 (java) S 26051 26051 8557 0 -1 1077944384 2513 0 0 0 45 1 0 0 20 0 15 0 121355761 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668804134896 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26066] ppid=26051 vsize=13980732 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26066/stat : 26066 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668803082592 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26067] ppid=26051 vsize=13980732 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26067/stat : 26067 (java) S 26051 26051 8557 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 121355766 14316269568 22999 18446744073709551615 4194304 4196468 140724439566864 139668802030640 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0

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

/proc/26051/stat : 26051 (xcsp3-exec) S 26048 26051 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121355744 9740288 344 18446744073709551615 4194304 5098028 140724216815072 140724216813176 140519549362812 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19124224 140724216815992 140724216816197 140724216816197 140724216819691 0
/proc/26051/statm: 2378 344 289 221 0 87 0
[pid=26053] ppid=26051 vsize=13980732 memory=215368 CPUtime=84.8 cores=1,3,5,7
/proc/26053/stat : 26053 (java) S 26051 26051 8557 0 -1 1077944320 55366 0 0 0 8465 15 0 0 20 0 15 0 121355755 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 140724439549408 139669331906295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
/proc/26053/statm: 3495183 53842 3240 1 0 3483476 0
[pid=26053/tid=26054] ppid=26051 vsize=13980732 memory=1232 CPUtime=78.11 cores=1,3,5,7
/proc/26053/task/26054/stat : 26054 (java) R 26051 26051 8557 0 -1 4202560 14832 0 0 0 7806 5 0 0 20 0 15 0 121355755 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139669336145776 139668934347837 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26055] ppid=26051 vsize=13980732 memory=2240 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26055/stat : 26055 (java) S 26051 26051 8557 0 -1 1077944384 553 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139669251320336 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26056] ppid=26051 vsize=13980732 memory=4304 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26056/stat : 26056 (java) S 26051 26051 8557 0 -1 1077944384 672 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668930685584 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26057] ppid=26051 vsize=13980732 memory=-8774313645642428999 CPUtime=0.05 cores=1,3,5,7
/proc/26053/task/26057/stat : 26057 (java) S 26051 26051 8557 0 -1 1077944384 2771 0 0 0 4 1 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668929632528 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26058] ppid=26051 vsize=13980732 memory=4044 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26058/stat : 26058 (java) S 26051 26051 8557 0 -1 1077944384 690 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668928579984 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26059] ppid=26051 vsize=13980732 memory=644 CPUtime=0.01 cores=1,3,5,7
/proc/26053/task/26059/stat : 26059 (java) S 26051 26051 8557 0 -1 1077944384 1263 0 0 0 1 0 0 0 20 0 15 0 121355757 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668810451696 139669331917442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26060] ppid=26051 vsize=13980732 memory=1740 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26060/stat : 26060 (java) S 26051 26051 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668809397920 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26061] ppid=26051 vsize=13980732 memory=956 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26061/stat : 26061 (java) S 26051 26051 8557 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668808344816 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26062] ppid=26051 vsize=13980732 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26062/stat : 26062 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668807293392 139669331924891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26063] ppid=26051 vsize=13980732 memory=796 CPUtime=2.75 cores=1,3,5,7
/proc/26053/task/26063/stat : 26063 (java) S 26051 26051 8557 0 -1 1077944384 11965 0 0 0 274 1 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668806240496 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26064] ppid=26051 vsize=13980732 memory=1228 CPUtime=2.99 cores=1,3,5,7
/proc/26053/task/26064/stat : 26064 (java) S 26051 26051 8557 0 -1 1077944384 13849 0 0 0 298 1 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668805187952 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26065] ppid=26051 vsize=13980732 memory=0 CPUtime=0.64 cores=1,3,5,7
/proc/26053/task/26065/stat : 26065 (java) S 26051 26051 8557 0 -1 1077944384 6661 0 0 0 62 2 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668804134896 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26066] ppid=26051 vsize=13980732 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26066/stat : 26066 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668803082592 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26067] ppid=26051 vsize=13980732 memory=1240 CPUtime=0.01 cores=1,3,5,7
/proc/26053/task/26067/stat : 26067 (java) S 26051 26051 8557 0 -1 1077944384 752 0 0 0 0 1 0 0 20 0 15 0 121355766 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668802030640 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
Current children cumulated CPU time: 84.8 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216744 KiB

[startup+79.2007 s]
/proc/loadavg: 1.61 1.55 1.62 3/214 26083
/proc/meminfo: memFree=30868140/32770624 swapFree=67105588/67108860
[pid=26051] ppid=26048 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26051/stat : 26051 (xcsp3-exec) S 26048 26051 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121355744 9740288 344 18446744073709551615 4194304 5098028 140724216815072 140724216813176 140519549362812 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19124224 140724216815992 140724216816197 140724216816197 140724216819691 0
/proc/26051/statm: 2378 344 289 221 0 87 0
[pid=26053] ppid=26051 vsize=13980732 memory=215368 CPUtime=85.6 cores=1,3,5,7
/proc/26053/stat : 26053 (java) S 26051 26051 8557 0 -1 1077944320 55366 0 0 0 8545 15 0 0 20 0 15 0 121355755 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 140724439549408 139669331906295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
/proc/26053/statm: 3495183 53842 3240 1 0 3483476 0
[pid=26053/tid=26054] ppid=26051 vsize=13980732 memory=-8774313645642428999 CPUtime=78.91 cores=1,3,5,7
/proc/26053/task/26054/stat : 26054 (java) R 26051 26051 8557 0 -1 4202560 14832 0 0 0 7886 5 0 0 20 0 15 0 121355755 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139669336145776 139668937968032 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26055] ppid=26051 vsize=13980732 memory=1240 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26055/stat : 26055 (java) S 26051 26051 8557 0 -1 1077944384 553 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139669251320336 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26056] ppid=26051 vsize=13980732 memory=2384 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26056/stat : 26056 (java) S 26051 26051 8557 0 -1 1077944384 672 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668930685584 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26057] ppid=26051 vsize=13980732 memory=1376 CPUtime=0.05 cores=1,3,5,7
/proc/26053/task/26057/stat : 26057 (java) S 26051 26051 8557 0 -1 1077944384 2771 0 0 0 4 1 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668929632528 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26058] ppid=26051 vsize=13980732 memory=215368 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26058/stat : 26058 (java) S 26051 26051 8557 0 -1 1077944384 690 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668928579984 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26059] ppid=26051 vsize=13980732 memory=5768 CPUtime=0.01 cores=1,3,5,7
/proc/26053/task/26059/stat : 26059 (java) S 26051 26051 8557 0 -1 1077944384 1263 0 0 0 1 0 0 0 20 0 15 0 121355757 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668810451696 139669331917442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26060] ppid=26051 vsize=13980732 memory=4584 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26060/stat : 26060 (java) S 26051 26051 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668809397920 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26061] ppid=26051 vsize=13980732 memory=872 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26061/stat : 26061 (java) S 26051 26051 8557 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668808344816 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26062] ppid=26051 vsize=13980732 memory=1672 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26062/stat : 26062 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668807293392 139669331924891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26063] ppid=26051 vsize=13980732 memory=5768 CPUtime=2.75 cores=1,3,5,7
/proc/26053/task/26063/stat : 26063 (java) S 26051 26051 8557 0 -1 1077944384 11965 0 0 0 274 1 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668806240496 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26064] ppid=26051 vsize=13980732 memory=4584 CPUtime=2.99 cores=1,3,5,7
/proc/26053/task/26064/stat : 26064 (java) S 26051 26051 8557 0 -1 1077944384 13849 0 0 0 298 1 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668805187952 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26065] ppid=26051 vsize=13980732 memory=872 CPUtime=0.64 cores=1,3,5,7
/proc/26053/task/26065/stat : 26065 (java) S 26051 26051 8557 0 -1 1077944384 6661 0 0 0 62 2 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668804134896 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26066] ppid=26051 vsize=13980732 memory=1992 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26066/stat : 26066 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668803082592 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26067] ppid=26051 vsize=13980732 memory=1164 CPUtime=0.01 cores=1,3,5,7
/proc/26053/task/26067/stat : 26067 (java) S 26051 26051 8557 0 -1 1077944384 752 0 0 0 0 1 0 0 20 0 15 0 121355766 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668802030640 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
Current children cumulated CPU time: 85.6 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216744 KiB

[startup+79.6006 s]
/proc/loadavg: 1.61 1.55 1.62 3/214 26083
/proc/meminfo: memFree=30868140/32770624 swapFree=67105588/67108860
[pid=26051] ppid=26048 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26051/stat : 26051 (xcsp3-exec) S 26048 26051 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121355744 9740288 344 18446744073709551615 4194304 5098028 140724216815072 140724216813176 140519549362812 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19124224 140724216815992 140724216816197 140724216816197 140724216819691 0
/proc/26051/statm: 2378 344 289 221 0 87 0
[pid=26053] ppid=26051 vsize=13980732 memory=215368 CPUtime=86 cores=1,3,5,7
/proc/26053/stat : 26053 (java) S 26051 26051 8557 0 -1 1077944320 55366 0 0 0 8585 15 0 0 20 0 15 0 121355755 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 140724439549408 139669331906295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
/proc/26053/statm: 3495183 53842 3240 1 0 3483476 0
[pid=26053/tid=26054] ppid=26051 vsize=13980732 memory=-8774313645642428999 CPUtime=79.31 cores=1,3,5,7
/proc/26053/task/26054/stat : 26054 (java) R 26051 26051 8557 0 -1 4202560 14832 0 0 0 7926 5 0 0 20 0 15 0 121355755 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139669336145776 139668934348123 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26055] ppid=26051 vsize=13980732 memory=2032 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26055/stat : 26055 (java) S 26051 26051 8557 0 -1 1077944384 553 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139669251320336 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26056] ppid=26051 vsize=13980732 memory=832 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26056/stat : 26056 (java) S 26051 26051 8557 0 -1 1077944384 672 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668930685584 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26057] ppid=26051 vsize=13980732 memory=16436 CPUtime=0.05 cores=1,3,5,7
/proc/26053/task/26057/stat : 26057 (java) S 26051 26051 8557 0 -1 1077944384 2771 0 0 0 4 1 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668929632528 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26058] ppid=26051 vsize=13980732 memory=3904 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26058/stat : 26058 (java) S 26051 26051 8557 0 -1 1077944384 690 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668928579984 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26059] ppid=26051 vsize=13980732 memory=1992 CPUtime=0.01 cores=1,3,5,7
/proc/26053/task/26059/stat : 26059 (java) S 26051 26051 8557 0 -1 1077944384 1263 0 0 0 1 0 0 0 20 0 15 0 121355757 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668810451696 139669331917442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26060] ppid=26051 vsize=13980732 memory=1164 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26060/stat : 26060 (java) S 26051 26051 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668809397920 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26061] ppid=26051 vsize=13980732 memory=7344 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26061/stat : 26061 (java) S 26051 26051 8557 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668808344816 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26062] ppid=26051 vsize=13980732 memory=1628 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26062/stat : 26062 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668807293392 139669331924891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26063] ppid=26051 vsize=13980732 memory=14340 CPUtime=2.75 cores=1,3,5,7
/proc/26053/task/26063/stat : 26063 (java) S 26051 26051 8557 0 -1 1077944384 11965 0 0 0 274 1 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668806240496 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26064] ppid=26051 vsize=13980732 memory=796 CPUtime=2.99 cores=1,3,5,7
/proc/26053/task/26064/stat : 26064 (java) S 26051 26051 8557 0 -1 1077944384 13849 0 0 0 298 1 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668805187952 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26065] ppid=26051 vsize=13980732 memory=1228 CPUtime=0.64 cores=1,3,5,7
/proc/26053/task/26065/stat : 26065 (java) S 26051 26051 8557 0 -1 1077944384 6661 0 0 0 62 2 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668804134896 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26066] ppid=26051 vsize=13980732 memory=1400 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26066/stat : 26066 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668803082592 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26067] ppid=26051 vsize=13980732 memory=3004 CPUtime=0.01 cores=1,3,5,7
/proc/26053/task/26067/stat : 26067 (java) S 26051 26051 8557 0 -1 1077944384 752 0 0 0 0 1 0 0 20 0 15 0 121355766 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668802030640 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
Current children cumulated CPU time: 86 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216744 KiB

[startup+79.7006 s]
/proc/loadavg: 1.61 1.55 1.62 3/214 26083
/proc/meminfo: memFree=30868140/32770624 swapFree=67105588/67108860
[pid=26051] ppid=26048 vsize=9512 memory=1376 CPUtime=0 cores=1,3,5,7
/proc/26051/stat : 26051 (xcsp3-exec) S 26048 26051 8557 0 -1 4202496 514 0 0 0 0 0 0 0 20 0 1 0 121355744 9740288 344 18446744073709551615 4194304 5098028 140724216815072 140724216813176 140519549362812 0 65536 5 65538 18446744071579417331 0 0 17 1 0 0 10 0 0 7196144 7232144 19124224 140724216815992 140724216816197 140724216816197 140724216819691 0
/proc/26051/statm: 2378 344 289 221 0 87 0
[pid=26053] ppid=26051 vsize=13980732 memory=215368 CPUtime=86.1 cores=1,3,5,7
/proc/26053/stat : 26053 (java) S 26051 26051 8557 0 -1 1077944320 55366 0 0 0 8595 15 0 0 20 0 15 0 121355755 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 140724439549408 139669331906295 0 0 1 16800974 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
/proc/26053/statm: 3495183 53842 3240 1 0 3483476 0
[pid=26053/tid=26054] ppid=26051 vsize=13980732 memory=215368 CPUtime=79.41 cores=1,3,5,7
/proc/26053/task/26054/stat : 26054 (java) R 26051 26051 8557 0 -1 4202560 14832 0 0 0 7936 5 0 0 20 0 15 0 121355755 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139669336145776 139668935926418 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26055] ppid=26051 vsize=13980732 memory=1376 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26055/stat : 26055 (java) S 26051 26051 8557 0 -1 1077944384 553 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139669251320336 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26056] ppid=26051 vsize=13980732 memory=1240 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26056/stat : 26056 (java) S 26051 26051 8557 0 -1 1077944384 672 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668930685584 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26057] ppid=26051 vsize=13980732 memory=2384 CPUtime=0.05 cores=1,3,5,7
/proc/26053/task/26057/stat : 26057 (java) S 26051 26051 8557 0 -1 1077944384 2771 0 0 0 4 1 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668929632528 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26058] ppid=26051 vsize=13980732 memory=1376 CPUtime=0.04 cores=1,3,5,7
/proc/26053/task/26058/stat : 26058 (java) S 26051 26051 8557 0 -1 1077944384 690 0 0 0 4 0 0 0 20 0 15 0 121355756 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668928579984 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26059] ppid=26051 vsize=13980732 memory=215368 CPUtime=0.01 cores=1,3,5,7
/proc/26053/task/26059/stat : 26059 (java) S 26051 26051 8557 0 -1 1077944384 1263 0 0 0 1 0 0 0 20 0 15 0 121355757 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668810451696 139669331917442 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26060] ppid=26051 vsize=13980732 memory=4144 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26060/stat : 26060 (java) S 26051 26051 8557 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668809397920 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26061] ppid=26051 vsize=13980732 memory=65396 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26061/stat : 26061 (java) S 26051 26051 8557 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 121355758 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668808344816 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26062] ppid=26051 vsize=13980732 memory=33 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26062/stat : 26062 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668807293392 139669331924891 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26063] ppid=26051 vsize=13980732 memory=0 CPUtime=2.75 cores=1,3,5,7
/proc/26053/task/26063/stat : 26063 (java) S 26051 26051 8557 0 -1 1077944384 11965 0 0 0 274 1 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668806240496 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26064] ppid=26051 vsize=13980732 memory=-8774313645642428999 CPUtime=2.99 cores=1,3,5,7
/proc/26053/task/26064/stat : 26064 (java) S 26051 26051 8557 0 -1 1077944384 13849 0 0 0 298 1 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668805187952 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26065] ppid=26051 vsize=13980732 memory=216620 CPUtime=0.64 cores=1,3,5,7
/proc/26053/task/26065/stat : 26065 (java) S 26051 26051 8557 0 -1 1077944384 6661 0 0 0 62 2 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668804134896 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26066] ppid=26051 vsize=13980732 memory=222220 CPUtime=0 cores=1,3,5,7
/proc/26053/task/26066/stat : 26066 (java) S 26051 26051 8557 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 121355761 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668803082592 139669331916501 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
[pid=26053/tid=26067] ppid=26051 vsize=13980732 memory=4144 CPUtime=0.01 cores=1,3,5,7
/proc/26053/task/26067/stat : 26067 (java) S 26051 26051 8557 0 -1 1077944384 752 0 0 0 0 1 0 0 20 0 15 0 121355766 14316269568 53842 18446744073709551615 4194304 4196468 140724439566864 139668802030640 139669331917442 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 9670656 140724439572913 140724439573089 140724439573089 140724439576527 0
Current children cumulated CPU time: 86.1 s
Current children cumulated vsize: 13990244 KiB
Current children cumulated memory: 216744 KiB

Child status: 0
Real time (s): 79.7446
CPU time (s): 86.161
CPU user time (s): 85.9958
CPU system time (s): 0.16512
CPU usage (%): 108.046
Max. virtual memory (cumulated for all children) (KiB): 13990244
Max. memory (cumulated for all children) (KiB): 226144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 85.9958
system time used= 0.16512
maximum resident set size= 228888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56545
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4602
involuntary context switches= 194


# summary of solver processes directly reported to runsolver:
#   pid: 26051
#   total CPU time (s): 86.161
#   total CPU user time (s): 85.9958
#   total CPU system time (s): 0.16512

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.48962 second user time and 0.768698 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-20 02:59:22
IDJOB=4283412
IDBENCH=123124
IDSOLVER=2679
FILE ID=node126/4283412-1503191607
RUNJOBID= node126-1503172173-21713
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= choco-solver 5a
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16d.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -ml 11000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4283412-1503191607/watcher-4283412-1503191607 -o /tmp/evaluation-result-4283412-1503191607/solver-4283412-1503191607 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1503172173-21713 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 2520 -ml 11000 -tdir HOME -seed 2025460737 HOME/instance-4283412-1503191607.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=2025460737

node126.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.81
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.81
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.81
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.81
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:        31065608 kB
MemAvailable:   31670288 kB
Buffers:          316344 kB
Cached:           578748 kB
SwapCached:          524 kB
Active:           854872 kB
Inactive:         377388 kB
Active(anon):     292960 kB
Inactive(anon):    93904 kB
Active(file):     561912 kB
Inactive(file):   283484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:              7868 kB
Writeback:             0 kB
AnonPages:        340656 kB
Mapped:            72136 kB
Shmem:             49824 kB
Slab:             176808 kB
SReclaimable:     150240 kB
SUnreclaim:        26568 kB
KernelStack:        3616 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     951412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    274432 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62016 MiB
End job on node126 at 2017-08-20 03:00:42