Trace number 4403760

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-20OPT2 92.8903 23.667

General information on the benchmark

NameChessboardColoration/ChessboardColoration-m1-s2/
ChessboardColoration-08-10.xml
MD5SUM4ad41382ea3c48fc1b345febd6f905ee
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.253514
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1260
Number of domains1
Minimum domain size80
Maximum domain size80
Distribution of domain sizes[{"size":80,"count":80}]
Minimum variable degree64
Maximum variable degree64
Distribution of variable degrees[{"degree":64,"count":80}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":1260}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"nValues","count":1260}]
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-4403760-1568992494.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403760-1568992494.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.28	c parse instance...
2.15/0.89	c solve instance...
2.92/1.09	o 75 
3.32/1.13	o 7 
3.61/1.29	o 6 
4.78/1.58	o 5 
5.55/1.78	o 3 
89.90/22.91	o 2 
92.68/23.65	s OPTIMUM FOUND
92.68/23.65	v <instantiation>
92.68/23.65	v 	<list>x[0][0] 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[1][0] x[1][1] 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[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] </list>
92.68/23.65	v 	<values>0 1 2 0 0 1 2 2 2 1 1 0 0 2 2 1 2 1 0 0 2 0 1 0 2 1 0 2 1 2 2 1 2 2 1 2 0 0 1 0 1 2 0 2 0 0 1 2 1 1 1 1 1 1 0 2 2 0 0 2 0 0 1 2 1 0 1 1 2 2 0 2 0 1 2 2 0 1 2 1 </values>
92.68/23.65	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 (6234 MiB free)
  memory of node 1: 16384 MiB (2611 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403760-1568992494/watcher-4403760-1568992494 -o /tmp/evaluation-result-4403760-1568992494/solver-4403760-1568992494 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568991179-12315 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1630024142 HOME/instance-4403760-1568992494.xml 

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

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

solver pid=12799, runsolver pid=12796

[startup+0.100058 s]*
/proc/loadavg: 8.22 8.41 6.64 4/217 12827
/proc/meminfo: memFree=9029388/32770624 swapFree=66959532/67108860
[pid=12799] ppid=12796 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12799/stat : 12799 (xcsp3-exec) S 12796 12799 12283 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475518227 115843072 362 33554432000 4194304 5098028 140733809929056 140733809927160 140047556821628 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32763904 140733809935226 140733809935469 140733809935469 140733809938378 0
/proc/12799/statm: 28282 362 304 221 0 87 0
[pid=12801] ppid=12799 vsize=15144776 memory=29124 CPUtime=0.13 cores=1,3,5,7
/proc/12801/stat : 12801 (java) S 12799 12799 12283 0 -1 1077944320 5704 0 0 0 12 1 0 0 20 0 15 0 475518228 15508250624 7281 33554432000 4194304 4196468 140729157925584 140729157908128 139996628680439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
/proc/12801/statm: 3786194 7281 3153 1 0 3748377 0
[pid=12801/tid=12802] ppid=12799 vsize=15144776 memory=576460756329955459 CPUtime=0.08 cores=1,3,5,7
/proc/12801/task/12802/stat : 12802 (java) R 12799 12799 12283 0 -1 4202560 3608 0 0 0 8 0 0 0 20 0 15 0 475518228 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996632909792 139996612724069 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12803] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12803/stat : 12803 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518229 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996220615696 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12804] ppid=12799 vsize=15144776 memory=139649675134984 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12804/stat : 12804 (java) S 12799 12799 12283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475518229 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996219563152 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12805] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12805/stat : 12805 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518229 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996218510096 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12806] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12806/stat : 12806 (java) S 12799 12799 12283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475518229 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996217457552 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12807] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12807/stat : 12807 (java) S 12799 12799 12283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475518230 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996097280240 139996628691586 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12808] ppid=12799 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12808/stat : 12808 (java) S 12799 12799 12283 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475518231 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996096226464 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12809] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12809/stat : 12809 (java) S 12799 12799 12283 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475518231 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996095173360 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12810] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12810/stat : 12810 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475518233 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996094121936 139996628699035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12811] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12811/stat : 12811 (java) R 12799 12799 12283 0 -1 4202560 453 0 0 0 0 0 0 0 20 0 15 0 475518233 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996093070064 139996628701786 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12812] ppid=12799 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12812/stat : 12812 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475518233 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996092017520 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12813] ppid=12799 vsize=15144776 memory=139649675122304 CPUtime=0.02 cores=1,3,5,7
/proc/12801/task/12813/stat : 12813 (java) R 12799 12799 12283 0 -1 4202560 352 0 0 0 2 0 0 0 20 0 15 0 475518233 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996090964464 139996628692374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12814] ppid=12799 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12814/stat : 12814 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475518233 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996089912160 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12815] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12815/stat : 12815 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518234 15508250624 7281 33554432000 4194304 4196468 140729157925584 139996088859184 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30572 KiB

[startup+0.212143 s]*
/proc/loadavg: 8.22 8.41 6.64 6/230 12840
/proc/meminfo: memFree=9003356/32770624 swapFree=66959532/67108860
[pid=12799] ppid=12796 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12799/stat : 12799 (xcsp3-exec) S 12796 12799 12283 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475518227 115843072 362 33554432000 4194304 5098028 140733809929056 140733809927160 140047556821628 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32763904 140733809935226 140733809935469 140733809935469 140733809938378 0
/proc/12799/statm: 28282 362 304 221 0 87 0
[pid=12801] ppid=12799 vsize=15144776 memory=40256 CPUtime=0.34 cores=1,3,5,7
/proc/12801/stat : 12801 (java) S 12799 12799 12283 0 -1 1077944320 9307 0 0 0 32 2 0 0 20 0 15 0 475518228 15508250624 10064 33554432000 4194304 4196468 140729157925584 140729157908128 139996628680439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
/proc/12801/statm: 3786194 10064 3271 1 0 3748377 0
[pid=12801/tid=12802] ppid=12799 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=1,3,5,7
/proc/12801/task/12802/stat : 12802 (java) S 12799 12799 12283 0 -1 1077944384 6586 0 0 0 18 2 0 0 20 0 15 0 475518228 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996632915424 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12803] ppid=12799 vsize=15144776 memory=1946936 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12803/stat : 12803 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518229 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996220615696 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12804] ppid=12799 vsize=15144776 memory=288370025826834048 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12804/stat : 12804 (java) S 12799 12799 12283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475518229 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996219563152 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12805] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12805/stat : 12805 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518229 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996218510096 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12806] ppid=12799 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12806/stat : 12806 (java) S 12799 12799 12283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475518229 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996217457552 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12807] ppid=12799 vsize=15144776 memory=139649675122304 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12807/stat : 12807 (java) S 12799 12799 12283 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475518230 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996097280240 139996628691586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12808] ppid=12799 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12808/stat : 12808 (java) S 12799 12799 12283 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475518231 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996096226464 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12809] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12809/stat : 12809 (java) S 12799 12799 12283 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475518231 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996095173360 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12810] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12810/stat : 12810 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475518233 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996094121936 139996628699035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12811] ppid=12799 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/12801/task/12811/stat : 12811 (java) S 12799 12799 12283 0 -1 1077944384 520 0 0 0 2 0 0 0 20 0 15 0 475518233 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996093070064 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12812] ppid=12799 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/12801/task/12812/stat : 12812 (java) S 12799 12799 12283 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 15 0 475518233 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996092017520 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12813] ppid=12799 vsize=15144776 memory=139649675122304 CPUtime=0.08 cores=1,3,5,7
/proc/12801/task/12813/stat : 12813 (java) S 12799 12799 12283 0 -1 1077944384 794 0 0 0 8 0 0 0 20 0 15 0 475518233 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996090964464 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12814] ppid=12799 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12814/stat : 12814 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475518233 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996089912160 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12815] ppid=12799 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12815/stat : 12815 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518234 15508250624 10064 33554432000 4194304 4196468 140729157925584 139996088859184 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41704 KiB

[startup+0.310526 s]*
/proc/loadavg: 8.22 8.41 6.64 5/230 12840
/proc/meminfo: memFree=8984428/32770624 swapFree=66959532/67108860
[pid=12799] ppid=12796 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12799/stat : 12799 (xcsp3-exec) S 12796 12799 12283 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475518227 115843072 362 33554432000 4194304 5098028 140733809929056 140733809927160 140047556821628 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32763904 140733809935226 140733809935469 140733809935469 140733809938378 0
/proc/12799/statm: 28282 362 304 221 0 87 0
[pid=12801] ppid=12799 vsize=15149032 memory=49780 CPUtime=0.53 cores=1,3,5,7
/proc/12801/stat : 12801 (java) S 12799 12799 12283 0 -1 1077944320 10811 0 0 0 50 3 0 0 20 0 15 0 475518228 15512608768 12445 33554432000 4194304 4196468 140729157925584 140729157908128 139996628680439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
/proc/12801/statm: 3787258 12445 3372 1 0 3748377 0
[pid=12801/tid=12802] ppid=12799 vsize=15149032 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/12801/task/12802/stat : 12802 (java) R 12799 12799 12283 0 -1 4202560 7764 0 0 0 27 2 0 0 20 0 15 0 475518228 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996632911552 139996628702365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12803] ppid=12799 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12803/stat : 12803 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518229 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996220615696 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12804] ppid=12799 vsize=15149032 memory=35809 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12804/stat : 12804 (java) S 12799 12799 12283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475518229 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996219563152 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12805] ppid=12799 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12805/stat : 12805 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518229 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996218510096 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12806] ppid=12799 vsize=15149032 memory=9122464004270842071 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12806/stat : 12806 (java) S 12799 12799 12283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475518229 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996217457552 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12807] ppid=12799 vsize=15149032 memory=6944652177228980320 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12807/stat : 12807 (java) S 12799 12799 12283 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475518230 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996097280240 139996628691586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12808] ppid=12799 vsize=15149032 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12808/stat : 12808 (java) S 12799 12799 12283 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475518231 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996096226464 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12809] ppid=12799 vsize=15149032 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12809/stat : 12809 (java) S 12799 12799 12283 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475518231 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996095173360 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12810] ppid=12799 vsize=15149032 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12810/stat : 12810 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475518233 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996094121936 139996628699035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12811] ppid=12799 vsize=15149032 memory=4572146057552828020 CPUtime=0.03 cores=1,3,5,7
/proc/12801/task/12811/stat : 12811 (java) S 12799 12799 12283 0 -1 1077944384 541 0 0 0 3 0 0 0 20 0 15 0 475518233 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996093070064 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12812] ppid=12799 vsize=15149032 memory=6944613755495348631 CPUtime=0.05 cores=1,3,5,7
/proc/12801/task/12812/stat : 12812 (java) S 12799 12799 12283 0 -1 1077944384 250 0 0 0 5 0 0 0 20 0 15 0 475518233 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996092017520 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12813] ppid=12799 vsize=15149032 memory=7893295687695687954 CPUtime=0.13 cores=1,3,5,7
/proc/12801/task/12813/stat : 12813 (java) S 12799 12799 12283 0 -1 1077944384 969 0 0 0 13 0 0 0 20 0 15 0 475518233 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996090964464 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12814] ppid=12799 vsize=15149032 memory=-8813974798734826869 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12814/stat : 12814 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475518233 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996089912160 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12815] ppid=12799 vsize=15149032 memory=7827413994055111515 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12815/stat : 12815 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518234 15512608768 12514 33554432000 4194304 4196468 140729157925584 139996088859184 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51228 KiB

[startup+0.701627 s]
/proc/loadavg: 8.22 8.41 6.64 11/230 12840
/proc/meminfo: memFree=8943080/32770624 swapFree=66959532/67108860
[pid=12799] ppid=12796 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12799/stat : 12799 (xcsp3-exec) S 12796 12799 12283 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475518227 115843072 362 33554432000 4194304 5098028 140733809929056 140733809927160 140047556821628 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32763904 140733809935226 140733809935469 140733809935469 140733809938378 0
/proc/12799/statm: 28282 362 304 221 0 87 0
[pid=12801] ppid=12799 vsize=15151156 memory=98256 CPUtime=1.83 cores=1,3,5,7
/proc/12801/stat : 12801 (java) S 12799 12799 12283 0 -1 1077944320 15165 0 0 0 178 5 0 0 20 0 15 0 475518228 15514783744 24564 33554432000 4194304 4196468 140729157925584 140729157908128 139996628680439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
/proc/12801/statm: 3787789 24564 3450 1 0 3748889 0
[pid=12801/tid=12802] ppid=12799 vsize=15151156 memory=4572181122233109878 CPUtime=0.67 cores=1,3,5,7
/proc/12801/task/12802/stat : 12802 (java) R 12799 12799 12283 0 -1 4202560 9122 0 0 0 64 3 0 0 20 0 15 0 475518228 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996632915432 139996224694360 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12803] ppid=12799 vsize=15151156 memory=7019257425709197167 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12803/stat : 12803 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518229 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996220615696 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12804] ppid=12799 vsize=15151156 memory=6940443203498692944 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12804/stat : 12804 (java) S 12799 12799 12283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475518229 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996219563152 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12805] ppid=12799 vsize=15151156 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12805/stat : 12805 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518229 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996218510096 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12806] ppid=12799 vsize=15151156 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12806/stat : 12806 (java) S 12799 12799 12283 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475518229 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996217457552 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12807] ppid=12799 vsize=15151156 memory=1056 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12807/stat : 12807 (java) S 12799 12799 12283 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475518230 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996097280240 139996628691586 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12808] ppid=12799 vsize=15151156 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12808/stat : 12808 (java) S 12799 12799 12283 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475518231 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996096226464 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12809] ppid=12799 vsize=15151156 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12809/stat : 12809 (java) S 12799 12799 12283 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475518231 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996095173360 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12810] ppid=12799 vsize=15151156 memory=6044 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12810/stat : 12810 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475518233 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996094121936 139996628699035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12811] ppid=12799 vsize=15151156 memory=14012 CPUtime=0.37 cores=1,3,5,7
/proc/12801/task/12811/stat : 12811 (java) R 12799 12799 12283 0 -1 4202560 1421 0 0 0 37 0 0 0 20 0 15 0 475518233 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996093060176 139996613789783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12812] ppid=12799 vsize=15151156 memory=2116 CPUtime=0.35 cores=1,3,5,7
/proc/12801/task/12812/stat : 12812 (java) R 12799 12799 12283 0 -1 4202560 1173 0 0 0 35 0 0 0 20 0 15 0 475518233 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996092010008 139996612670760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12813] ppid=12799 vsize=15151156 memory=30356 CPUtime=0.4 cores=1,3,5,7
/proc/12801/task/12813/stat : 12813 (java) S 12799 12799 12283 0 -1 1077944384 2142 0 0 0 40 0 0 0 20 0 15 0 475518233 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996090964464 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12814] ppid=12799 vsize=15151156 memory=14068 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12814/stat : 12814 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475518233 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996089912160 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12815] ppid=12799 vsize=15151156 memory=524 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12815/stat : 12815 (java) S 12799 12799 12283 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475518234 15514783744 24564 33554432000 4194304 4196468 140729157925584 139996088859184 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 99704 KiB

[startup+1.50163 s]
/proc/loadavg: 8.22 8.41 6.64 13/238 12848
/proc/meminfo: memFree=8770580/32770624 swapFree=66959532/67108860
[pid=12799] ppid=12796 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12799/stat : 12799 (xcsp3-exec) S 12796 12799 12283 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475518227 115843072 362 33554432000 4194304 5098028 140733809929056 140733809927160 140047556821628 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32763904 140733809935226 140733809935469 140733809935469 140733809938378 0
/proc/12799/statm: 28282 362 304 221 0 87 0

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

/proc/12801/task/12815/stat : 12815 (java) S 12799 12799 12283 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 19 0 475518234 15787429888 55550 33554432000 4194304 4196468 140729157925584 139996088859184 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12885] ppid=12799 vsize=15417412 memory=1448 CPUtime=18.19 cores=1,3,5,7
/proc/12801/task/12885/stat : 12885 (java) R 12799 12799 12283 0 -1 4202560 204 0 0 0 1817 2 0 0 20 0 19 0 475518406 15787429888 55550 33554432000 4194304 4196468 140729157925584 139996076481856 139996226367350 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12886] ppid=12799 vsize=15417412 memory=0 CPUtime=18.38 cores=1,3,5,7
/proc/12801/task/12886/stat : 12886 (java) R 12799 12799 12283 0 -1 4202560 625 0 0 0 1838 0 0 0 20 0 19 0 475518406 15787429888 55550 33554432000 4194304 4196468 140729157925584 139996077537344 139996226828903 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12887] ppid=12799 vsize=15417412 memory=4420 CPUtime=18.65 cores=1,3,5,7
/proc/12801/task/12887/stat : 12887 (java) R 12799 12799 12283 0 -1 4202560 1272 0 0 0 1865 0 0 0 20 0 19 0 475518406 15787429888 55550 33554432000 4194304 4196468 140729157925584 139996079641176 139996226828921 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12888] ppid=12799 vsize=15417412 memory=1448 CPUtime=18.34 cores=1,3,5,7
/proc/12801/task/12888/stat : 12888 (java) R 12799 12799 12283 0 -1 4202560 701 0 0 0 1834 0 0 0 20 0 19 0 475518406 15787429888 55550 33554432000 4194304 4196468 140729157925584 139996078589432 139996226828866 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
Current children cumulated CPU time: 81.54 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 223648 KiB

[startup+22.4016 s]
/proc/loadavg: 8.47 8.47 6.69 9/238 12893
/proc/meminfo: memFree=8625120/32770624 swapFree=66959532/67108860
[pid=12799] ppid=12796 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12799/stat : 12799 (xcsp3-exec) S 12796 12799 12283 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475518227 115843072 362 33554432000 4194304 5098028 140733809929056 140733809927160 140047556821628 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32763904 140733809935226 140733809935469 140733809935469 140733809938378 0
/proc/12799/statm: 28282 362 304 221 0 87 0
[pid=12801] ppid=12799 vsize=15417412 memory=222256 CPUtime=87.9 cores=1,3,5,7
/proc/12801/stat : 12801 (java) S 12799 12799 12283 0 -1 1077944320 35007 0 0 0 8776 14 0 0 20 0 19 0 475518228 15787429888 55564 33554432000 4194304 4196468 140729157925584 140729157908128 139996628680439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
/proc/12801/statm: 3854353 55564 3534 1 0 3815453 0
[pid=12801/tid=12802] ppid=12799 vsize=15417412 memory=6791534058613427641 CPUtime=0.88 cores=1,3,5,7
/proc/12801/task/12802/stat : 12802 (java) S 12799 12799 12283 0 -1 1077944384 9217 0 0 0 84 4 0 0 20 0 19 0 475518228 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996632921216 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12803] ppid=12799 vsize=15417412 memory=220104 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12803/stat : 12803 (java) S 12799 12799 12283 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996220615696 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12804] ppid=12799 vsize=15417412 memory=16097074408065686 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12804/stat : 12804 (java) S 12799 12799 12283 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996219563152 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12805] ppid=12799 vsize=15417412 memory=1188 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12805/stat : 12805 (java) S 12799 12799 12283 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996218510096 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12806] ppid=12799 vsize=15417412 memory=1 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12806/stat : 12806 (java) S 12799 12799 12283 0 -1 1077944384 876 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996217457552 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12807] ppid=12799 vsize=15417412 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12807/stat : 12807 (java) S 12799 12799 12283 0 -1 1077944384 657 0 0 0 1 0 0 0 20 0 19 0 475518230 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996097280240 139996628691586 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12808] ppid=12799 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12808/stat : 12808 (java) S 12799 12799 12283 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 475518231 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996096226528 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12809] ppid=12799 vsize=15417412 memory=1 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12809/stat : 12809 (java) S 12799 12799 12283 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 475518231 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996095173376 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12810] ppid=12799 vsize=15417412 memory=19 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12810/stat : 12810 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475518233 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996094121936 139996628699035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12811] ppid=12799 vsize=15417412 memory=18 CPUtime=2.07 cores=1,3,5,7
/proc/12801/task/12811/stat : 12811 (java) S 12799 12799 12283 0 -1 1077944384 6253 0 0 0 206 1 0 0 20 0 19 0 475518233 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996093070064 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12812] ppid=12799 vsize=15417412 memory=1056 CPUtime=1.96 cores=1,3,5,7
/proc/12801/task/12812/stat : 12812 (java) S 12799 12799 12283 0 -1 1077944384 6257 0 0 0 194 2 0 0 20 0 19 0 475518233 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996092017520 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12813] ppid=12799 vsize=15417412 memory=1188 CPUtime=0.67 cores=1,3,5,7
/proc/12801/task/12813/stat : 12813 (java) S 12799 12799 12283 0 -1 1077944384 5433 0 0 0 67 0 0 0 20 0 19 0 475518233 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996090964464 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12814] ppid=12799 vsize=15417412 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12814/stat : 12814 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475518233 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996089912160 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12815] ppid=12799 vsize=15417412 memory=9592 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12815/stat : 12815 (java) S 12799 12799 12283 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 19 0 475518234 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996088859184 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12885] ppid=12799 vsize=15417412 memory=2828 CPUtime=19.71 cores=1,3,5,7
/proc/12801/task/12885/stat : 12885 (java) R 12799 12799 12283 0 -1 4202560 205 0 0 0 1969 2 0 0 20 0 19 0 475518406 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996076481856 139996226828866 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12886] ppid=12799 vsize=15417412 memory=780 CPUtime=19.97 cores=1,3,5,7
/proc/12801/task/12886/stat : 12886 (java) R 12799 12799 12283 0 -1 4202560 639 0 0 0 1997 0 0 0 20 0 19 0 475518406 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996077535832 139996228304197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12887] ppid=12799 vsize=15417412 memory=220088 CPUtime=20.25 cores=1,3,5,7
/proc/12801/task/12887/stat : 12887 (java) R 12799 12799 12283 0 -1 4202560 1277 0 0 0 2025 0 0 0 20 0 19 0 475518406 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996079640136 139996226828704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12888] ppid=12799 vsize=15417412 memory=1656 CPUtime=19.94 cores=1,3,5,7
/proc/12801/task/12888/stat : 12888 (java) R 12799 12799 12283 0 -1 4202560 702 0 0 0 1994 0 0 0 20 0 19 0 475518406 15787429888 55564 33554432000 4194304 4196468 140729157925584 139996078587832 139996226718048 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
Current children cumulated CPU time: 87.9 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 223704 KiB

[startup+23.2016 s]
/proc/loadavg: 8.47 8.47 6.69 9/238 12897
/proc/meminfo: memFree=8624996/32770624 swapFree=66959532/67108860
[pid=12799] ppid=12796 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12799/stat : 12799 (xcsp3-exec) S 12796 12799 12283 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475518227 115843072 362 33554432000 4194304 5098028 140733809929056 140733809927160 140047556821628 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32763904 140733809935226 140733809935469 140733809935469 140733809938378 0
/proc/12799/statm: 28282 362 304 221 0 87 0
[pid=12801] ppid=12799 vsize=15417412 memory=222232 CPUtime=91.08 cores=1,3,5,7
/proc/12801/stat : 12801 (java) S 12799 12799 12283 0 -1 1077944320 35429 0 0 0 9094 14 0 0 20 0 19 0 475518228 15787429888 55558 33554432000 4194304 4196468 140729157925584 140729157908128 139996628680439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
/proc/12801/statm: 3854353 55558 3534 1 0 3815453 0
[pid=12801/tid=12802] ppid=12799 vsize=15417412 memory=1496 CPUtime=0.88 cores=1,3,5,7
/proc/12801/task/12802/stat : 12802 (java) S 12799 12799 12283 0 -1 1077944384 9354 0 0 0 84 4 0 0 20 0 19 0 475518228 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996632921216 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12803] ppid=12799 vsize=15417412 memory=1016 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12803/stat : 12803 (java) S 12799 12799 12283 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996220615696 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12804] ppid=12799 vsize=15417412 memory=6044 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12804/stat : 12804 (java) S 12799 12799 12283 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996219563152 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12805] ppid=12799 vsize=15417412 memory=14012 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12805/stat : 12805 (java) S 12799 12799 12283 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996218510096 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12806] ppid=12799 vsize=15417412 memory=2116 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12806/stat : 12806 (java) S 12799 12799 12283 0 -1 1077944384 876 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996217457552 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12807] ppid=12799 vsize=15417412 memory=30356 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12807/stat : 12807 (java) S 12799 12799 12283 0 -1 1077944384 657 0 0 0 1 0 0 0 20 0 19 0 475518230 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996097280240 139996628691586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12808] ppid=12799 vsize=15417412 memory=14068 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12808/stat : 12808 (java) S 12799 12799 12283 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 475518231 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996096226528 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12809] ppid=12799 vsize=15417412 memory=56 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12809/stat : 12809 (java) S 12799 12799 12283 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 475518231 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996095173376 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12810] ppid=12799 vsize=15417412 memory=88 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12810/stat : 12810 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475518233 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996094121936 139996628699035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12811] ppid=12799 vsize=15417412 memory=0 CPUtime=2.09 cores=1,3,5,7
/proc/12801/task/12811/stat : 12811 (java) S 12799 12799 12283 0 -1 1077944384 6269 0 0 0 208 1 0 0 20 0 19 0 475518233 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996093070064 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12812] ppid=12799 vsize=15417412 memory=139649519797699 CPUtime=1.97 cores=1,3,5,7
/proc/12801/task/12812/stat : 12812 (java) S 12799 12799 12283 0 -1 1077944384 6296 0 0 0 195 2 0 0 20 0 19 0 475518233 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996092017520 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12813] ppid=12799 vsize=15417412 memory=4206468019014099040 CPUtime=0.67 cores=1,3,5,7
/proc/12801/task/12813/stat : 12813 (java) S 12799 12799 12283 0 -1 1077944384 5466 0 0 0 67 0 0 0 20 0 19 0 475518233 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996090964464 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12814] ppid=12799 vsize=15417412 memory=-7025452035940392864 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12814/stat : 12814 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475518233 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996089912160 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12815] ppid=12799 vsize=15417412 memory=7452162512640240240 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12815/stat : 12815 (java) S 12799 12799 12283 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 19 0 475518234 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996088859184 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12894] ppid=12799 vsize=15417412 memory=7806534002053835885 CPUtime=0.26 cores=1,3,5,7
/proc/12801/task/12894/stat : 12894 (java) R 12799 12799 12283 0 -1 4202560 28 0 0 0 26 0 0 0 20 0 19 0 475520519 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996077534840 139996226828739 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12895] ppid=12799 vsize=15417412 memory=7091318215353919833 CPUtime=0.25 cores=1,3,5,7
/proc/12801/task/12895/stat : 12895 (java) R 12799 12799 12283 0 -1 4202560 25 0 0 0 25 0 0 0 20 0 19 0 475520519 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996078590216 139996226828721 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12896] ppid=12799 vsize=15417412 memory=1056 CPUtime=0.28 cores=1,3,5,7
/proc/12801/task/12896/stat : 12896 (java) R 12799 12799 12283 0 -1 4202560 22 0 0 0 28 0 0 0 20 0 19 0 475520519 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996076485568 139996226828903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12897] ppid=12799 vsize=15417412 memory=1188 CPUtime=0.27 cores=1,3,5,7
/proc/12801/task/12897/stat : 12897 (java) R 12799 12799 12283 0 -1 4202560 17 0 0 0 27 0 0 0 20 0 19 0 475520519 15787429888 55558 33554432000 4194304 4196468 140729157925584 139996079641528 139996226828903 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
Current children cumulated CPU time: 91.08 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 223680 KiB

[startup+23.6016 s]
/proc/loadavg: 8.47 8.47 6.69 9/238 12897
/proc/meminfo: memFree=8624996/32770624 swapFree=66959532/67108860
[pid=12799] ppid=12796 vsize=113128 memory=1448 CPUtime=0 cores=1,3,5,7
/proc/12799/stat : 12799 (xcsp3-exec) S 12796 12799 12283 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 475518227 115843072 362 33554432000 4194304 5098028 140733809929056 140733809927160 140047556821628 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 32763904 140733809935226 140733809935469 140733809935469 140733809938378 0
/proc/12799/statm: 28282 362 304 221 0 87 0
[pid=12801] ppid=12799 vsize=15417412 memory=222264 CPUtime=92.68 cores=1,3,5,7
/proc/12801/stat : 12801 (java) S 12799 12799 12283 0 -1 1077944320 36018 0 0 0 9254 14 0 0 20 0 19 0 475518228 15787429888 55566 33554432000 4194304 4196468 140729157925584 140729157908128 139996628680439 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
/proc/12801/statm: 3854353 55566 3534 1 0 3815453 0
[pid=12801/tid=12802] ppid=12799 vsize=15417412 memory=988 CPUtime=0.88 cores=1,3,5,7
/proc/12801/task/12802/stat : 12802 (java) S 12799 12799 12283 0 -1 1077944384 9354 0 0 0 84 4 0 0 20 0 19 0 475518228 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996632921216 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12803] ppid=12799 vsize=15417412 memory=2024 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12803/stat : 12803 (java) S 12799 12799 12283 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996220615696 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12804] ppid=12799 vsize=15417412 memory=1384 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12804/stat : 12804 (java) S 12799 12799 12283 0 -1 1077944384 312 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996219563152 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12805] ppid=12799 vsize=15417412 memory=4028 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12805/stat : 12805 (java) S 12799 12799 12283 0 -1 1077944384 385 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996218510096 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12806] ppid=12799 vsize=15417412 memory=1056 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12806/stat : 12806 (java) S 12799 12799 12283 0 -1 1077944384 876 0 0 0 1 0 0 0 20 0 19 0 475518229 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996217457552 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12807] ppid=12799 vsize=15417412 memory=1188 CPUtime=0.01 cores=1,3,5,7
/proc/12801/task/12807/stat : 12807 (java) S 12799 12799 12283 0 -1 1077944384 657 0 0 0 1 0 0 0 20 0 19 0 475518230 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996097280240 139996628691586 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12808] ppid=12799 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12808/stat : 12808 (java) S 12799 12799 12283 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 19 0 475518231 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996096226528 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12809] ppid=12799 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12809/stat : 12809 (java) S 12799 12799 12283 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 19 0 475518231 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996095173376 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12810] ppid=12799 vsize=15417412 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12810/stat : 12810 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475518233 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996094121936 139996628699035 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12811] ppid=12799 vsize=15417412 memory=7163347269046004057 CPUtime=2.13 cores=1,3,5,7
/proc/12801/task/12811/stat : 12811 (java) S 12799 12799 12283 0 -1 1077944384 6466 0 0 0 212 1 0 0 20 0 19 0 475518233 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996093070064 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12812] ppid=12799 vsize=15417412 memory=7589420999132590127 CPUtime=2.02 cores=1,3,5,7
/proc/12801/task/12812/stat : 12812 (java) S 12799 12799 12283 0 -1 1077944384 6673 0 0 0 200 2 0 0 20 0 19 0 475518233 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996092017520 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12813] ppid=12799 vsize=15417412 memory=279299040196896 CPUtime=0.67 cores=1,3,5,7
/proc/12801/task/12813/stat : 12813 (java) S 12799 12799 12283 0 -1 1077944384 5479 0 0 0 67 0 0 0 20 0 19 0 475518233 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996090964464 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12814] ppid=12799 vsize=15417412 memory=3833047295226154001 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12814/stat : 12814 (java) S 12799 12799 12283 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475518233 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996089912160 139996628690645 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12815] ppid=12799 vsize=15417412 memory=279299039606528 CPUtime=0 cores=1,3,5,7
/proc/12801/task/12815/stat : 12815 (java) S 12799 12799 12283 0 -1 1077944384 397 0 0 0 0 0 0 0 20 0 19 0 475518234 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996088859184 139996628691586 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12894] ppid=12799 vsize=15417412 memory=2884 CPUtime=0.66 cores=1,3,5,7
/proc/12801/task/12894/stat : 12894 (java) R 12799 12799 12283 0 -1 4202560 28 0 0 0 66 0 0 0 20 0 19 0 475520519 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996077533936 139996228409270 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12895] ppid=12799 vsize=15417412 memory=1448 CPUtime=0.61 cores=1,3,5,7
/proc/12801/task/12895/stat : 12895 (java) R 12799 12799 12283 0 -1 4202560 25 0 0 0 61 0 0 0 20 0 19 0 475520519 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996078587960 139996226828875 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12896] ppid=12799 vsize=15417412 memory=228884 CPUtime=0.68 cores=1,3,5,7
/proc/12801/task/12896/stat : 12896 (java) R 12799 12799 12283 0 -1 4202560 23 0 0 0 68 0 0 0 20 0 19 0 475520519 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996076482392 139996226828721 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
[pid=12801/tid=12897] ppid=12799 vsize=15417412 memory=1656 CPUtime=0.62 cores=1,3,5,7
/proc/12801/task/12897/stat : 12897 (java) R 12799 12799 12283 0 -1 4202560 18 0 0 0 62 0 0 0 20 0 19 0 475520519 15787429888 55566 33554432000 4194304 4196468 140729157925584 139996079641048 139996226828875 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31911936 140729157932015 140729157932186 140729157932186 140729157935055 0
Current children cumulated CPU time: 92.68 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 223712 KiB

Child status: 0
Real time (s): 23.667
CPU time (s): 92.8903
CPU user time (s): 92.7344
CPU system time (s): 0.155936
CPU usage (%): 392.489
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 223712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 92.7344
system time used= 0.155936
maximum resident set size= 222500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36889
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= 3059
involuntary context switches= 2417


# summary of solver processes directly reported to runsolver:
#   pid: 12799
#   total CPU time (s): 92.8903
#   total CPU user time (s): 92.7344
#   total CPU system time (s): 0.155936

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.166291 second user time and 0.315801 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-20 17:14:14
IDJOB=4403760
IDBENCH=135933
IDSOLVER=2863
FILE ID=node127/4403760-1568992494
RUNJOBID= node127-1568991179-12315
PBS_JOBID= 21704653
Free space on /tmp= 35796 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-m1-s2/ChessboardColoration-08-10.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-4403760-1568992494/watcher-4403760-1568992494 -o /tmp/evaluation-result-4403760-1568992494/solver-4403760-1568992494 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568991179-12315 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1630024142 HOME/instance-4403760-1568992494.xml

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

MD5SUM BENCH= 4ad41382ea3c48fc1b345febd6f905ee
RANDOM SEED=1630024142

node127.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.55
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.55
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.55
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.55
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:         9068200 kB
MemAvailable:   31808372 kB
Buffers:          111204 kB
Cached:         22595024 kB
SwapCached:        44560 kB
Active:         11580384 kB
Inactive:       11177576 kB
Active(anon):       5340 kB
Inactive(anon):    95888 kB
Active(file):   11575044 kB
Inactive(file): 11081688 kB
Unevictable:      107784 kB
Mlocked:          107784 kB
SwapTotal:      67108860 kB
SwapFree:       66959532 kB
Dirty:             34300 kB
Writeback:             0 kB
AnonPages:        115700 kB
Mapped:            52844 kB
Shmem:             40780 kB
Slab:             542164 kB
SReclaimable:     511900 kB
SUnreclaim:        30264 kB
KernelStack:        3520 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     511828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35768 MiB
End job on node127 at 2019-09-20 17:14:37