Trace number 4403814

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-20OPT25 137.639 35.0901

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-6.xml
MD5SUM0bc555941feddabd64880acf40a70a83
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark77.3481
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":1},{"size":4,"count":6},{"size":5,"count":12},{"size":6,"count":5},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403814-1568991377.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403814-1568991377.xml, -tl, 2520s, -p, 4]
0.34/0.22	c 4 solvers in parallel
0.34/0.30	c parse instance...
3.33/1.35	c solve instance...
3.61/1.43	o -1000 
19.08/5.34	o -981 
19.08/5.35	o -980 
19.08/5.37	o -978 
19.08/5.40	o -971 
19.46/5.41	o -969 
20.25/5.64	o -968 
53.69/14.00	o 20 
54.52/14.23	o 24 
54.52/14.24	o 25 
137.30/35.08	s OPTIMUM FOUND
137.30/35.08	v <instantiation>
137.30/35.08	v 	<list>s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23] </list>
137.30/35.08	v 	<values>1 2 3 4 10 -1 0 6 7 15 9 -1 -1 -1 8 16 17 23 -1 -1 14 20 21 22 0 1 2 3 4 -1 17 16 15 6 5 -1 -1 -1 14 7 8 9 -1 -1 13 12 11 10 1 -5 5 5 4 0 -6 0 8 1 7 0 0 0 4 -2 -5 4 0 0 3 -5 6 0 </values>
137.30/35.08	v </instantiation>

Verifier Data

OK	25

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403814-1568991377/watcher-4403814-1568991377 -o /var/tmp/evaluation-result-4403814-1568991377/solver-4403814-1568991377 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568991333-3665 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 238961417 HOME/instance-4403814-1568991377.xml 

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

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=3694, runsolver pid=3687


[startup+0.100174 s]*
/proc/loadavg: 0.62 0.83 1.10 6/229 3726
/proc/meminfo: memFree=11321928/32770624 swapFree=66935844/67108860
[pid=3694] ppid=3687 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/3694/stat : 3694 (xcsp3-exec) S 3687 3694 3634 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475051516 115843072 364 33554432000 4194304 5098028 140725542046304 140725542044408 140529566724732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36913152 140725542052695 140725542052953 140725542052953 140725542055878 0
/proc/3694/statm: 28282 364 305 221 0 87 0
[pid=3698] ppid=3694 vsize=15144776 memory=28800 CPUtime=0.13 cores=0,2,4,6
/proc/3698/stat : 3698 (java) S 3694 3694 3634 0 -1 1077944320 5596 0 0 0 12 1 0 0 20 0 15 0 475051517 15508250624 7200 33554432000 4194304 4196468 140727812829968 140727812812512 140681264054007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
/proc/3698/statm: 3786194 7200 3155 1 0 3748377 0
[pid=3698/tid=3700] ppid=3694 vsize=15144776 memory=-9032657087619186631 CPUtime=0.08 cores=0,2,4,6
/proc/3698/task/3700/stat : 3700 (java) R 3694 3694 3634 0 -1 4202560 3538 0 0 0 8 0 0 0 20 0 15 0 475051517 15508250624 7200 33554432000 4194304 4196468 140727812829968 140681268281776 140681256291134 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3705] ppid=3694 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3705/stat : 3705 (java) S 3694 3694 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475051518 15508250624 7200 33554432000 4194304 4196468 140727812829968 140681192094608 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3706] ppid=3694 vsize=15144776 memory=139884535973504 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3706/stat : 3706 (java) S 3694 3694 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475051518 15508250624 7200 33554432000 4194304 4196468 140727812829968 140681191041808 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3707] ppid=3694 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3707/stat : 3707 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051518 15508250624 7200 33554432000 4194304 4196468 140727812829968 140681189989520 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3708] ppid=3694 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3708/stat : 3708 (java) S 3694 3694 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475051518 15508250624 7200 33554432000 4194304 4196468 140727812829968 140681188936720 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3710] ppid=3694 vsize=15144776 memory=139884535973504 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3710/stat : 3710 (java) S 3694 3694 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475051519 15508250624 7200 33554432000 4194304 4196468 140727812829968 140680205174896 140681264065154 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3712] ppid=3694 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3712/stat : 3712 (java) S 3694 3694 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475051520 15508250624 7200 33554432000 4194304 4196468 140727812829968 140680204120864 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3714] ppid=3694 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3714/stat : 3714 (java) S 3694 3694 3634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475051520 15508250624 7200 33554432000 4194304 4196468 140727812829968 140680203068528 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3717] ppid=3694 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3717/stat : 3717 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051522 15508250624 7200 33554432000 4194304 4196468 140727812829968 140680202016848 140681264072603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3719] ppid=3694 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3719/stat : 3719 (java) R 3694 3694 3634 0 -1 1077944384 417 0 0 0 0 0 0 0 20 0 15 0 475051522 15508250624 7200 33554432000 4194304 4196468 140727812829968 140680200964720 140681264065154 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3721] ppid=3694 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3721/stat : 3721 (java) R 3694 3694 3634 0 -1 4202560 49 0 0 0 0 0 0 0 20 0 15 0 475051522 15508250624 7200 33554432000 4194304 4196468 140727812829968 140680199911920 140681244467312 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3722] ppid=3694 vsize=15144776 memory=139884535973504 CPUtime=0.02 cores=0,2,4,6
/proc/3698/task/3722/stat : 3722 (java) R 3694 3694 3634 0 -1 4202560 342 0 0 0 2 0 0 0 20 0 15 0 475051522 15508250624 7200 33554432000 4194304 4196468 140727812829968 140680198859632 140681264075354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3724] ppid=3694 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3724/stat : 3724 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051523 15508250624 7200 33554432000 4194304 4196468 140727812829968 140680197807072 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3726] ppid=3694 vsize=15144776 memory=139884535973504 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3726/stat : 3726 (java) S 3694 3694 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475051523 15508250624 7200 33554432000 4194304 4196468 140727812829968 140680196753840 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30256 KiB

[startup+0.211243 s]*
/proc/loadavg: 0.62 0.83 1.10 4/229 3726
/proc/meminfo: memFree=11294776/32770624 swapFree=66935844/67108860
[pid=3694] ppid=3687 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/3694/stat : 3694 (xcsp3-exec) S 3687 3694 3634 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475051516 115843072 364 33554432000 4194304 5098028 140725542046304 140725542044408 140529566724732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36913152 140725542052695 140725542052953 140725542052953 140725542055878 0
/proc/3694/statm: 28282 364 305 221 0 87 0
[pid=3698] ppid=3694 vsize=15144776 memory=41168 CPUtime=0.34 cores=0,2,4,6
/proc/3698/stat : 3698 (java) S 3694 3694 3634 0 -1 1077944320 9496 0 0 0 31 3 0 0 20 0 15 0 475051517 15508250624 10292 33554432000 4194304 4196468 140727812829968 140727812812512 140681264054007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
/proc/3698/statm: 3786194 10292 3310 1 0 3748377 0
[pid=3698/tid=3700] ppid=3694 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/3698/task/3700/stat : 3700 (java) R 3694 3694 3634 0 -1 4202560 6579 0 0 0 18 2 0 0 20 0 15 0 475051517 15508250624 10292 33554432000 4194304 4196468 140727812829968 140681268287712 140681264065942 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3705] ppid=3694 vsize=15144776 memory=8956 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3705/stat : 3705 (java) S 3694 3694 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475051518 15508250624 10292 33554432000 4194304 4196468 140727812829968 140681192094608 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3706] ppid=3694 vsize=15144776 memory=3905381093021812384 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3706/stat : 3706 (java) S 3694 3694 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475051518 15508250624 10292 33554432000 4194304 4196468 140727812829968 140681191041808 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3707] ppid=3694 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3707/stat : 3707 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051518 15508250624 10292 33554432000 4194304 4196468 140727812829968 140681189989520 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3708] ppid=3694 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3708/stat : 3708 (java) S 3694 3694 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475051518 15508250624 10292 33554432000 4194304 4196468 140727812829968 140681188936720 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3710] ppid=3694 vsize=15144776 memory=139884535973504 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3710/stat : 3710 (java) S 3694 3694 3634 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475051519 15508250624 10292 33554432000 4194304 4196468 140727812829968 140680205174896 140681264065154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3712] ppid=3694 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3712/stat : 3712 (java) S 3694 3694 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475051520 15508250624 10292 33554432000 4194304 4196468 140727812829968 140680204120864 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3714] ppid=3694 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3714/stat : 3714 (java) S 3694 3694 3634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475051520 15508250624 10292 33554432000 4194304 4196468 140727812829968 140680203068528 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3717] ppid=3694 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3717/stat : 3717 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051522 15508250624 10292 33554432000 4194304 4196468 140727812829968 140680202016848 140681264072603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3719] ppid=3694 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/3698/task/3719/stat : 3719 (java) S 3694 3694 3634 0 -1 1077944384 758 0 0 0 2 0 0 0 20 0 15 0 475051522 15508250624 10292 33554432000 4194304 4196468 140727812829968 140680200964720 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3721] ppid=3694 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/3698/task/3721/stat : 3721 (java) S 3694 3694 3634 0 -1 1077944384 103 0 0 0 2 0 0 0 20 0 15 0 475051522 15508250624 10292 33554432000 4194304 4196468 140727812829968 140680199911920 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3722] ppid=3694 vsize=15144776 memory=139884535973504 CPUtime=0.07 cores=0,2,4,6
/proc/3698/task/3722/stat : 3722 (java) R 3694 3694 3634 0 -1 4202560 748 0 0 0 7 0 0 0 20 0 15 0 475051522 15508250624 10292 33554432000 4194304 4196468 140727812829968 140680198859632 140681248134494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3724] ppid=3694 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3724/stat : 3724 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051523 15508250624 10292 33554432000 4194304 4196468 140727812829968 140680197807072 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3726] ppid=3694 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3726/stat : 3726 (java) S 3694 3694 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475051523 15508250624 10292 33554432000 4194304 4196468 140727812829968 140680196753840 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42624 KiB

[startup+0.310954 s]*
/proc/loadavg: 0.62 0.83 1.10 5/229 3726
/proc/meminfo: memFree=11285672/32770624 swapFree=66935844/67108860
[pid=3694] ppid=3687 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/3694/stat : 3694 (xcsp3-exec) S 3687 3694 3634 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475051516 115843072 364 33554432000 4194304 5098028 140725542046304 140725542044408 140529566724732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36913152 140725542052695 140725542052953 140725542052953 140725542055878 0
/proc/3694/statm: 28282 364 305 221 0 87 0
[pid=3698] ppid=3694 vsize=15149032 memory=46888 CPUtime=0.5 cores=0,2,4,6
/proc/3698/stat : 3698 (java) S 3694 3694 3634 0 -1 1077944320 10598 0 0 0 47 3 0 0 20 0 15 0 475051517 15512608768 11722 33554432000 4194304 4196468 140727812829968 140727812812512 140681264054007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
/proc/3698/statm: 3787258 11722 3341 1 0 3748377 0
[pid=3698/tid=3700] ppid=3694 vsize=15149032 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/3698/task/3700/stat : 3700 (java) R 3694 3694 3634 0 -1 4202560 7616 0 0 0 26 2 0 0 20 0 15 0 475051517 15512608768 12234 33554432000 4194304 4196468 140727812829968 140681268290624 140681248097637 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3705] ppid=3694 vsize=15149032 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3705/stat : 3705 (java) S 3694 3694 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475051518 15512608768 12234 33554432000 4194304 4196468 140727812829968 140681192094608 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3706] ppid=3694 vsize=15149032 memory=6944656592455097440 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3706/stat : 3706 (java) S 3694 3694 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475051518 15512608768 12234 33554432000 4194304 4196468 140727812829968 140681191041808 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3707] ppid=3694 vsize=15149032 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3707/stat : 3707 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051518 15512608768 12234 33554432000 4194304 4196468 140727812829968 140681189989520 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3708] ppid=3694 vsize=15149032 memory=-2026666227646604569 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3708/stat : 3708 (java) S 3694 3694 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475051518 15512608768 12234 33554432000 4194304 4196468 140727812829968 140681188936720 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3710] ppid=3694 vsize=15149032 memory=7161374744685748120 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3710/stat : 3710 (java) S 3694 3694 3634 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475051519 15512608768 12234 33554432000 4194304 4196468 140727812829968 140680205174896 140681264065154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3712] ppid=3694 vsize=15149032 memory=6944657691966988345 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3712/stat : 3712 (java) S 3694 3694 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475051520 15512608768 12234 33554432000 4194304 4196468 140727812829968 140680204120864 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3714] ppid=3694 vsize=15149032 memory=4196912344889787449 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3714/stat : 3714 (java) S 3694 3694 3634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475051520 15512608768 12234 33554432000 4194304 4196468 140727812829968 140680203068528 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3717] ppid=3694 vsize=15149032 memory=3047711566422646390 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3717/stat : 3717 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051522 15512608768 12234 33554432000 4194304 4196468 140727812829968 140680202016848 140681264072603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3719] ppid=3694 vsize=15149032 memory=-6516833586042938556 CPUtime=0.04 cores=0,2,4,6
/proc/3698/task/3719/stat : 3719 (java) R 3694 3694 3634 0 -1 4202560 761 0 0 0 4 0 0 0 20 0 15 0 475051522 15512608768 12234 33554432000 4194304 4196468 140727812829968 140680200964720 140681257039049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3721] ppid=3694 vsize=15149032 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/3698/task/3721/stat : 3721 (java) R 3694 3694 3634 0 -1 4202560 110 0 0 0 3 0 0 0 20 0 15 0 475051522 15512608768 12234 33554432000 4194304 4196468 140727812829968 140680199911920 140681248798077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3722] ppid=3694 vsize=15149032 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/3698/task/3722/stat : 3722 (java) S 3694 3694 3634 0 -1 1077944384 812 0 0 0 12 0 0 0 20 0 15 0 475051522 15512608768 12298 33554432000 4194304 4196468 140727812829968 140680198859632 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3724] ppid=3694 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3724/stat : 3724 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051523 15512608768 12298 33554432000 4194304 4196468 140727812829968 140680197807072 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3726] ppid=3694 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3726/stat : 3726 (java) S 3694 3694 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475051523 15512608768 12298 33554432000 4194304 4196468 140727812829968 140680196753840 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 48344 KiB

[startup+0.708271 s]
/proc/loadavg: 0.62 0.83 1.10 10/229 3726
/proc/meminfo: memFree=11233752/32770624 swapFree=66935844/67108860
[pid=3694] ppid=3687 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/3694/stat : 3694 (xcsp3-exec) S 3687 3694 3634 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475051516 115843072 364 33554432000 4194304 5098028 140725542046304 140725542044408 140529566724732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36913152 140725542052695 140725542052953 140725542052953 140725542055878 0
/proc/3694/statm: 28282 364 305 221 0 87 0
[pid=3698] ppid=3694 vsize=15151156 memory=109896 CPUtime=1.7 cores=0,2,4,6
/proc/3698/stat : 3698 (java) S 3694 3694 3634 0 -1 1077944320 15007 0 0 0 164 6 0 0 20 0 15 0 475051517 15514783744 27474 33554432000 4194304 4196468 140727812829968 140727812812512 140681264054007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
/proc/3698/statm: 3787789 27474 3447 1 0 3748889 0
[pid=3698/tid=3700] ppid=3694 vsize=15151156 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/3698/task/3700/stat : 3700 (java) R 3694 3694 3634 0 -1 1077944384 9107 0 0 0 63 4 0 0 20 0 15 0 475051517 15514783744 27474 33554432000 4194304 4196468 140727812829968 140681268289744 140681264064213 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3705] ppid=3694 vsize=15151156 memory=33 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3705/stat : 3705 (java) S 3694 3694 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475051518 15514783744 27474 33554432000 4194304 4196468 140727812829968 140681192094608 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3706] ppid=3694 vsize=15151156 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3706/stat : 3706 (java) S 3694 3694 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475051518 15514783744 27474 33554432000 4194304 4196468 140727812829968 140681191041808 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3707] ppid=3694 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3707/stat : 3707 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051518 15514783744 27474 33554432000 4194304 4196468 140727812829968 140681189989520 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3708] ppid=3694 vsize=15151156 memory=0 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3708/stat : 3708 (java) S 3694 3694 3634 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475051518 15514783744 27474 33554432000 4194304 4196468 140727812829968 140681188936720 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3710] ppid=3694 vsize=15151156 memory=55768 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3710/stat : 3710 (java) S 3694 3694 3634 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475051519 15514783744 27474 33554432000 4194304 4196468 140727812829968 140680205174896 140681264065154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3712] ppid=3694 vsize=15151156 memory=2020 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3712/stat : 3712 (java) S 3694 3694 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475051520 15514783744 27474 33554432000 4194304 4196468 140727812829968 140680204120864 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3714] ppid=3694 vsize=15151156 memory=988 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3714/stat : 3714 (java) S 3694 3694 3634 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475051520 15514783744 27474 33554432000 4194304 4196468 140727812829968 140680203068528 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3717] ppid=3694 vsize=15151156 memory=1368 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3717/stat : 3717 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051522 15514783744 27474 33554432000 4194304 4196468 140727812829968 140680202016848 140681264072603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3719] ppid=3694 vsize=15151156 memory=1056 CPUtime=0.33 cores=0,2,4,6
/proc/3698/task/3719/stat : 3719 (java) R 3694 3694 3634 0 -1 4202560 1761 0 0 0 33 0 0 0 20 0 15 0 475051522 15514783744 27474 33554432000 4194304 4196468 140727812829968 140680200952864 140681249164077 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3721] ppid=3694 vsize=15151156 memory=1716 CPUtime=0.34 cores=0,2,4,6
/proc/3698/task/3721/stat : 3721 (java) R 3694 3694 3634 0 -1 4202560 1204 0 0 0 34 0 0 0 20 0 15 0 475051522 15514783744 27474 33554432000 4194304 4196468 140727812829968 140680199898704 140681257153854 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3722] ppid=3694 vsize=15151156 memory=6024 CPUtime=0.32 cores=0,2,4,6
/proc/3698/task/3722/stat : 3722 (java) S 3694 3694 3634 0 -1 1077944384 1625 0 0 0 32 0 0 0 20 0 15 0 475051522 15514783744 27474 33554432000 4194304 4196468 140727812829968 140680198857424 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3724] ppid=3694 vsize=15151156 memory=11416 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3724/stat : 3724 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475051523 15514783744 27474 33554432000 4194304 4196468 140727812829968 140680197807072 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3726] ppid=3694 vsize=15151156 memory=780 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3726/stat : 3726 (java) S 3694 3694 3634 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475051523 15514783744 27474 33554432000 4194304 4196468 140727812829968 140680196753840 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
Current children cumulated CPU time: 1.7 s
Current children cumulated vsize: 15264284 KiB
Current children cumulated memory: 111352 KiB

[startup+1.50084 s]
/proc/loadavg: 0.62 0.83 1.10 9/229 3726
/proc/meminfo: memFree=10996020/32770624 swapFree=66935844/67108860
[pid=3694] ppid=3687 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/3694/stat : 3694 (xcsp3-exec) S 3687 3694 3634 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475051516 115843072 364 33554432000 4194304 5098028 140725542046304 140725542044408 140529566724732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36913152 140725542052695 140725542052953 140725542052953 140725542055878 0
/proc/3694/statm: 28282 364 305 221 0 87 0

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

/proc/3698/task/3726/stat : 3726 (java) S 3694 3694 3634 0 -1 1077944384 570 0 0 0 0 1 0 0 20 0 19 0 475051523 16062173184 71624 33554432000 4194304 4196468 140727812829968 140680196753840 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3914] ppid=3694 vsize=15685716 memory=1456 CPUtime=19.22 cores=0,2,4,6
/proc/3698/task/3914/stat : 3914 (java) R 3694 3694 3634 0 -1 4202560 316 0 0 0 1922 0 0 0 20 0 19 0 475052941 16062173184 71624 33554432000 4194304 4196468 140727812829968 140680184386424 140680871747528 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3915] ppid=3694 vsize=15685716 memory=284444 CPUtime=19.31 cores=0,2,4,6
/proc/3698/task/3915/stat : 3915 (java) R 3694 3694 3634 0 -1 4202560 995 0 0 0 1931 0 0 0 20 0 19 0 475052941 16062173184 71624 33554432000 4194304 4196468 140727812829968 140680181228056 140680871747468 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3916] ppid=3694 vsize=15685716 memory=308028 CPUtime=19.37 cores=0,2,4,6
/proc/3698/task/3916/stat : 3916 (java) R 3694 3694 3634 0 -1 4202560 375 0 0 0 1937 0 0 0 20 0 19 0 475052941 16062173184 71624 33554432000 4194304 4196468 140727812829968 140680179122504 140680871747707 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3917] ppid=3694 vsize=15685716 memory=8112282956445269571 CPUtime=19.33 cores=0,2,4,6
/proc/3698/task/3917/stat : 3917 (java) R 3694 3694 3634 0 -1 4202560 945 0 0 0 1933 0 0 0 20 0 19 0 475052941 16062173184 71624 33554432000 4194304 4196468 140727812829968 140679735754712 140680871747771 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
Current children cumulated CPU time: 132.12 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 287952 KiB

[startup+34.5008 s]
/proc/loadavg: 3.13 1.40 1.28 9/237 3953
/proc/meminfo: memFree=10783124/32770624 swapFree=66935844/67108860
[pid=3694] ppid=3687 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/3694/stat : 3694 (xcsp3-exec) S 3687 3694 3634 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475051516 115843072 364 33554432000 4194304 5098028 140725542046304 140725542044408 140529566724732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36913152 140725542052695 140725542052953 140725542052953 140725542055878 0
/proc/3694/statm: 28282 364 305 221 0 87 0
[pid=3698] ppid=3694 vsize=15685716 memory=288544 CPUtime=135.31 cores=0,2,4,6
/proc/3698/stat : 3698 (java) S 3694 3694 3634 0 -1 1077944320 44630 0 0 0 13514 17 0 0 20 0 19 0 475051517 16062173184 72136 33554432000 4194304 4196468 140727812829968 140727812812512 140681264054007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
/proc/3698/statm: 3921429 72136 3522 1 0 3882529 0
[pid=3698/tid=3700] ppid=3694 vsize=15685716 memory=932 CPUtime=1.28 cores=0,2,4,6
/proc/3698/task/3700/stat : 3700 (java) S 3694 3694 3634 0 -1 1077944384 9829 0 0 0 123 5 0 0 20 0 19 0 475051517 16062173184 72136 33554432000 4194304 4196468 140727812829968 140681268294784 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3705] ppid=3694 vsize=15685716 memory=1456 CPUtime=0.01 cores=0,2,4,6
/proc/3698/task/3705/stat : 3705 (java) S 3694 3694 3634 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 19 0 475051518 16062173184 72136 33554432000 4194304 4196468 140727812829968 140681192094608 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3706] ppid=3694 vsize=15685716 memory=286496 CPUtime=0.02 cores=0,2,4,6
/proc/3698/task/3706/stat : 3706 (java) S 3694 3694 3634 0 -1 1077944384 92 0 0 0 1 1 0 0 20 0 19 0 475051518 16062173184 72136 33554432000 4194304 4196468 140727812829968 140681191041808 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3707] ppid=3694 vsize=15685716 memory=880 CPUtime=0.01 cores=0,2,4,6
/proc/3698/task/3707/stat : 3707 (java) S 3694 3694 3634 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 19 0 475051518 16062173184 72136 33554432000 4194304 4196468 140727812829968 140681189989520 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3708] ppid=3694 vsize=15685716 memory=1560 CPUtime=0.03 cores=0,2,4,6
/proc/3698/task/3708/stat : 3708 (java) S 3694 3694 3634 0 -1 1077944384 118 0 0 0 2 1 0 0 20 0 19 0 475051518 16062173184 72136 33554432000 4194304 4196468 140727812829968 140681188936720 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3710] ppid=3694 vsize=15685716 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3710/stat : 3710 (java) S 3694 3694 3634 0 -1 1077944384 671 0 0 0 0 0 0 0 20 0 19 0 475051519 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680205174896 140681264065154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3712] ppid=3694 vsize=15685716 memory=286496 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3712/stat : 3712 (java) S 3694 3694 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475051520 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680204120928 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3714] ppid=3694 vsize=15685716 memory=8100115782531573867 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3714/stat : 3714 (java) S 3694 3694 3634 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 475051520 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680203068544 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3717] ppid=3694 vsize=15685716 memory=8100115782531573867 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3717/stat : 3717 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475051522 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680202016848 140681264072603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3719] ppid=3694 vsize=15685716 memory=8100115782531573867 CPUtime=2.21 cores=0,2,4,6
/proc/3698/task/3719/stat : 3719 (java) S 3694 3694 3634 0 -1 1077944384 9482 0 0 0 220 1 0 0 20 0 19 0 475051522 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680200964720 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3721] ppid=3694 vsize=15685716 memory=7156620508601018724 CPUtime=2.18 cores=0,2,4,6
/proc/3698/task/3721/stat : 3721 (java) S 3694 3694 3634 0 -1 1077944384 8308 0 0 0 217 1 0 0 20 0 19 0 475051522 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680199911920 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3722] ppid=3694 vsize=15685716 memory=139884401087857 CPUtime=0.82 cores=0,2,4,6
/proc/3698/task/3722/stat : 3722 (java) S 3694 3694 3634 0 -1 1077944384 7128 0 0 0 82 0 0 0 20 0 19 0 475051522 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680198859632 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3724] ppid=3694 vsize=15685716 memory=-6861001314482542224 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3724/stat : 3724 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475051523 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680197807072 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3726] ppid=3694 vsize=15685716 memory=-7101718590825193272 CPUtime=0.01 cores=0,2,4,6
/proc/3698/task/3726/stat : 3726 (java) S 3694 3694 3634 0 -1 1077944384 570 0 0 0 0 1 0 0 20 0 19 0 475051523 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680196753840 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3914] ppid=3694 vsize=15685716 memory=0 CPUtime=20.02 cores=0,2,4,6
/proc/3698/task/3914/stat : 3914 (java) R 3694 3694 3634 0 -1 4202560 317 0 0 0 2002 0 0 0 20 0 19 0 475052941 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680184386424 140680871747665 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3915] ppid=3694 vsize=15685716 memory=2867664623121457 CPUtime=20.1 cores=0,2,4,6
/proc/3698/task/3915/stat : 3915 (java) R 3694 3694 3634 0 -1 4202560 995 0 0 0 2010 0 0 0 20 0 19 0 475052941 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680181228056 140680871747370 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3916] ppid=3694 vsize=15685716 memory=7524199305782389359 CPUtime=20.17 cores=0,2,4,6
/proc/3698/task/3916/stat : 3916 (java) R 3694 3694 3634 0 -1 4202560 375 0 0 0 2017 0 0 0 20 0 19 0 475052941 16062173184 72136 33554432000 4194304 4196468 140727812829968 140680179122504 140680871747684 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3917] ppid=3694 vsize=15685716 memory=8112282956445269571 CPUtime=20.13 cores=0,2,4,6
/proc/3698/task/3917/stat : 3917 (java) R 3694 3694 3634 0 -1 4202560 947 0 0 0 2013 0 0 0 20 0 19 0 475052941 16062173184 72136 33554432000 4194304 4196468 140727812829968 140679735754712 140680871747528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
Current children cumulated CPU time: 135.31 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 290000 KiB

[startup+34.9008 s]
/proc/loadavg: 3.13 1.40 1.28 9/237 3953
/proc/meminfo: memFree=10783124/32770624 swapFree=66935844/67108860
[pid=3694] ppid=3687 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/3694/stat : 3694 (xcsp3-exec) S 3687 3694 3634 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475051516 115843072 364 33554432000 4194304 5098028 140725542046304 140725542044408 140529566724732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36913152 140725542052695 140725542052953 140725542052953 140725542055878 0
/proc/3694/statm: 28282 364 305 221 0 87 0
[pid=3698] ppid=3694 vsize=15685716 memory=290592 CPUtime=136.9 cores=0,2,4,6
/proc/3698/stat : 3698 (java) S 3694 3694 3634 0 -1 1077944320 44632 0 0 0 13673 17 0 0 20 0 19 0 475051517 16062173184 72648 33554432000 4194304 4196468 140727812829968 140727812812512 140681264054007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
/proc/3698/statm: 3921429 72648 3522 1 0 3882529 0
[pid=3698/tid=3700] ppid=3694 vsize=15685716 memory=288544 CPUtime=1.28 cores=0,2,4,6
/proc/3698/task/3700/stat : 3700 (java) S 3694 3694 3634 0 -1 1077944384 9829 0 0 0 123 5 0 0 20 0 19 0 475051517 16062173184 72648 33554432000 4194304 4196468 140727812829968 140681268294784 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3705] ppid=3694 vsize=15685716 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3698/task/3705/stat : 3705 (java) S 3694 3694 3634 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 19 0 475051518 16062173184 72648 33554432000 4194304 4196468 140727812829968 140681192094608 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3706] ppid=3694 vsize=15685716 memory=155748399062247 CPUtime=0.02 cores=0,2,4,6
/proc/3698/task/3706/stat : 3706 (java) S 3694 3694 3634 0 -1 1077944384 92 0 0 0 1 1 0 0 20 0 19 0 475051518 16062173184 72648 33554432000 4194304 4196468 140727812829968 140681191041808 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3707] ppid=3694 vsize=15685716 memory=279768801049728 CPUtime=0.01 cores=0,2,4,6
/proc/3698/task/3707/stat : 3707 (java) S 3694 3694 3634 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 19 0 475051518 16062173184 72648 33554432000 4194304 4196468 140727812829968 140681189989520 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3708] ppid=3694 vsize=15685716 memory=139884400821344 CPUtime=0.03 cores=0,2,4,6
/proc/3698/task/3708/stat : 3708 (java) S 3694 3694 3634 0 -1 1077944384 118 0 0 0 2 1 0 0 20 0 19 0 475051518 16062173184 72648 33554432000 4194304 4196468 140727812829968 140681188936720 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3710] ppid=3694 vsize=15685716 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3710/stat : 3710 (java) S 3694 3694 3634 0 -1 1077944384 671 0 0 0 0 0 0 0 20 0 19 0 475051519 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680205174896 140681264065154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3712] ppid=3694 vsize=15685716 memory=2916 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3712/stat : 3712 (java) S 3694 3694 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475051520 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680204120928 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3714] ppid=3694 vsize=15685716 memory=301741373374332954 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3714/stat : 3714 (java) S 3694 3694 3634 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 475051520 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680203068544 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3717] ppid=3694 vsize=15685716 memory=290763857956438330 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3717/stat : 3717 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475051522 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680202016848 140681264072603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3719] ppid=3694 vsize=15685716 memory=13848568834296438 CPUtime=2.21 cores=0,2,4,6
/proc/3698/task/3719/stat : 3719 (java) S 3694 3694 3634 0 -1 1077944384 9482 0 0 0 220 1 0 0 20 0 19 0 475051522 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680200964720 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3721] ppid=3694 vsize=15685716 memory=1228 CPUtime=2.18 cores=0,2,4,6
/proc/3698/task/3721/stat : 3721 (java) S 3694 3694 3634 0 -1 1077944384 8308 0 0 0 217 1 0 0 20 0 19 0 475051522 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680199911920 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3722] ppid=3694 vsize=15685716 memory=14008 CPUtime=0.82 cores=0,2,4,6
/proc/3698/task/3722/stat : 3722 (java) S 3694 3694 3634 0 -1 1077944384 7128 0 0 0 82 0 0 0 20 0 19 0 475051522 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680198859632 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3724] ppid=3694 vsize=15685716 memory=12040 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3724/stat : 3724 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475051523 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680197807072 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3726] ppid=3694 vsize=15685716 memory=2124 CPUtime=0.01 cores=0,2,4,6
/proc/3698/task/3726/stat : 3726 (java) S 3694 3694 3634 0 -1 1077944384 570 0 0 0 0 1 0 0 20 0 19 0 475051523 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680196753840 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3914] ppid=3694 vsize=15685716 memory=29996 CPUtime=20.42 cores=0,2,4,6
/proc/3698/task/3914/stat : 3914 (java) R 3694 3694 3634 0 -1 4202560 317 0 0 0 2042 0 0 0 20 0 19 0 475052941 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680184386424 140680871747648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3915] ppid=3694 vsize=15685716 memory=492 CPUtime=20.5 cores=0,2,4,6
/proc/3698/task/3915/stat : 3915 (java) R 3694 3694 3634 0 -1 4202560 997 0 0 0 2050 0 0 0 20 0 19 0 475052941 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680181228056 140680871747323 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3916] ppid=3694 vsize=15685716 memory=1560 CPUtime=20.57 cores=0,2,4,6
/proc/3698/task/3916/stat : 3916 (java) R 3694 3694 3634 0 -1 4202560 375 0 0 0 2057 0 0 0 20 0 19 0 475052941 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680179122504 140680871747574 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3917] ppid=3694 vsize=15685716 memory=932 CPUtime=20.53 cores=0,2,4,6
/proc/3698/task/3917/stat : 3917 (java) R 3694 3694 3634 0 -1 4202560 947 0 0 0 2053 0 0 0 20 0 19 0 475052941 16062173184 72648 33554432000 4194304 4196468 140727812829968 140679735754712 140680871747482 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
Current children cumulated CPU time: 136.9 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 292048 KiB

[startup+35.0008 s]
/proc/loadavg: 3.13 1.40 1.28 9/237 3953
/proc/meminfo: memFree=10783124/32770624 swapFree=66935844/67108860
[pid=3694] ppid=3687 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/3694/stat : 3694 (xcsp3-exec) S 3687 3694 3634 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 475051516 115843072 364 33554432000 4194304 5098028 140725542046304 140725542044408 140529566724732 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 36913152 140725542052695 140725542052953 140725542052953 140725542055878 0
/proc/3694/statm: 28282 364 305 221 0 87 0
[pid=3698] ppid=3694 vsize=15685716 memory=290592 CPUtime=137.3 cores=0,2,4,6
/proc/3698/stat : 3698 (java) S 3694 3694 3634 0 -1 1077944320 44632 0 0 0 13713 17 0 0 20 0 19 0 475051517 16062173184 72648 33554432000 4194304 4196468 140727812829968 140727812812512 140681264054007 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
/proc/3698/statm: 3921429 72648 3522 1 0 3882529 0
[pid=3698/tid=3700] ppid=3694 vsize=15685716 memory=290592 CPUtime=1.28 cores=0,2,4,6
/proc/3698/task/3700/stat : 3700 (java) S 3694 3694 3634 0 -1 1077944384 9829 0 0 0 123 5 0 0 20 0 19 0 475051517 16062173184 72648 33554432000 4194304 4196468 140727812829968 140681268294784 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3705] ppid=3694 vsize=15685716 memory=290592 CPUtime=0.01 cores=0,2,4,6
/proc/3698/task/3705/stat : 3705 (java) S 3694 3694 3634 0 -1 1077944384 92 0 0 0 1 0 0 0 20 0 19 0 475051518 16062173184 72648 33554432000 4194304 4196468 140727812829968 140681192094608 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3706] ppid=3694 vsize=15685716 memory=1456 CPUtime=0.02 cores=0,2,4,6
/proc/3698/task/3706/stat : 3706 (java) S 3694 3694 3634 0 -1 1077944384 92 0 0 0 1 1 0 0 20 0 19 0 475051518 16062173184 72648 33554432000 4194304 4196468 140727812829968 140681191041808 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3707] ppid=3694 vsize=15685716 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/3698/task/3707/stat : 3707 (java) S 3694 3694 3634 0 -1 1077944384 69 0 0 0 1 0 0 0 20 0 19 0 475051518 16062173184 72648 33554432000 4194304 4196468 140727812829968 140681189989520 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3708] ppid=3694 vsize=15685716 memory=279767190861129 CPUtime=0.03 cores=0,2,4,6
/proc/3698/task/3708/stat : 3708 (java) S 3694 3694 3634 0 -1 1077944384 118 0 0 0 2 1 0 0 20 0 19 0 475051518 16062173184 72648 33554432000 4194304 4196468 140727812829968 140681188936720 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3710] ppid=3694 vsize=15685716 memory=7302134245419212908 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3710/stat : 3710 (java) S 3694 3694 3634 0 -1 1077944384 671 0 0 0 0 0 0 0 20 0 19 0 475051519 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680205174896 140681264065154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3712] ppid=3694 vsize=15685716 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3712/stat : 3712 (java) S 3694 3694 3634 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475051520 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680204120928 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3714] ppid=3694 vsize=15685716 memory=286496 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3714/stat : 3714 (java) S 3694 3694 3634 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 19 0 475051520 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680203068544 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3717] ppid=3694 vsize=15685716 memory=279768801953936 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3717/stat : 3717 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475051522 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680202016848 140681264072603 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3719] ppid=3694 vsize=15685716 memory=139884400569147 CPUtime=2.21 cores=0,2,4,6
/proc/3698/task/3719/stat : 3719 (java) S 3694 3694 3634 0 -1 1077944384 9482 0 0 0 220 1 0 0 20 0 19 0 475051522 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680200964720 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3721] ppid=3694 vsize=15685716 memory=1560 CPUtime=2.18 cores=0,2,4,6
/proc/3698/task/3721/stat : 3721 (java) S 3694 3694 3634 0 -1 1077944384 8308 0 0 0 217 1 0 0 20 0 19 0 475051522 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680199911920 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3722] ppid=3694 vsize=15685716 memory=3592 CPUtime=0.82 cores=0,2,4,6
/proc/3698/task/3722/stat : 3722 (java) S 3694 3694 3634 0 -1 1077944384 7128 0 0 0 82 0 0 0 20 0 19 0 475051522 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680198859632 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3724] ppid=3694 vsize=15685716 memory=8112282956445269571 CPUtime=0 cores=0,2,4,6
/proc/3698/task/3724/stat : 3724 (java) S 3694 3694 3634 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475051523 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680197807072 140681264064213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3726] ppid=3694 vsize=15685716 memory=1716 CPUtime=0.01 cores=0,2,4,6
/proc/3698/task/3726/stat : 3726 (java) S 3694 3694 3634 0 -1 1077944384 570 0 0 0 0 1 0 0 20 0 19 0 475051523 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680196753840 140681264065154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 8 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3914] ppid=3694 vsize=15685716 memory=0 CPUtime=20.52 cores=0,2,4,6
/proc/3698/task/3914/stat : 3914 (java) R 3694 3694 3634 0 -1 4202560 317 0 0 0 2052 0 0 0 20 0 19 0 475052941 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680184386424 140680871747468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3915] ppid=3694 vsize=15685716 memory=0 CPUtime=20.6 cores=0,2,4,6
/proc/3698/task/3915/stat : 3915 (java) R 3694 3694 3634 0 -1 4202560 997 0 0 0 2060 0 0 0 20 0 19 0 475052941 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680181228056 140680872350718 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3916] ppid=3694 vsize=15685716 memory=1636 CPUtime=20.67 cores=0,2,4,6
/proc/3698/task/3916/stat : 3916 (java) R 3694 3694 3634 0 -1 4202560 375 0 0 0 2067 0 0 0 20 0 19 0 475052941 16062173184 72648 33554432000 4194304 4196468 140727812829968 140680179122504 140680871747536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
[pid=3698/tid=3917] ppid=3694 vsize=15685716 memory=0 CPUtime=20.63 cores=0,2,4,6
/proc/3698/task/3917/stat : 3917 (java) R 3694 3694 3634 0 -1 4202560 947 0 0 0 2063 0 0 0 20 0 19 0 475052941 16062173184 72648 33554432000 4194304 4196468 140727812829968 140679735754712 140680871747528 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12099584 140727812838363 140727812838538 140727812838538 140727812841423 0
Current children cumulated CPU time: 137.3 s
Current children cumulated vsize: 15798844 KiB
Current children cumulated memory: 292048 KiB

Child status: 0
Real time (s): 35.0901
CPU time (s): 137.639
CPU user time (s): 137.451
CPU system time (s): 0.188646
CPU usage (%): 392.245
Max. virtual memory (cumulated for all children) (KiB): 15798844
Max. memory (cumulated for all children) (KiB): 292048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.451
system time used= 0.188646
maximum resident set size= 292976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46254
page faults= 0
swaps= 0
block input operations= 128
block output operations= 152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4076
involuntary context switches= 2410


# summary of solver processes directly reported to runsolver:
#   pid: 3694
#   total CPU time (s): 137.639
#   total CPU user time (s): 137.451
#   total CPU system time (s): 0.188646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.254553 second user time and 0.414998 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 16:55:33
IDJOB=4403814
IDBENCH=127979
IDSOLVER=2863
FILE ID=node147/4403814-1568991377
RUNJOBID= node147-1568991333-3665
PBS_JOBID= 21704655
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-6.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-4403814-1568991377/watcher-4403814-1568991377 -o /var/tmp/evaluation-result-4403814-1568991377/solver-4403814-1568991377 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node147-1568991333-3665 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 238961417 HOME/instance-4403814-1568991377.xml

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

MD5SUM BENCH= 0bc555941feddabd64880acf40a70a83
RANDOM SEED=238961417

node147.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.52
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.52
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.52
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.52
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:        11355088 kB
MemAvailable:   31783468 kB
Buffers:          141028 kB
Cached:         20216880 kB
SwapCached:        68676 kB
Active:         10160624 kB
Inactive:       10266764 kB
Active(anon):       2824 kB
Inactive(anon):   116760 kB
Active(file):   10157800 kB
Inactive(file): 10150004 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       66935844 kB
Dirty:             53260 kB
Writeback:             0 kB
AnonPages:        112332 kB
Mapped:            52268 kB
Shmem:             40796 kB
Slab:             577752 kB
SReclaimable:     549036 kB
SUnreclaim:        28716 kB
KernelStack:        3360 kB
PageTables:         5004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     510272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node147 at 2019-09-20 16:56:09