Trace number 4400379

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 2019-09-16OPT2 36.3014 9.72546

General information on the benchmark

NameRamsey/Ramsey-m1-s1/
Ramsey-13.xml
MD5SUMdac12cc2d7c8406352143d9a44a7b315
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.027065
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints286
Number of domains1
Minimum domain size78
Maximum domain size78
Distribution of domain sizes[{"size":78,"count":78}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":91},{"degree":12,"count":78}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":286}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":286}]
Optimization problemYES
Type of objectivemin MAXIMUM

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.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400379-1568694623.xml"  -tl '2400s' -p 4
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4400379-1568694623.xml, -tl, 2400s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.29	c parse instance...
1.28/0.67	c solve instance...
1.61/0.79	o 74 
1.98/0.82	o 11 
2.36/0.98	o 10 
2.83/1.04	o 9 
3.56/1.22	o 3 
36.09/9.44	o 2 
36.28/9.71	s OPTIMUM FOUND
36.28/9.71	v <instantiation>
36.28/9.71	v 	<list>x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][11] x[5][12] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[8][9] x[8][10] x[8][11] x[8][12] x[9][10] x[9][11] x[9][12] x[10][11] x[10][12] x[11][12] </list>
36.28/9.71	v 	<values>2 2 0 1 0 2 0 2 0 1 1 2 0 0 2 0 1 2 1 0 1 1 0 2 2 1 0 0 1 2 0 2 1 0 1 1 2 2 1 2 1 2 1 1 0 1 1 2 0 2 2 2 0 2 1 0 2 1 0 0 2 2 1 1 1 1 2 0 2 0 2 0 2 0 1 0 1 2 </values>
36.28/9.71	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400379-1568694623/watcher-4400379-1568694623 -o /tmp/evaluation-result-4400379-1568694623/solver-4400379-1568694623 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568694456-7912 --watchdog 2560 xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 138243276 HOME/instance-4400379-1568694623.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=10467, runsolver pid=10464
Current StackSize limit: 8192 KiB


[startup+0.100392 s]*
/proc/loadavg: 7.52 3.35 1.78 7/233 10483
/proc/meminfo: memFree=30889232/32770624 swapFree=66988556/67108860
[pid=10467] ppid=10464 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10467/stat : 10467 (xcsp3-exec) S 10464 10467 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445730054 115843072 363 33554432000 4194304 5098028 140730481215472 140730481213576 140342633915004 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15409152 140730481222523 140730481222765 140730481222765 140730481225674 0
/proc/10467/statm: 28282 363 304 221 0 87 0
[pid=10469] ppid=10467 vsize=15144776 memory=27248 CPUtime=0.13 cores=0,2,4,6
/proc/10469/stat : 10469 (java) S 10467 10467 7881 0 -1 1077944320 5775 0 0 0 12 1 0 0 20 0 15 0 445730054 15508250624 6812 33554432000 4194304 4196468 140733093912208 140733093894752 140005829189367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
/proc/10469/statm: 3786194 6812 3127 1 0 3748377 0
[pid=10469/tid=10470] ppid=10467 vsize=15144776 memory=8324486588775410251 CPUtime=0.09 cores=0,2,4,6
/proc/10469/task/10470/stat : 10470 (java) R 10467 10467 7881 0 -1 4202560 3633 0 0 0 8 1 0 0 20 0 15 0 445730054 15508250624 6812 33554432000 4194304 4196468 140733093912208 140005833412368 140005466448032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10471] ppid=10467 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10471/stat : 10471 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730055 15508250624 6812 33554432000 4194304 4196468 140733093912208 140005421451792 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10472] ppid=10467 vsize=15144776 memory=140448631596672 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10472/stat : 10472 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730055 15508250624 6812 33554432000 4194304 4196468 140733093912208 140005420399248 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10473] ppid=10467 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10473/stat : 10473 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730055 15508250624 6812 33554432000 4194304 4196468 140733093912208 140005419346192 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10474] ppid=10467 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10474/stat : 10474 (java) S 10467 10467 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445730055 15508250624 6812 33554432000 4194304 4196468 140733093912208 140005418293648 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10475] ppid=10467 vsize=15144776 memory=140448631596672 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10475/stat : 10475 (java) S 10467 10467 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445730056 15508250624 6812 33554432000 4194304 4196468 140733093912208 140005297646320 140005829200514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10476] ppid=10467 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10476/stat : 10476 (java) S 10467 10467 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445730057 15508250624 6812 33554432000 4194304 4196468 140733093912208 140005296592544 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10477] ppid=10467 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10477/stat : 10477 (java) S 10467 10467 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445730057 15508250624 6878 33554432000 4194304 4196468 140733093912208 140005295539440 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10478] ppid=10467 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10478/stat : 10478 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445730059 15508250624 6878 33554432000 4194304 4196468 140733093912208 140005294488016 140005829207963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10479] ppid=10467 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10479/stat : 10479 (java) R 10467 10467 7881 0 -1 4202560 330 0 0 0 0 0 0 0 20 0 15 0 445730059 15508250624 6878 33554432000 4194304 4196468 140733093912208 140005293435216 140005812625105 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10480] ppid=10467 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10480/stat : 10480 (java) R 10467 10467 7881 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 445730059 15508250624 6878 33554432000 4194304 4196468 140733093912208 140005292382576 140005829200514 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10481] ppid=10467 vsize=15144776 memory=140448631596672 CPUtime=0.02 cores=0,2,4,6
/proc/10469/task/10481/stat : 10481 (java) R 10467 10467 7881 0 -1 4202560 411 0 0 0 2 0 0 0 20 0 15 0 445730059 15508250624 6878 33554432000 4194304 4196468 140733093912208 140005291329520 140005822286203 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10482] ppid=10467 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10482/stat : 10482 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445730060 15508250624 6878 33554432000 4194304 4196468 140733093912208 140005290277216 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10483] ppid=10467 vsize=15144776 memory=140448631596672 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10483/stat : 10483 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730060 15508250624 6878 33554432000 4194304 4196468 140733093912208 140005289225264 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 28700 KiB

[startup+0.212941 s]*
/proc/loadavg: 7.52 3.35 1.78 6/233 10483
/proc/meminfo: memFree=30877660/32770624 swapFree=66988556/67108860
[pid=10467] ppid=10464 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10467/stat : 10467 (xcsp3-exec) S 10464 10467 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445730054 115843072 363 33554432000 4194304 5098028 140730481215472 140730481213576 140342633915004 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15409152 140730481222523 140730481222765 140730481222765 140730481225674 0
/proc/10467/statm: 28282 363 304 221 0 87 0
[pid=10469] ppid=10467 vsize=15144776 memory=39204 CPUtime=0.35 cores=0,2,4,6
/proc/10469/stat : 10469 (java) S 10467 10467 7881 0 -1 1077944320 9513 0 0 0 32 3 0 0 20 0 15 0 445730054 15508250624 9801 33554432000 4194304 4196468 140733093912208 140733093894752 140005829189367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
/proc/10469/statm: 3786194 9801 3306 1 0 3748377 0
[pid=10469/tid=10470] ppid=10467 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/10469/task/10470/stat : 10470 (java) R 10467 10467 7881 0 -1 4202560 6620 0 0 0 18 2 0 0 20 0 15 0 445730054 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005833419088 140005829201302 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10471] ppid=10467 vsize=15144776 memory=8996 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10471/stat : 10471 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730055 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005421451792 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10472] ppid=10467 vsize=15144776 memory=3762392368931645088 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10472/stat : 10472 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730055 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005420399248 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10473] ppid=10467 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10473/stat : 10473 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730055 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005419346192 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10474] ppid=10467 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10474/stat : 10474 (java) S 10467 10467 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445730055 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005418293648 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10475] ppid=10467 vsize=15144776 memory=140448631596672 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10475/stat : 10475 (java) S 10467 10467 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445730056 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005297646320 140005829200514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10476] ppid=10467 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10476/stat : 10476 (java) S 10467 10467 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445730057 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005296592544 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10477] ppid=10467 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10477/stat : 10477 (java) S 10467 10467 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445730057 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005295539440 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10478] ppid=10467 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10478/stat : 10478 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445730059 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005294488016 140005829207963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10479] ppid=10467 vsize=15144776 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/10469/task/10479/stat : 10479 (java) S 10467 10467 7881 0 -1 1077944384 498 0 0 0 4 0 0 0 20 0 15 0 445730059 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005293435120 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10480] ppid=10467 vsize=15144776 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10480/stat : 10480 (java) S 10467 10467 7881 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 15 0 445730059 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005292382576 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10481] ppid=10467 vsize=15144776 memory=140448631596672 CPUtime=0.08 cores=0,2,4,6
/proc/10469/task/10481/stat : 10481 (java) R 10467 10467 7881 0 -1 4202560 946 0 0 0 8 0 0 0 20 0 15 0 445730059 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005291329520 140005808327648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10482] ppid=10467 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10482/stat : 10482 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445730060 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005290277216 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10483] ppid=10467 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10483/stat : 10483 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730060 15508250624 9801 33554432000 4194304 4196468 140733093912208 140005289225264 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 40656 KiB

[startup+0.31361 s]*
/proc/loadavg: 7.52 3.35 1.78 8/233 10483
/proc/meminfo: memFree=30869544/32770624 swapFree=66988556/67108860
[pid=10467] ppid=10464 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10467/stat : 10467 (xcsp3-exec) S 10464 10467 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445730054 115843072 363 33554432000 4194304 5098028 140730481215472 140730481213576 140342633915004 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15409152 140730481222523 140730481222765 140730481222765 140730481225674 0
/proc/10467/statm: 28282 363 304 221 0 87 0
[pid=10469] ppid=10467 vsize=15149032 memory=49100 CPUtime=0.53 cores=0,2,4,6
/proc/10469/stat : 10469 (java) S 10467 10467 7881 0 -1 1077944320 11088 0 0 0 50 3 0 0 20 0 15 0 445730054 15512608768 12246 33554432000 4194304 4196468 140733093912208 140733093894752 140005829189367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
/proc/10469/statm: 3787258 12275 3370 1 0 3748377 0
[pid=10469/tid=10470] ppid=10467 vsize=15149032 memory=1398722017469774279 CPUtime=0.3 cores=0,2,4,6
/proc/10469/task/10470/stat : 10470 (java) R 10467 10467 7881 0 -1 4202560 7757 0 0 0 27 3 0 0 20 0 15 0 445730054 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005833420480 140005813269854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10471] ppid=10467 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10471/stat : 10471 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730055 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005421451792 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10472] ppid=10467 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10472/stat : 10472 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730055 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005420399248 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10473] ppid=10467 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10473/stat : 10473 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730055 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005419346192 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10474] ppid=10467 vsize=15149032 memory=-5587046532246807594 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10474/stat : 10474 (java) S 10467 10467 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 445730055 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005418293648 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10475] ppid=10467 vsize=15149032 memory=7307460107981921142 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10475/stat : 10475 (java) S 10467 10467 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 445730056 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005297646320 140005829200514 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10476] ppid=10467 vsize=15149032 memory=7016714186490735262 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10476/stat : 10476 (java) S 10467 10467 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 445730057 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005296592544 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10477] ppid=10467 vsize=15149032 memory=-9062862659931694204 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10477/stat : 10477 (java) S 10467 10467 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 445730057 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005295539440 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10478] ppid=10467 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10478/stat : 10478 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445730059 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005294488016 140005829207963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10479] ppid=10467 vsize=15149032 memory=-8412656567168561567 CPUtime=0.05 cores=0,2,4,6
/proc/10469/task/10479/stat : 10479 (java) S 10467 10467 7881 0 -1 1077944384 539 0 0 0 5 0 0 0 20 0 15 0 445730059 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005293435120 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10480] ppid=10467 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/10469/task/10480/stat : 10480 (java) R 10467 10467 7881 0 -1 4202560 303 0 0 0 3 0 0 0 20 0 15 0 445730059 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005292363592 140005808435263 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10481] ppid=10467 vsize=15149032 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/10469/task/10481/stat : 10481 (java) S 10467 10467 7881 0 -1 1077944384 1193 0 0 0 13 0 0 0 20 0 15 0 445730059 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005291329520 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10482] ppid=10467 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10482/stat : 10482 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 445730060 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005290277216 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10483] ppid=10467 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10483/stat : 10483 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 445730060 15512608768 12275 33554432000 4194304 4196468 140733093912208 140005289225264 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 50552 KiB

[startup+0.701419 s]
/proc/loadavg: 7.52 3.35 1.78 7/233 10483
/proc/meminfo: memFree=30858812/32770624 swapFree=66988556/67108860
[pid=10467] ppid=10464 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10467/stat : 10467 (xcsp3-exec) S 10464 10467 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445730054 115843072 363 33554432000 4194304 5098028 140730481215472 140730481213576 140342633915004 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15409152 140730481222523 140730481222765 140730481222765 140730481225674 0
/proc/10467/statm: 28282 363 304 221 0 87 0
[pid=10469] ppid=10467 vsize=15417412 memory=87108 CPUtime=1.61 cores=0,2,4,6
/proc/10469/stat : 10469 (java) S 10467 10467 7881 0 -1 1077944320 14600 0 0 0 156 5 0 0 20 0 19 0 445730054 15787429888 21777 33554432000 4194304 4196468 140733093912208 140733093894752 140005829189367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
/proc/10469/statm: 3854353 21777 3460 1 0 3815453 0
[pid=10469/tid=10470] ppid=10467 vsize=15417412 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/10469/task/10470/stat : 10470 (java) S 10467 10467 7881 0 -1 1077944384 9151 0 0 0 62 4 0 0 20 0 19 0 445730054 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005833430144 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10471] ppid=10467 vsize=15417412 memory=33 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10471/stat : 10471 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445730055 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005421451792 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10472] ppid=10467 vsize=15417412 memory=-7816663703405220396 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10472/stat : 10472 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445730055 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005420399248 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10473] ppid=10467 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10473/stat : 10473 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445730055 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005419346192 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10474] ppid=10467 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10474/stat : 10474 (java) S 10467 10467 7881 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 445730055 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005418293648 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10475] ppid=10467 vsize=15417412 memory=38644 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10475/stat : 10475 (java) S 10467 10467 7881 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 445730056 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005297646320 140005829200514 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10476] ppid=10467 vsize=15417412 memory=984 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10476/stat : 10476 (java) S 10467 10467 7881 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 445730057 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005296592544 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10477] ppid=10467 vsize=15417412 memory=2004 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10477/stat : 10477 (java) S 10467 10467 7881 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 445730057 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005295539440 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10478] ppid=10467 vsize=15417412 memory=1212 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10478/stat : 10478 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445730059 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005294488016 140005829207963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10479] ppid=10467 vsize=15417412 memory=1060 CPUtime=0.25 cores=0,2,4,6
/proc/10469/task/10479/stat : 10479 (java) S 10467 10467 7881 0 -1 1077944384 1096 0 0 0 25 0 0 0 20 0 19 0 445730059 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005293435120 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10480] ppid=10467 vsize=15417412 memory=740 CPUtime=0.23 cores=0,2,4,6
/proc/10469/task/10480/stat : 10480 (java) S 10467 10467 7881 0 -1 1077944384 788 0 0 0 23 0 0 0 20 0 19 0 445730059 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005292382576 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10481] ppid=10467 vsize=15417412 memory=1228 CPUtime=0.41 cores=0,2,4,6
/proc/10469/task/10481/stat : 10481 (java) R 10467 10467 7881 0 -1 1077944384 2131 0 0 0 41 0 0 0 20 0 19 0 445730059 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005291329520 140005829200514 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10482] ppid=10467 vsize=15417412 memory=9520 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10482/stat : 10482 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445730060 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005290277216 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10483] ppid=10467 vsize=15417412 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10483/stat : 10483 (java) S 10467 10467 7881 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 445730060 15787429888 21777 33554432000 4194304 4196468 140733093912208 140005289225264 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
Current children cumulated CPU time: 1.61 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 88560 KiB

[startup+1.50142 s]
/proc/loadavg: 7.80 3.47 1.83 12/237 10499
/proc/meminfo: memFree=30796204/32770624 swapFree=66988556/67108860
[pid=10467] ppid=10464 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10467/stat : 10467 (xcsp3-exec) S 10464 10467 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445730054 115843072 363 33554432000 4194304 5098028 140730481215472 140730481213576 140342633915004 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15409152 140730481222523 140730481222765 140730481222765 140730481225674 0
/proc/10467/statm: 28282 363 304 221 0 87 0

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

/proc/10469/task/10471/stat : 10471 (java) S 10467 10467 7881 0 -1 1077944384 99 0 0 0 0 0 0 0 20 0 19 0 445730055 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005421451792 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10472] ppid=10467 vsize=15418440 memory=288230574492221466 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10472/stat : 10472 (java) S 10467 10467 7881 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 19 0 445730055 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005420399248 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10473] ppid=10467 vsize=15418440 memory=288230583166042425 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10473/stat : 10473 (java) S 10467 10467 7881 0 -1 1077944384 988 0 0 0 1 0 0 0 20 0 19 0 445730055 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005419346192 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10474] ppid=10467 vsize=15418440 memory=16104775267649398 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10474/stat : 10474 (java) S 10467 10467 7881 0 -1 1077944384 483 0 0 0 1 0 0 0 20 0 19 0 445730055 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005418293648 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10475] ppid=10467 vsize=15418440 memory=12028 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10475/stat : 10475 (java) S 10467 10467 7881 0 -1 1077944384 297 0 0 0 1 0 0 0 20 0 19 0 445730056 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005297646320 140005829200514 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10476] ppid=10467 vsize=15418440 memory=496 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10476/stat : 10476 (java) S 10467 10467 7881 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445730057 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005296592608 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10477] ppid=10467 vsize=15418440 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10477/stat : 10477 (java) S 10467 10467 7881 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 445730057 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005295539456 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10478] ppid=10467 vsize=15418440 memory=928 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10478/stat : 10478 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445730059 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005294488016 140005829207963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10479] ppid=10467 vsize=15418440 memory=0 CPUtime=1.68 cores=0,2,4,6
/proc/10469/task/10479/stat : 10479 (java) S 10467 10467 7881 0 -1 1077944384 8003 0 0 0 168 0 0 0 20 0 19 0 445730059 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005293435120 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10480] ppid=10467 vsize=15418440 memory=2116 CPUtime=1.83 cores=0,2,4,6
/proc/10469/task/10480/stat : 10480 (java) S 10467 10467 7881 0 -1 1077944384 9506 0 0 0 183 0 0 0 20 0 19 0 445730059 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005292382576 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10481] ppid=10467 vsize=15418440 memory=12028 CPUtime=0.65 cores=0,2,4,6
/proc/10469/task/10481/stat : 10481 (java) S 10467 10467 7881 0 -1 1077944384 4250 0 0 0 65 0 0 0 20 0 19 0 445730059 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005291329520 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10482] ppid=10467 vsize=15418440 memory=496 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10482/stat : 10482 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445730060 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005290277216 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10483] ppid=10467 vsize=15418440 memory=1564 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10483/stat : 10483 (java) S 10467 10467 7881 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 19 0 445730060 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005289225264 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10504] ppid=10467 vsize=15418440 memory=928 CPUtime=6.98 cores=0,2,4,6
/proc/10469/task/10504/stat : 10504 (java) R 10467 10467 7881 0 -1 4202560 156 0 0 0 698 0 0 0 20 0 19 0 445730176 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005277085400 140005471959243 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10505] ppid=10467 vsize=15418440 memory=1688 CPUtime=6.85 cores=0,2,4,6
/proc/10469/task/10505/stat : 10505 (java) R 10467 10467 7881 0 -1 4202560 407 0 0 0 685 0 0 0 20 0 19 0 445730176 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005276032504 140005472291018 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10506] ppid=10467 vsize=15418440 memory=1984 CPUtime=6.89 cores=0,2,4,6
/proc/10469/task/10506/stat : 10506 (java) R 10467 10467 7881 0 -1 4202560 968 0 0 0 688 1 0 0 20 0 19 0 445730176 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005279191624 140005471959089 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10507] ppid=10467 vsize=15418440 memory=1452 CPUtime=6.68 cores=0,2,4,6
/proc/10469/task/10507/stat : 10507 (java) R 10467 10467 7881 0 -1 4202560 407 0 0 0 668 0 0 0 20 0 19 0 445730176 15788482560 54604 33554432000 4194304 4196468 140733093912208 140005278139592 140005471959271 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
Current children cumulated CPU time: 33.73 s
Current children cumulated vsize: 15531568 KiB
Current children cumulated memory: 219868 KiB

[startup+9.20146 s]
/proc/loadavg: 7.97 3.58 1.87 6/215 10615
/proc/meminfo: memFree=30901972/32770624 swapFree=66988556/67108860
[pid=10467] ppid=10464 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10467/stat : 10467 (xcsp3-exec) S 10464 10467 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445730054 115843072 363 33554432000 4194304 5098028 140730481215472 140730481213576 140342633915004 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15409152 140730481222523 140730481222765 140730481222765 140730481225674 0
/proc/10467/statm: 28282 363 304 221 0 87 0
[pid=10469] ppid=10467 vsize=15418440 memory=213288 CPUtime=35.3 cores=0,2,4,6
/proc/10469/stat : 10469 (java) S 10467 10467 7881 0 -1 1077944320 38086 0 0 0 3520 10 0 0 20 0 19 0 445730054 15788482560 53322 33554432000 4194304 4196468 140733093912208 140733093894752 140005829189367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
/proc/10469/statm: 3854610 53322 3529 1 0 3815710 0
[pid=10469/tid=10470] ppid=10467 vsize=15418440 memory=6944656575208382560 CPUtime=0.66 cores=0,2,4,6
/proc/10469/task/10470/stat : 10470 (java) S 10467 10467 7881 0 -1 1077944384 9157 0 0 0 62 4 0 0 20 0 19 0 445730054 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005833430144 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10471] ppid=10467 vsize=15418440 memory=6655300316396806240 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10471/stat : 10471 (java) S 10467 10467 7881 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 19 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005421451792 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10472] ppid=10467 vsize=15418440 memory=6944656592455097440 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10472/stat : 10472 (java) S 10467 10467 7881 0 -1 1077944384 966 0 0 0 1 0 0 0 20 0 19 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005420399248 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10473] ppid=10467 vsize=15418440 memory=6656426216303648864 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10473/stat : 10473 (java) S 10467 10467 7881 0 -1 1077944384 997 0 0 0 1 0 0 0 20 0 19 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005419346192 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10474] ppid=10467 vsize=15418440 memory=6944652027076318631 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10474/stat : 10474 (java) S 10467 10467 7881 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 19 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005418293648 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10475] ppid=10467 vsize=15418440 memory=280897036112400 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10475/stat : 10475 (java) S 10467 10467 7881 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 19 0 445730056 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005297646320 140005829200514 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10476] ppid=10467 vsize=15418440 memory=288230583166042425 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10476/stat : 10476 (java) S 10467 10467 7881 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 19 0 445730057 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005296592608 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10477] ppid=10467 vsize=15418440 memory=16104775267649398 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10477/stat : 10477 (java) S 10467 10467 7881 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 19 0 445730057 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005295539456 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10478] ppid=10467 vsize=15418440 memory=1439 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10478/stat : 10478 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005294488016 140005829207963 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10479] ppid=10467 vsize=15418440 memory=0 CPUtime=1.68 cores=0,2,4,6
/proc/10469/task/10479/stat : 10479 (java) S 10467 10467 7881 0 -1 1077944384 8008 0 0 0 168 0 0 0 20 0 19 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005293435120 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10480] ppid=10467 vsize=15418440 memory=30593 CPUtime=1.83 cores=0,2,4,6
/proc/10469/task/10480/stat : 10480 (java) S 10467 10467 7881 0 -1 1077944384 9506 0 0 0 183 0 0 0 20 0 19 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005292382576 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10481] ppid=10467 vsize=15418440 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/10469/task/10481/stat : 10481 (java) S 10467 10467 7881 0 -1 1077944384 4250 0 0 0 65 0 0 0 20 0 19 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005291329520 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10482] ppid=10467 vsize=15418440 memory=1 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10482/stat : 10482 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 445730060 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005290277216 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10483] ppid=10467 vsize=15418440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10483/stat : 10483 (java) S 10467 10467 7881 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 19 0 445730060 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005289225264 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10504] ppid=10467 vsize=15418440 memory=2357 CPUtime=7.37 cores=0,2,4,6
/proc/10469/task/10504/stat : 10504 (java) R 10467 10467 7881 0 -1 4202560 160 0 0 0 737 0 0 0 20 0 19 0 445730176 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005277084888 140005471959118 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10505] ppid=10467 vsize=15418440 memory=0 CPUtime=7.25 cores=0,2,4,6
/proc/10469/task/10505/stat : 10505 (java) R 10467 10467 7881 0 -1 4202560 413 0 0 0 725 0 0 0 20 0 19 0 445730176 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005276031952 140005472195836 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10506] ppid=10467 vsize=15418440 memory=0 CPUtime=7.29 cores=0,2,4,6
/proc/10469/task/10506/stat : 10506 (java) R 10467 10467 7881 0 -1 4202560 973 0 0 0 728 1 0 0 20 0 19 0 445730176 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005279191624 140005471959230 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10507] ppid=10467 vsize=15418440 memory=280897035612960 CPUtime=7.06 cores=0,2,4,6
/proc/10469/task/10507/stat : 10507 (java) R 10467 10467 7881 0 -1 4202560 416 0 0 0 706 0 0 0 20 0 19 0 445730176 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005278140656 140005471924655 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
Current children cumulated CPU time: 35.3 s
Current children cumulated vsize: 15531568 KiB
Current children cumulated memory: 214740 KiB

[startup+9.6008 s]
/proc/loadavg: 7.97 3.58 1.87 6/215 10615
/proc/meminfo: memFree=30901972/32770624 swapFree=66988556/67108860
[pid=10467] ppid=10464 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10467/stat : 10467 (xcsp3-exec) S 10464 10467 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445730054 115843072 363 33554432000 4194304 5098028 140730481215472 140730481213576 140342633915004 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15409152 140730481222523 140730481222765 140730481222765 140730481225674 0
/proc/10467/statm: 28282 363 304 221 0 87 0
[pid=10469] ppid=10467 vsize=15418440 memory=213288 CPUtime=36.28 cores=0,2,4,6
/proc/10469/stat : 10469 (java) S 10467 10467 7881 0 -1 1077944320 38897 0 0 0 3618 10 0 0 20 0 13 0 445730054 15788482560 53322 33554432000 4194304 4196468 140733093912208 140733093894752 140005829189367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
/proc/10469/statm: 3854610 53322 3529 1 0 3815710 0
[pid=10469/tid=10470] ppid=10467 vsize=15418440 memory=140448518299145 CPUtime=0.67 cores=0,2,4,6
/proc/10469/task/10470/stat : 10470 (java) D 10467 10467 7881 0 -1 4202560 9622 0 0 0 63 4 0 0 20 0 13 0 445730054 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005833432376 140005821874999 0 0 0 16800975 18446744072100592773 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10471] ppid=10467 vsize=15418440 memory=280897035681584 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10471/stat : 10471 (java) S 10467 10467 7881 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 13 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005421451792 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10472] ppid=10467 vsize=15418440 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10472/stat : 10472 (java) S 10467 10467 7881 0 -1 1077944384 966 0 0 0 1 0 0 0 20 0 13 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005420399248 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10473] ppid=10467 vsize=15418440 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10473/stat : 10473 (java) S 10467 10467 7881 0 -1 1077944384 997 0 0 0 1 0 0 0 20 0 13 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005419346192 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10474] ppid=10467 vsize=15418440 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10474/stat : 10474 (java) S 10467 10467 7881 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 13 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005418293648 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10476] ppid=10467 vsize=15418440 memory=165 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10476/stat : 10476 (java) S 10467 10467 7881 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 13 0 445730057 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005296592608 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10477] ppid=10467 vsize=15418440 memory=183 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10477/stat : 10477 (java) S 10467 10467 7881 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 13 0 445730057 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005295539456 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10478] ppid=10467 vsize=15418440 memory=64 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10478/stat : 10478 (java) S 10467 10467 7881 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 13 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005294487664 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10479] ppid=10467 vsize=15418440 memory=213324 CPUtime=1.68 cores=0,2,4,6
/proc/10469/task/10479/stat : 10479 (java) S 10467 10467 7881 0 -1 1077944384 8008 0 0 0 168 0 0 0 20 0 13 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005293435120 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10480] ppid=10467 vsize=15418440 memory=9216 CPUtime=1.83 cores=0,2,4,6
/proc/10469/task/10480/stat : 10480 (java) S 10467 10467 7881 0 -1 1077944384 9506 0 0 0 183 0 0 0 20 0 13 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005292382576 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10481] ppid=10467 vsize=15418440 memory=1452 CPUtime=0.65 cores=0,2,4,6
/proc/10469/task/10481/stat : 10481 (java) S 10467 10467 7881 0 -1 1077944384 4386 0 0 0 65 0 0 0 20 0 13 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005291329520 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10482] ppid=10467 vsize=15418440 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10482/stat : 10482 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 445730060 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005290277216 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
Current children cumulated CPU time: 36.28 s
Current children cumulated vsize: 15531568 KiB
Current children cumulated memory: 214740 KiB

[startup+9.70079 s]
/proc/loadavg: 7.97 3.58 1.87 6/215 10615
/proc/meminfo: memFree=30901972/32770624 swapFree=66988556/67108860
[pid=10467] ppid=10464 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/10467/stat : 10467 (xcsp3-exec) S 10464 10467 7881 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 445730054 115843072 363 33554432000 4194304 5098028 140730481215472 140730481213576 140342633915004 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 15409152 140730481222523 140730481222765 140730481222765 140730481225674 0
/proc/10467/statm: 28282 363 304 221 0 87 0
[pid=10469] ppid=10467 vsize=15418440 memory=213288 CPUtime=36.28 cores=0,2,4,6
/proc/10469/stat : 10469 (java) S 10467 10467 7881 0 -1 1077944320 38897 0 0 0 3618 10 0 0 20 0 13 0 445730054 15788482560 53322 33554432000 4194304 4196468 140733093912208 140733093894752 140005829189367 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
/proc/10469/statm: 3854610 53322 3529 1 0 3815710 0
[pid=10469/tid=10470] ppid=10467 vsize=15418440 memory=1452 CPUtime=0.67 cores=0,2,4,6
/proc/10469/task/10470/stat : 10470 (java) D 10467 10467 7881 0 -1 4202560 9622 0 0 0 63 4 0 0 20 0 13 0 445730054 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005833432376 140005821874999 0 0 0 16800975 18446744072100592773 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10471] ppid=10467 vsize=15418440 memory=213288 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10471/stat : 10471 (java) S 10467 10467 7881 0 -1 1077944384 213 0 0 0 1 0 0 0 20 0 13 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005421451792 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10472] ppid=10467 vsize=15418440 memory=4580 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10472/stat : 10472 (java) S 10467 10467 7881 0 -1 1077944384 966 0 0 0 1 0 0 0 20 0 13 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005420399248 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10473] ppid=10467 vsize=15418440 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10473/stat : 10473 (java) S 10467 10467 7881 0 -1 1077944384 997 0 0 0 1 0 0 0 20 0 13 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005419346192 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10474] ppid=10467 vsize=15418440 memory=1452 CPUtime=0.01 cores=0,2,4,6
/proc/10469/task/10474/stat : 10474 (java) S 10467 10467 7881 0 -1 1077944384 486 0 0 0 1 0 0 0 20 0 13 0 445730055 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005418293648 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10476] ppid=10467 vsize=15418440 memory=218344 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10476/stat : 10476 (java) S 10467 10467 7881 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 13 0 445730057 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005296592608 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10477] ppid=10467 vsize=15418440 memory=140448518036544 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10477/stat : 10477 (java) S 10467 10467 7881 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 13 0 445730057 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005295539456 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10478] ppid=10467 vsize=15418440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10478/stat : 10478 (java) S 10467 10467 7881 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 13 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005294487664 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10479] ppid=10467 vsize=15418440 memory=0 CPUtime=1.68 cores=0,2,4,6
/proc/10469/task/10479/stat : 10479 (java) S 10467 10467 7881 0 -1 1077944384 8008 0 0 0 168 0 0 0 20 0 13 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005293435120 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10480] ppid=10467 vsize=15418440 memory=140448631595505 CPUtime=1.83 cores=0,2,4,6
/proc/10469/task/10480/stat : 10480 (java) S 10467 10467 7881 0 -1 1077944384 9506 0 0 0 183 0 0 0 20 0 13 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005292382576 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10481] ppid=10467 vsize=15418440 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/10469/task/10481/stat : 10481 (java) S 10467 10467 7881 0 -1 1077944384 4386 0 0 0 65 0 0 0 20 0 13 0 445730059 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005291329520 140005829200514 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
[pid=10469/tid=10482] ppid=10467 vsize=15418440 memory=0 CPUtime=0 cores=0,2,4,6
/proc/10469/task/10482/stat : 10482 (java) S 10467 10467 7881 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 13 0 445730060 15788482560 53322 33554432000 4194304 4196468 140733093912208 140005290277216 140005829199573 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38215680 140733093917679 140733093917850 140733093917850 140733093920719 0
Current children cumulated CPU time: 36.28 s
Current children cumulated vsize: 15531568 KiB
Current children cumulated memory: 214740 KiB

Child status: 0
Real time (s): 9.72546
CPU time (s): 36.3014
CPU user time (s): 36.1855
CPU system time (s): 0.115952
CPU usage (%): 373.261
Max. virtual memory (cumulated for all children) (KiB): 15533304
Max. memory (cumulated for all children) (KiB): 223272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.1855
system time used= 0.115952
maximum resident set size= 221824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39488
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3087
involuntary context switches= 982


# summary of solver processes directly reported to runsolver:
#   pid: 10467
#   total CPU time (s): 36.3014
#   total CPU user time (s): 36.1855
#   total CPU system time (s): 0.115952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.090839 second user time and 0.142183 second system time

The end

Launcher Data

Begin job on node126 at 2019-09-17 06:29:45
IDJOB=4400379
IDBENCH=133886
IDSOLVER=2856
FILE ID=node126/4400379-1568694623
RUNJOBID= node126-1568694456-7912
PBS_JOBID= 21703806
Free space on /tmp= 55680 MiB

SOLVER NAME= choco-solver 2019-09-16
BENCH NAME= XCSP17/Ramsey/Ramsey-m1-s1/Ramsey-13.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-4400379-1568694623/watcher-4400379-1568694623 -o /tmp/evaluation-result-4400379-1568694623/solver-4400379-1568694623 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1568694456-7912 --watchdog 2560  xcsp3-exec -dir HOME -tl 2400 -p 4 -ml 12000 -tdir HOME -seed 138243276 HOME/instance-4400379-1568694623.xml

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

MD5SUM BENCH= dac12cc2d7c8406352143d9a44a7b315
RANDOM SEED=138243276

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30903688 kB
MemAvailable:   31697300 kB
Buffers:           64164 kB
Cached:           998448 kB
SwapCached:         8184 kB
Active:           849644 kB
Inactive:         422160 kB
Active(anon):     219716 kB
Inactive(anon):    23240 kB
Active(file):     629928 kB
Inactive(file):   398920 kB
Unevictable:      107804 kB
Mlocked:          107804 kB
SwapTotal:      67108860 kB
SwapFree:       66988556 kB
Dirty:             26256 kB
Writeback:             0 kB
AnonPages:        310176 kB
Mapped:            55800 kB
Shmem:             24924 kB
Slab:             191784 kB
SReclaimable:     161196 kB
SUnreclaim:        30588 kB
KernelStack:        3888 kB
PageTables:         6784 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1576972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 55680 MiB
End job on node126 at 2019-09-17 06:29:55