Trace number 4403752

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-20OPT55 19.0442 5.14013

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark17.3915
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

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-4403752-1568990038.xml"  -tl '2520s' -p 4
0.10/0.19	c Choco 3fb4b153
0.10/0.20	c [HOME/instance-4403752-1568990038.xml, -tl, 2520s, -p, 4]
0.31/0.24	c 4 solvers in parallel
0.31/0.30	c parse instance...
1.22/0.63	c solve instance...
1.52/0.75	o 467 
1.52/0.76	o 80 
1.52/0.78	o 75 
1.92/0.81	o 73 
1.92/0.83	o 72 
1.92/0.85	o 70 
1.92/0.89	o 68 
2.27/0.94	o 66 
2.27/0.96	o 62 
3.44/1.26	o 60 
8.60/2.51	o 55 
18.95/5.13	s OPTIMUM FOUND
18.95/5.13	v <instantiation>
18.95/5.13	v 	<list>x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] </list>
18.95/5.13	v 	<values>0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 </values>
18.95/5.13	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403752-1568990038/watcher-4403752-1568990038 -o /var/tmp/evaluation-result-4403752-1568990038/solver-4403752-1568990038 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1916 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1342314414 HOME/instance-4403752-1568990038.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=4258, runsolver pid=4255

[startup+0.100061 s]*
/proc/loadavg: 8.02 8.27 8.07 6/233 4274
/proc/meminfo: memFree=6747132/32770624 swapFree=66952588/67108860
[pid=4258] ppid=4255 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4258/stat : 4258 (xcsp3-exec) S 4255 4258 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475259392 115843072 363 33554432000 4194304 5098028 140734158777584 140734158775688 139858672059004 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12574720 140734158783318 140734158783577 140734158783577 140734158786502 0
/proc/4258/statm: 28282 363 304 221 0 87 0
[pid=4260] ppid=4258 vsize=15144776 memory=28052 CPUtime=0.1 cores=1,3,5,7
/proc/4260/stat : 4260 (java) S 4258 4258 1883 0 -1 1077944320 5444 0 0 0 9 1 0 0 20 0 15 0 475259392 15508250624 7013 33554432000 4194304 4196468 140722151807248 140722151789792 140672579153655 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
/proc/4260/statm: 3786194 7013 3118 1 0 3748377 0
[pid=4260/tid=4261] ppid=4258 vsize=15144776 memory=-2698087569006908830 CPUtime=0.08 cores=1,3,5,7
/proc/4260/task/4261/stat : 4261 (java) R 4258 4258 1883 0 -1 4202560 3492 0 0 0 7 1 0 0 20 0 15 0 475259393 15508250624 7013 33554432000 4194304 4196468 140722151807248 140672583388288 140672563234142 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4262] ppid=4258 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4262/stat : 4262 (java) S 4258 4258 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259395 15508250624 7013 33554432000 4194304 4196468 140722151807248 140672531774096 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4263] ppid=4258 vsize=15144776 memory=140563650434688 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4263/stat : 4263 (java) S 4258 4258 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259395 15508250624 7013 33554432000 4194304 4196468 140722151807248 140672530721296 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4264] ppid=4258 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4264/stat : 4264 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259395 15508250624 7013 33554432000 4194304 4196468 140722151807248 140672529668496 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4265] ppid=4258 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4265/stat : 4265 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259395 15508250624 7013 33554432000 4194304 4196468 140722151807248 140672528615696 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4266] ppid=4258 vsize=15144776 memory=140563650434688 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4266/stat : 4266 (java) S 4258 4258 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259396 15508250624 7013 33554432000 4194304 4196468 140722151807248 140671654554480 140672579164802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4267] ppid=4258 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4267/stat : 4267 (java) S 4258 4258 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475259397 15508250624 7013 33554432000 4194304 4196468 140722151807248 140671653500448 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4268] ppid=4258 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4268/stat : 4268 (java) S 4258 4258 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475259397 15508250624 7013 33554432000 4194304 4196468 140722151807248 140671652447600 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4269] ppid=4258 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4269/stat : 4269 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259399 15508250624 7013 33554432000 4194304 4196468 140722151807248 140671651395920 140672579172251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4270] ppid=4258 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4270/stat : 4270 (java) S 4258 4258 1883 0 -1 1077944384 426 0 0 0 0 0 0 0 20 0 15 0 475259399 15508250624 7013 33554432000 4194304 4196468 140722151807248 140671650343280 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4271] ppid=4258 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4271/stat : 4271 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259399 15508250624 7013 33554432000 4194304 4196468 140722151807248 140671649290480 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4272] ppid=4258 vsize=15144776 memory=140563650434688 CPUtime=0.01 cores=1,3,5,7
/proc/4260/task/4272/stat : 4272 (java) S 4258 4258 1883 0 -1 1077944384 261 0 0 0 1 0 0 0 20 0 15 0 475259399 15508250624 7013 33554432000 4194304 4196468 140722151807248 140671648237680 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4273] ppid=4258 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4273/stat : 4273 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259400 15508250624 7013 33554432000 4194304 4196468 140722151807248 140671647185120 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4274] ppid=4258 vsize=15144776 memory=140563650434688 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4274/stat : 4274 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259400 15508250624 7013 33554432000 4194304 4196468 140722151807248 140671646133424 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 29504 KiB

[startup+0.211061 s]*
/proc/loadavg: 8.02 8.27 8.07 6/233 4274
/proc/meminfo: memFree=6733632/32770624 swapFree=66952588/67108860
[pid=4258] ppid=4255 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4258/stat : 4258 (xcsp3-exec) S 4255 4258 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475259392 115843072 363 33554432000 4194304 5098028 140734158777584 140734158775688 139858672059004 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12574720 140734158783318 140734158783577 140734158783577 140734158786502 0
/proc/4258/statm: 28282 363 304 221 0 87 0
[pid=4260] ppid=4258 vsize=15144776 memory=40540 CPUtime=0.31 cores=1,3,5,7
/proc/4260/stat : 4260 (java) S 4258 4258 1883 0 -1 1077944320 9286 0 0 0 28 3 0 0 20 0 15 0 475259392 15508250624 10135 33554432000 4194304 4196468 140722151807248 140722151789792 140672579153655 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
/proc/4260/statm: 3786194 10135 3317 1 0 3748377 0
[pid=4260/tid=4261] ppid=4258 vsize=15144776 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/4260/task/4261/stat : 4261 (java) R 4258 4258 1883 0 -1 4202560 6509 0 0 0 16 3 0 0 20 0 15 0 475259393 15508250624 10135 33554432000 4194304 4196468 140722151807248 140672583384784 140672579175581 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4262] ppid=4258 vsize=15144776 memory=10592 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4262/stat : 4262 (java) S 4258 4258 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259395 15508250624 10135 33554432000 4194304 4196468 140722151807248 140672531774096 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4263] ppid=4258 vsize=15144776 memory=3472750360638510752 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4263/stat : 4263 (java) S 4258 4258 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259395 15508250624 10135 33554432000 4194304 4196468 140722151807248 140672530721296 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4264] ppid=4258 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4264/stat : 4264 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259395 15508250624 10135 33554432000 4194304 4196468 140722151807248 140672529668496 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4265] ppid=4258 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4265/stat : 4265 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259395 15508250624 10135 33554432000 4194304 4196468 140722151807248 140672528615696 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4266] ppid=4258 vsize=15144776 memory=140563650434688 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4266/stat : 4266 (java) S 4258 4258 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259396 15508250624 10135 33554432000 4194304 4196468 140722151807248 140671654554480 140672579164802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4267] ppid=4258 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4267/stat : 4267 (java) S 4258 4258 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475259397 15508250624 10135 33554432000 4194304 4196468 140722151807248 140671653500448 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4268] ppid=4258 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4268/stat : 4268 (java) S 4258 4258 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475259397 15508250624 10135 33554432000 4194304 4196468 140722151807248 140671652447600 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4269] ppid=4258 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4269/stat : 4269 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259399 15508250624 10135 33554432000 4194304 4196468 140722151807248 140671651395920 140672579172251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4270] ppid=4258 vsize=15144776 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/4260/task/4270/stat : 4270 (java) S 4258 4258 1883 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 15 0 475259399 15508250624 10135 33554432000 4194304 4196468 140722151807248 140671650343280 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4271] ppid=4258 vsize=15144776 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/4260/task/4271/stat : 4271 (java) S 4258 4258 1883 0 -1 1077944384 182 0 0 0 2 0 0 0 20 0 15 0 475259399 15508250624 10135 33554432000 4194304 4196468 140722151807248 140671649290480 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4272] ppid=4258 vsize=15144776 memory=140563650434688 CPUtime=0.07 cores=1,3,5,7
/proc/4260/task/4272/stat : 4272 (java) S 4258 4258 1883 0 -1 1077944384 810 0 0 0 7 0 0 0 20 0 15 0 475259399 15508250624 10135 33554432000 4194304 4196468 140722151807248 140671648237680 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4273] ppid=4258 vsize=15144776 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4273/stat : 4273 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259400 15508250624 10135 33554432000 4194304 4196468 140722151807248 140671647185120 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4274] ppid=4258 vsize=15144776 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4274/stat : 4274 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259400 15508250624 10135 33554432000 4194304 4196468 140722151807248 140671646133424 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 41992 KiB

[startup+0.310963 s]*
/proc/loadavg: 8.02 8.27 8.07 6/233 4274
/proc/meminfo: memFree=6728408/32770624 swapFree=66952588/67108860
[pid=4258] ppid=4255 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4258/stat : 4258 (xcsp3-exec) S 4255 4258 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475259392 115843072 363 33554432000 4194304 5098028 140734158777584 140734158775688 139858672059004 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12574720 140734158783318 140734158783577 140734158783577 140734158786502 0
/proc/4258/statm: 28282 363 304 221 0 87 0
[pid=4260] ppid=4258 vsize=15149032 memory=46632 CPUtime=0.5 cores=1,3,5,7
/proc/4260/stat : 4260 (java) S 4258 4258 1883 0 -1 1077944320 10507 0 0 0 46 4 0 0 20 0 15 0 475259392 15512608768 11658 33554432000 4194304 4196468 140722151807248 140722151789792 140672579153655 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
/proc/4260/statm: 3787258 11658 3347 1 0 3748377 0
[pid=4260/tid=4261] ppid=4258 vsize=15149032 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/4260/task/4261/stat : 4261 (java) R 4258 4258 1883 0 -1 4202560 7578 0 0 0 25 3 0 0 20 0 15 0 475259393 15512608768 11658 33554432000 4194304 4196468 140722151807248 140672583389520 140672563197285 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4262] ppid=4258 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4262/stat : 4262 (java) S 4258 4258 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259395 15512608768 11658 33554432000 4194304 4196468 140722151807248 140672531774096 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4263] ppid=4258 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4263/stat : 4263 (java) S 4258 4258 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475259395 15512608768 11658 33554432000 4194304 4196468 140722151807248 140672530721296 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4264] ppid=4258 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4264/stat : 4264 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259395 15512608768 11658 33554432000 4194304 4196468 140722151807248 140672529668496 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4265] ppid=4258 vsize=15149032 memory=8547712850019655617 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4265/stat : 4265 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259395 15512608768 11658 33554432000 4194304 4196468 140722151807248 140672528615696 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4266] ppid=4258 vsize=15149032 memory=7089056485457618024 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4266/stat : 4266 (java) S 4258 4258 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475259396 15512608768 11658 33554432000 4194304 4196468 140722151807248 140671654554480 140672579164802 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4267] ppid=4258 vsize=15149032 memory=4209357772117481859 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4267/stat : 4267 (java) S 4258 4258 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475259397 15512608768 11658 33554432000 4194304 4196468 140722151807248 140671653500448 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4268] ppid=4258 vsize=15149032 memory=4206468019014099040 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4268/stat : 4268 (java) S 4258 4258 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475259397 15512608768 11658 33554432000 4194304 4196468 140722151807248 140671652447600 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4269] ppid=4258 vsize=15149032 memory=-8412652169205224307 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4269/stat : 4269 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259399 15512608768 11658 33554432000 4194304 4196468 140722151807248 140671651395920 140672579172251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4270] ppid=4258 vsize=15149032 memory=-8412656567168561567 CPUtime=0.04 cores=1,3,5,7
/proc/4260/task/4270/stat : 4270 (java) S 4258 4258 1883 0 -1 1077944384 490 0 0 0 4 0 0 0 20 0 15 0 475259399 15512608768 11658 33554432000 4194304 4196468 140722151807248 140671650343280 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4271] ppid=4258 vsize=15149032 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/4260/task/4271/stat : 4271 (java) S 4258 4258 1883 0 -1 1077944384 182 0 0 0 3 0 0 0 20 0 15 0 475259399 15512608768 11658 33554432000 4194304 4196468 140722151807248 140671649290480 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4272] ppid=4258 vsize=15149032 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/4260/task/4272/stat : 4272 (java) R 4258 4258 1883 0 -1 4202560 960 0 0 0 12 0 0 0 20 0 15 0 475259399 15512608768 11658 33554432000 4194304 4196468 140722151807248 140671648237680 140672579165590 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4273] ppid=4258 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4273/stat : 4273 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475259400 15512608768 11658 33554432000 4194304 4196468 140722151807248 140671647185120 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4274] ppid=4258 vsize=15149032 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4274/stat : 4274 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475259400 15512608768 11658 33554432000 4194304 4196468 140722151807248 140671646133424 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48084 KiB

[startup+0.700784 s]
/proc/loadavg: 8.02 8.27 8.07 8/233 4274
/proc/meminfo: memFree=6711652/32770624 swapFree=66952588/67108860
[pid=4258] ppid=4255 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4258/stat : 4258 (xcsp3-exec) S 4255 4258 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475259392 115843072 363 33554432000 4194304 5098028 140734158777584 140734158775688 139858672059004 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12574720 140734158783318 140734158783577 140734158783577 140734158786502 0
/proc/4258/statm: 28282 363 304 221 0 87 0
[pid=4260] ppid=4258 vsize=15417412 memory=84360 CPUtime=1.52 cores=1,3,5,7
/proc/4260/stat : 4260 (java) S 4258 4258 1883 0 -1 1077944320 14440 0 0 0 146 6 0 0 20 0 19 0 475259392 15787429888 21090 33554432000 4194304 4196468 140722151807248 140722151789792 140672579153655 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
/proc/4260/statm: 3854353 21090 3452 1 0 3815453 0
[pid=4260/tid=4261] ppid=4258 vsize=15417412 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/4260/task/4261/stat : 4261 (java) S 4258 4258 1883 0 -1 1077944384 9252 0 0 0 57 4 0 0 20 0 19 0 475259393 15787429888 21090 33554432000 4194304 4196468 140722151807248 140672583394432 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4262] ppid=4258 vsize=15417412 memory=164 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4262/stat : 4262 (java) S 4258 4258 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475259395 15787429888 21090 33554432000 4194304 4196468 140722151807248 140672531774096 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4263] ppid=4258 vsize=15417412 memory=6154848828556269427 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4263/stat : 4263 (java) S 4258 4258 1883 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475259395 15787429888 21090 33554432000 4194304 4196468 140722151807248 140672530721296 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4264] ppid=4258 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4264/stat : 4264 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475259395 15787429888 21090 33554432000 4194304 4196468 140722151807248 140672529668496 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4265] ppid=4258 vsize=15417412 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4265/stat : 4265 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475259395 15787429888 21090 33554432000 4194304 4196468 140722151807248 140672528615696 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4266] ppid=4258 vsize=15417412 memory=40228 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4266/stat : 4266 (java) S 4258 4258 1883 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475259396 15787429888 21090 33554432000 4194304 4196468 140722151807248 140671654554480 140672579164802 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4267] ppid=4258 vsize=15417412 memory=988 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4267/stat : 4267 (java) S 4258 4258 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475259397 15787429888 21090 33554432000 4194304 4196468 140722151807248 140671653500448 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4268] ppid=4258 vsize=15417412 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4268/stat : 4268 (java) S 4258 4258 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475259397 15787429888 21090 33554432000 4194304 4196468 140722151807248 140671652447600 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4269] ppid=4258 vsize=15417412 memory=1284 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4269/stat : 4269 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259399 15787429888 21090 33554432000 4194304 4196468 140722151807248 140671651395920 140672579172251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4270] ppid=4258 vsize=15417412 memory=1044 CPUtime=0.19 cores=1,3,5,7
/proc/4260/task/4270/stat : 4270 (java) R 4258 4258 1883 0 -1 4202560 1035 0 0 0 19 0 0 0 20 0 19 0 475259399 15787429888 21090 33554432000 4194304 4196468 140722151807248 140671650329848 140672562621913 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4271] ppid=4258 vsize=15417412 memory=708 CPUtime=0.21 cores=1,3,5,7
/proc/4260/task/4271/stat : 4271 (java) R 4258 4258 1883 0 -1 4202560 710 0 0 0 21 0 0 0 20 0 19 0 475259399 15787429888 21090 33554432000 4194304 4196468 140722151807248 140671649290480 140672558870791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4272] ppid=4258 vsize=15417412 memory=9364 CPUtime=0.36 cores=1,3,5,7
/proc/4260/task/4272/stat : 4272 (java) R 4258 4258 1883 0 -1 1077944384 1974 0 0 0 36 0 0 0 20 0 19 0 475259399 15787429888 21090 33554432000 4194304 4196468 140722151807248 140671648237680 140672579164802 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4273] ppid=4258 vsize=15417412 memory=1120 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4273/stat : 4273 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259400 15787429888 21090 33554432000 4194304 4196468 140722151807248 140671647185120 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4274] ppid=4258 vsize=15417412 memory=776 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4274/stat : 4274 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475259400 15787429888 21090 33554432000 4194304 4196468 140722151807248 140671646133424 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
Current children cumulated CPU time: 1.52 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 85812 KiB

[startup+1.50346 s]
/proc/loadavg: 8.02 8.27 8.07 9/237 4314
/proc/meminfo: memFree=6592384/32770624 swapFree=66952588/67108860
[pid=4258] ppid=4255 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4258/stat : 4258 (xcsp3-exec) S 4255 4258 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475259392 115843072 363 33554432000 4194304 5098028 140734158777584 140734158775688 139858672059004 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12574720 140734158783318 140734158783577 140734158783577 140734158786502 0
/proc/4258/statm: 28282 363 304 221 0 87 0

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

/proc/4260/task/4274/stat : 4274 (java) S 4258 4258 1883 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 19 0 475259400 15858741248 50152 33554432000 4194304 4196468 140722151807248 140671646133424 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4319] ppid=4258 vsize=15487052 memory=0 CPUtime=0.99 cores=1,3,5,7
/proc/4260/task/4319/stat : 4319 (java) R 4258 4258 1883 0 -1 4202560 116 0 0 0 99 0 0 0 20 0 19 0 475259644 15858741248 50152 33554432000 4194304 4196468 140722151807248 140671631649752 140672214321355 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4320] ppid=4258 vsize=15487052 memory=0 CPUtime=1.02 cores=1,3,5,7
/proc/4260/task/4320/stat : 4320 (java) R 4258 4258 1883 0 -1 4202560 203 0 0 0 102 0 0 0 20 0 19 0 475259644 15858741248 50152 33554432000 4194304 4196468 140722151807248 140671632703496 140672564364768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4321] ppid=4258 vsize=15487052 memory=0 CPUtime=1.16 cores=1,3,5,7
/proc/4260/task/4321/stat : 4321 (java) R 4258 4258 1883 0 -1 4202560 366 0 0 0 116 0 0 0 20 0 19 0 475259644 15858741248 50152 33554432000 4194304 4196468 140722151807248 140671634809000 140672213373100 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4322] ppid=4258 vsize=15487052 memory=0 CPUtime=1.3 cores=1,3,5,7
/proc/4260/task/4322/stat : 4322 (java) R 4258 4258 1883 0 -1 4202560 150 0 0 0 130 0 0 0 20 0 19 0 475259644 15858741248 50152 33554432000 4194304 4196468 140722151807248 140671633756984 140672213883516 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
Current children cumulated CPU time: 14.62 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 202060 KiB

[startup+4.80095 s]
/proc/loadavg: 8.34 8.34 8.09 11/237 4322
/proc/meminfo: memFree=6577224/32770624 swapFree=66952588/67108860
[pid=4258] ppid=4255 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4258/stat : 4258 (xcsp3-exec) S 4255 4258 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475259392 115843072 363 33554432000 4194304 5098028 140734158777584 140734158775688 139858672059004 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12574720 140734158783318 140734158783577 140734158783577 140734158786502 0
/proc/4258/statm: 28282 363 304 221 0 87 0
[pid=4260] ppid=4258 vsize=15487052 memory=206968 CPUtime=17.71 cores=1,3,5,7
/proc/4260/stat : 4260 (java) S 4258 4258 1883 0 -1 1077944320 27038 0 0 0 1761 10 0 0 20 0 19 0 475259392 15858741248 51742 33554432000 4194304 4196468 140722151807248 140722151789792 140672579153655 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
/proc/4260/statm: 3871763 51742 3518 1 0 3832863 0
[pid=4260/tid=4261] ppid=4258 vsize=15487052 memory=7014751519633922146 CPUtime=0.61 cores=1,3,5,7
/proc/4260/task/4261/stat : 4261 (java) S 4258 4258 1883 0 -1 1077944384 9255 0 0 0 57 4 0 0 20 0 19 0 475259393 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672583394432 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4262] ppid=4258 vsize=15487052 memory=7014751519633922146 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4262/stat : 4262 (java) S 4258 4258 1883 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672531774096 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4263] ppid=4258 vsize=15487052 memory=7014751519633922146 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4263/stat : 4263 (java) S 4258 4258 1883 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672530721296 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4264] ppid=4258 vsize=15487052 memory=7014751519633922146 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4264/stat : 4264 (java) S 4258 4258 1883 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672529668496 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4265] ppid=4258 vsize=15487052 memory=7014751519633922146 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4265/stat : 4265 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672528615696 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4266] ppid=4258 vsize=15487052 memory=281127085049312 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4266/stat : 4266 (java) S 4258 4258 1883 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 19 0 475259396 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671654554480 140672579164802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4267] ppid=4258 vsize=15487052 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4267/stat : 4267 (java) S 4258 4258 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475259397 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671653500448 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4268] ppid=4258 vsize=15487052 memory=71192 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4268/stat : 4268 (java) S 4258 4258 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475259397 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671652447600 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4269] ppid=4258 vsize=15487052 memory=13564911997421614 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4269/stat : 4269 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671651395920 140672579172251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4270] ppid=4258 vsize=15487052 memory=0 CPUtime=2.32 cores=1,3,5,7
/proc/4260/task/4270/stat : 4270 (java) S 4258 4258 1883 0 -1 1077944384 6076 0 0 0 231 1 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671650343280 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4271] ppid=4258 vsize=15487052 memory=6944656592455097440 CPUtime=2.1 cores=1,3,5,7
/proc/4260/task/4271/stat : 4271 (java) S 4258 4258 1883 0 -1 1077944384 4885 0 0 0 210 0 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671649290480 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4272] ppid=4258 vsize=15487052 memory=6656426216303648864 CPUtime=0.68 cores=1,3,5,7
/proc/4260/task/4272/stat : 4272 (java) S 4258 4258 1883 0 -1 1077944384 3218 0 0 0 67 1 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671648237680 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4273] ppid=4258 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4273/stat : 4273 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259400 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671647185120 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4274] ppid=4258 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4274/stat : 4274 (java) S 4258 4258 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475259400 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671646133424 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4319] ppid=4258 vsize=15487052 memory=0 CPUtime=1.67 cores=1,3,5,7
/proc/4260/task/4319/stat : 4319 (java) R 4258 4258 1883 0 -1 4202560 157 0 0 0 167 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671631650200 140672214237971 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4320] ppid=4258 vsize=15487052 memory=0 CPUtime=1.72 cores=1,3,5,7
/proc/4260/task/4320/stat : 4320 (java) R 4258 4258 1883 0 -1 4202560 243 0 0 0 172 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671632703992 140672213248198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4321] ppid=4258 vsize=15487052 memory=0 CPUtime=1.92 cores=1,3,5,7
/proc/4260/task/4321/stat : 4321 (java) R 4258 4258 1883 0 -1 4202560 407 0 0 0 192 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671634808736 140672213248198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4322] ppid=4258 vsize=15487052 memory=0 CPUtime=2.02 cores=1,3,5,7
/proc/4260/task/4322/stat : 4322 (java) R 4258 4258 1883 0 -1 4202560 162 0 0 0 202 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671633757496 140672213640920 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
Current children cumulated CPU time: 17.71 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 208420 KiB

[startup+5.00145 s]*
/proc/loadavg: 8.34 8.34 8.09 10/237 4322
/proc/meminfo: memFree=6559692/32770624 swapFree=66952588/67108860
[pid=4258] ppid=4255 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4258/stat : 4258 (xcsp3-exec) S 4255 4258 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475259392 115843072 363 33554432000 4194304 5098028 140734158777584 140734158775688 139858672059004 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12574720 140734158783318 140734158783577 140734158783577 140734158786502 0
/proc/4258/statm: 28282 363 304 221 0 87 0
[pid=4260] ppid=4258 vsize=15487052 memory=206968 CPUtime=18.54 cores=1,3,5,7
/proc/4260/stat : 4260 (java) S 4258 4258 1883 0 -1 1077944320 27103 0 0 0 1844 10 0 0 20 0 19 0 475259392 15858741248 51742 33554432000 4194304 4196468 140722151807248 140722151789792 140672579153655 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
/proc/4260/statm: 3871763 51742 3518 1 0 3832863 0
[pid=4260/tid=4261] ppid=4258 vsize=15487052 memory=32213995742560408 CPUtime=0.61 cores=1,3,5,7
/proc/4260/task/4261/stat : 4261 (java) S 4258 4258 1883 0 -1 1077944384 9255 0 0 0 57 4 0 0 20 0 19 0 475259393 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672583394432 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4262] ppid=4258 vsize=15487052 memory=288230608969400343 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4262/stat : 4262 (java) S 4258 4258 1883 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672531774096 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4263] ppid=4258 vsize=15487052 memory=13709847974893208 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4263/stat : 4263 (java) S 4258 4258 1883 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672530721296 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4264] ppid=4258 vsize=15487052 memory=6154565154910070117 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4264/stat : 4264 (java) S 4258 4258 1883 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672529668496 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4265] ppid=4258 vsize=15487052 memory=3473458624346731575 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4265/stat : 4265 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672528615696 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4266] ppid=4258 vsize=15487052 memory=140563650434688 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4266/stat : 4266 (java) S 4258 4258 1883 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 19 0 475259396 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671654554480 140672579164802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4267] ppid=4258 vsize=15487052 memory=2319389238105223199 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4267/stat : 4267 (java) S 4258 4258 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475259397 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671653500448 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4268] ppid=4258 vsize=15487052 memory=7662704773051410791 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4268/stat : 4268 (java) S 4258 4258 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475259397 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671652447600 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4269] ppid=4258 vsize=15487052 memory=7809898610629503841 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4269/stat : 4269 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671651395920 140672579172251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4270] ppid=4258 vsize=15487052 memory=0 CPUtime=2.32 cores=1,3,5,7
/proc/4260/task/4270/stat : 4270 (java) S 4258 4258 1883 0 -1 1077944384 6079 0 0 0 231 1 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671650343280 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4271] ppid=4258 vsize=15487052 memory=3904964135954231343 CPUtime=2.11 cores=1,3,5,7
/proc/4260/task/4271/stat : 4271 (java) S 4258 4258 1883 0 -1 1077944384 4944 0 0 0 211 0 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671649290480 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4272] ppid=4258 vsize=15487052 memory=3472468859878114992 CPUtime=0.68 cores=1,3,5,7
/proc/4260/task/4272/stat : 4272 (java) S 4258 4258 1883 0 -1 1077944384 3218 0 0 0 67 1 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671648237680 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4273] ppid=4258 vsize=15487052 memory=7311435031524761458 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4273/stat : 4273 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259400 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671647185120 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4274] ppid=4258 vsize=15487052 memory=3472468859878114992 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4274/stat : 4274 (java) S 4258 4258 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475259400 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671646133424 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4319] ppid=4258 vsize=15487052 memory=0 CPUtime=1.86 cores=1,3,5,7
/proc/4260/task/4319/stat : 4319 (java) R 4258 4258 1883 0 -1 4202560 157 0 0 0 186 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671631650200 140672213246902 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4320] ppid=4258 vsize=15487052 memory=0 CPUtime=1.93 cores=1,3,5,7
/proc/4260/task/4320/stat : 4320 (java) R 4258 4258 1883 0 -1 4202560 257 0 0 0 193 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671632703992 140672214237735 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4321] ppid=4258 vsize=15487052 memory=0 CPUtime=2.13 cores=1,3,5,7
/proc/4260/task/4321/stat : 4321 (java) R 4258 4258 1883 0 -1 4202560 409 0 0 0 213 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671634808440 140672213639684 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4322] ppid=4258 vsize=15487052 memory=0 CPUtime=2.23 cores=1,3,5,7
/proc/4260/task/4322/stat : 4322 (java) R 4258 4258 1883 0 -1 4202560 163 0 0 0 223 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671633757416 140672212984182 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
Current children cumulated CPU time: 18.54 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 208420 KiB

[startup+5.11345 s]
/proc/loadavg: 8.34 8.34 8.09 10/237 4322
/proc/meminfo: memFree=6559692/32770624 swapFree=66952588/67108860
[pid=4258] ppid=4255 vsize=113128 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/4258/stat : 4258 (xcsp3-exec) S 4255 4258 1883 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475259392 115843072 363 33554432000 4194304 5098028 140734158777584 140734158775688 139858672059004 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 12574720 140734158783318 140734158783577 140734158783577 140734158786502 0
/proc/4258/statm: 28282 363 304 221 0 87 0
[pid=4260] ppid=4258 vsize=15487052 memory=206968 CPUtime=18.95 cores=1,3,5,7
/proc/4260/stat : 4260 (java) S 4258 4258 1883 0 -1 1077944320 27121 0 0 0 1885 10 0 0 20 0 19 0 475259392 15858741248 51742 33554432000 4194304 4196468 140722151807248 140722151789792 140672579153655 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
/proc/4260/statm: 3871763 51742 3518 1 0 3832863 0
[pid=4260/tid=4261] ppid=4258 vsize=15487052 memory=204876 CPUtime=0.61 cores=1,3,5,7
/proc/4260/task/4261/stat : 4261 (java) S 4258 4258 1883 0 -1 1077944384 9255 0 0 0 57 4 0 0 20 0 19 0 475259393 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672583394432 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4262] ppid=4258 vsize=15487052 memory=140563542628448 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4262/stat : 4262 (java) S 4258 4258 1883 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672531774096 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4263] ppid=4258 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4263/stat : 4263 (java) S 4258 4258 1883 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672530721296 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4264] ppid=4258 vsize=15487052 memory=292003098 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4264/stat : 4264 (java) S 4258 4258 1883 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672529668496 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4265] ppid=4258 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4265/stat : 4265 (java) S 4258 4258 1883 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475259395 15858741248 51742 33554432000 4194304 4196468 140722151807248 140672528615696 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4266] ppid=4258 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4266/stat : 4266 (java) S 4258 4258 1883 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 19 0 475259396 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671654554480 140672579164802 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4267] ppid=4258 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4267/stat : 4267 (java) S 4258 4258 1883 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475259397 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671653500448 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4268] ppid=4258 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4268/stat : 4268 (java) S 4258 4258 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475259397 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671652447600 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4269] ppid=4258 vsize=15487052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4269/stat : 4269 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671651395920 140672579172251 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4270] ppid=4258 vsize=15487052 memory=0 CPUtime=2.32 cores=1,3,5,7
/proc/4260/task/4270/stat : 4270 (java) S 4258 4258 1883 0 -1 1077944384 6079 0 0 0 231 1 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671650343280 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4271] ppid=4258 vsize=15487052 memory=7598542776401657925 CPUtime=2.11 cores=1,3,5,7
/proc/4260/task/4271/stat : 4271 (java) S 4258 4258 1883 0 -1 1077944384 4944 0 0 0 211 0 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671649290480 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4272] ppid=4258 vsize=15487052 memory=288293255328835982 CPUtime=0.68 cores=1,3,5,7
/proc/4260/task/4272/stat : 4272 (java) S 4258 4258 1883 0 -1 1077944384 3218 0 0 0 67 1 0 0 20 0 19 0 475259399 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671648237680 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4273] ppid=4258 vsize=15487052 memory=4438184911633935392 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4273/stat : 4273 (java) S 4258 4258 1883 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475259400 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671647185120 140672579163861 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4274] ppid=4258 vsize=15487052 memory=281127084502960 CPUtime=0 cores=1,3,5,7
/proc/4260/task/4274/stat : 4274 (java) S 4258 4258 1883 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475259400 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671646133424 140672579164802 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4319] ppid=4258 vsize=15487052 memory=10814 CPUtime=1.96 cores=1,3,5,7
/proc/4260/task/4319/stat : 4319 (java) R 4258 4258 1883 0 -1 4202560 157 0 0 0 196 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671631650200 140672213984970 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4320] ppid=4258 vsize=15487052 memory=24217 CPUtime=2.03 cores=1,3,5,7
/proc/4260/task/4320/stat : 4320 (java) R 4258 4258 1883 0 -1 4202560 261 0 0 0 203 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671632703992 140672213883852 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4321] ppid=4258 vsize=15487052 memory=0 CPUtime=2.23 cores=1,3,5,7
/proc/4260/task/4321/stat : 4321 (java) R 4258 4258 1883 0 -1 4202560 409 0 0 0 223 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671634808440 140672214905366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
[pid=4260/tid=4322] ppid=4258 vsize=15487052 memory=0 CPUtime=2.33 cores=1,3,5,7
/proc/4260/task/4322/stat : 4322 (java) R 4258 4258 1883 0 -1 4202560 163 0 0 0 233 0 0 0 20 0 19 0 475259644 15858741248 51742 33554432000 4194304 4196468 140722151807248 140671633757416 140672214904750 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25440256 140722151814107 140722151814282 140722151814282 140722151817167 0
Current children cumulated CPU time: 18.95 s
Current children cumulated vsize: 15600180 KiB
Current children cumulated memory: 208420 KiB

Child status: 0
Real time (s): 5.14013
CPU time (s): 19.0442
CPU user time (s): 18.9287
CPU system time (s): 0.115522
CPU usage (%): 370.501
Max. virtual memory (cumulated for all children) (KiB): 15600180
Max. memory (cumulated for all children) (KiB): 208420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.9287
system time used= 0.115522
maximum resident set size= 207224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28404
page faults= 0
swaps= 0
block input operations= 8
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2739
involuntary context switches= 815


# summary of solver processes directly reported to runsolver:
#   pid: 4258
#   total CPU time (s): 19.0442
#   total CPU user time (s): 18.9287
#   total CPU system time (s): 0.115522

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049335 second user time and 0.118174 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 15:31:57
IDJOB=4403752
IDBENCH=126224
IDSOLVER=2863
FILE ID=node107/4403752-1568990038
RUNJOBID= node107-1568983381-1916
PBS_JOBID= 21704636
Free space on /var/tmp= 12540 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.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 /var/tmp/evaluation-result-4403752-1568990038/watcher-4403752-1568990038 -o /var/tmp/evaluation-result-4403752-1568990038/solver-4403752-1568990038 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568983381-1916 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 1342314414 HOME/instance-4403752-1568990038.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=1342314414

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         6762576 kB
MemAvailable:   31106200 kB
Buffers:          144424 kB
Cached:         24096512 kB
SwapCached:        48712 kB
Active:         12763444 kB
Inactive:       12232584 kB
Active(anon):     708868 kB
Inactive(anon):    89616 kB
Active(file):   12054576 kB
Inactive(file): 12142968 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952588 kB
Dirty:             26068 kB
Writeback:            12 kB
AnonPages:        818648 kB
Mapped:            61072 kB
Shmem:             34896 kB
Slab:             603524 kB
SReclaimable:     574540 kB
SUnreclaim:        28984 kB
KernelStack:        3840 kB
PageTables:         7232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2507088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    712704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12512 MiB
End job on node107 at 2019-09-20 15:32:03